Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

andrease528381
andrease528381
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
1

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by andrease528381
Customize the badges you want to showcase on your profile
Re: Rule is only fired if 'Send Beacon' is set to s.t() (... - Adobe Experience Platform Data Collection 19-03-2021
@Brian_Johnson_- Yes, that was it, I didn't know that. Thanks a lot! I will further read the documentation you attached to avoid these issues in the future.

Views

488

Likes

0

Replies

0
Re: Rule is only fired if 'Send Beacon' is set to s.t() (... - Adobe Experience Platform Data Collection 19-03-2021
@Brian_Johnson_ Thanks for your reply! I checked in the Console and the rule is executed, but variables are not set in the case of s.tl(). Maybe the custom code helps with which we try to set the variables:var path_parts = new URL(document.URL).pathname.split('/') if (path_parts.length >= 4) { s.eVar102 = path_parts[path_parts.length - 3]; s.eVar103 = path_parts[path_parts.length - 2]; } else { s.eVar102 = "N/A"; s.eVar103 = "N/A"; }

Views

509

Like

1

Replies

2
Rule is only fired if 'Send Beacon' is set to s.t() (treat data as a pageview) - Adobe Experience Platform Data Collection 18-03-2021
We came across this issue today: We have a rule that is supposed to be triggered by the DOM Ready event together with the condition of finding a specific string in the URL. The only action is 'Set Variables' using custom code. This is followed by 'Send Beacon' and 'Clear Variables'. If we set 'Send Beacon' to s.t() all works fine. But since we want to treat the rule as hit, we would like to use s.tl() instead. However, if we do that, the rule isn't triggered. It was my understanding that this ch...

Views

565

Likes

0

Replies

4
Likes given to
Likes from