Populating Tally Items

Gold Contributor
Gold Contributor

Hi Everyone,

I have a use case called window shopper, whoever clicked the same product more than 4 times I want to add them to the Audience and as soon as the visitor ends the session, action will be triggered. 

So, to do this I've created a tally  Attribute which store the product Name & Product Count As a Key-Value pair.

But I don't know how to populate or use the Product count against the Product to trigger the action.

 

Product Name ( Key )Product Count ( Value )
" Tori Tank "2
"Linen Blazer"5
"Pearl Strand Necklace"4

 

In the above table you can see that the Linen Blazer is clicked for more than 4 times, so how can I use this to add the user to the Window shopper Audience and perform the action.

 

Kind Regards,

Md Aaqib Uddin

Senior CDP Specialist @ Digitas Dubai
3 REPLIES 3

Populating Tally Items

Tealium Employee

Hi @aaqib 

There is an enrichment on Set of Strings that populates the Set of Strings with the key values in a Tally that have a value greater than a threshold you can define (4, in your case).

So the way I would do what you want here is to define a Set of Strings, and use this enrichment on it.  If the Set of Strings is assigned (you can check this using a rule operator on the Set of Strings), then the visitor is in the Audience.

You can also/instead, if you wish, use a Number to count how many items are in this Set of Strings.  If this is >= 1, then the user is in your Audience.

Here is a diagram that explains how all the AudienceStream attribute types can be used with each other like this;

https://community.tealiumiq.com/t5/Universal-Data-Hub/AudienceStream-Visit-and-Visitor-Attributes-an...

Thanks

Mark

Populating Tally Items

Gold Contributor
Gold Contributor

Hi Mark,

Yeah, I've done the same to populate the tally attribute items, 

Thanks for your help and support.

Best Regards,

Md Aaqib Uddin

Senior CDP Specialist @ Digitas Dubai

Populating Tally Items

Bronze Contributor
Bronze Contributor

Hi, I've been struggling with this because I've done every single step but upon testing with Trace I seem to join the audience as soon as I view the first product:

Audience:

test_audience.png

Set of Strings (visit):

test_sos.png

Tally (visit; increment tally based on the product name):

test_tally.png

 

Public