A4T - How to control SDID sharing prior to at.js version 2.1 | Adobe Higher Education
Skip to main content
Level 2
December 28, 2022
해결됨

A4T - How to control SDID sharing prior to at.js version 2.1

  • December 28, 2022
  • 1 답변
  • 720 조회

Hello,

 

I need to control when to stitch the SDID parameter between Target and Adobe Analytics (A4T) based on user consent. I've seen in this link that I can do that by doing this:

window.targetGlobalSettings = { analyticsLogging: "client_side" };

 Although this only works from version 2.1 and up.

 

How can I achieve the same result in prior versions? I'm using at.js v1.8.2 via the Adobe Target Launch extension (not the v2)

이 주제는 답변이 닫혔습니다.
최고의 답변: JacobTo1

The page might have been updated - looks like the client side logging support was only introduced in at.js v2.1+
----

You can control how and when to send analytics data related to Target to Analytics for reporting purposes. If you do not want to opt in to the default settings of having Target and Analytics automatically stitch the analytics data via the SDID, set analyticsLogging = client_side via window.targetGlobalSettings. Note: any versions below 2.1 do not support this approach.

1 답변

JacobTo1답변
Level 4
June 28, 2023

The page might have been updated - looks like the client side logging support was only introduced in at.js v2.1+
----

You can control how and when to send analytics data related to Target to Analytics for reporting purposes. If you do not want to opt in to the default settings of having Target and Analytics automatically stitch the analytics data via the SDID, set analyticsLogging = client_side via window.targetGlobalSettings. Note: any versions below 2.1 do not support this approach.