Hello,
Hello,
I’m using the server-side tracking with Zaraz for my ad platforms. But for Twitter Ads I cannot specify the Event ID or the “Event type” that it is related to. For all the other platforms it works (ex : reddit ads).
Do you know if this is normal? As a result my events aren’t tracked correctly.
In my case the event I want to track is “add to wishlist”
thanks for your help!
3 Replies
From what I'm seeing, it seems to load the pixel, but doesn't appear to support custom events. Perhaps someone who's implemented the Twitter Pixel on a site would know more.
This is the managed component code for the Twitter component (or at least the public MC): https://github.com/managed-components/twitter/blob/main/src/index.ts It may give a better idea of what's going on.
GitHub
twitter/src/index.ts at main · managed-components/twitter
Twitter Analytics Tool. Contribute to managed-components/twitter development by creating an account on GitHub.
No events and no Conversions API, the implementation is incomplete.
thx for the help!