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

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

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

해결됨

Experience Cloud ID Service - Wait until cookie is available

Avatar

Level 1

Hello!


Is it possible to delay loading the ECID extension? 

I am reading cookies to define the "Previous Permissions?" but when it loads, the cookies aren't ready yet.

I have a CMP that is loading the cookie, but they are not ready when the function is called.

 

I appreciate any suggestion on how to achieve this.

 

hyebahi_0-1654543052432.png

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

@hyebahi You can use Determined at runtime using function in ECID extension and populate a data element which determines when the cookies needs to be set. By doing so ECID will not drop any cookies unless the conditions in the data element are met.

Programmatically determine whether the value is true or false at runtime. If you select this option, the Select Data Element field becomes available. Select a data element that can determine whether to wait for consent. This data element resolves to a boolean value. For example, you can select a data element that provides consent determined on whether the visitor’s country is located in the EU.

 

https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/adobe/id-service/overvie...

 

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

@hyebahi You can use Determined at runtime using function in ECID extension and populate a data element which determines when the cookies needs to be set. By doing so ECID will not drop any cookies unless the conditions in the data element are met.

Programmatically determine whether the value is true or false at runtime. If you select this option, the Select Data Element field becomes available. Select a data element that can determine whether to wait for consent. This data element resolves to a boolean value. For example, you can select a data element that provides consent determined on whether the visitor’s country is located in the EU.

 

https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/adobe/id-service/overvie...

 

Avatar

Level 1

Hi @VaniBhemarasetty 

 

That's very helpful!

 

Thanks!