ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 49 - AD0-E207 discussion

Report
Export

A company wants to report on the monetary value of a visitor's cart when they reach the checkout page.

The company offers only 5 products online. They want to report on product names but do not want to upload files into Adobe Analytics to classify the product IDs.

A visitor reaches the checkout page with the following items in their cart:

* A single $8 Novelty Mug', product ID=123

* 2 bags of 'Coffee Beans'' with a total price of $10, product ID=234

Which variable values must be set to meet these requirements?

A.
s.events = 'scCheckout.eventl' s.products = ';Novelty Mug;;;event1=8.00,;Coffee Beans;;;event1 =5.00';
Answers
A.
s.events = 'scCheckout.eventl' s.products = ';Novelty Mug;;;event1=8.00,;Coffee Beans;;;event1 =5.00';
B.
s.events = 'scCheckout.eventl =8.00,event1 =10.00' s.products = ';Novelty Mug;;,;Coffee Beans;;';
Answers
B.
s.events = 'scCheckout.eventl =8.00,event1 =10.00' s.products = ';Novelty Mug;;,;Coffee Beans;;';
C.
s.events = 'ScCheckout.eventl' s.products = ';123;;;event1=8.00.;234;;;event1 =10.00';
Answers
C.
s.events = 'ScCheckout.eventl' s.products = ';123;;;event1=8.00.;234;;;event1 =10.00';
D.
s.events = 'scCheckout,eventl' s.products = ';Novelty Mug;;;event1=8.00,;Coffee Beans;;;event1 =10.00';
Answers
D.
s.events = 'scCheckout,eventl' s.products = ';Novelty Mug;;;event1=8.00,;Coffee Beans;;;event1 =10.00';
Suggested answer: D

Explanation:

Business Requirement: Report on the monetary value of a visitor's cart at the checkout page without using product IDs.

Variable Configuration:

s.events: Captures the checkout event and the monetary value.

s.products: Lists the product names and their corresponding values.

Explanation:

s.events = 'scCheckout,event1': This sets the event to capture the checkout action and records the event value.

s.products = ';Novelty Mug;;;event1=8.00,;Coffee Beans;;;event1=10.00': This format lists the products by name and assigns their respective monetary values.

Verification: According to Adobe Analytics product string documentation, the format used correctly attributes product names and values to the checkout event (Adobe Analytics Implementation Guide).

asked 02/10/2024
Mustafa Hussien
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first