Hi All,
We are planning to capture redirect data in Adobe analytics when there is traffic going to vanity URLs that redirects to our marketing site. For context, this is required to provide clarity to sources of traffic that currently appear as “Typed/Bookmarked”.
Below is the reference guide followed.
https://experienceleague.adobe.com/docs/analytics/technotes/redirects.html%3Flang%3Des
I have tried updating the rewrite rule used for ACS Redirect Mapper feature. But this is not helpful.
Basically I want to preserve HTTP Referrer when using a 301 Redirect.
Please share any thoughts or pointers here.
# Add authorable RewriteMap
RewriteMap usredirects "dbm:/etc/httpd/conf.d/redirectmaps/us.map"
RewriteCond ${usredirects:$1} !=""
RewriteRule ^(.*)$ ${usredirects:$1|/}?originref=%{HTTP_REFERER} [L,R=301]