Expand my Community achievements bar.

SOLVED

AMP tracking for referrer

Avatar

Level 1

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}

}

1435344_pastedImage_0.png

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

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