Purchase Event Rule | Community
Skip to main content
Level 4
July 11, 2021
Solved

Purchase Event Rule

  • July 11, 2021
  • 1 reply
  • 1487 views

I have created purchase event rule by using direct call identifier, but here I am facing issue regarding setting variables i.e. event is firing but product variable is not setting. Please see the screenshot for the same:

 

So, please let know the reason for the same.

 

Thanks!!

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by amgup

@bindukumari1990  If this is an s.tl() call than s.products needs to be passed in s.linkTrackVars as per the given below document in the custom code editor in Launch rule :-

https://experienceleague.adobe.com/docs/analytics/implementation/vars/config-vars/linktrackvars.html?lang=en

1 reply

amgupAccepted solution
Level 7
July 11, 2021

@bindukumari1990  If this is an s.tl() call than s.products needs to be passed in s.linkTrackVars as per the given below document in the custom code editor in Launch rule :-

https://experienceleague.adobe.com/docs/analytics/implementation/vars/config-vars/linktrackvars.html?lang=en

Level 4
July 12, 2021

@amgup, Okay I have added, but without s.tl() call, direct call identifier is triggered, even I can see rule is firing in the dtm switch extension, but still variables are not setting. Any specific reason?