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.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
@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.
Views
Replies
Total Likes