What is the cookie TEST_AMCV_COOKIE_WRITE required for? | Community
Skip to main content
Level 2
February 23, 2023
Solved

What is the cookie TEST_AMCV_COOKIE_WRITE required for?

  • February 23, 2023
  • 1 reply
  • 5486 views

I'm finding this cookie when scanning our site, but struggling to find and Adobe documentation about it.

 

If anyone knows its purpose and/or a link to a docs page that would be appreciated.

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by RitendraS11

Hi @user41905425 - Yes, there is not much information about the cookie - test_amcv_cookie_write.

This cookie is being created by visitorapi js file. 

It is meant for -

TEST_AMCV_COOKIE_WRITE Adobe Inc. Determines whether the user has accepted the cookie consent box. Session

 

If needed, you can refer the code on github - https://github.com/Adobe-Marketing-Cloud/id-service/tree/master/lib

 

Hopefully, this answers your query!

1 reply

RitendraS11
RitendraS11Accepted solution
Level 4
February 23, 2023

Hi @user41905425 - Yes, there is not much information about the cookie - test_amcv_cookie_write.

This cookie is being created by visitorapi js file. 

It is meant for -

TEST_AMCV_COOKIE_WRITE Adobe Inc. Determines whether the user has accepted the cookie consent box. Session

 

If needed, you can refer the code on github - https://github.com/Adobe-Marketing-Cloud/id-service/tree/master/lib

 

Hopefully, this answers your query!

Level 2
February 24, 2023

Hi @ritendras11 thanks for the answer, that's good to know.

 

Thanks again.