Amazon consent management

Advertising
Consent-controlled integration
Amazon
No cookie listed Privacy policy Multiple instances
service amazon
131
requests / 30 days

0% consent


Amazon: advertising cookies and consent

Amazon is used for advertising, conversion measurement or campaign personalisation. These purposes may involve tracking technologies used to measure or associate visitor behaviour.

Advertising trackers generally require prior consent. Integrating Amazon with tarteaucitron makes it possible to control its activation according to the visitor’s choice.

Managing Amazon with tarteaucitron

When Amazon is integrated through tarteaucitron, its activation is managed according to the visitor's consent choice. The service can therefore be loaded only when the corresponding permission has been granted and the visitor can later change this choice through the consent interface.

Cookies and storage used by Amazon

No cookie name is currently declared in the tarteaucitron integration for Amazon. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.

Configuring Amazon

Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Amazon.

<script>
(tarteaucitron.job = tarteaucitron.job || []).push('amazon');
</script>

Additional code

The following code can already be present on your website and should be kept where the service is used.

<div class="amazon_product" data-amazonid="xxxxx-xx" data-productid="product_id"></div>

Code to remove

Default HTML code to remove from your website:

<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=FR&source=ss&ref=ss_til&ad_type=product_link&tracking_id=amazon_id&marketplace=amazon&region=FR&placement=product_id&show_border=true&link_opens_in_new_window=true"></iframe>

For a complete guide, read the documentation to install tarteaucitron.js.

Privacy information

For detailed information about the processing of data by Amazon, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:

Amazon privacy information

Frequently asked questions about Amazon

Does Amazon require consent?

When used for advertising or conversion measurement, Amazon generally requires prior consent when non-essential tracking technologies or advertising data are involved.

How does tarteaucitron block Amazon?

tarteaucitron controls the activation of Amazon according to the consent choice recorded for the visitor. The service code is triggered through tarteaucitron instead of being loaded independently from the consent manager.