Hi,
We are implementing Adobe DTM on our website. But there are always network errors on browser's console about dpm.demdex.net.
- Failed to load resource: net::ERR_CONNECTION_CLOSED
- GET https://dpm.demdex.net/id?... net::ERR_CONNECTION_CLOSED
We know that dpm.demdex.net requests are being made for the purpose of getting cookies named AMCV and demdex, and AMCV cookie contains Adobe Marketing Cloud Visitor ID.
When we debug SatelliteLib.js, we see that AMCV cookie has already been set before dpm.demdex.net request has been made. I guess the reason is that getMarketingCloudVisitorID function is being called before the function which makes dpm.demdex.net request.
_.getMarketingCloudVisitorID()
_.getAudienceManagerLocationHint()
Inside of getAudienceManagerLocationHint function we get the error. Consequently AMCV cookie is being set but there is no demdex cookie.
If we are able to get Marketing Cloud Visitor ID before dpm.demdex.net request, what is the reason for making this request?
In addition to that, when we look at another websites which use Adobe Analytics we noticed that they have the same error.
What is the reason for these errors? Could you please clarify this situation?
Kind regards,
Çağrı
CM EDIT: Removed disclamer and personal information.