Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Help migrating the at.js library to websdk via Tealium

Avatar

Level 1

Hello,

 

We have been migrating from at.js to WEBSDK for some time now, and even though we have reviewed the events, they are not being ingested correctly into Adobe Experience Platform. We have everything configured, both the extension and configuration of the WEBSDK tag in Tealium, as well as the configuration of the datastreamID. The target experiences are also displayed on the website, but since the data is not ingested into CDP-AEP in CJA, nothing appears, because both the events from our main XDM and those from the “adobe_target_classification_events” schema-dataset are missing, which match using the correlationID.

 

In the logs, we have seen that it fails because an object from the schema is missing in the decisioning.propositionDisplay event, but we do not know how to add the XDM of the missing object. However, we also do not know how they are ingested into the “adobe_target_classification_events” dataset.

 

Has anyone already performed this migration and can help us? We would greatly appreciate it, as we are unable to move forward in any way.

 

Regards,

Alex

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Level 7

Hi @AlejandroCo3 ,

You can try below approch

  1. Configure the AEP Web SDK in Tealium
  2. Send view events with renderDecisions
  3. Fire propositionDisplay XDM
  4. Map into CJA (Add your main XDM dataset and the Adobe Target Classification Events lookup in CJA)

More details here

Thanks,

Ankit

Avatar

Level 1

 

Hi Ankit, thanks for your help.

We've already done all this, but the problem is that no data is being stored in CDP-AEP. For the “web.webpagedetails.pageViews” event, no target appears, and for the “decisioning.propositionDisplay” event, we need to include the XDM of the custom object, but we can't find a way to include this object in the decisioning HIT.

 

All calls are sent with renderDecision set to true.
The decisioning call only contains the “_experience,” and since the JSON structure differs from the AEP schema, the ingestion fails. It should include our custom object.

 

Thanks,

Alex

Avatar

Level 10

slight off topic - but for which this one is used for - “adobe_target_classification_events” dataset?