Has anybody integrated JWPlayer with Eloqua to track video plays and send the information from JWPlayer to Eloqua?
Currently, I'm trying to do this by using the javascript tracking code, in the same way I use it for PDFs, however, when I apply the same logic to other assets where the URLs contain query strings (youtube videos), the information passed to Eloqua is not including the query string. This is the real example:
_elq.trackEvent("http://www.youtube.com/watch?v=6R9b6wUqV18");
When I see the results under the contact activity or Eloqua Profiler, I only see http://www.youtube.com/watch (see screenshot)
Any help would be appreciated.