
If you are running AnyTrack both on production and development environments you may want to disable AnyTrack from trigger events on your development pages.
We recommend to disabling AnyTrack TAG entirely or use different property id for each environment. If that's not possible, you can still disable AnyTrack from trigger page view events using the quiet mode.
Enabling the Quit Mode
Running the following command will enable the quit mode on the current page:
<script>AnyTrack('quiet');<script>
This will make sure AnyTrack will not trigger any event automatically unless the user makes an action such as clicking on a button or submitting a form.
The quiet mode is NOT persistent and will disappear automatically the next time you view the page without the quiet command.
Comments
0 comments
Please sign in to leave a comment.