Capture RSID into a prop using DTM

127 views Asked by At

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?

2

There are 2 answers

2
Mark Stringham On BEST ANSWER

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

1
RudiShumpert On

There are only a few _satellite that are "safe" to use. By safe I mean that Adobe has stated they will not change the behavior of without any notice. I would strongly advise not digging through the functions for a solution.

I am curious on why you need the RSID, since the beacon will only go to the RSID that you setup in DTM. If you are using custom code to dynamically set the s.account variable you could just set an evar or prop at the same time.