Expand my Community achievements bar.

SOLVED

How to capture visitor id inside a form (third-party) embedded in our website?

Avatar

Level 2

Hi

 

We are already capturing visitor id information inside our website. We want to pass the visitor id information in a third-party form embedded in our website. Any way of doing that? A good example will be highly appreciated.

 

Thanks in advance.

 

Roy

 

1 Accepted Solution

Avatar

Correct answer by
Level 2

niroy, you can pick up the visitor ID(assuming you have implemented ECID) by reading the AMCV cookie and then pass that value to the third party form.

View solution in original post

2 Replies

Avatar

Community Advisor

Hi Roy,

Store vid in a session cookie or in a local storage, read it to pass in a hidden form field when user submit it.

Thanks,

Asheesh

 

Avatar

Correct answer by
Level 2

niroy, you can pick up the visitor ID(assuming you have implemented ECID) by reading the AMCV cookie and then pass that value to the third party form.