I recently created a new rule in Adobe Launch with new Data Element to retrieve data from eVars.
My data elements retrieve the required data. I was able to test their content directly in the console (see screenshot below).
I was also able to check that my rule is well triggered thanks to the debug mode.
However, I don't receive any data in the concerned eVars...
You can find below the configuration of my rule.
Below is the setup of the Set Variables action:
Below is the Send Beacon action
I already double checked that my eVar are enabled in the report suites I tested.
Do you have any suggestion to investigate this and troobleshoot this ?
Thanks a lot.
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @VaniBhemarasetty, @Pablo_Childe, @Andrey_Osadchuk,
Thanks again for your advices here. I finally found a solution thanks to this post. In fact it was "just" a timing issue.
My rule was processing to soon and so my data elements weren't able to get the data when the rule was processed.
I just had to change the trigger from "Page Bottom" to "Window Loaded". It's now working.
Thanks anyway for your help!
@Swanan_ , check the request (beacon) that is sent to AA in the Network tab, does it have the eVars set?
Views
Replies
Total Likes
Thanks for your help here.
I just checked the points you mentioned.
I have some doubts regarding the following points :
In my tab Admin > All Admin > Exclude by IP
I'm seeing that there is a line in the Exclude By Cookie > Exclusion by computer
Info mentioned are the following:
Cname : metrics.MyCompany.com
Opt-Out Link : https://metrics.MyCompany.com/optout.html?locale=en_US&popup=true
Can this cause any issue there ?
Views
Replies
Total Likes
This answer is helpful for me! Thank you!
Views
Replies
Total Likes
Also check on page in console tab.
See if you have and content policy script blocking, or warning that may be conflicting with the adobe code.
As Andrey mentioned you can go into Network tab on page.
Filter /b/ss/ to see network beacon.
Look at header parameters to see all props evars present or not present.
GLTU
Views
Replies
Total Likes
Adding to previous replies make sure the evar is enabled, also check if they are enabled for "merchandising" or they are merchandising evars, if that is the case, they can be used only in product string, and if they are not used in product string , there are high chances they can get excluded from reporting and you will not see them in reporting , even if you see them in server calls
You can read about it here
Hope this helps
Views
Replies
Total Likes
Hi @VaniBhemarasetty , I check this point but it seems that there is no issue on this point.
Thank you for your help !
Views
Replies
Total Likes
Hello @Pablo_Childe ,
Thanks for your advices. I checked and when I'm filtering on /b/ss/ in the network tab, I'm finding a beacon, but whenever I check the Headers or Paylod, Preview, etc... I can't find the list of parameters or evar / prop data.
On another site of mine, in the Network tab > Payload, I can see the queryStringParameters and there I have a list with all the eVar / Props that are receiving data.
But in the Network Tab > Headers, I can only see a Request Headers part & and a Response Hearders part. But in both case I don't have any list of eVar / Props in there.
Same thing for the Network Tab > Payload, I can only see Request Payload. Still without any eVar / Props info.
I also checked again the Consol and I saw this :
My eVar are being added to the tracker. But I see that the beacon is being sent before my rule is being fired.
Even if in my actions settings I added a "set variables" action wait and then "send beacon" action. Is that a normal behavior ? After this there is no more page view beacon sent.
Views
Replies
Total Likes
Hello @VaniBhemarasetty, @Pablo_Childe, @Andrey_Osadchuk,
Thanks again for your advices here. I finally found a solution thanks to this post. In fact it was "just" a timing issue.
My rule was processing to soon and so my data elements weren't able to get the data when the rule was processed.
I just had to change the trigger from "Page Bottom" to "Window Loaded". It's now working.
Thanks anyway for your help!
Views
Likes
Replies