Activity Map Linkname in Evar | Community
Skip to main content
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 yuhuisg

Try setting it with Processing Rules in your report suite. https://experienceleague.adobe.com/docs/analytics/admin/admin-tools/manage-report-suites/edit-report-suite/report-suite-general/c-processing-rules/processing-rules.html?lang=en. In the rule's condition, check if "c.a.activityMap.link" is set. If so, then under the rule's action, overwrite your eVar with that "c.a.activityMap.link". AA should then set your eVar with the Activity Map Link Name when it processes the hit.

You can also try using Dynamic Variables https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/dynamic-variables.html?lang=en. Set your eVar with the value "D=activityMap.link". That should cause AA to copy the Activity Map's Link Name to your eVar when it processes the hit.

Note: while I've used Processing Rules and Dynamic Variables, I have not tried any of the above before with Activity Map Link Name. Please test the suggested methods properly on your own.

1 reply

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
June 30, 2023

Try setting it with Processing Rules in your report suite. https://experienceleague.adobe.com/docs/analytics/admin/admin-tools/manage-report-suites/edit-report-suite/report-suite-general/c-processing-rules/processing-rules.html?lang=en. In the rule's condition, check if "c.a.activityMap.link" is set. If so, then under the rule's action, overwrite your eVar with that "c.a.activityMap.link". AA should then set your eVar with the Activity Map Link Name when it processes the hit.

You can also try using Dynamic Variables https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/dynamic-variables.html?lang=en. Set your eVar with the value "D=activityMap.link". That should cause AA to copy the Activity Map's Link Name to your eVar when it processes the hit.

Note: while I've used Processing Rules and Dynamic Variables, I have not tried any of the above before with Activity Map Link Name. Please test the suggested methods properly on your own.

V_Sirish_Kaushik1
Level 4
June 30, 2023

Thanks, that is helpful!