Search code examples
adobeanalyticsadobe-analyticsweb-analytics

Capture RSID into a prop using DTM


I'm a bit new to Adobe's Dynamic Tag Manager, so I'm looking for a little help.

I need to be able to track the report suite ID defined by SiteCatalyst. DTM was somewhat implemented prior to me taking on the project - so no data layers or even standard s code has been implemented.

I get how I can make calls using the _satellite functions; however, I'm not able to find one that will allow me to capture the RSID.

Can I even do this in DTM using some sort of data element?


Solution

  • If you reference s.account within the AA tool (Custom Page Code Section) it will return the RSID.

    s.prop1 = s.account
    

    Hope this helps. Mark