Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Hi, Is there a simple way to temporarily disable all target activities for single page or session in any browser?
Dev team wants to test same thing which we are delivering through Target and they are asking to disable it but the same activity is running for all in production environment.
Les sujets facilitent la catégorisation du contenu de la Communauté et vous aident à retrouver le contenu le plus pertinent.
Vues
Réponses
Nombre de J’aime
Using the browser inspector, try blocking the delivery or interact call by selecting "Block request URL"
target calls are also interact call.
we are using web SDK and target is enabled within that only. is there any other way?
Vues
Réponses
Nombre de J’aime
Hi @rudraWiley,
To disable Adobe Target activities on a single page using the Web SDK, you can leverage the "renderVisualPersonalizationDecisions" setting within your Web SDK configuration, setting it to "false" for the specific page where you want to prevent Target from rendering personalized content; essentially, this tells the SDK not to apply any Target decisions on that page load.
Vues
Réponses
Nombre de J’aime
@rudraWiley perhaps I misunderstood your goal, I took it as that's what you wanted to happen (i.e. disable Target) in a given browser session.
Vues
Réponses
Nombre de J’aime