ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 22 - AD0-E207 discussion

Report
Export

A company has a business requirement to capture the following information on the order confirmation page of an ecommerce site:

1. Product Name (in eVar2)

2. Product SKU

3. Product Level Coupon Code (in eVarl)

4. Product Level Discount (in eventl)

A customer visits the site, searches for a smart phone, and purchases an Amaze Touch Pro for $700. The customer receives a discount of $70 by applying coupon code 'SUMMER10'. On the Order Confirmation page, the SKU appears in the data layer as 'atp29

Which s.products syntax should be used?

Which s.products syntax should be used?

A.
';atp29;1 ;700.00;eVarl =SUMMER10|eVar2=Amaze Touch Pro;event1 =70.00';
Answers
A.
';atp29;1 ;700.00;eVarl =SUMMER10|eVar2=Amaze Touch Pro;event1 =70.00';
B.
';Amaze Touch Pro;! ;700.00;event1 =70.00;eVan =SUMMER10|eVar2=Amaze Touch Pro';
Answers
B.
';Amaze Touch Pro;! ;700.00;event1 =70.00;eVan =SUMMER10|eVar2=Amaze Touch Pro';
C.
;atp29;700.00;eventl =70.00;eVar1 =SUMMER10|eVar2=Amaze Touch Pro';
Answers
C.
;atp29;700.00;eventl =70.00;eVar1 =SUMMER10|eVar2=Amaze Touch Pro';
D.
';atp29;l ;700.00;eventl =70.00;eVar1 =SUMMER10|eVar2=Amaze Touch Pro';
Answers
D.
';atp29;l ;700.00;eventl =70.00;eVar1 =SUMMER10|eVar2=Amaze Touch Pro';
Suggested answer: D

Explanation:

To correctly capture the specified data in Adobe Analytics, the s.products syntax needs to be properly formatted to include the product SKU, quantity, price, and custom variables and events. The correct format is:

SKU: atp29

Quantity: 1

Price: 700.00

Event1: 70.00 (discount)

eVar1: SUMMER10 (coupon code)

eVar2: Amaze Touch Pro (product name)

The correct syntax is:

arduino

Copy code

s.products = ';atp29;1 ;700.00;eventl =70.00;eVar1 =SUMMER10|eVar2=Amaze Touch Pro';

This format ensures that all the specified information is correctly captured and recorded in Adobe Analytics.

asked 02/10/2024
eddie alvarez
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first