Expand my Community achievements bar.

JOIN US Next Wednesday, 12/6/23 @ 8am PT for the next Community Q&A Coffee Break! Bring your Machine Learning, AI Reporting & Analysis Questions to the chat. Experts Brent Kostak, Cristinel Anastasoaie, & Drew Burns of the Adobe Target Product Team will be providing deep insights and useful tips
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?