Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

DCR Implementation

Avatar

Level 4

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?

 

1 Accepted Solution

Avatar

Correct answer by
Employee

@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.

 

vibhatna_0-1626464058017.png

 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

@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.

 

vibhatna_0-1626464058017.png

 

Avatar

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