How to change Report Suite Id's based on rules instead of the settings within dtm due to a adaptive/responsive application ?. | Community
Skip to main content
ParitMittal
Level 10
August 4, 2016
Solved

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

  • August 4, 2016
  • 1 reply
  • 610 views

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

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 ParitMittal

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

1 reply

ParitMittal
ParitMittalAuthorAccepted solution
Level 10
August 4, 2016

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