내 커뮤니티 업적 표시줄을 확대합니다.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
해결됨

Adobe Target and Audiences

Avatar

Level 2

Hello everyone, I have a question related with Adobe Target.
I am working on an e-commerce website where each product has unique SKU value. Also these products can have different variations (in terms of color, sizes etc.) so these variations are also having unique SKU value and are represented with a square icon in the main SKU page.

I want to do an AB Test where my Test experience should run on selected SKUs.

I am including these selected SKUs in Audience library.

 

Here is the implementation:
When my Test campaign loads on Product page, it checks the current page's SKU in Audience. If the current page's SKU matches with the one listed in Audiences, then it loads the experience (means executes the code written in Adobe offer). If not then it doesn't load the experience.

 

Now here is the problem statement:

When we click on any variations, we don't have any way to check if these variation's SKU matches with the ones listed in Audiences or not since on click of these variations, Target's at.js call not happening, thus Audience library is not coming into picture.

 

Hope I am clear in my explanation. Can anyone please provide any solution for this?

 

Thank you

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

Hi @singalashwani ,

 

Assuming click on product SKU variation like color/size etc updates content on product page dynamically with new pageload hence new/variation product SKU is not passed in Adone Target for experience to render.

 

In this case when there is no new pageload you need to call Adobe Target getOffers/applyOffers methods each time user clicks on productSKU variation.

 

Another way would be to fetch experiences for all SKU variations and apply them when user clicks on individual variations.

 

 

원본 게시물의 솔루션 보기

2 답변 개

Avatar

Level 2

Hello Everyone, I can provide additional information, if anyone want.

 

I would appreciate if anyone can provide some inputs.

 

Thanks,

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

Hi @singalashwani ,

 

Assuming click on product SKU variation like color/size etc updates content on product page dynamically with new pageload hence new/variation product SKU is not passed in Adone Target for experience to render.

 

In this case when there is no new pageload you need to call Adobe Target getOffers/applyOffers methods each time user clicks on productSKU variation.

 

Another way would be to fetch experiences for all SKU variations and apply them when user clicks on individual variations.