How to confirm Consent string is passing to Amazon ads?

How to confirm consent string is passing correctly to Amazon Ads:

To ensure that the consent string is correctly transmitted to Amazon Ads, follow these steps:

  1. Open a web browser and navigate to a website where Amazon Ads are displayed.
  2. Right-click on the webpage and select "Inspect" (or press Ctrl + Shift + I on Windows/Linux, Cmd + Option + I on macOS) to open the developer tools.
  3. Go to the "Network" tab within the developer tools.
  4. Refresh the webpage to capture the network traffic.
  5. In the network traffic, look for a request to the URL: https://aax.amazon-adsystem.com/e/dtb/bid.
  6. Click on this request to view its details.
  7. Within the request details, locate the query parameters or the request payload.
  8. Check for the presence and correctness of the following consent string data fields:
  • gdpre: This field indicates GDPR compliance.
  • gdprc: This field represents GDPR consent information.
  • gpp: This field relates to general privacy preferences.
  • gpp_sid: This field is for the session ID associated with the general privacy preferences.

Ensure that these fields are populated correctly according to the consent provided by the user. If any of these fields are missing or incorrect, it may indicate an issue with the consent passing mechanism to Amazon Ads.