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.
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
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?
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
@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.
表示
返信
いいね!の合計