For "dovetail" urls (where we're also doing ?debug) ...
[ ] Set a custom UA using window.navigator ... PRX-WebPlayer iPhone MacOS or something. Include the OS/DeviceType in that string too.
[ ] Pull referer from somewhere if possible (window.location / window.parent.location / document.referrer)
[ ] Make sure Adzerk requests include those UA/referer
[ ] Pass the UA/referer to Dovetail as well. May be able to set them directly on XHR requests, but need query params on mp3 requests. (Basically ... make sure these are the values that end up in BigQuery).
After PRX/dovetail.prx.org#358.
For "dovetail" urls (where we're also doing
?debug
) ...window.navigator
...PRX-WebPlayer iPhone MacOS
or something. Include the OS/DeviceType in that string too.window.location
/window.parent.location
/document.referrer
)