Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Activity Map Linkname in Evar

Avatar

Level 4

Is there a way we can pass the Activity Map Link Name in an evar or prop? 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Try setting it with Processing Rules in your report suite. https://experienceleague.adobe.com/docs/analytics/admin/admin-tools/manage-report-suites/edit-report.... 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.ht.... 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.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Try setting it with Processing Rules in your report suite. https://experienceleague.adobe.com/docs/analytics/admin/admin-tools/manage-report-suites/edit-report.... 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.ht.... 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.

Avatar

Level 4

Thanks, that is helpful!