Expand my Community achievements bar.

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.
SOLVED

Social proof with AEP

Avatar

Level 10

Is AEP able to display on a product page:

- count of how many people viewed/bought this specific product?

It might be doable using Computed Attributes ....

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi @Michael_Soprano ,

As I have gone through below link,

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/audiences-profiles-identities/pro...

it seems like we can use Computed Attributes for Personalized stats like You viewed this X times as they aggregate per-profile behaviors.

Global stats like X people viewed not achievable directly with Computed Attributes. You'd need to use Query Service, Analytics, or another aggregate mechanism to compute global totals and expose those values to your frontend.

Thanks,

Ankit

View solution in original post

2 Replies

Avatar

Community Advisor

Hello @Michael_Soprano 

 

Computed attributes is the way to go for this calculation but keep in mind that it is updated every 24hours.


     Manoj
     Find me on LinkedIn

Avatar

Correct answer by
Level 7

Hi @Michael_Soprano ,

As I have gone through below link,

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/audiences-profiles-identities/pro...

it seems like we can use Computed Attributes for Personalized stats like You viewed this X times as they aggregate per-profile behaviors.

Global stats like X people viewed not achievable directly with Computed Attributes. You'd need to use Query Service, Analytics, or another aggregate mechanism to compute global totals and expose those values to your frontend.

Thanks,

Ankit