Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

s.abort in Launch

Avatar

Level 2

Hi,

we need to abort analytics completely for a particular part of our site.

We versed in doing this in DTM. However, would someone be able to walk us through implementing this via Launch?

1 Accepted Solution

Avatar

Correct answer by
Level 10

@sallyd67892944, you can use custom code editor to set s.abort depending on the site page/ section/ data element. Or use the Rule Conditions to either fire or not fire the Rule sending beacons to Analytics. What challenge have you faced?

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

@sallyd67892944, you can use custom code editor to set s.abort depending on the site page/ section/ data element. Or use the Rule Conditions to either fire or not fire the Rule sending beacons to Analytics. What challenge have you faced?

Avatar

Level 2

Hi @Andrey_Osadchuk, we have analytics implemented with s code on the site, the launch code is connected to a property with the analytics plugin which we do not want for this particular part. When implemented the s.abort rule, it seems to fire for both the s code and the plugin. How can we keep this to just the plugin? i think the conditions for set beacon look like our best bet here!

Avatar

Level 2

Hi @Andrey_Osadchuk would you know how to use abort in App property in Launch? thank you