You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/bidders/ozone.md
+4-77Lines changed: 4 additions & 77 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,13 @@ deals_supported: true
12
12
schain_supported: true
13
13
coppa_supported: true
14
14
usp_supported: true
15
+
gpp_supported: true
16
+
gpp_sids: tcfeu, usnat, usstate_all, usp
15
17
floors_supported: true
16
18
prebid_member: true
17
19
sidebarType: 1
20
+
fpd_supported: true
21
+
privacy_sandbox: paapi, topics
18
22
19
23
---
20
24
@@ -29,83 +33,6 @@ sidebarType: 1
29
33
|`placementId`| required | The placement ID. |`"0420420421"`|`string`|
30
34
|`customData`| optional | publisher key-values used for targeting |`[{"settings":{},"targeting":{"key1": "value1", "key2": "value2"}}],`|`array`|
31
35
32
-
### Disclosure
33
-
34
-
```legal
35
-
Ozone Bid Adapter sets cookies without purpose one consent. They support essential technical functions such as load balancing traffic and identifying bot activity. These cookies are not set by Ozone's application but by our cloud providers – Cloudflare for security and performance, and Amazon Web Services for load balancing.
36
-
37
-
Our immediate recommendation is to include information about these cookies in your CMP and privacy policy. This ensures transparency regarding the essential technical cookies that support site functionality and security. Given the nature and purpose of these cookies, they are typically categorised as strictly necessary and do not require user consent under regulations like GDPR or the ePrivacy Directive.Below is an example entry for your privacy policy:
38
-
39
-
Strictly Necessary Cookies:
40
-
Our website uses certain cookies that are essential for its operation and security. These cookies are automatically placed on your device when you access the site, ensuring that it functions properly and remains protected from malicious activity.
41
-
42
-
Cookie Name: __cf_bm
43
-
Provider: Cloudflare
44
-
45
-
Purpose: This cookie is set by Cloudflare, our security and performance partner. It distinguishes between humans and bots to protect the website from automated malicious traffic. The cookie supports performance optimization and security features such as bot management and threat mitigation.
46
-
47
-
Duration: Expires after 30 minutes of inactivity
48
-
49
-
Data Collected: Encrypted, non-personally identifiable information used solely for security and performance purposes. No tracking of users across different websites or sessions.
50
-
51
-
Consent: As this cookie is strictly necessary for the functioning and security of the website, it is exempt from consent requirements under applicable data protection laws, including the UK GDPR and ePrivacy Directive.
52
-
53
-
Cookie Names: AWSALBG & AWSALBGTCORS
54
-
Provider: Amazon Web Services (via our load balancing service)
55
-
56
-
Purpose: These cookies are used to maintain session stickiness for load balancing purposes. When a load balancer receives a client request, it routes the request to a specific target server using a chosen algorithm.
57
-
58
-
AWSALBG:
59
-
60
-
Encodes and encrypts information about the selected target server.
61
-
62
-
Is automatically included in the response to the client with a fixed expiry of 7 days, which is non-configurable.
63
-
64
-
AWSALBGTCORS:
65
-
66
-
For cross-origin resource sharing (CORS) requests, some browsers require cookies with SameSite=None; Secure attributes.
67
-
68
-
This cookie is generated alongside AWSALBG and carries the same target information with the required SameSite attribute.
69
-
70
-
Duration: Both cookies expire after 7 days.
71
-
72
-
Data Collected: The cookies store information related to load balancing. The data is encrypted and used solely to ensure consistent session routing.
73
-
74
-
Consent: As these are strictly necessary technical cookies, they are exempt from user consent requirements under applicable data protection laws.
75
-
76
-
Technical Breakdown:
77
-
78
-
__cf_bm:
79
-
Cloudflare’s __cf_bm cookie is used to identify and mitigate automated traffic. It is essential for Cloudflare’s bot management and threat mitigation functions. Each end-user device visiting a protected site gets a unique __cf_bm cookie that expires after 30 minutes of inactivity. The content (except for time-related data) is encrypted and used only for computing a proprietary bot score and a session identifier if Anomaly Detection is enabled.
80
-
81
-
AWSALBG & AWSALBGTCORS:
82
-
When Amazon Web Services' load balancer receives a request, it routes the request to a target server based on a predetermined algorithm. The AWSALBG cookie encodes and encrypts information about the selected target server and is set with a fixed expiry of 7 days. For browsers that require cookies with SameSite=None; Secure attributes to support CORS, the AWSALBGTCORS cookie is generated alongside AWSALBG, containing the same target information with the necessary security attributes.
83
-
```
84
-
85
-
To require purpose one consent for Ozone, one could include the following
0 commit comments