A Solution Design Reference (SDR) is built for architectsite.com. The site has the following business requirements:
* Report on newsletter sign-up attempts (event1) by URL
* View the user journey through the site by page name
* Track which site section successful newsletter sign-ups (event2) occur
Which query string parameters must be seen in the network request to meet the requirements?
A company has an email marketing tool that is used for both SMS and email.
The tool generates the following campaign URLs:
SMS link: www.website.com?cid=em:campaign_name-txt Email link: www.website.com?cid=em:campaign_name
How should the Architect configure Marketing Channel Processing Rules to identify the SMS channel?
A company develops a new website using a Single Page Application framework. A data layer variable called dataLayer.url is updated with the correct URL when each state change happens.
Which variable should the Architect map to dataLayer.url?
A company has a Tableau Dashboard that includes data from various sources including Adobe Analytics. The dashboard is
updated weekly.
Which method should an Architect use to extract the data to be used with the dashboard?
A product was viewed on two different pages and was added to the cart from one of the pages. Below are the product syntax used for each page.
Page 1:
s.products = ";prod123;1;100;;evar2=merch_category1";
Page 2:
s.products = ";prod123;1;100;;evar2=merch_category2";
If the product was checked out and purchased for $100, how might revenue be attributed to eVar2 if merchandising is enabled? (Choose two.)