Hi Adobe Team,
We have a need to pass the parent page URL as a custom query param in our URL destination. Our URL destination is fired from within the iframe dest5.html that is injected by Adobe on the parent page. We have tried capturing the referrer URL on server side but for all the requests received on server side for URL destination it logs referrer as dest5.html since URL destination is fired from dest5.html. Is there a way to pass the parent page's URL as a query param in our URL destination ?
Below are some of the options we have tried but it doesnt populate the referer URL value
https://our.site.com/pagename?queryParam1=queryParam1Value&queryParam2=queryParam2Value&rnd=randomNumberValue&ref=%h_referer%
https://our.site.com/pagename?queryParam1=queryParam1Value&queryParam2=queryParam2Value&rnd=randomNumberValue&ref=document.referer