Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

How to create custom cookie in profile script

Avatar

Level 1

I have a requirement that I need to create custom cookie . Can any help

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi,

Creation of cookie in a Profile script is similar to creation of cookie in a website. You need to write the code within Profile Script itself.

~Rohit

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Hi,

Creation of cookie in a Profile script is similar to creation of cookie in a website. You need to write the code within Profile Script itself.

~Rohit

Avatar

Level 4

Profile scripts can't interact with the page or the DOM. How would you set a cookie there?