Target XT - Returning visitors how to? | Community
Skip to main content
New Participant
February 21, 2018

Target XT - Returning visitors how to?

  • February 21, 2018
  • 1 reply
  • 2423 views

Hi,

Could anyone guide me how to set up an Activity XT in Target so we can target Returning visitors on our frontpage? It should be returning visitors who has been to a specific subpage on their previous visit on our website!
I can't find any documentation or guidance on this on Adobe Help Site.

Regards,

Rasmus

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

1 reply

YogitaBist
New Participant
February 26, 2018

Hi rasmusa92051331,

you can do it using a/b testing campaign as well

  • To identify if the visitor is coming from a specific page. Set cookies using profile scripts

if(user.isFirstSession){

//identify the targeted page

if (page.url.indexOf("xx") > -1)  {

//set cookies

user.setLocal('cookies', 'yy'); 

var cookies =user.getLocal('cookies');

if(cookies){

return cookies;

}

}

}

above profile will be available in audience.

For returning visitor you can use in-built audience 'Returning visitor'.

New Participant
August 11, 2020

Hi @yogitabist ,

 

Can you please explain exactly how target determines returning visitors. I have created one XT based on it but the website never shows the returning visitor experience