Reputation: 61
How can I achieve personalization on AMP pages? e.g., how to render recommended items (based on personalized content), buyers who bought X also bought Y.
Upvotes: 1
Views: 242
Reputation: 61
We have two options to achieve personalization on AMP :
AMP By Example's product page sample contains a related products section using amp-list. Here is a link to the source.
Furthermore, to render product list related to user’s past purchases, CLIENT_ID parameter implementation and a careful reading of the Managing non-authenticated user state with AMP document should help.
Upvotes: 3