Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to change Report Suite Id's based on rules instead of the settings within dtm due to a adaptive/responsive application ?.\t\t\t\t\t\t\t\t\t\t

Avatar

Level 10

How to change  Report Suite Id's based on rules instead of the settings within dtm due to a adaptive/responsive application ?.    

1 Accepted Solution

Avatar

Correct answer by
Level 10

To  Assign report suite to an event based rule  , Please add the following code in the custom code section of the Adobe Analytics tab in the Event based rule. 

s.sa('rsid');
The s.sa() function lets you dynamically change a report suite at any time on the page, before or after an image request fires.

Please see the following link for more information about the same.

https://marketing.adobe.com/resources/help/en_US/sc/implement/function_sa.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

To  Assign report suite to an event based rule  , Please add the following code in the custom code section of the Adobe Analytics tab in the Event based rule. 

s.sa('rsid');
The s.sa() function lets you dynamically change a report suite at any time on the page, before or after an image request fires.

Please see the following link for more information about the same.

https://marketing.adobe.com/resources/help/en_US/sc/implement/function_sa.html