analytics.js-integrations icon indicating copy to clipboard operation
analytics.js-integrations copied to clipboard

Adroll Enhanced-Conversion-Tracking seem to be broken

Open POD666 opened this issue 6 months ago • 0 comments

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

POD666 avatar Jun 13 '25 13:06 POD666