ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 14 - AD0-E722 discussion

Report
Export

An Adobe Commerce store owner sets up a custom customer attribute 'my.attribute'.

An Architect needs to display additional content on the home page, which should display only to Customers with 'my.attribute' of a certain value and be the same content for all of them. The website is running Full Page Cache.

With simplicity in mind, which two steps should the Architect take to implement these requirements? (Choose two.)

A.
Add a new context value of 'my_attribute' to Magento\Framework\App\Http\Context
Answers
A.
Add a new context value of 'my_attribute' to Magento\Framework\App\Http\Context
B.
Create a Customer Segment and use 'my.attribute' in the conditions
Answers
B.
Create a Customer Segment and use 'my.attribute' in the conditions
C.
Add a custom block and a pHTML template with the content to the cmsjndexjndex.xml layout
Answers
C.
Add a custom block and a pHTML template with the content to the cmsjndexjndex.xml layout
D.
Add a dynamic block with the content to the Home Page
Answers
D.
Add a dynamic block with the content to the Home Page
E.
Use customer-data JS library to retrieve 'my.attribute' value
Answers
E.
Use customer-data JS library to retrieve 'my.attribute' value
Suggested answer: A, D

Explanation:

To display additional content on the home page based on a custom customer attribute, the Architect needs to do the following steps:

Add a new context value of ''my_attribute'' to Magento\Framework\App\Http\Context. This will allow the Full Page Cache to generate different versions of the page for customers with different values of ''my.attribute''. The context value can be set using a plugin on the Magento\Customer\Model\Context class.

Add a dynamic block with the content to the Home Page. A dynamic block is a type of content block that can be configured to display only to specific customer segments or conditions. The Architect can use the 'my.attribute' in the conditions of the dynamic block and assign it to the Home Page in the Content > Blocks section of the Admin Panel.Reference:

Private content | Magento 2 Developer Documentation

Dynamic Blocks | Adobe Commerce 2.3 User Guide - Magento

asked 02/10/2024
Laura Reyero
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first