when a page is NOT viewed in a session

Gold Contributor
Gold Contributor

is it possible in Audience Stream to set a badge on a visitor when a page is NOT viewed in a session

2 REPLIES 2

when a page is NOT viewed in a session

Tealium Employee

Hi @john_gautreau,

 

Yes, is it possible. I would suggest createing a Boolean type attribute with two enrichments:

  1. Set Boolean to false when New Visit - this will say that the visitor has never visited the page
  2. Set Boolean to true when "rule" is met, the rule being something some like "Current URL equals XYZ" - this will say that the visitor has visited the page

 

This will give you the data that you need. You can then reference this Boolean in another attribute like a Badge, for example a Cart Abandoner Badge. The logic being, assign Badge at end of visit of Cart page is visited but Order Confirmation page is not.

 

Does that help?

 

Cheers,

-Dan

when a page is NOT viewed in a session

Gold Contributor
Gold Contributor

yes - thank you :)

Public