An analyst intended to prevent the next tracking call from being sent to Adobe; however, after reviewing the reports, she found that the tracking call was still sent to Adobe. Which code should the analyst have added to the doPlugins() function?
This code should be added to the doPlugins() function in order to prevent the tracking call from being sent to Adobe. Specifically, setting s.abort to true will stop the tracking call from being sent, while setting it to false will allow the tracking call to be sent. This is described in the Adobe Analytics documentation (https://docs.adobetag.com/analytics/implementation/general/variables/abort/).
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit