- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
10-13-2015 09:22 AM
After an ajax call that changes the products on the page, I need to update the variable with different products. How do I do that?
Solved! Go to Solution.
10-13-2015 09:27 AM - edited 10-13-2015 09:29 AM
Justin
One way to think of it is that utag_data is used for the initial page view. Then each time you make an AJAX call you will need to send new data to each of your tagging vendors with different product data. To do this you can use the utag.view functionality built into Tealium. This view call requires it's own data. The call can look something like:
utag.view({"page_type":"product","product_name":["my cool product"]});
You can read more about view and link calls here:
utag.link() and utag.view()
Copyright All Rights Reserved © 2008-2023