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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

Apple’s recent ITP changes that affect AA/CNAME

Avatar

Community Advisor

Hello,

 

With the recent ITP update and impact on CNAME first party cookie (below is a reference info link),

 

https://cunderwood.dev/2020/12/01/adobe-provides-direction-about-apples-recent-cname-changes/

 

Would like to see if Adobe have any roadmap to handle this?

 

Meanwhile, as a workaround, would like to explore to add some code to the web server and generate the ECID (on server side) and then send the cookie with ECID as part of the web server HTTP header. My understanding is that ITP will not touch those cookie in this scenario.

 

Would like to see if anyone have done something similar and can shed some lights here?

 

Thanks,

John

 

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi @John_Man ,

 

If you have a CNAME and use the visitor ID service — your implementation would not be affected.

The s_ecid cookie is essentially used to restore values to the AMCV cookies (MID), which is the cookie Adobe will use to identify visitors.
It came as a response to the Safari ITP situation where client-side cookies are deleted every 7 days.

The AMCV cookie currently relies on the document.cookie API and is set via "client-side." Safari favors cookies that are set from a customer's server therefore it is affected by ITP 2.1.


When safari deletes the AMCV cookie, we can use the ECID cookie to create a new AMCV cookie with the same ID. In addition, the ecid cookie is only set on the domain that matches the tracking server.

Ref: https://experienceleague.adobe.com/docs/id-service/using/reference/ecid-library-methods.html

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Employee

Hi @John_Man ,

 

If you have a CNAME and use the visitor ID service — your implementation would not be affected.

The s_ecid cookie is essentially used to restore values to the AMCV cookies (MID), which is the cookie Adobe will use to identify visitors.
It came as a response to the Safari ITP situation where client-side cookies are deleted every 7 days.

The AMCV cookie currently relies on the document.cookie API and is set via "client-side." Safari favors cookies that are set from a customer's server therefore it is affected by ITP 2.1.


When safari deletes the AMCV cookie, we can use the ECID cookie to create a new AMCV cookie with the same ID. In addition, the ecid cookie is only set on the domain that matches the tracking server.

Ref: https://experienceleague.adobe.com/docs/id-service/using/reference/ecid-library-methods.html

Avatar

Community Advisor
Hi HemanginiS, the link ref mentioned that "As part of the Big Sur updates, an s_ecid cookie set via CNAME is also held to a seven-day expiry."

Avatar

Employee
Yes, that's correct. At present, s_ecid also has 7 day expiration in this case.