REST Resource: networks.richMediaAdsCompanies

Resource: RichMediaAdsCompany

Represents a Rich Media Ads Company, typically used for vendor compliance.

JSON representation
{
  "name": string,
  "displayName": string,
  "policyUrl": string,
  "gdprStatus": enum (RichMediaAdsCompanyGdprStatus),
  "companyGvlId": string
}
Fields
name

string

Identifier. The resource name of the RichMediaAdsCompany. Format: networks/{networkCode}/richMediaAdsCompanies/{rich_media_ads_company_id}

displayName

string

Output only. The name of the Rich Media Ads Company.

policyUrl

string

Output only. The policy URL of the Rich Media Ads Company.

gdprStatus

enum (RichMediaAdsCompanyGdprStatus)

Output only. The GDPR status of the Rich Media Ads Company.

companyGvlId

string (int64 format)

Output only. The GVL ID of the Rich Media Ads Company.

RichMediaAdsCompanyGdprStatus

The status of a RichMediaAdsCompany for use in a GdprProtection.

Enums
RICH_MEDIA_ADS_COMPANY_GDPR_STATUS_UNSPECIFIED Default value. This value is unused.
COMPLIANCE_UNKNOWN The company has not been contacted or responded about GDPR compliance, or otherwise the GDPR compliance is undetermined.
COMPLIANT The company has been determined as compliant for GDPR.
COMPLIANT_AND_DEFAULT The company has been determined as compliant, and is part of the default set of companies eligible as a vendor.
COMPLIANT_LIGHTWEIGHT_VERIFIED The company has been determined to be compliant through certification process.
NOT_COMPLIANT The company has been determined as non-compliant for GDPR.

Methods

get

API to retrieve a RichMediaAdsCompany object.

list

API to retrieve a list of RichMediaAdsCompany objects.