- Resource: Advertiser
- AdvertiserGeneralConfig
- AdvertiserAdServerConfig
- ThirdPartyOnlyConfig
- CmHybridConfig
- AdvertiserCreativeConfig
- AdvertiserDataAccessConfig
- AdvertiserSdfConfig
- AdvertiserTargetingConfig
- AdvertiserBillingConfig
- Methods
Resource: Advertiser
A single advertiser in Display & Video 360 (DV360).
JSON representation |
---|
{ "name" : string , "advertiserId" : string , "partnerId" : string , "displayName" : string , "entityStatus" : enum ( |
name
string
Output only. The resource name of the advertiser.
advertiserId
string ( int64
format)
Output only. The unique ID of the advertiser. Assigned by the system.
partnerId
string ( int64
format)
Required. Immutable. The unique ID of the partner that the advertiser belongs to.
displayName
string
Required. The display name of the advertiser.
Must be UTF-8 encoded with a maximum size of 240 bytes.
entityStatus
enum (
EntityStatus
)
Required. Controls whether or not insertion orders and line items of the advertiser can spend their budgets and bid on inventory.
- Accepted values are
ENTITY_STATUS_ACTIVE
,ENTITY_STATUS_PAUSED
andENTITY_STATUS_SCHEDULED_FOR_DELETION
. - If set to
ENTITY_STATUS_SCHEDULED_FOR_DELETION
, the advertiser will be deleted 30 days from when it was first scheduled for deletion.
updateTime
string (
Timestamp
format)
Output only. The timestamp when the advertiser was last updated. Assigned by the system.
Uses RFC 3339, where generated output will always be Z-normalized and uses 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"
.
generalConfig
object (
AdvertiserGeneralConfig
)
Required. General settings of the advertiser.
adServerConfig
object (
AdvertiserAdServerConfig
)
Required. Immutable. Ad server related settings of the advertiser.
creativeConfig
object (
AdvertiserCreativeConfig
)
Required. Creative related settings of the advertiser.
dataAccessConfig
object (
AdvertiserDataAccessConfig
)
Settings that control how advertiser data may be accessed.
integrationDetails
object (
IntegrationDetails
)
Integration details of the advertiser. Only integrationCode
is currently applicable to advertiser. Other fields of IntegrationDetails
are not supported and will be ignored if provided.
servingConfig
object (
AdvertiserTargetingConfig
)
Targeting settings related to ad serving of the advertiser.
prismaEnabled
boolean
Whether integration with Mediaocean (Prisma) is enabled. By enabling this, you agree to the following:
On behalf of my company, I authorize Mediaocean (Prisma) to send budget segment plans to Google, and I authorize Google to send corresponding reporting and invoices from DV360 to Mediaocean for the purposes of budget planning, billing, and reconciliation for this advertiser.
billingConfig
object (
AdvertiserBillingConfig
)
Required. Billing related settings of the advertiser.
containsEuPoliticalAds
enum (
EuPoliticalAdvertisingStatus
)
Optional. Whether this advertiser contains line items that serve European Union political ads.
If this field is set to DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING
, then the following will happen:
- Any new line items created under this advertiser will be assigned
DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING
if not otherwise specified. - Any existing line items under this advertiser that do not have a set value be updated to
DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING
within a day.
AdvertiserGeneralConfig
General settings of an advertiser.
JSON representation |
---|
{ "domainUrl" : string , "timeZone" : string , "currencyCode" : string } |
domainUrl
string
Required. The domain URL of the advertiser's primary website. The system will send this information to publishers that require website URL to associate a campaign with an advertiser.
Provide a URL with no path or query string, beginning with http:
or https:
. For example, http://www.example.com
timeZone
string
Output only. The standard TZ database name of the advertiser's time zone. For example, America/New_York
.
See more at: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
For CM360 hybrid advertisers, the time zone is the same as that of the associated CM360 account; for third-party only advertisers, the time zone is the same as that of the parent partner.
currencyCode
string
Required. Immutable. Advertiser's currency in ISO 4217 format.
Accepted codes and the currencies they represent are:
Currency Code : Currency Name
-
ARS
: Argentine Peso -
AUD
: Australian Dollar -
BRL
: Brazilian Real -
CAD
: Canadian Dollar -
CHF
: Swiss Franc -
CLP
: Chilean Peso -
CNY
: Chinese Yuan -
COP
: Colombian Peso -
CZK
: Czech Koruna -
DKK
: Danish Krone -
EGP
: Egyption Pound -
EUR
: Euro -
GBP
: British Pound -
HKD
: Hong Kong Dollar -
HUF
: Hungarian Forint -
IDR
: Indonesian Rupiah -
ILS
: Israeli Shekel -
INR
: Indian Rupee -
JPY
: Japanese Yen -
KRW
: South Korean Won -
MXN
: Mexican Pesos -
MYR
: Malaysian Ringgit -
NGN
: Nigerian Naira -
NOK
: Norwegian Krone -
NZD
: New Zealand Dollar -
PEN
: Peruvian Nuevo Sol -
PLN
: Polish Zloty -
RON
: New Romanian Leu -
RUB
: Russian Ruble -
SEK
: Swedish Krona -
TRY
: Turkish Lira -
TWD
: New Taiwan Dollar -
USD
: US Dollar -
ZAR
: South African Rand
AdvertiserAdServerConfig
Ad server related settings of an advertiser.
JSON representation |
---|
{ // Union field |
ad_server_config_scheme
. Required. ad_server_config_scheme
can be only one of the following:thirdPartyOnlyConfig
object (
ThirdPartyOnlyConfig
)
The configuration for advertisers that use third-party ad servers only.
cmHybridConfig
object (
CmHybridConfig
)
The configuration for advertisers that use both Campaign Manager 360 (CM360) and third-party ad servers.
ThirdPartyOnlyConfig
Settings for advertisers that use third-party ad servers only.
JSON representation |
---|
{ "pixelOrderIdReportingEnabled" : boolean } |
Fields | |
---|---|
pixelOrderIdReportingEnabled
|
Whether or not order ID reporting for pixels is enabled. This value cannot be changed once set to |
CmHybridConfig
Settings for advertisers that use both Campaign Manager 360 (CM360) and third-party ad servers.
JSON representation |
---|
{ "cmAccountId" : string , "cmFloodlightConfigId" : string , "cmAdvertiserIds" : [ string ] , "cmSyncableSiteIds" : [ string ] , "dv360ToCmDataSharingEnabled" : boolean , "dv360ToCmCostReportingEnabled" : boolean , "cmFloodlightLinkingAuthorized" : boolean } |
Fields | |
---|---|
cmAccountId
|
Required. Immutable. Account ID of the CM360 Floodlight configuration linked with the DV360 advertiser. |
cmFloodlightConfigId
|
Required. Immutable. ID of the CM360 Floodlight configuration linked with the DV360 advertiser. |
cmAdvertiserIds[]
|
Output only. The set of CM360 Advertiser IDs sharing the CM360 Floodlight configuration. |
cmSyncableSiteIds[]
|
A list of CM360 sites whose placements will be synced to DV360 as creatives. If absent or empty in Removing sites from this list may cause DV360 creatives synced from CM360 to be deleted. At least one site must be specified. |
dv360ToCmDataSharingEnabled
|
Whether or not to include DV360 data in CM360 data transfer reports. |
dv360ToCmCostReportingEnabled
|
Whether or not to report DV360 cost to CM360. |
cmFloodlightLinkingAuthorized
|
Required. Immutable. By setting this field to |
AdvertiserCreativeConfig
Creatives related settings of an advertiser.
JSON representation |
---|
{ "iasClientId" : string , "obaComplianceDisabled" : boolean , "dynamicCreativeEnabled" : boolean , "videoCreativeDataSharingAuthorized" : boolean } |
iasClientId
string ( int64
format)
An ID for configuring campaign monitoring provided by Integral Ad Service (IAS). The DV360 system will append an IAS "Campaign Monitor" tag containing this ID to the creative tag.
obaComplianceDisabled
boolean
Whether or not to disable Google's About this Ad feature that adds badging (to identify the content as an ad) and transparency information (on interaction with About this Ad) to your ads for Online Behavioral Advertising (OBA) and regulatory requirements. About this Ad gives users greater control over the ads they see and helps you explain why they're seeing your ad. Learn more .
If you choose to set this field to true
, note that ads served through Display & Video 360 must comply to the following:
- Be Online Behavioral Advertising (OBA) compliant, as per your contract with Google Marketing Platform.
- In the European Economic Area (EEA), include transparency information and a mechanism for users to report illegal content in ads. If using an alternative ad badging, transparency, and reporting solution, you must ensure it includes the required transparency information and illegal content flagging mechanism and that you notify Google of any illegal content reports using the appropriate form .
dynamicCreativeEnabled
boolean
Whether or not the advertiser is enabled for dynamic creatives.
AdvertiserDataAccessConfig
Settings that control how advertiser related data may be accessed.
JSON representation |
---|
{
"sdfConfig"
:
{
object (
|
Fields | |
---|---|
sdfConfig
|
Structured Data Files (SDF) settings for the advertiser. If not specified, the SDF settings of the parent partner are used. |
AdvertiserSdfConfig
Structured Data Files (SDF) settings of an advertiser.
JSON representation |
---|
{
"overridePartnerSdfConfig"
:
boolean
,
"sdfConfig"
:
{
object (
|
overridePartnerSdfConfig
boolean
Whether or not this advertiser overrides the SDF configuration of its parent partner.
By default, an advertiser inherits the SDF configuration from the parent partner. To override the partner configuration, set this field to true
and provide the new configuration in sdfConfig
.
sdfConfig
object (
SdfConfig
)
The SDF configuration for the advertiser.
- Required when
overridePartnerSdfConfig
istrue
. - Output only when
overridePartnerSdfConfig
isfalse
.
AdvertiserTargetingConfig
Targeting settings related to ad serving of an advertiser.
JSON representation |
---|
{ "exemptTvFromViewabilityTargeting" : boolean } |
Fields | |
---|---|
exemptTvFromViewabilityTargeting
|
Whether or not connected TV devices are exempt from viewability targeting for all video line items under the advertiser. |
AdvertiserBillingConfig
Billing related settings of an advertiser.
JSON representation |
---|
{ "billingProfileId" : string } |
Fields | |
---|---|
billingProfileId
|
Required. The ID of a billing profile assigned to the advertiser. |
Methods |
|
---|---|
|
Audits an advertiser. |
|
Creates a new advertiser. |
|
Deletes an advertiser. |
|
Edits targeting options under a single advertiser. |
|
Gets an advertiser. |
|
Lists advertisers that are accessible to the current user. |
|
Lists assigned targeting options of an advertiser across targeting types. |
|
Updates an existing advertiser. |