Class AdTechnologyProviders
The list of detected Ad Technology Providers for this creative. Bids placed for inventory that will serve to EEA
or UK users are expected to comply with GDPR requirements. You must ensure that the creatives used in such bids
should contain only user consented ad technology providers as indicated in the bid request. Google reserves the
right to filter non-compliant bids. User consented ad technology providers can be found in the Google
Protocol with the
BidRequest.adslot.consented_providers_settings
field, and can be found as an OpenRTB
extension with the
BidRequest.user.ext.consented_providers_settings
and BidRequest.user.ext.consent
fields. See
https://support.google.com/authorizedbuyers/answer/9789378 for additional information about the Google TCF v2
integration.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class AdTechnologyProviders : IDirectResponseSchema
Properties
DetectedGvlIds
The detected IAB Global Vendor List (GVL) IDs for this creative. See the IAB Global Vendor List at https://vendor-list.consensu.org/v2/vendor-list.json for details about the vendors.
Declaration
[JsonProperty("detectedGvlIds")]
public virtual IList<long?> DetectedGvlIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
DetectedProviderIds
The detected Google Ad Tech Providers (ATP) for this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/providers.csv for mapping of provider ID to provided name, a privacy policy URL, and a list of domains which can be attributed to the provider.
Declaration
[JsonProperty("detectedProviderIds")]
public virtual IList<long?> DetectedProviderIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UnidentifiedProviderDomains
Domains of detected unidentified ad technology providers (if any). You must ensure that the creatives used in bids placed for inventory that will serve to EEA or UK users does not contain unidentified ad technology providers. Google reserves the right to filter non-compliant bids.
Declaration
[JsonProperty("unidentifiedProviderDomains")]
public virtual IList<string> UnidentifiedProviderDomains { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |