ExamGecko
Question list
Search
Search

Question 43 - AD0-E213 discussion

Report
Export

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?

A.
s.abort = true;
Answers
A.
s.abort = true;
B.
s.abort = false;
Answers
B.
s.abort = false;
C.
s.track = false;
Answers
C.
s.track = false;
D.
s.track = true;
Answers
D.
s.track = true;
Suggested answer: A

Explanation:

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/).

asked 02/10/2024
cristian vargas
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first