REST Resource: networks.thirdPartyCompanies

Resource: ThirdPartyCompany

Represents a third-party company recognized by Google Ad Manager, which can be an ad network, ad server, or video technology partner.

JSON representation
{
  "name": string,
  "displayName": string,
  "status": enum (ThirdPartyCompanyStatus),
  "type": enum (ThirdPartyCompanyType)
}
Fields
name

string

Identifier. The resource name of the ThirdPartyCompany. Format: networks/{networkCode}/thirdPartyCompanies/{thirdPartyCompanyId}

displayName

string

Output only. The display name of the ThirdPartyCompany. This field must be unique among all ThirdPartyCompanies for this network.

status

enum (ThirdPartyCompanyStatus)

Output only. The status of the ThirdPartyCompany. ThirdPartyCompanies are set to inactive rather than deleting them.

type

enum (ThirdPartyCompanyType)

Output only. The type of the ThirdPartyCompany.

ThirdPartyCompanyStatus

Status of a third party company.

Enums
THIRD_PARTY_COMPANY_STATUS_UNSPECIFIED No value specified
ACTIVE The third party company is active.
INACTIVE The third party company is inactive.

ThirdPartyCompanyType

The type of a third party company.

Enums
THIRD_PARTY_COMPANY_TYPE_UNSPECIFIED No value specified
AD_NETWORK A company representing multiple advertisers and agencies.
AD_SERVER An organization that provides ad serving technology.
VIDEO_TECHNOLOGY_PARTNER A company that provides video technology.

Methods

get

API to retrieve a ThirdPartyCompany object.

list

API to retrieve a list of ThirdPartyCompany objects.