-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add twitter conversion tracking #43
base: master
Are you sure you want to change the base?
Conversation
According to Google Tag Manager the possible but there are no google search results for them and the twitter docs don't mention them. (I can't even get them to display in English instead of German) |
What do we need to test it? A twitter business or ad account or something? |
Honestly I have no idea what the use of this conversion code is. So most importantly I would need docs or someone who knows more about it. |
a = t.getElementsByTagName(n)[0], a.parentNode.insertBefore(u, a)) | ||
}(window, document, 'script'); | ||
twq('init', id); | ||
twq('track', 'PageView'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here in https://business.twitter.com/en/help/campaign-measurement-and-analytics/conversion-tracking-for-websites.html I don't see the conversion type "Pageview"? Only "Site visit", "Purchase", "Download", "Sign up" and "Custom". Also noticed here: https://stackoverflow.com/questions/43937596/are-there-any-different-twitter-pixel-events-than-pageview .
I'm not sure which parameters each type supports. Only seeing value
, num_items
and order_id
... Their docs are rather not so good.
@Findus23 are you still working on this? |
@tsteur No, as neither do I understand the docs nor have a way to test it. |
This is just an untested tag.
Unfortunately the docs only mention copying the tracking code, but without an account one can't see it.
So I took the most basic tracking code I found, but I can't test it.
Here is also another tracking code for tracking a purchase, but I don't know what it can be used for.
https://business.twitter.com/de/help/campaign-measurement-and-analytics/conversion-tracking-for-websites.html
If someone knows more about Twitter conversion tracking, please comment.