Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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
Solved! Go to Solution.
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
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
Views
Likes
Replies