- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
11-16-2017 07:22 PM
Hi,
Recently, I opened an new adwords account and google analytics property, so I'd like to implement the google's new tagging globa site tag "gtag.js" for AdWords and Analytics, due to their default tag is already gtag.js.
but, I couldn't find out the tag template at marketplace in Tealium. Is it still not ready for gtag.js? I saw only Adwords's CV tag, but now I need regular one for send_page view and remarketings.
If it's not ready, can I deploy it with custom container? (is it not easy?)
Regards,
-Taishi
Solved! Go to Solution.
11-20-2017 04:48 AM
Yes, for the moment we have the new conversion GTAG available on Tealium.
Looking at the google specifications
https://developers.google.com/adwords-remarketing-tag/
https://developers.google.com/analytics/devguides/collection/gtagjs/
https://developers.google.com/analytics/devguides/collection/gtagjs/sending-data
from a high level prespective, it seams google has join as 3 (conversion, remarketing and analytics) into one function.
gtag(x, y, z);
So implementing it according to the specification:
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments)}; gtag('js', new Date());
and the rest is calling the function with different parameters based on the requirements.
EX: adding accounts
gtag('config', {{account id}});
EX: adding events
gtag('event', {{event name}}, {{event data}});
This seems to be the use case in all 3 scenarios (some other bits like defining groups on GA or disabling send page views on remarketing, so it really depends on the requirements).
So answering the question, creating a Tealium Custom Container would be a possible approach.
Another possible approach would be to take advantage of the already implemented new conversion tag (with GTAG), and adjust the callback function with the events/data to send (line 60 of the template, currently set to send the conversion event and line 47 the data object).
11-22-2017 06:22 AM - last edited on 11-22-2017 07:25 AM by kathleen_jo
The above solves for Adwords. How about for DCM/Floodlight tags @ruipedromachado?
https://support.google.com/ds/answer/7550511?hl=en&ref_topic=7550510
11-24-2017 01:08 AM
Hi @joecbrown
Thanks for you query, and yes, double click is exacly the same approach.
Hope it helps.
11-27-2017 03:30 AM
Thank you for your reply. very helpful.
It looks that we need to create a custom container (or modified containr from adwords CV). Let me consider it, but I'm afraid a little for doing it with my JS skill today. it might be a good challenge.
and, uderstood that not availbale a tag for gtag.js at market place yet.
Regards,
-Taishi
12-08-2017 06:16 AM
12-08-2017 11:09 AM
08-29-2018 07:24 AM
Copyright All Rights Reserved © 2008-2023