Hi Team,
we are simply trying to get the prod details through s.products variable. We are passing the below mentioned line of code on cart add. However, it is not firing as expected. I understand this is pretty straight forward method than getting the value from extension and through data layer. We have setting up this code in custom code editor under set variable. It is not firing as expected, please help me to find the issue and let me know if any.
-----------------------
s.events = "scAdd";
s.products = "loantype;loanname;1;2000";
----------------------
Thank you,
Jay.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Jayakrish ,
If it's a custom link call, please try adding the below line of code as well (before the product string):
s.linkTrackVars="products";
Hi @Jayakrish ,
If it's a custom link call, please try adding the below line of code as well (before the product string):
s.linkTrackVars="products";
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies