Integrate AAM using AEP web sdk extension launch and pass s.contextData['cm.ssf'] based on consent | Community
Skip to main content
Level 3
August 2, 2023
Solved

Integrate AAM using AEP web sdk extension launch and pass s.contextData['cm.ssf'] based on consent

  • August 2, 2023
  • 1 reply
  • 2087 views

Hi Team

 

We are in migration phase of client side tracking implementation of AA, AAM (SSF), Target, ECID to server side tracking using AEP web sdk extension.

 

Also our current launch client side integration (tags) is integrated with 3rd party CMP (consent management platform) solution where based on cookies consent categories data is passed to AA, AAM etc.

 

Currently based on consent from customerm, signals from Analytics are passed to Audience manager (server side forwarding - SSF). This restrictions are implemented using s.contextData['cm.ssf'] = '1' or '0'. by passing context varible with value 1 or 0, was ensuring data either to be forwarded or restricted.

 

Now we are stuggling to implement this using AEP web sdk extenion. How we can pass this context variable s.contextData['cm.ssf'] either through XDM or non XDM way to edge? where and how can be implemented this?

 

Thanks

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 prisha500

Hello,

 

To pass s.contextData['cm.ssf'] based on consent in AEP Web SDK extension:

  • Set up AEP Web SDK.
  • Map consent data to XDM schema or pass it as custom data.
  • Configure edge rules to handle data based on s.contextData['cm.ssf'].
  • Test thoroughly and monitor for compliance and updates.

I hope this will help you.

1 reply

prisha500Accepted solution
Level 2
September 7, 2023

Hello,

 

To pass s.contextData['cm.ssf'] based on consent in AEP Web SDK extension:

  • Set up AEP Web SDK.
  • Map consent data to XDM schema or pass it as custom data.
  • Configure edge rules to handle data based on s.contextData['cm.ssf'].
  • Test thoroughly and monitor for compliance and updates.

I hope this will help you.