- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
05-12-2016 04:17 AM
Hi,
where can I find documentation to implement a call2action for Adform in tealium?
Any suggestions?
Thanks
Solved! Go to Solution.
05-12-2016 05:27 AM - edited 05-12-2016 05:38 AM
05-12-2016 07:50 AM
Here is the tag implementation guide for AdForm: https://community.tealiumiq.com/t5/Tags-and-Client-side/Adform-Tag-Basic-Configuration/ta-p/5604
Depending on what you are trying to track - a click of a call to action button or a view of the button - I recommend using a utag.link instead of a view.
Here are instructions to add link support to the template:
1. Click your user name in the top right hand corner of TiQ
2. Click Manage Templates
3. Select the AdForm template from the dropdown
4. Find this line: u.ev={'view':1};
5. Update the line to this: u.ev={'view':1,'link':1};
6. Click "Save Profile Template"
7. Click Apply
8. Publish to your desired environment
Then, when your event is true you can fire a utag.link via jQuery onHandler or JS Extension like so:
utag.link({ event_type: "calltoaction", event_action: "clicked", event_label: "newsletter_subscribe", page_name: utag.data.page_name })
When you are passing the data to Tealium, you can simply map those data sources in the AdForm tag.
05-19-2016 06:59 AM
05-19-2016 12:08 PM - last edited on 05-19-2016 12:47 PM by kathleen_jo
In AdForm for tracking the order.sv1 variable I need to add the E-commerce extensions in Tealium correct, @christina_schel?
05-20-2016 01:21 PM - last edited on 05-20-2016 01:36 PM by kathleen_jo
Yes, we recommend adding the Ecommerce extension because most of our tag templates pull from the variables generated in the Ecommerce extension. Otherwise, you are stuck mapping the commerce level data for every tag. Here is an article that explains the Ecommerce extension setup: https://community.tealiumiq.com/t5/Tealium-iQ/E-Commerce-Extension-Installation-and-Setup/ta-p/11927
Copyright All Rights Reserved © 2008-2023