ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 34 - AD0-E207 discussion

Report
Export

A customer launches a new checkout flow that includes all checkout steps in a Single Page Application.

The development team must be instructed on how to indicate when a user moves to the next step of the checkout flow so this information can be tracked in Adobe Analytics using Adobe Launch.

The customer wants to be able to report on each step of the checkout as different page views.

Which configuration of an Adobe Launch rule must the tagging engineer configure in Adobe Launch to meet these requirements?

A.
Direct Call Event with an s.t() beacon
Answers
A.
Direct Call Event with an s.t() beacon
B.
Click Event with an s.t()
Answers
B.
Click Event with an s.t()
C.
Direct Call Event with an s.tl() beacon
Answers
C.
Direct Call Event with an s.tl() beacon
D.
DOM Ready Event with an s.t()
Answers
D.
DOM Ready Event with an s.t()
Suggested answer: A

Explanation:

Business Requirement: Track each step of the checkout process as separate page views in a Single Page Application (SPA).

Configuration:

Direct Call Event: Triggered explicitly by the application code when a user moves to the next step.

s.t() beacon: Sends a page view beacon, suitable for capturing page views in SPAs.

Explanation:

Direct Call Event: Allows developers to indicate specific points in the SPA where analytics tracking should occur.

s.t() beacon: Suitable for recording page views, capturing each step in the checkout flow as a separate page view.

Verification: According to Adobe Launch documentation, using Direct Call Events with s.t() beacons is the recommended approach for tracking page views in SPAs (Adobe Launch Implementation Guide).

asked 02/10/2024
Abigail Bormann
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first