내 커뮤니티 업적 표시줄을 확대합니다.

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

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Setting cookie value dynamically based on element value

Avatar

Level 1

Being able to dynamically set a cookie value based on an element's value seems like a no-brainer as you can inject it into s.products but I see no documentation and my attempts have failed.

Example of what seems overly simplistic, but at least to me, should work;     _satellite.setCookie('source','ELEMENT VALUE',1);

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 6

Hi Scott,

Have a look at https://marketing.adobe.com/resources/help/en_US/sc/implement/util_cookiewrite.html

If you are running AppMeasurement.js you can use that build-in function to write your cookies...

/Løjmann

CM EDIT: Added hyperlink to text

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Level 6

Hi Scott,

Have a look at https://marketing.adobe.com/resources/help/en_US/sc/implement/util_cookiewrite.html

If you are running AppMeasurement.js you can use that build-in function to write your cookies...

/Løjmann

CM EDIT: Added hyperlink to text

Avatar

Level 2

 _satellite.setCookie('source','ELEMENT VALUE',1) should work fine

Avatar

Employee

Hi Scott,

When you use 

_satellite.setCookie('source','ELEMENT VALUE',1);

What is happening? Have you used 

_satellite.getVar('DATA ELEMENT NAME');

to verify that the data element you are trying to use to set the cookie has a value?