Expand my Community achievements bar.

Missing Discount details, Voucher/Gift card details in Adobe client data layer

Avatar

Level 2

Hello all,
We are using Experience platform connector Magento extension in our adobe commerce website which is providing the Adobe Client Data Layer.
But it has some data missing like - Discount details, Voucher/Gift card details etc.
Is there any way we can have those in the datalayer ?

We are using:

  1. Adobe Experience Platform Web SDK extension in tag manager
  2. Adobe Client Data Layer extension in tag manager
  3. Schema, Datastreams
  4. Magento/2.4 (Enterprise)
  5. Experience Platform Connector Magento Extension
  6. Adobe Experience Platform Debugger


Kindly help me out.
Thanks in advance

2 Replies

Avatar

Community Advisor

@banerjee_pritha_omds Any additional details needed in datalayer has to be populated by the developers. The way you would usually achieve this is 

  1. Create a spec ( field value ) for the missing fields and event at which they would need to be set ( in your case may be order success) 
  2. The spec will be used by developer to populate the field and value, which can then be read by webSDK extension and make it available for your use case. 

 

Hope that helps 

Anil