Hi rasmusa92051331, you can do it using a/b testing campaign as wellTo
identify if the visitor is coming from a specific page. Set cookies
using profile scripts if(user.isFirstSession){//identify the targeted
pageif (page.url.indexOf("xx") > -1) {//set
cookiesuser.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'.