Expand my Community achievements bar.

SOLVED

Custom GTM Events not getting recognized by Direct call rule. Please Help

Avatar

Level 1

Hi All, 

 

I'm trying to implement analytics on the platform that leverages GTM custom events and data layer. I'm trying to make use of the custom gtm events tagged against different event into Direct call rule Identifier but the rule is not getting fired at all.  In the screenshot below, we can see the events tagged along with event name at the backend and only trigger when particular event was clicked without persisting further:

 

fhfhgfhgfh_0-1643105253458.png

 

In the screenshot below, you can see how i'm trying to make this launch rule work using Direct call rule:

 

fhfhgfhgfh_1-1643105323699.png

 

I'm not sure what i'm doing wrong but any suggestion on this would be really helpful. Thanks!!

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Direct Calls won't work based on your setup. Direct Calls can only be tracked when the function _satellite.track() has been run in code. You can't just arbitrarily use eventInfo.eventName.

Reference: https://experienceleague.adobe.com/docs/experience-platform/tags/client-side/satellite-object.html#t...

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Direct Calls won't work based on your setup. Direct Calls can only be tracked when the function _satellite.track() has been run in code. You can't just arbitrarily use eventInfo.eventName.

Reference: https://experienceleague.adobe.com/docs/experience-platform/tags/client-side/satellite-object.html#t...