Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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?