Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

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

SOLVED

cookieDomain value in console ?

Avatar

Level 4

Hi Guys,

How to check the cookieDomain value of a site www.site.com.sg (which has Adobe Launch implementation) inside the Developer Console.

cookieDomain.png

I've tried the below options inside Console but nothing pops up:

  • s.cookieDomain
  • _satellite.cookie
  • _satellite.readCookie

Please let me know your inputs.

Thanks

PV

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi PV,

I think the code you are looking for is as follows. Let me know if that helps?

_satellite.getVisitorId().cookieDomain

View solution in original post

2 Replies

Avatar

Employee Advisor

What's the context of the console screenshot? It looks like it's part of an object, so it's just a matter of figuring out which object that's referencing.

Avatar

Correct answer by
Level 10

Hi PV,

I think the code you are looking for is as follows. Let me know if that helps?

_satellite.getVisitorId().cookieDomain