AEP Web SDK Migration - Query on Audience Manager Set Customer ID | Adobe Higher Education
Skip to main content
satyanarayanam1
Level 2
October 5, 2021
Beantwortet

AEP Web SDK Migration - Query on Audience Manager Set Customer ID

  • October 5, 2021
  • 2 Antworten
  • 4372 Ansichten

Hi Team,

We are working on migrating to AEP using Web SDK. Since AEP uses identity service and RTCDP for the ID sync, do we still need to set the user-ID using the following logic still to continue to use AAM as is for the ID sync?

 

var visitor = Visitor.getInstance("abc@AdobeOrg");
visitor.setCustomerIDs({
"user_id": {
"id":'abc1234',
"authState":Visitor.AuthState.AUTHENTICATED
}
});

 

Also, since Experience Cloud ID service extension is no longer needed, how we need to set this up, using custom code?

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von Ankita_Sodhi

Hello @satyanarayanam1 ,

 

To implement ID sync using AEP Web SDK, please utilize data element of type "Identity Map" and use this in AEP sendEvent Action.

 

So, steps will be as follows:

1. Create data element as above.

2. Create rule to fire AEP SendEvent action in which refer to your data element as your XDMObject.

 

Hope this helps, please let me know if you have any further question.

2 Antworten

Ankita_Sodhi
Adobe Employee
Adobe Employee
October 7, 2021

Hello @satyanarayanam1 ,

 

To implement ID sync using AEP Web SDK, please utilize data element of type "Identity Map" and use this in AEP sendEvent Action.

 

So, steps will be as follows:

1. Create data element as above.

2. Create rule to fire AEP SendEvent action in which refer to your data element as your XDMObject.

 

Hope this helps, please let me know if you have any further question.

satyanarayanam1
Level 2
October 22, 2021

@ankita_sodhi  - 

Thank you very much for answering the query. Yes, we are sending the detail as suggested already, will that be enough for the ID sync to work for both platform as well as Audience manager?, do we still need any more steps to do (AAM Server Side Enabled).

Ankita_Sodhi
Adobe Employee
Adobe Employee
October 25, 2021

Hello @satyanarayanam1 ,

 

That would be all for ID sync and forwarding data to AAM.

Kishore_Reddy
Community Advisor
Community Advisor
December 29, 2021

Thank you for posting this query. Really helpful discussion.

satyanarayanam1
Level 2
November 24, 2022

@ankita_sodhi @pradeep_nextrow  - 

Can you help me understand how the SSF works when we enable AAM from the edge front.

 

Based on my understanding, once we enable the SSF for AAM from the edge front - the data/signals gets sent to AAM directly from the site to edge then to AAM instead legacy approach where signals gets transferred from AA.

 

1) Will there be any impact or work required on the existing audience, segmenets on AAM front due the data flowing from edge.

2) In case any update needed in AAM, what is that to keep our audience and segments intact.

3) How the segments need to be transitioned from c_ to XDM path for the data items.

4) When SSF is enabled in Edge as well as in AA reportsuite - which one will take precedence.