AMP tracking for referrer | Community
Skip to main content
awongwork
March 6, 2018
Solved

AMP tracking for referrer

  • March 6, 2018
  • 1 reply
  • 931 views

I'm not using the iframe implementation for AMP, but rather manually including the document referrer as variable "r".

{

    requests: {

          base: 'https://${trackingServer}/b/ss/${accounts}/1/AMP-0.1/s${random}'

          pageView:  'pageView' => '${base}?AQB=1&vid=CLIENT_ID(adobe_amp_id)&j=amp&AQE=1&r=${documentReferrer}

}

However, "r" doesn't appear to be populating the report suite.  Can you advice?

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 Gigazelle

AQE should be the last thing, since that signifies the end of the image request.

1 reply

Gigazelle
Adobe Employee
GigazelleAdobe EmployeeAccepted solution
Adobe Employee
March 13, 2018

AQE should be the last thing, since that signifies the end of the image request.