Show a/b test once per session | Adobe Higher Education
Skip to main content
November 22, 2023
解決済み

Show a/b test once per session

  • November 22, 2023
  • 1 の返信
  • 728 ビュー

I am trying to a/b test a pop up but it keeps showing up on every page even after users closed it i am struggling to find a straight forward solution from adobe target interface.

 

I have tried to store the session on js on the pop-up code but it doesn't work, seems like adobe may be overriding it.

 

Any possible solution for this?

 

このトピックへの返信は締め切られました。
ベストアンサー alexbishop

Probably a few different ways to do this but you could have a process along the lines of:
-set a session cookie with value of "true" as part of the Target activity
-pass a parameter in the Target request with the value of the session cookie
-apply an audience to the activity of "session cookie does not equal true"

That would mean the visitor would qualify for the activity once in the session but then they would be excluded for the rest of the session because "session cookie" would not equal true; and they would go through this process for each new session because the cookie expires when the session ends 

1 の返信

alexbishop
Adobe Employee
Adobe Employee
November 22, 2023

Probably a few different ways to do this but you could have a process along the lines of:
-set a session cookie with value of "true" as part of the Target activity
-pass a parameter in the Target request with the value of the session cookie
-apply an audience to the activity of "session cookie does not equal true"

That would mean the visitor would qualify for the activity once in the session but then they would be excluded for the rest of the session because "session cookie" would not equal true; and they would go through this process for each new session because the cookie expires when the session ends