Skip to main content
Level 3
November 8, 2019
Resuelto

Can't Implement target through Launch

  • November 8, 2019
  • 11 respuestas
  • 17020 visualizaciones

Hi all,

I'm trying to integrate target into AEM through Adobe Launch. I have done all the steps of this guide (Add Adobe Target)​ but when I use the debugger seems that there are 0 request for the mbox. What could be the issue?

Este tema ha sido cerrado para respuestas.
Mejor respuesta de ryanr7

gabrieleg61567923​ & Sh1ju​,

cookieDomains should be set to the explicit subdomain you are using. No wildcard options. This worked for me on your site Sh1ju:

window.targetGlobalSettings = {

  cookieDomain: "adobe-258915.appspot.com"

};

-Ryan

11 respuestas

Sh1ju
Level 4
November 13, 2019

Yes ...Its working.Thank you