BlackFriday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Adobe Exam AD0-E207 Topic 3 Question 14 Discussion

Actual exam question for Adobe's AD0-E207 exam
Question #: 14
Topic #: 3
[All AD0-E207 Questions]

A company is beginning a full re-architecture of their website. They will use Adobe Launch as the tag management system. How should an Architect recommend that the data layer object be generated each time a page is requested?

Show Suggested Answer Hide Answer
Suggested Answer: B

The best practice for generating the data layer object each time a page is requested is to use server-side code to include the data layer in a <script> block in the page HTML's <head> section. This ensures that the data layer is available as soon as the page starts loading and can be used by Adobe Launch and other scripts. By having the data layer generated server-side, it reduces reliance on the client-side code and ensures the data is consistent and accurate for each page load.


Contribute your Thoughts:

Anglea
25 days ago
DOM scraping? What is this, amateur hour? I'm going with B and then taking a nap.
upvoted 0 times
Donette
2 days ago
A) Via logic in the tag management system, executed on DOMReady
upvoted 0 times
...
Benton
14 days ago
B) Via server-side code and included in a