Recommending High Traffic or Most Popular Product | Community
Skip to main content
DhanA2
New Participant
June 22, 2023
Solved

Recommending High Traffic or Most Popular Product

  • June 22, 2023
  • 1 reply
  • 836 views

Hi Team,

I have a scenarion, I have to recommend a product to the user based on Polularity nothing but High traffic product.
I have to setup crtieria inclusion to filter down the product that only have more 1k views.

Since i do not have any traffic data in catalog or parameter i assume I have to get the product traffic details through Analytics Feed classification option.

Is this correct if yes how can we share that traffic data about a product as parameter into target.
If not what could be the best way to do this.
Tagging Top contributors for a quick response
Really love your contribution guys.
@pratheeparunraj @nnakirikanti @alexbishop @gokul_agiwal @perrin_ennen 
Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by PratheepArunRaj

The possible hack I can think of is to create a Profile Script to count the number of times the Product is viewed and use it in Recommendations.

However, there are a few gotchas.

- If you implement the profile script today, the count will be initiated only by today, and thus data history is a tougher ask.

- Above script will not break down the numbers by time (Day, Week, Month, etc). So, if you need the traffic by time, you need to create different profile scripts based on day, week, month, etc.

A feasible use case is to count the views by month and I guess we can do the same in Profile Script. Cheers!

 

1 reply

PratheepArunRaj
New Participant
June 22, 2023

Dear @dhana2 ,

There is an operator "Is Greater Than or Equal To", but to use the same, we would need the traffic details.

Classification Feed from Analytics can give you the METADATA details for the product but not traffic. 

So, not sure whether we do have a straightforward option for this. If there is a hack, let me think through it and revert. Will also wait for the others to see their input.

Thank You, Pratheep Arun Raj B (Arun) | NextRow DigitalTerryn Winter Analytics

PS: If I didn't come back before Monday, please feel free to re-tag my name to the post.

PratheepArunRaj
PratheepArunRajAccepted solution
New Participant
June 23, 2023

The possible hack I can think of is to create a Profile Script to count the number of times the Product is viewed and use it in Recommendations.

However, there are a few gotchas.

- If you implement the profile script today, the count will be initiated only by today, and thus data history is a tougher ask.

- Above script will not break down the numbers by time (Day, Week, Month, etc). So, if you need the traffic by time, you need to create different profile scripts based on day, week, month, etc.

A feasible use case is to count the views by month and I guess we can do the same in Profile Script. Cheers!