Using the MediaAnalytics HTTP Tracking API the event not working as expected

I couldn’t the custom media player tracking to work so I’m trying to post back to the server using the HTTP Tracking API with Media Analytics included but it’s not working as I’d expect.

When using the Media Analytics plugin, you can plainly see in the visitor’s log that media was played and for how long. When I post to the server using the HTTP Tracking API it gets recorded as a regular event with no media metadata.

Here are the query params I’m sending from my app

send_image: 0
ca: 1
rec: 1
idsite: 11
uid: asdf@asdf.com
_id: 4b1fddf0612215aa
url: http://nfpa.lvh.me:5000/exhibits/video-test
rand: bFisFR5EHpiYFXTDQsdY9AHoi4U0Ubae
h: 16
m: 59
s: 26
ma_mt: Video
ma_pn: html5video
ma_id: 5d0fe603173173b481115167f9e5d47c
ma_st: 0
ma_ps: 0
ma_le: 596
ma_fs: 0
ma_h: 160
ma_re: http://nfpa.lvh.me:5000/downloads/6
ma_se: 0
ma_ti: Big Buck Bunny
ma_w: 285
ma_ttp: 19

Here are the query params sent by the Media Analytics plugin using an html 5 video player (different user id on this one for testing).

ma_id: lQPPZL
ma_ti: Big Buck Bunny
ma_pn: html5video
ma_mt: Video
ma_re: http://nfpa.lvh.me:5000/downloads/6
ma_st: 0
ma_ps: 0
ma_le: 596
ma_ttp
ma_w: 426
ma_h: 240
ma_fs: 0
ma_se
ca: 1
idsite: 11
rec: 1
r: 784916
h: 21
m: 32
s: 56
url: http://nfpa.lvh.me:5000/downloads/6
urlref: http://nfpa.lvh.me:5000/downloads/6
uid: brandon@1video.com
_id: 4b1fddf0612215aa
_idn: 0
_refts: 0
send_image: 0
pdf: 1
qt: 0
realp: 0
wma: 0
fla: 0
java: 0
ag: 0
cookie: 1
res: 3008x1692
_cvar: {"1":["name","Brandon Video"],"2":["company","Brandon Video"]}
pv_id: slPd19

I’ve tried copying the query params 1:1 but that doesn’t work either.

Here is what I’d expect this to look like (and what it looks like when using the regular plugin)

And here’s what it looks like when posting using the HTTP API

https://imgur.com/a/QrQLb5k (can’t upload a second picture because I’m too new)

Hi Brandon,

Can you send us the full request URL to our current discussion in support? We will investigate further from there.

Thanks,