DCR Implementation | Community
Skip to main content
Level 4
July 16, 2021
Solved

DCR Implementation

  • July 16, 2021
  • 2 replies
  • 1812 views

Hi Team,

 

I have implemented DCR on Purchase rule, but I checked for some instances it is not firing. So website can do something at their side, that DCR call fired every time. Any help?

 

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 vidurb80577666

@bindukumari1990,

DCR is based on the identifier you set on the website. You have to make sure same identifier is used in the DCR. When you fire _satellite.track("identifier")  you have to make sure your overall data layer/data elements were already set up properly to show WHICH product was purchased.

 

 

2 replies

vidurb80577666Adobe EmployeeAccepted solution
Adobe Employee
July 16, 2021

@bindukumari1990,

DCR is based on the identifier you set on the website. You have to make sure same identifier is used in the DCR. When you fire _satellite.track("identifier")  you have to make sure your overall data layer/data elements were already set up properly to show WHICH product was purchased.

 

 

Haran_Huang
Level 4
July 20, 2021
DCR sends data actively, and Adobe Launch configuration _satellite.track("identifier") can successfully connect to fire. How did you configure it?