-
Notifications
You must be signed in to change notification settings - Fork 144
Description
I'm trying to setup Adroll Pixel and looks like it doesn't load correctly.
Inspecting html of my page I see that following script was attached:
https://s.adroll.com/j/roundtrip.js
However, a "Global Tag" script shared with me by a vendor contains following:
var roundtripUrl = "https://s.adroll.com/j/" + adroll_adv_id + "/roundtrip.js";
So, I guess it's expected to be this in my case:
https://s.adroll.com/j/EKIOHU72NVCSXPIUSN7HMW/roundtrip.js
The implementation seem to refer to outdated docs, those docs link doesn't even work:
https://github.com/segmentio/analytics.js-integrations/blob/master/integrations/adroll/lib/index.js#L18-L48
Here I found another page describing this:
https://help.adroll.com/hc/en-us/articles/212629938-Enhanced-Conversion-Tracking#conversion-revenue-0-2
I also opened a support ticket if that matters: Id #569903