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.
SOLVED

Access Cookie Values within Event Forwarding

Avatar

Level 1

Hi there,

 

I wanted to ask, if there is any possibility to access cookie values from within Event Forwarding Data Elements Custom Code? As the endpoint is recieving all cookies from the main domain, it would be much easier to get information like Meta Browser-ID or Click-ID.

 

Thanks in advance for your feedback.

 

Best regards,

Björn Stickler

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @BjoernSt 

unfortunately that's currently not possible. All extra cookie payload you will have to pass into the WebSDK request. I typically put it into data.<vendorname>
to be flexible and not have to create a schema for it.

 

it would be great to have the cookies accessible, but I assume it has to do with how the request headers are forwarded in the Edge network.

 

tschüss von einem anderen Björn

Cheers from Switzerland!


View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @BjoernSt 

unfortunately that's currently not possible. All extra cookie payload you will have to pass into the WebSDK request. I typically put it into data.<vendorname>
to be flexible and not have to create a schema for it.

 

it would be great to have the cookies accessible, but I assume it has to do with how the request headers are forwarded in the Edge network.

 

tschüss von einem anderen Björn

Cheers from Switzerland!