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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

AA passing Visitor ID (mid) from querystring parameter to an eVar

Avatar

Level 2

Hi

I have a single page application using react js. AA implementation is done using launch. The requirement is to track user behaviour on the site and combine it with offline data. Now i want to populate the Visitor ID into an eVar so that i can link it with the customer ID (hashed email value captured in a different eVar). Can some one please explain how we can pass the visitor ID(its available in querystring parameter as mid) into an evar.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 6

The Experience Cloud ID is found in the data collection query string, and uses the parameter "mid". A list of the data collection query parameters can be found at https://docs.adobe.com/content/help/en/analytics/implementation/javascript-implementation/data-colle... .

You can use the dynamic variable approach in Adobe Launch, which is outlined at https://docs.adobe.com/content/help/en/analytics/implementation/javascript-implementation/variables-... . You'll need to mess around with the Data Elements to get this to work, which you can also read about at https://jimalytics.com/tag-management/adobe-launch-data-elements-guide/ .

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Level 6

The Experience Cloud ID is found in the data collection query string, and uses the parameter "mid". A list of the data collection query parameters can be found at https://docs.adobe.com/content/help/en/analytics/implementation/javascript-implementation/data-colle... .

You can use the dynamic variable approach in Adobe Launch, which is outlined at https://docs.adobe.com/content/help/en/analytics/implementation/javascript-implementation/variables-... . You'll need to mess around with the Data Elements to get this to work, which you can also read about at https://jimalytics.com/tag-management/adobe-launch-data-elements-guide/ .