New
We recently made an update regarding warning, log and error messages in Tag v3, the latest version of our generic tag that has been released a few weeks ago.
The majority of the warning, log and error messages that were displayed by default in the console of your browser have been removed to bring back clarity and avoid confusion between AB Tasty logs and your own logs.
However, we know that logs can be useful to understand why a campaign isn’t working so we have created an option to manually activate all AB Tasty logs. They can be enabled by one of the following steps:
Use the cookie abTastyDebug with value true (valid until you remove the cookie or close your browser)
To do so, copy and paste the following code in the console of your browser: document.cookie="abTastyDebug=true;path=/;domain=mydomain.com;" (you must replace “mydomain.com” with the domain of the website you are working on, i.e: abtasty.com)Use the global variable window.abTastyDebug with value true
To do so, copy and paste the following code in the console of your browser: window.abTastyDebug = true; (valid until you reload the page)Install Requestly and use this specific rule* (valid until you deactivate the rule in the Requestly Chrome Extension)
*To use the Requestly rule, please proceed as follow:
install the extension: https://www.requestly.in/
import the “AB Tasty Debug (Tag V3)” rule
toggle on the "AB Tasty Debug (Tag V3)" rule
more information here
Once installed, the Debug mode will show you all the necessary steps to execute the tag and where the error(s) occur(s) if any and what should be done to resolve it.
Feel free to contact your CSM if you have further questions.