Global Variables - Direct Call Rule | Community
Skip to main content
February 27, 2018
Solved

Global Variables - Direct Call Rule

  • February 27, 2018
  • 1 reply
  • 3601 views

Hi all,

It seems like the behavior of Launch is still the same as in DTM when it comes to direct call rules & global variables. Global variables are not registered in a direct call rule. For me this is a leftover from DTM times where there was a difference in Event Based, Page Load and Direct Call Rules. With the new "Core" Module concept in my opinion there should be the same behavior in all drop down options. The differentiating factor should be if I call s.t() or s.tl() when I send the beacon. Can anyone explain to me the concept behind this?

Thanks.

Konstantin

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 jantzen_b

Without looking at the actual code I assume the following:

I believe this has to do with the fact that Direct Call rules were a concept born in DTM, which has now been replaced by Launch. Since the global variables are an Analytics concept, the code used to set and send these into Analytics is likely only implemented in the the s.t and s.tl functions.

Since Launch is attempting to be as efficient as possible it might not be running the code required to include the global variables.

If this is the case and you'd like that functionality to change. Please submit or vote on an idea in the Launch Ideas section of the community.

1 reply

jantzen_b
Adobe Employee
jantzen_bAdobe EmployeeAccepted solution
Adobe Employee
April 6, 2020

Without looking at the actual code I assume the following:

I believe this has to do with the fact that Direct Call rules were a concept born in DTM, which has now been replaced by Launch. Since the global variables are an Analytics concept, the code used to set and send these into Analytics is likely only implemented in the the s.t and s.tl functions.

Since Launch is attempting to be as efficient as possible it might not be running the code required to include the global variables.

If this is the case and you'd like that functionality to change. Please submit or vote on an idea in the Launch Ideas section of the community.