REST Resource: networks.viewabilityProviders

Resource: ViewabilityProvider

The ViewabilityProvider resource.

Represents a third-party company used to measure creative viewability.

JSON representation
{
  "name": string,
  "appliedTeams": [
    string
  ],
  "updateTime": string,
  "displayName": string,
  "vendorKey": string,
  "verificationScriptUrl": string,
  "verificationScriptUrlParameters": string,
  "rejectionTrackerUrl": string,
  "address": string,
  "email": string,
  "fax": string,
  "phone": string,
  "externalId": string,
  "comment": string,
  "primaryContact": string
}
Fields
name

string

Identifier. The resource name of the ViewabilityProvider. Format: networks/{networkCode}/viewabilityProviders/{viewabilityProvider}

appliedTeams[]

string

Optional. The resource names of Teams that are directly associated with the ViewabilityProvider. Format: "networks/{networkCode}/teams/{team_id}"

updateTime

string (Timestamp format)

Output only. The time the ViewabilityProvider was last updated.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

displayName

string

Required. The display name of the ViewabilityProvider.

vendorKey

string

Required. The key for the ViewabilityProvider.

verificationScriptUrl

string

Required. The URL that hosts the verification script for the ViewabilityProvider.

verificationScriptUrlParameters

string

Optional. The URL parameters that will be passed to the verification script.

rejectionTrackerUrl

string

Optional. The URL that should be pinged if the verification script cannot be run.

address

string

Optional. The address of the ViewabilityProvider.

email

string

Optional. The email of the ViewabilityProvider.

fax

string

Optional. The fax number of the ViewabilityProvider.

phone

string

Optional. The phone number of the ViewabilityProvider.

externalId

string

Optional. The external ID of the ViewabilityProvider.

comment

string

Optional. Comment about the ViewabilityProvider.

primaryContact

string

Optional. The resource name of primary Contact of the ViewabilityProvider. Format: "networks/{networkCode}/contacts/{contactId}"

Methods

batchCreate

Creates ViewabilityProvider objects.

batchUpdate

Batch updates ViewabilityProvider objects.

create

Creates a ViewabilityProvider object.

get

Retrieves a ViewabilityProvider object.

list

Lists ViewabilityProvider objects.

patch

Updates a ViewabilityProvider object.