Expand my Community achievements bar.

SOLVED

Code managed by Adobe in DTM but custom Adobe Analytics report suite?

Avatar

Level 2

I'm wondering if it's possible to use the Adobe-managed AA library in DTM, but to modify the Reporting Suite that gets the data down in the Customized Page Code section. I've tested this a number of times, changing the reporting suite ID with s.gi() and even _satellite.tools["tool_id"].settings.account (and "After UI settings (custom code takes precedence)" turned on), and no matter what I try, it's still writing to the default suites selected above in the interface.

Is there anything I'm missing? Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Czech,

It is possible to override the production/ Staging report Suite selector in the interface by setting s.account variable in customized page code section using the custom Javascript code and turning on the After UI settings (custom code takes precedence) setting. Please share the custom Javascript code being used to set the Rsid so that we are able to troubleshoot the issue further .

Thanks & Regards

Parit Mittal

View solution in original post

3 Replies

Avatar

Employee Advisor

When editing a tool under the accordion 'Library Management' and select Custom. A checkbox appears labeled "Set report suites using custom code below". When this box is checked, DTM will look for a variable in your custom code called "s_account". This variable should contain a comma-separated list of the report suites you wish to send data to.

It is not possible to use Adobe-managed tags without also using the RSID fields.

Avatar

Level 2

Gigazelle wrote...

When editing a tool under the accordion 'Library Management' and select Custom. A checkbox appears labeled "Set report suites using custom code below". When this box is checked, DTM will look for a variable in your custom code called "s_account". This variable should contain a comma-separated list of the report suites you wish to send data to.

It is not possible to use Adobe-managed tags without also using the RSID fields.

 

I know it's possible to set the report suites using custom code when your Code Configuration is set to "Custom". I'm wondering if it's possible to pass the s_account object via the Customized Page Code section down below. I attempted it, but it didn't seem to work.

When you say "It is not possible to use Adobe-managed tags without also using the RSID fields", do you mean that it's not possible to override the Production/Staging Report Suite selector in the interface?

Avatar

Correct answer by
Level 10

Hi Czech,

It is possible to override the production/ Staging report Suite selector in the interface by setting s.account variable in customized page code section using the custom Javascript code and turning on the After UI settings (custom code takes precedence) setting. Please share the custom Javascript code being used to set the Rsid so that we are able to troubleshoot the issue further .

Thanks & Regards

Parit Mittal