How can I disable all Activities/Test just for my current session | Community
Skip to main content
Level 2
May 18, 2017
Solved

How can I disable all Activities/Test just for my current session

  • May 18, 2017
  • 5 replies
  • 16664 views

I'm using an automation and I'd like to disable all activities for the automation runs.

I know we can use the mboxDisable=1 parameter in the URL to hide any activities on the page.  Is there something we can set to disable the activities for the entire session as it clicks from page to page?  

 

Thanks,

nik

Best answer by ryanr7

If you are using the latest at.js (version 0.9.6 or later) you can set a session cookie that will disable mboxes. From the browser console you can run: document.cookie = "mboxDisable=1; path=/";

Hope that helps!

5 replies

ParitMittal
Level 10
May 19, 2017

Hi,

The use-case doesn't looks to be the ideal one.However we can probably  think of some alternatives like probably turning off global mbox setting in mbox.js.

Regards

Parit Mittal

nikb747Author
Level 2
May 19, 2017

Thanks for the reply.

Is there a way to turn off the global mbox just for the current session?

The desire is to have an automated test run on the production site.  There are specific things it will look for that may get disrupted by AB testing and we want to avoid that.

 

nik

Løjmann
Level 5
May 19, 2017

Hi Nik,

As far as I know, you can't disable it as you would like, but I see why you want it. Could you setup your automated test, to re-map the at.js/mbox.js file to a empty js-file on your site, to avoid requests to target?

/Løjmann

ryanr7Adobe EmployeeAccepted solution
Adobe Employee
May 19, 2017

If you are using the latest at.js (version 0.9.6 or later) you can set a session cookie that will disable mboxes. From the browser console you can run: document.cookie = "mboxDisable=1; path=/";

Hope that helps!

Level 3
February 27, 2025

Is this still works? what's current way to do it. we are using web SDK method for implementation and wanted to use something like "mboxDisable=1" parameter in the URL.

but it's not working, neither the above solution.

 

Could you please help me to achieve this?

nikb747Author
Level 2
May 19, 2017

That sounds like exactly what we are looking for, unfortunately, we're on the mbox.js implementation.

I'll look into upgrading.  I'm not sure why we're not using at.js :(