Types for Google Ads Admanager v1 API¶
- class google.ads.admanager_v1.types.AdBreak(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
AdBreakresource.- name¶
Identifier. The resource name of the
AdBreak. This field uses theLiveStreamEventresource’s asset key in the URI, even if the ad break was created, updated, or queried using the custom asset key.Format:
networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}/adBreaks/{ad_break_id}- Type
- ad_break_id¶
Optional. Immutable.
AdBreakID. Must consist only of lowercase letters, digits, and hyphens. Ad break IDs have a maximum length of 63 characters. If not set, an ad break ID is generated as a UUID string.This field is a member of oneof
_ad_break_id.- Type
- asset_key¶
Optional. Immutable. The asset key of the
LiveStreamEventthat the ad break belongs to. Either an asset key or a custom asset key must be provided for creation.This field is a member of oneof
_asset_key.- Type
- custom_asset_key¶
Optional. Immutable. The custom asset key of the
LiveStreamEventthat the ad break belongs to. Either an asset key or a custom asset key must be provided for creation.This field is a member of oneof
_custom_asset_key.- Type
- expected_start_time¶
Optional. The expected start time of the ad break. When set, the scheduled ad break will be decisioned shortly before the expected start time. If this field is not set, ad decisioning begins immediately. An ad break can be created up to six hours before the expected start time.
This field is a member of oneof
_expected_start_time.
- duration¶
Required. The duration of the
AdBreak. An expected duration in seconds with up to nine fractional digits, ending withs, for example,3.5s. This value will be updated to match the actual duration from the manifest or pod request after the ad break’s state is [COMPLETE][google.ads.admanager.v1.AdBreakStateEnum.AdBreakState.COMPLETE].This field is a member of oneof
_duration.
- break_sequence¶
Output only. The sequence id of the
AdBreak. The unique sequence number of the created ad break. This value is only set after theAdBreakstarts decisioning indicated by the ad break state’s being [DECISIONED][google.ads.admanager.v1.AdBreakStateEnum.AdBreakState.DECISIONED] .This field is a member of oneof
_break_sequence.- Type
- pod_template_name¶
Optional. The pod template name of the
AdBreak. This field is the required unique name across all pod templates in the network, not the display name.This field is a member of oneof
_pod_template_name.- Type
- custom_params¶
Optional. The key-value pairs to be included on the ad requests for this
AdBreak. Key-value pairs to include on ad requests for this break for custom criteria targeting in Google Ad Manager, separated by=and joined by&.Format:”key1=value&key2=value”.
This field is a member of oneof
_custom_params.- Type
- scte_35_cue_out¶
Optional. The Base64-encoded SCTE-35 command associated with the
AdBreak. This field can include thesplice_insert()ortime_signal()command.Examples
time_signal()/DA0AAAAAAAA///wBQb+cr0AUAAeAhxDVUVJSAAAjn/PAAGlmbAICAAAAAAsoKGKNAIAmsnRfg==
splice_insert()/DAvAAAAAAAA///wFAVIAACPf+/+c2nALv4AUsz1AAAAAAAKAAhDVUVJAAABNWLbowo=
This field is a member of oneof
_scte_35_cue_out.- Type
- class google.ads.admanager_v1.types.AdBreakStateEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [AdBreakState][google.ads.admanager.v1.AdBreakStateEnum.AdBreakState]
- class AdBreakState(value)[source]¶
Bases:
proto.enums.EnumRepresents the state of an ad break
- Values:
- AD_BREAK_STATE_UNSPECIFIED (0):
Default value. This value is unused.
- DECISIONED (1):
The ad break’s decisioning has finished. You can delete, but not update the ad break.
- COMPLETE (2):
The ad break has started serving to users. You cannot delete or update the ad break.
- SCHEDULED (3):
The ad break is scheduled and decisioning will start later. You can delete or update the ad break.
- class google.ads.admanager_v1.types.AdManagerError(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message/ AdManagerError contains all the information required for processing a / particular error thrown by the AdManager API. / / At least one AdManagerError should be included in all error messages sent to / the client.
- details¶
A list of messages that carry any additional error details.
- Type
MutableSequence[google.protobuf.any_pb2.Any]
- class google.ads.admanager_v1.types.AdReviewCenterAd(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents an ad that can be acted on or viewed in the Ad Review Center. [AdReviewCenterAd][google.ads.admanager.v1.AdReviewCenterAd].
- name¶
Identifier. The resource name of the AdReviewCenterAd. Format:
networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}- Type
- product_type¶
Output only. Specifies the ExchangeSyndicationProduct for this AdReviewCenterAd.
- status¶
The status of the AdReviewCenterAd.
- class google.ads.admanager_v1.types.AdReviewCenterAdStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [AdReviewCenterAdStatus][google.ads.admanager.v1.AdReviewCenterAdStatusEnum.AdReviewCenterAdStatus]
- class AdReviewCenterAdStatus(value)[source]¶
Bases:
proto.enums.EnumSpecifies the status of an AdReviewCenterAd.
- Values:
- AD_REVIEW_CENTER_AD_STATUS_UNSPECIFIED (0):
Not specified value
- ALLOWED (1):
This ad has been explicitly allowed to serve.
- BLOCKED (2):
This ad has been explicitly blocked from serving.
- UNREVIEWED (3):
This ad is allowed to serve by default and has not been reviewed.
- class google.ads.admanager_v1.types.AdUnit(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe AdUnit resource.
- name¶
Identifier. The resource name of the AdUnit. Format:
networks/{network_code}/adUnits/{ad_unit_id}- Type
- parent_ad_unit¶
Required. Immutable. The AdUnit’s parent. Every ad unit has a parent except for the root ad unit, which is created by Google. Format: “networks/{network_code}/adUnits/{ad_unit_id}”.
This field is a member of oneof
_parent_ad_unit.- Type
- parent_path¶
Output only. The path to this AdUnit in the ad unit hierarchy represented as a list from the root to this ad unit’s parent. For root ad units, this list is empty.
- Type
MutableSequence[google.ads.admanager_v1.types.AdUnitParent]
- display_name¶
Required. The display name of the ad unit. Its maximum length is 255 characters.
This field is a member of oneof
_display_name.- Type
- ad_unit_code¶
Optional. Immutable. A string used to uniquely identify the ad unit for the purposes of serving the ad. This attribute can be set during ad unit creation. If it is not provided, it will be assigned by Google based on the ad unit ID.
This field is a member of oneof
_ad_unit_code.- Type
- status¶
Output only. The status of this ad unit. It defaults to ACTIVE.
This field is a member of oneof
_status.
- applied_target_window¶
Optional. The target window directly applied to this AdUnit. If this field is not set, this AdUnit uses the target window specified in effectiveTargetWindow.
This field is a member of oneof
_applied_target_window.
- effective_target_window¶
Output only. Non-empty default. The target window of this AdUnit. This value is inherited from ancestor AdUnits and defaults to TOP if no AdUnit in the hierarchy specifies it.
This field is a member of oneof
_effective_target_window.
- applied_teams¶
Optional. The resource names of Teams directly applied to this AdUnit. Format: “networks/{network_code}/teams/{team_id}”.
- Type
MutableSequence[str]
- teams¶
Output only. The resource names of all Teams that this AdUnit is on as well as those inherited from parent AdUnits. Format: “networks/{network_code}/teams/{team_id}”.
- Type
MutableSequence[str]
- description¶
Optional. A description of the ad unit. The maximum length is 65,535 characters.
This field is a member of oneof
_description.- Type
- explicitly_targeted¶
Optional. If this field is set to true, then the AdUnit will not be implicitly targeted when its parent is. Traffickers must explicitly target such an AdUnit or else no line items will serve to it. This feature is only available for Ad Manager 360 accounts.
This field is a member of oneof
_explicitly_targeted.- Type
- has_children¶
Output only. This field is set to true if the ad unit has any children.
This field is a member of oneof
_has_children.- Type
- update_time¶
Output only. The time this AdUnit was last modified.
This field is a member of oneof
_update_time.
- ad_unit_sizes¶
Optional. The sizes that can be served inside this ad unit.
- Type
MutableSequence[google.ads.admanager_v1.types.AdUnitSize]
- external_set_top_box_channel_id¶
Optional. Determines what set top box video on demand channel this ad unit corresponds to in an external set top box ad campaign system.
This field is a member of oneof
_external_set_top_box_channel_id.- Type
- refresh_delay¶
Optional. The duration after which an Ad Unit will automatically refresh. This is only valid for ad units in mobile apps. If not set, the ad unit will not refresh.
This field is a member of oneof
_refresh_delay.
- applied_labels¶
Optional. The set of labels applied directly to this ad unit.
- Type
MutableSequence[google.ads.admanager_v1.types.AppliedLabel]
- effective_applied_labels¶
Output only. Contains the set of labels applied directly to the ad unit as well as those inherited from the parent ad units. If a label has been negated, only the negated label is returned. This attribute is assigned by Google.
- Type
MutableSequence[google.ads.admanager_v1.types.AppliedLabel]
- applied_label_frequency_caps¶
Optional. The set of label frequency caps applied directly to this ad unit. There is a limit of 10 label frequency caps per ad unit.
- Type
MutableSequence[google.ads.admanager_v1.types.LabelFrequencyCap]
- effective_label_frequency_caps¶
Output only. The label frequency caps applied directly to the ad unit as well as those inherited from parent ad units.
- Type
MutableSequence[google.ads.admanager_v1.types.LabelFrequencyCap]
- smart_size_mode¶
Optional. Non-empty default. The smart size mode for this ad unit. This attribute defaults to SmartSizeMode.NONE for fixed sizes.
This field is a member of oneof
_smart_size_mode.
- applied_adsense_enabled¶
Optional. The value of AdSense enabled directly applied to this ad unit. If not specified this ad unit will inherit the value of effectiveAdsenseEnabled from its ancestors.
This field is a member of oneof
_applied_adsense_enabled.- Type
- effective_adsense_enabled¶
Output only. Specifies whether or not the AdUnit is enabled for serving ads from the AdSense content network. This attribute defaults to the ad unit’s parent or ancestor’s setting if one has been set. If no ancestor of the ad unit has set appliedAdsenseEnabled, the attribute is defaulted to true.
This field is a member of oneof
_effective_adsense_enabled.- Type
- class google.ads.admanager_v1.types.AdUnitParent(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe summary of a parent AdUnit.
- parent_ad_unit¶
Output only. The parent of the current AdUnit Format:
networks/{network_code}/adUnits/{ad_unit_id}This field is a member of oneof
_parent_ad_unit.- Type
- class google.ads.admanager_v1.types.AdUnitSize(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents the size, environment, and companions of an ad in an ad unit.
- environment_type¶
Required. The EnvironmentType of the AdUnit
This field is a member of oneof
_environment_type.
- companions¶
The companions for this ad unit size. Companions are only valid if the environment is [VIDEO_PLAYER][google.ads.admanager.v1.EnvironmentTypeEnum.EnvironmentType].
- Type
MutableSequence[google.ads.admanager_v1.types.Size]
- class google.ads.admanager_v1.types.AdUnitStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [AdUnitStatus][google.ads.admanager.v1.AdUnitStatusEnum.AdUnitStatus]
- class AdUnitStatus(value)[source]¶
Bases:
proto.enums.EnumThe status of an AdUnit.
- Values:
- AD_UNIT_STATUS_UNSPECIFIED (0):
Default value. This value is unused.
- ACTIVE (1):
The ad unit is active, available for targeting, and serving.
- INACTIVE (2):
The ad unit will be visible in the UI, but ignored by serving.
- ARCHIVED (3):
The ad unit will be hidden in the UI and ignored by serving.
- class google.ads.admanager_v1.types.AdUnitTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageSpecifies an ad unit and (optionally) its descendants.
- class google.ads.admanager_v1.types.Application(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageAn application that has been added to or “claimed” by the network to be used for targeting purposes. These mobile apps can come from various app stores.
- name¶
Identifier. The resource name of the
Application. Format:networks/{network_code}/applications/{application_id}- Type
- class google.ads.admanager_v1.types.AppliedLabel(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a Label that can be applied to an entity.
- label¶
Required. The label to be applied. Format: “networks/{network_code}/labels/{label_id}”.
- Type
- class google.ads.admanager_v1.types.AudienceSegment(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
AudienceSegmentresource.- name¶
Identifier. The resource name of the
AudienceSegment. Format:networks/{network_code}/audienceSegments/{audience_segment_id}Theaudience_segment_idmay have up to 1 of the following suffixes:~directfor directly licensed third-party segments~globalfor globally licensed third-party segments
- Type
- class google.ads.admanager_v1.types.AudienceSegmentTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents targeting for audience segments. The values are combined in a logical
OR.- negative¶
Whether this expression is negatively targeted, meaning it matches ad requests that exclude the below values.
This field is a member of oneof
_negative.- Type
- audience_segments¶
Optional. The targeted audience segments.
This is either the resource name of a first-party audience segment or an alias to the effective third-party audience segment. Third-party audience segment resource names containing
~director~globalwill be normalized by the server. For example,networks/1234/audienceSegments/4567~directwill be normalized tonetworks/1234/audienceSegments/4567.- Type
MutableSequence[str]
- class google.ads.admanager_v1.types.BandwidthGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a group of bandwidths that are logically organized by some well known generic name such as ‘Cable’ or ‘DSL’.
- class google.ads.admanager_v1.types.BandwidthTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageBandwidth Targeting.
Reach users accessing the internet via various means of connection, such as cable, DSL, or dial-up. Can be useful to target campaigns using low-resolution creatives or text ads for users with low bandwidth.
- class google.ads.admanager_v1.types.BatchActivateCustomFieldsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest message for
BatchActivateCustomFieldsmethod.
- class google.ads.admanager_v1.types.BatchActivateCustomFieldsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchActivateCustomFieldsmethod.
- class google.ads.admanager_v1.types.BatchActivatePlacementsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest message for
BatchActivatePlacementsmethod.
- class google.ads.admanager_v1.types.BatchActivatePlacementsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchActivatePlacementsmethod.
- class google.ads.admanager_v1.types.BatchActivateTeamsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest message for
BatchActivateTeamsmethod.
- class google.ads.admanager_v1.types.BatchActivateTeamsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchActivateTeamsmethod.
- class google.ads.admanager_v1.types.BatchAdReviewCenterAdsOperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageMetadata object for
BatchAllowAdReviewCenterAdsandBatchBlockAdReviewCenterAdsmethods.- failed_requests¶
The status of each failed request, keyed by the index of the corresponding request in the batch request.
- Type
MutableMapping[int, google.rpc.status_pb2.Status]
- class FailedRequestsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)¶
Bases:
proto.message.Message
- class google.ads.admanager_v1.types.BatchAllowAdReviewCenterAdsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchAllowAdReviewCenterAdsmethod.- parent¶
Required. The parent, which owns this collection of AdReviewCenterAds. Format: networks/{network_code}/webProperties/{web_property_code}
Since a network can only have a single web property of each
ExchangeSyndicationProduct, you can use theExchangeSyndicationProductas an alias for the web property code:networks/{network_code}/webProperties/displaynetworks/{network_code}/webProperties/videoAndAudionetworks/{network_code}/webProperties/mobileAppnetworks/{network_code}/webProperties/games- Type
- class google.ads.admanager_v1.types.BatchAllowAdReviewCenterAdsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchAllowAdReviewCenterAdsmethod.
- class google.ads.admanager_v1.types.BatchArchivePlacementsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest message for
BatchArchivePlacementsmethod.
- class google.ads.admanager_v1.types.BatchArchivePlacementsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchArchivePlacementsmethod.
- class google.ads.admanager_v1.types.BatchBlockAdReviewCenterAdsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchBlockAdReviewCenterAdsmethod.- parent¶
Required. The parent, which owns this collection of AdReviewCenterAds. Format: networks/{network_code}/webProperties/{web_property_code}
Since a network can only have a single web property of each
ExchangeSyndicationProduct, you can use theExchangeSyndicationProductas an alias for the web property code:networks/{network_code}/webProperties/displaynetworks/{network_code}/webProperties/videoAndAudionetworks/{network_code}/webProperties/mobileAppnetworks/{network_code}/webProperties/games- Type
- class google.ads.admanager_v1.types.BatchBlockAdReviewCenterAdsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchBlockAdReviewCenterAdsmethod.
- class google.ads.admanager_v1.types.BatchCreateContactsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchCreateContactsmethod.- parent¶
Required. The parent resource where
Contactswill be created. Format:networks/{network_code}The parent field in the CreateContactRequest must match this field.- Type
- requests¶
Required. The
Contactobjects to create. A maximum of 100 objects can be created in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.CreateContactRequest]
- class google.ads.admanager_v1.types.BatchCreateContactsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchCreateContactsmethod.- contacts¶
The
Contactobjects created.- Type
MutableSequence[google.ads.admanager_v1.types.Contact]
- class google.ads.admanager_v1.types.BatchCreateCustomFieldsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchCreateCustomFieldsmethod.- parent¶
Required. The parent resource where
CustomFieldswill be created. Format:networks/{network_code}The parent field in the CreateCustomFieldRequest must match this field.- Type
- requests¶
Required. The
CustomFieldobjects to create. A maximum of 100 objects can be created in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.CreateCustomFieldRequest]
- class google.ads.admanager_v1.types.BatchCreateCustomFieldsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchCreateCustomFieldsmethod.- custom_fields¶
The
CustomFieldobjects created.- Type
MutableSequence[google.ads.admanager_v1.types.CustomField]
- class google.ads.admanager_v1.types.BatchCreateEntitySignalsMappingsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchCreateEntitySignalsMappingsmethod.- parent¶
Required. The parent resource where
EntitySignalsMappingswill be created. Format:networks/{network_code}The parent field in the CreateEntitySignalsMappingRequest must match this field.- Type
- requests¶
Required. The
EntitySignalsMappingobjects to create. A maximum of 100 objects can be created in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.CreateEntitySignalsMappingRequest]
- class google.ads.admanager_v1.types.BatchCreateEntitySignalsMappingsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchCreateEntitySignalsMappingsmethod.- entity_signals_mappings¶
The
EntitySignalsMappingobjects created.- Type
MutableSequence[google.ads.admanager_v1.types.EntitySignalsMapping]
- class google.ads.admanager_v1.types.BatchCreatePlacementsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchCreatePlacementsmethod.- parent¶
Required. The parent resource where the
Placements will be created. Format:networks/{network_code}The parent field in the CreatePlacementRequest messages match this field.- Type
- requests¶
Required. The
Placementobjects to create. A maximum of 100 objects can be created in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.CreatePlacementRequest]
- class google.ads.admanager_v1.types.BatchCreatePlacementsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchCreatePlacementsmethod.- placements¶
The
Placementobjects created.- Type
MutableSequence[google.ads.admanager_v1.types.Placement]
- class google.ads.admanager_v1.types.BatchCreateSitesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchCreateSitesmethod.- parent¶
Required. The parent resource where
Siteswill be created. Format:networks/{network_code}The parent field in the CreateSiteRequest must match this field.- Type
- requests¶
Required. The
Siteobjects to create. A maximum of 100 objects can be created in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.CreateSiteRequest]
- class google.ads.admanager_v1.types.BatchCreateSitesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchCreateSitesmethod.- sites¶
The
Siteobjects created.- Type
MutableSequence[google.ads.admanager_v1.types.Site]
- class google.ads.admanager_v1.types.BatchCreateTeamsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchCreateTeamsmethod.- parent¶
Required. The parent resource where
Teamswill be created. Format:networks/{network_code}The parent field in the CreateTeamRequest must match this field.- Type
- requests¶
Required. The
Teamobjects to create. A maximum of 100 objects can be created in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.CreateTeamRequest]
- class google.ads.admanager_v1.types.BatchCreateTeamsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchCreateTeamsmethod.- teams¶
The
Teamobjects created.- Type
MutableSequence[google.ads.admanager_v1.types.Team]
- class google.ads.admanager_v1.types.BatchDeactivateCustomFieldsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest message for
BatchDeactivateCustomFieldsmethod.
- class google.ads.admanager_v1.types.BatchDeactivateCustomFieldsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchDeactivateCustomFieldsmethod.
- class google.ads.admanager_v1.types.BatchDeactivatePlacementsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest message for
BatchDeactivatePlacementsmethod.
- class google.ads.admanager_v1.types.BatchDeactivatePlacementsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchDeactivatePlacementsmethod.
- class google.ads.admanager_v1.types.BatchDeactivateSitesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest message for
BatchDeactivateSitesmethod.
- class google.ads.admanager_v1.types.BatchDeactivateSitesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchDeactivateSitesmethod.
- class google.ads.admanager_v1.types.BatchDeactivateTeamsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest message for
BatchDeactivateTeamsmethod.
- class google.ads.admanager_v1.types.BatchDeactivateTeamsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchDeactivateTeamsmethod.
- class google.ads.admanager_v1.types.BatchSubmitSitesForApprovalRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest message for
BatchSubmitSitesForApprovalmethod.
- class google.ads.admanager_v1.types.BatchSubmitSitesForApprovalResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchSubmitSitesForApprovalmethod.
- class google.ads.admanager_v1.types.BatchUpdateContactsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchUpdateContactsmethod.- parent¶
Required. The parent resource where
Contactswill be updated. Format:networks/{network_code}The parent field in the UpdateContactRequest must match this field.- Type
- requests¶
Required. The
Contactobjects to update. A maximum of 100 objects can be updated in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.UpdateContactRequest]
- class google.ads.admanager_v1.types.BatchUpdateContactsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchUpdateContactsmethod.- contacts¶
The
Contactobjects updated.- Type
MutableSequence[google.ads.admanager_v1.types.Contact]
- class google.ads.admanager_v1.types.BatchUpdateCustomFieldsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchUpdateCustomFieldsmethod.- parent¶
Required. The parent resource where
CustomFieldswill be updated. Format:networks/{network_code}The parent field in the UpdateCustomFieldRequest must match this field.- Type
- requests¶
Required. The
CustomFieldobjects to update. A maximum of 100 objects can be updated in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.UpdateCustomFieldRequest]
- class google.ads.admanager_v1.types.BatchUpdateCustomFieldsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchUpdateCustomFieldsmethod.- custom_fields¶
The
CustomFieldobjects updated.- Type
MutableSequence[google.ads.admanager_v1.types.CustomField]
- class google.ads.admanager_v1.types.BatchUpdateEntitySignalsMappingsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchUpdateEntitySignalsMappingsmethod.- parent¶
Required. The parent resource where
EntitySignalsMappingswill be updated. Format:networks/{network_code}The parent field in the UpdateEntitySignalsMappingRequest must match this field.- Type
- requests¶
Required. The
EntitySignalsMappingobjects to update. A maximum of 100 objects can be updated in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.UpdateEntitySignalsMappingRequest]
- class google.ads.admanager_v1.types.BatchUpdateEntitySignalsMappingsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchUpdateEntitySignalsMappingsmethod.- entity_signals_mappings¶
The
EntitySignalsMappingobjects updated.- Type
MutableSequence[google.ads.admanager_v1.types.EntitySignalsMapping]
- class google.ads.admanager_v1.types.BatchUpdatePlacementsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchUpdatePlacementsmethod.- parent¶
Required. The parent resource where
Placementswill be updated. Format:networks/{network_code}The parent field in the UpdatePlacementsRequest must match this field.- Type
- requests¶
Required. The
Placementobjects to update. A maximum of 100 objects can be updated in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.UpdatePlacementRequest]
- class google.ads.admanager_v1.types.BatchUpdatePlacementsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchUpdatePlacementsmethod.- placements¶
The
Placementobjects updated.- Type
MutableSequence[google.ads.admanager_v1.types.Placement]
- class google.ads.admanager_v1.types.BatchUpdateSitesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchUpdateSitesmethod.- parent¶
Required. The parent resource where
Siteswill be updated. Format:networks/{network_code}The parent field in the UpdateSiteRequest must match this field.- Type
- requests¶
Required. The
Siteobjects to update. A maximum of 100 objects can be updated in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.UpdateSiteRequest]
- class google.ads.admanager_v1.types.BatchUpdateSitesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchUpdateSitesmethod.- sites¶
The
Siteobjects updated.- Type
MutableSequence[google.ads.admanager_v1.types.Site]
- class google.ads.admanager_v1.types.BatchUpdateTeamsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
BatchUpdateTeamsmethod.- parent¶
Required. The parent resource where
Teamswill be updated. Format:networks/{network_code}The parent field in the UpdateTeamRequest must match this field.- Type
- requests¶
Required. The
Teamobjects to update. A maximum of 100 objects can be updated in a batch.- Type
MutableSequence[google.ads.admanager_v1.types.UpdateTeamRequest]
- class google.ads.admanager_v1.types.BatchUpdateTeamsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
BatchUpdateTeamsmethod.- teams¶
The
Teamobjects updated.- Type
MutableSequence[google.ads.admanager_v1.types.Team]
- class google.ads.admanager_v1.types.Browser(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a browser, including its version.
- name¶
Identifier. The resource name of the
Browser. Format:networks/{network_code}/browsers/{browser}- Type
- display_name¶
Output only. The display name of the browser, including version info.
This field is a member of oneof
_display_name.- Type
- class google.ads.admanager_v1.types.BrowserLanguage(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents the language of a browser.
- name¶
Identifier. The resource name of the
BrowserLanguage. Format:networks/{network_code}/browserLanguages/{browser_language_id}- Type
- class google.ads.admanager_v1.types.BrowserLanguageTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageBrowser Language Targeting.
For ads targeting mobile apps and their associated WebViews, the language used is based on the language specified by the user in their mobile device settings. If a browser has more than one language assigned to it, each language generates an impression.
- class google.ads.admanager_v1.types.BrowserTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageBrowser Targeting.
Allows publishers to target/exclude a browser type (e.g. Chrome, Firefox, Safari). For more information, see https://support.google.com/admanager/answer/2884033 (Targeting types > Browser).
- class google.ads.admanager_v1.types.CmsMetadataKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageKey associated with a piece of content from a publisher’s CMS.
- name¶
Identifier. The resource name of the
CmsMetadataKey. Format:networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}- Type
- status¶
Output only. The status of this CMS metadata key.
- class google.ads.admanager_v1.types.CmsMetadataKeyStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CmsMetadataKeyStatus][google.ads.admanager.v1.CmsMetadataKeyStatusEnum.CmsMetadataKeyStatus]
- class CmsMetadataKeyStatus(value)[source]¶
Bases:
proto.enums.EnumStatus for CmsMetadataKey objects.
- Values:
- CMS_METADATA_KEY_STATUS_UNSPECIFIED (0):
Default value. This value is unused.
- ACTIVE (1):
The key is active.
- INACTIVE (2):
The key is not active.
- class google.ads.admanager_v1.types.CmsMetadataTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents targeting for CMS metadata. The values are ORed together.
- class google.ads.admanager_v1.types.CmsMetadataValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageKey value pair associated with a piece of content from a publisher’s CMS.
- name¶
Identifier. The resource name of the
CmsMetadataValue. Format:networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}- Type
- key¶
Required. Immutable. The resource name of the CmsMetadataKey. Format: “networks/{network_code}/cmsMetadataKey/{cms_metadata_key_id}”.
- Type
- status¶
Output only. The status of this CMS metadata value.
- class google.ads.admanager_v1.types.CmsMetadataValueStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CmsMetadataValueStatus][google.ads.admanager.v1.CmsMetadataValueStatusEnum.CmsMetadataValueStatus]
- class CmsMetadataValueStatus(value)[source]¶
Bases:
proto.enums.EnumStatus for CmsMetadataValue objects.
- Values:
- CMS_METADATA_VALUE_STATUS_UNSPECIFIED (0):
Default value. This value is unused.
- ACTIVE (1):
The value is active.
- ARCHIVED (2):
The value is archived.
- INACTIVE (3):
The value is not active.
- class google.ads.admanager_v1.types.Company(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
Companyresource.- name¶
Identifier. The resource name of the
Company. Format:networks/{network_code}/companies/{company_id}- Type
- display_name¶
Required. The display name of the
Company.This value has a maximum length of 127 characters.
This field is a member of oneof
_display_name.- Type
- address¶
Optional. The address for the
Company.This value has a maximum length of 1024 characters.
This field is a member of oneof
_address.- Type
- email¶
Optional. The email for the
Company.This value has a maximum length of 128 characters.
This field is a member of oneof
_email.- Type
- fax¶
Optional. The fax number for the
Company.This value has a maximum length of 63 characters.
This field is a member of oneof
_fax.- Type
- phone¶
Optional. The phone number for the
Company.This value has a maximum length of 63 characters.
This field is a member of oneof
_phone.- Type
- external_id¶
Optional. The external ID for the
Company.This value has a maximum length of 255 characters.
This field is a member of oneof
_external_id.- Type
- comment¶
Optional. Comments about the
Company.This value has a maximum length of 1024 characters.
This field is a member of oneof
_comment.- Type
- credit_status¶
Optional. The credit status of the
Company.This attribute defaults to
ACTIVEif basic settings are enabled andON_HOLDif advance settings are enabled.This field is a member of oneof
_credit_status.
- applied_labels¶
Optional. The labels that are directly applied to the
Company.- Type
MutableSequence[google.ads.admanager_v1.types.AppliedLabel]
- primary_contact¶
Optional. The resource names of primary Contact of the
Company. Format: “networks/{network_code}/contacts/{contact_id}”.This field is a member of oneof
_primary_contact.- Type
- applied_teams¶
Optional. The resource names of Teams that are directly associated with the
Company. Format: “networks/{network_code}/teams/{team_id}”.- Type
MutableSequence[str]
- third_party_company_id¶
Optional. The ID of the Google-recognized canonicalized form of the
Company.This field is a member of oneof
_third_party_company_id.- Type
- class google.ads.admanager_v1.types.CompanyCreditStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CompanyCreditStatus][google.ads.admanager.v1.CompanyCreditStatusEnum.CompanyCreditStatus]
- class CompanyCreditStatus(value)[source]¶
Bases:
proto.enums.EnumThe credit status of a company.
Credit statuses specify the credit-worthiness of a company and affect the ad serving of campaigns belonging to the company.
In basic settings, only the [ACTIVE][google.ads.admanager.v1.CompanyCreditStatusEnum.CompanyCreditStatus.ACTIVE] and [INACTIVE][google.ads.admanager.v1.CompanyCreditStatusEnum.CompanyCreditStatus.INACTIVE] credit statuses are applicable. In advance settings, all credit statuses are applicable.
- Values:
- COMPANY_CREDIT_STATUS_UNSPECIFIED (0):
No value specified
- ACTIVE (1):
The company’s credit status is active.
Line items belonging to the company can serve.
This credit status is the default for basic settings and is available in both basic and advance settings.
- INACTIVE (2):
The company’s credit status is inactive.
Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company cannot be created.
Companies with this credit status will be hidden by default in company search results.
This credit status is available in both basic and advance settings.
- ON_HOLD (3):
The company’s credit status is on hold.
Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company can be created.
This credit status is the default in advance settings and is only available in advance settings.
- STOP (4):
The company’s credit status is stopped.
Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company cannot be created.
This credit status is only available in advance settings.
- BLOCKED (5):
The company’s credit status is blocked.
All active line items belonging to the company will stop serving with immediate effect. Line items belonging to the company cannot be activated, and new orders or line items belonging to the company cannot be created.
This credit status is only available in advance settings.
- class google.ads.admanager_v1.types.CompanyTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CompanyType][google.ads.admanager.v1.CompanyTypeEnum.CompanyType]
- class CompanyType(value)[source]¶
Bases:
proto.enums.EnumThe type of a company.
- Values:
- COMPANY_TYPE_UNSPECIFIED (0):
No value specified
- ADVERTISER (1):
A business entity that purchases ad inventory.
- HOUSE_ADVERTISER (2):
A company representing the publisher’s own advertiser for house ads.
- AGENCY (3):
An organization that manages ad accounts and offers services, such as ad creation, placement, and management to advertisers.
- HOUSE_AGENCY (4):
A company representing the publisher’s own agency.
- AD_NETWORK (5):
A company representing multiple advertisers and agencies.
- class google.ads.admanager_v1.types.Contact(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA contact represents a person who is affiliated with a single company. A contact can have a variety of contact information associated to it, and can be invited to view their company’s orders, line items, creatives, and reports.
- name¶
Identifier. The resource name of the
Contact. Format:networks/{network_code}/contacts/{contact_id}- Type
- display_name¶
Required. The name of the contact. This attribute has a maximum length of 127 characters.
This field is a member of oneof
_display_name.- Type
- company¶
Required. Immutable. The resource name of the Company. Format: “networks/{network_code}/companies/{company_id}”.
This field is a member of oneof
_company.- Type
- status¶
Output only. The status of the contact. This attribute is assigned by Google.
This field is a member of oneof
_status.
- address¶
Optional. The address of the contact. This attribute has a maximum length of 1024 characters.
This field is a member of oneof
_address.- Type
- cell_phone¶
Optional. The cell phone number where the contact can be reached.
This field is a member of oneof
_cell_phone.- Type
- comment¶
Optional. A free-form text comment for the contact. This attribute has a maximum length of 1024 characters.
This field is a member of oneof
_comment.- Type
- email¶
Optional. The e-mail address where the contact can be reached. This attribute has a maximum length of 128 characters.
This field is a member of oneof
_email.- Type
- fax¶
Optional. The fax number where the contact can be reached. This attribute has a maximum length of 1024 characters.
This field is a member of oneof
_fax.- Type
- class google.ads.admanager_v1.types.ContactStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [ContactStatus][google.ads.admanager.v1.ContactStatusEnum.ContactStatus]
- class ContactStatus(value)[source]¶
Bases:
proto.enums.EnumDescribes the contact statuses.
- Values:
- CONTACT_STATUS_UNSPECIFIED (0):
Default value. This value is unused.
- INVITE_CANCELED (1):
The contact was invited to see their orders, but the invitation was cancelled.
- INVITE_EXPIRED (2):
The contact has been invited to see their orders, but the invitation has already expired.
- INVITE_PENDING (3):
The contact has been invited to see their orders, but has not yet accepted the invitation.
- UNINVITED (4):
The contact has not been invited to see their orders.
- USER_ACTIVE (5):
The contact has access to login and view their orders.
- USER_DISABLED (6):
The contact accepted an invitation to see their orders, but their access was later revoked.
- class google.ads.admanager_v1.types.Content(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA piece of content from a Publisher’s CMS.
- name¶
Identifier. The resource name of the
Content. Format:networks/{network_code}/content/{content_id}- Type
- class google.ads.admanager_v1.types.ContentBundle(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA [ContentBundle][google.ads.admanager.v1.ContentBundle] is a grouping of individual [Content][google.ads.admanager.v1.Content]. A [ContentBundle][google.ads.admanager.v1.ContentBundle] is defined as including the [Content][google.ads.admanager.v1.Content] that match certain filter rules along with the option to explicitly include or exclude certain Content IDs.
- name¶
Identifier. The resource name of the [ContentBundle][google.ads.admanager.v1.ContentBundle]. Format:
networks/{network_code}/contentBundles/{content_bundle_id}- Type
- class google.ads.admanager_v1.types.ContentLabel(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA content label.
- name¶
Identifier. The resource name of the
ContentLabel. Format:networks/{network_code}/contentLabels/{content_label_id}- Type
- class google.ads.admanager_v1.types.ContentTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageContent Targeting
Targeted/excluded content entities and bundles.
- targeted_content¶
Optional. The resource names of the [Content][google.ads.admanager.v1.Content] that should be targeted/included.
- Type
MutableSequence[str]
- excluded_content¶
Optional. The resource names of the [Content][google.ads.admanager.v1.Content] that should be excluded.
- Type
MutableSequence[str]
- class google.ads.admanager_v1.types.CreateAdBreakRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
CreateAdBreakmethod.- parent¶
Required. The parent resource where this
AdBreakwill be created identified by an asset key or custom asset key.Formats:
networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}- Type
- ad_break¶
Required. The
AdBreakto create.
- class google.ads.admanager_v1.types.CreateContactRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
CreateContactmethod.- parent¶
Required. The parent resource where this
Contactwill be created. Format:networks/{network_code}- Type
- contact¶
Required. The
Contactto create.
- class google.ads.admanager_v1.types.CreateCustomFieldRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
CreateCustomFieldmethod.- parent¶
Required. The parent resource where this
CustomFieldwill be created. Format:networks/{network_code}- Type
- custom_field¶
Required. The
CustomFieldto create.
- class google.ads.admanager_v1.types.CreateEntitySignalsMappingRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for ‘CreateEntitySignalsMapping’ method.
- parent¶
Required. The parent resource where this EntitySignalsMapping will be created. Format:
networks/{network_code}- Type
- entity_signals_mapping¶
Required. The EntitySignalsMapping object to create.
- class google.ads.admanager_v1.types.CreatePlacementRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
CreatePlacementmethod.- parent¶
Required. The parent resource where this
Placementwill be created. Format:networks/{network_code}- Type
- placement¶
Required. The
Placementto create.
- class google.ads.admanager_v1.types.CreatePrivateAuctionDealRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
CreatePrivateAuctionDealmethod.- parent¶
Required. The parent resource where this
PrivateAuctionDealwill be created. Format:networks/{network_code}- Type
- private_auction_deal¶
Required. The
PrivateAuctionDealto create.
- class google.ads.admanager_v1.types.CreatePrivateAuctionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
CreatePrivateAuctionmethod.- parent¶
Required. The parent resource where this
PrivateAuctionwill be created. Format:networks/{network_code}- Type
- private_auction¶
Required. The
PrivateAuctionto create.
- class google.ads.admanager_v1.types.CreateReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
CreateReportmethod.- parent¶
Required. The parent resource where this
Reportwill be created. Format:networks/{network_code}- Type
- report¶
Required. The
Reportto create.
- class google.ads.admanager_v1.types.CreateSiteRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
CreateSitemethod.- parent¶
Required. The parent resource where this
Sitewill be created. Format:networks/{network_code}- Type
- site¶
Required. The
Siteto create.
- class google.ads.admanager_v1.types.CreateTeamRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
CreateTeammethod.- parent¶
Required. The parent resource where this
Teamwill be created. Format:networks/{network_code}- Type
- team¶
Required. The
Teamto create.
- class google.ads.admanager_v1.types.CreativeTemplate(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA template that can be used to create a [TemplateCreative][].
- name¶
Identifier. The resource name of the creative template. Format:
networks/{network_code}/creativeTemplates/{creative_template_id}- Type
- display_name¶
Required. The display name of the creative template. This has a maximum length of 255 characters.
This field is a member of oneof
_display_name.- Type
- description¶
Optional. The description of the creative template.
This field is a member of oneof
_description.- Type
- snippet¶
Required. The code snippet of the creative template, with placeholders for the associated variables.
This field is a member of oneof
_snippet.- Type
- status¶
Output only. The status of the creative template. This attribute is assigned by Google.
This field is a member of oneof
_status.
- type_¶
Optional. The type of the creative template. Users can only create or update
CreativeTemplateType.CUSTOMtemplates.This field is a member of oneof
_type.
- interstitial¶
Optional.
Trueif this creative template produces out-of-page creatives. Creative templates with this setting enabled must include the viewed impression macro.This field is a member of oneof
_interstitial.- Type
- native_eligible¶
Optional.
Trueif this creative template produces native-eligible creatives.This field is a member of oneof
_native_eligible.- Type
- native_video_eligible¶
Optional.
Trueif this creative template produces native video-eligible creatives.This field is a member of oneof
_native_video_eligible.- Type
- safe_frame_compatible¶
Optional. Whether the Creative produced is compatible for SafeFrame rendering. This attribute defaults to
True.This field is a member of oneof
_safe_frame_compatible.- Type
- variables¶
Required. The list of creative template variables.
- Type
MutableSequence[google.ads.admanager_v1.types.CreativeTemplateVariable]
- class google.ads.admanager_v1.types.CreativeTemplateStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CreativeTemplateStatus][google.ads.admanager.v1.CreativeTemplateStatusEnum.CreativeTemplateStatus]
- class CreativeTemplateStatus(value)[source]¶
Bases:
proto.enums.EnumDescribes status of the creative template
- Values:
- CREATIVE_TEMPLATE_STATUS_UNSPECIFIED (0):
Default value. This value is unused.
- ACTIVE (1):
The CreativeTemplate is active
- DELETED (2):
The CreativeTemplate is deleted. Creatives created from this CreativeTemplate can no longer serve.
- INACTIVE (3):
The CreativeTemplate is inactive. Users cannot create new creatives from this template, but existing ones can be edited and continue to serve
- class google.ads.admanager_v1.types.CreativeTemplateTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CreativeTemplateType][google.ads.admanager.v1.CreativeTemplateTypeEnum.CreativeTemplateType]
- class CreativeTemplateType(value)[source]¶
Bases:
proto.enums.EnumDescribes type of the creative template.
- Values:
- CREATIVE_TEMPLATE_TYPE_UNSPECIFIED (0):
Default value. This value is unused.
- STANDARD (1):
Creative templates that are included in Ad Manager by default.
- CUSTOM (2):
Creative templates created by an administrator or other user in the network.
- class google.ads.admanager_v1.types.CreativeTemplateVariable(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a variable defined in a creative template.
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- asset_variable¶
Optional. Represents a file asset variable defined in a creative template.
This field is a member of oneof
SubType.
- list_string_variable¶
Optional. Represents a list variable defined in a creative template.
This field is a member of oneof
SubType.
- long_variable¶
Optional. Represents a long variable defined in a creative template.
This field is a member of oneof
SubType.
- string_variable¶
Optional. Represents a string variable defined in a creative template.
This field is a member of oneof
SubType.
- url_variable¶
Optional. Represents a url variable defined in a creative template.
This field is a member of oneof
SubType.
- label¶
Required. Label that is displayed to users when creating from the creative template. This has a maximum length of 127 characters.
This field is a member of oneof
_label.- Type
- unique_display_name¶
Output only. Unique name used to identify the variable. This attribute is assigned by Google when a creative template variable is created.
This field is a member of oneof
_unique_display_name.- Type
- description¶
Required. A descriptive help text that is displayed to users along with the label. This attribute has a maximum length of 255 characters.
This field is a member of oneof
_description.- Type
- required¶
Optional.
Trueif this variable is required to be filled in by users when creating a creative from the creative template.This field is a member of oneof
_required.- Type
- class AssetCreativeTemplateVariable(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a file asset variable defined in a creative template.
Use [AssetCreativeTemplateVariableValue][] to specify the value for this variable when creating a [TemplateCreative][] from a [CreativeTemplate][google.ads.admanager.v1.CreativeTemplate].
- mime_types¶
Optional. The set of allowed MIME types. If unspecified, all MIME types are allowed.
- class MimeType(value)[source]¶
Bases:
proto.enums.EnumDifferent MIME types that the asset variable supports.
- Values:
- MIME_TYPE_UNSPECIFIED (0):
Default value. This value is unused.
- JPG (1):
The
image/jpegMIME type.- PNG (2):
The
image/pngMIME type.- GIF (3):
The
image/gifMIME type.
- class ListStringCreativeTemplateVariable(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a list variable defined in a creative template. This is similar to [StringCreativeTemplateVariable][google.ads.admanager.v1.CreativeTemplateVariable.StringCreativeTemplateVariable], except that there are possible choices to choose from.
Use [StringCreativeTemplateVariableValue][] to specify the value for this variable when creating a [TemplateCreative][] from a [CreativeTemplate][google.ads.admanager.v1.CreativeTemplate].
- default_value¶
Optional. Default value to be filled in when creating creatives from the creative template.
This field is a member of oneof
_default_value.- Type
- sample_value¶
Optional. Sample value that is used when previewing the template in the UI.
This field is a member of oneof
_sample_value.- Type
- choices¶
Optional. The selectable values that the user can choose from.
- allow_other_choice¶
Optional.
Trueif a user can specify an ‘other’ value. For example, if a variable called backgroundColor is defined as a list with values: red, green, blue, this boolean can be set to allow a user to enter a value not on the list such as purple.This field is a member of oneof
_allow_other_choice.- Type
- class VariableChoice(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageStores variable choices selectable by users.
- class LongCreativeTemplateVariable(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a long variable defined in a creative template.
Use [LongCreativeTemplateVariableValue][] to specify the value for this variable when creating [TemplateCreative][] from a [CreativeTemplate][google.ads.admanager.v1.CreativeTemplate].
- class StringCreativeTemplateVariable(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a string variable defined in a creative template.
Use [StringCreativeTemplateVariableValue][] to specify the value for this variable when creating [TemplateCreative][] from a [CreativeTemplate][google.ads.admanager.v1.CreativeTemplate].
- class UrlCreativeTemplateVariable(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a url variable defined in a creative template.
Use [UrlCreativeTemplateVariableValue][] to specify the value for this variable when creating a [TemplateCreative][] from a [CreativeTemplate][google.ads.admanager.v1.CreativeTemplate].
- default_value¶
Optional. Default value to be filled in when creating creatives from the creative template.
This field is a member of oneof
_default_value.- Type
- sample_value¶
Optional. Sample value that is used when previewing the template in the UI.
This field is a member of oneof
_sample_value.- Type
- class google.ads.admanager_v1.types.CreativeTemplateVariableUrlTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CreativeTemplateVariableUrlType][google.ads.admanager.v1.CreativeTemplateVariableUrlTypeEnum.CreativeTemplateVariableUrlType]
- class CreativeTemplateVariableUrlType(value)[source]¶
Bases:
proto.enums.EnumTypes of URLs that a UrlCreativeTemplateVariable can represent.
- Values:
- CREATIVE_TEMPLATE_VARIABLE_URL_TYPE_UNSPECIFIED (0):
Default value. This value is unused.
- CLICK_TRACKER (1):
Click tracking URL.
- DEEPLINK (2):
Deep-link URL.
- IMPRESSION_TRACKER (3):
Impression tracking URL.
- STANDARD_HTTP (4):
Standard HTTP URL.
- class google.ads.admanager_v1.types.CustomField(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageAn additional, user-created field on an entity.
- name¶
Identifier. The resource name of the
CustomField. Format:networks/{network_code}/customFields/{custom_field}- Type
- custom_field_id¶
Output only. Unique ID of the CustomField. This attribute is assigned by Google.
This field is a member of oneof
_custom_field_id.- Type
- display_name¶
Required. Name of the CustomField. The max length is 127 characters.
This field is a member of oneof
_display_name.- Type
- description¶
Optional. A description of the custom field. The maximum length is 511 characters.
This field is a member of oneof
_description.- Type
- entity_type¶
Required. The type of entity the
CustomFieldcan be applied to.This field is a member of oneof
_entity_type.
- visibility¶
Required. The visibility of the
CustomField.This field is a member of oneof
_visibility.
- options¶
Optional. The drop-down options for the
CustomField.Only applicable for
CustomFieldwith the drop-down data type.- Type
MutableSequence[google.ads.admanager_v1.types.CustomFieldOption]
- class google.ads.admanager_v1.types.CustomFieldDataTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CustomFieldDataType][google.ads.admanager.v1.CustomFieldDataTypeEnum.CustomFieldDataType]
- class CustomFieldDataType(value)[source]¶
Bases:
proto.enums.EnumThe data type for a CustomField.
- Values:
- CUSTOM_FIELD_DATA_TYPE_UNSPECIFIED (0):
No value specified
- STRING (1):
A string field
The max length is 255 characters.
- NUMBER (2):
A number field.
- TOGGLE (3):
A “Yes” or “No” toggle field.
- DROP_DOWN (4):
A drop-down field.
- class google.ads.admanager_v1.types.CustomFieldEntityTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CustomFieldEntityType][google.ads.admanager.v1.CustomFieldEntityTypeEnum.CustomFieldEntityType]
- class CustomFieldEntityType(value)[source]¶
Bases:
proto.enums.EnumThe types of entities that a CustomField can be applied to.
- Values:
- CUSTOM_FIELD_ENTITY_TYPE_UNSPECIFIED (0):
No value specified
- LINE_ITEM (1):
The CustomField is applied to LineItems.
- ORDER (2):
The CustomField is applied to Orders.
- CREATIVE (3):
The CustomField is applied to Creatives.
- PROPOSAL (4):
The CustomField is applied to Proposals.
- PROPOSAL_LINE_ITEM (5):
The CustomField is applied to ProposalLineItems.
- class google.ads.admanager_v1.types.CustomFieldOption(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageAn option for a drop-down
CustomField.
- class google.ads.admanager_v1.types.CustomFieldStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CustomFieldStatus][google.ads.admanager.v1.CustomFieldStatusEnum.CustomFieldStatus]
- class CustomFieldStatus(value)[source]¶
Bases:
proto.enums.EnumThe status of the CustomField.
- Values:
- CUSTOM_FIELD_STATUS_UNSPECIFIED (0):
No value specified
- ACTIVE (1):
The CustomField is active.
- INACTIVE (2):
The CustomField is inactive.
- class google.ads.admanager_v1.types.CustomFieldValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA value for a CustomField on a resource.
- custom_field¶
Required. The custom field for which this is a value. Format: “networks/{network_code}/customFields/{custom_field_id}”.
- Type
- class Value(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresent custom field value type.
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- dropdown_value¶
The custom_field_option_id, if the CustomFieldDataType is DROPDOWN.
This field is a member of oneof
value.- Type
- string_value¶
The value, if the CustomFieldDataType is STRING.
This field is a member of oneof
value.- Type
- class google.ads.admanager_v1.types.CustomFieldVisibilityEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CustomFieldVisibility][google.ads.admanager.v1.CustomFieldVisibilityEnum.CustomFieldVisibility]
- class CustomFieldVisibility(value)[source]¶
Bases:
proto.enums.EnumThe visibility level of a CustomField.
- Values:
- CUSTOM_FIELD_VISIBILITY_UNSPECIFIED (0):
No value specified
- HIDDEN (1):
The CustomField is not visible in the UI and only visible through the API.
- READ_ONLY (2):
The CustomField is visible in the UI and only editable through the API.
- EDITABLE (3):
The CustomField is visible and editable in both the API and UI.
- class google.ads.admanager_v1.types.CustomTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents the top level targeting expression for custom key/values, audience segments, and/or CMS metadata.
- custom_targeting_clauses¶
Optional. These clauses are all ORed together.
- Type
MutableSequence[google.ads.admanager_v1.types.CustomTargetingClause]
- class google.ads.admanager_v1.types.CustomTargetingClause(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a logical AND of individual custom targeting expressions.
- custom_targeting_literals¶
Optional. Leaf targeting expressions for custom key/values.
- Type
MutableSequence[google.ads.admanager_v1.types.CustomTargetingLiteral]
- audience_segment_targetings¶
Optional. Leaf targeting expressions for audience segments.
- Type
MutableSequence[google.ads.admanager_v1.types.AudienceSegmentTargeting]
- cms_metadata_targetings¶
Optional. Leaf targeting expressions for cms metadata.
- Type
MutableSequence[google.ads.admanager_v1.types.CmsMetadataTargeting]
- class google.ads.admanager_v1.types.CustomTargetingKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
CustomTargetingKeyresource.- name¶
Identifier. The resource name of the
CustomTargetingKey. Format:networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}- Type
- custom_targeting_key_id¶
Output only.
CustomTargetingKeyID.This field is a member of oneof
_custom_targeting_key_id.- Type
- ad_tag_name¶
Immutable. Name of the key. Keys can contain up to 10 characters each. You can use alphanumeric characters and symbols other than the following: “, ‘, =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ], the white space character.
This field is a member of oneof
_ad_tag_name.- Type
- display_name¶
Optional. Descriptive name for the
CustomTargetingKey.This field is a member of oneof
_display_name.- Type
- type_¶
Required. Indicates whether users will select from predefined values or create new targeting values, while specifying targeting criteria for a line item.
This field is a member of oneof
_type.
- class google.ads.admanager_v1.types.CustomTargetingKeyReportableTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CustomTargetingKeyReportableType][google.ads.admanager.v1.CustomTargetingKeyReportableTypeEnum.CustomTargetingKeyReportableType]
- class CustomTargetingKeyReportableType(value)[source]¶
Bases:
proto.enums.EnumReportable type of the custom targeting key.
- Values:
- CUSTOM_TARGETING_KEY_REPORTABLE_TYPE_UNSPECIFIED (0):
Not specified value.
- OFF (1):
Not available for reporting in the Ad Manager query tool.
- ON (2):
Available for reporting in the Ad Manager query tool.
- CUSTOM_DIMENSION (3):
Custom dimension available for reporting in the AdManager query tool.
- class google.ads.admanager_v1.types.CustomTargetingKeyStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CustomTargetingKeyStatus][google.ads.admanager.v1.CustomTargetingKeyStatusEnum.CustomTargetingKeyStatus]
- class CustomTargetingKeyStatus(value)[source]¶
Bases:
proto.enums.EnumStatus of the custom targeting key.
- Values:
- CUSTOM_TARGETING_KEY_STATUS_UNSPECIFIED (0):
Not specified value.
- ACTIVE (1):
Custom targeting key is active.
- INACTIVE (2):
Custom targeting key is inactive.
- class google.ads.admanager_v1.types.CustomTargetingKeyTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CustomTargetingKeyType][google.ads.admanager.v1.CustomTargetingKeyTypeEnum.CustomTargetingKeyType]
- class CustomTargetingKeyType(value)[source]¶
Bases:
proto.enums.EnumType of the custom targeting key.
- Values:
- CUSTOM_TARGETING_KEY_TYPE_UNSPECIFIED (0):
Not specified value.
- PREDEFINED (1):
Key with a fixed set of values.
- FREEFORM (2):
Key without a fixed set of values
- class google.ads.admanager_v1.types.CustomTargetingLiteral(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents targeting for custom key/values. The values are ORed together.
- negative¶
Whether this expression is negatively targeted, meaning it matches ad requests that exclude the below values.
This field is a member of oneof
_negative.- Type
- class google.ads.admanager_v1.types.CustomTargetingValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
CustomTargetingValueresource.- name¶
Identifier. The resource name of the
CustomTargetingValue. Format:networks/{network_code}/customTargetingValues/{custom_targeting_value_id}- Type
- custom_targeting_key¶
Required. Immutable. The resource name of the
CustomTargetingKey. Format:networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}This field is a member of oneof
_custom_targeting_key.- Type
- ad_tag_name¶
Immutable. Name of the
CustomTargetingValue. Values can contain up to 40 characters each. You can use alphanumeric characters and symbols other than the following: “, ‘, =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ]. Values are not data-specific; all values are treated as strings. For example, instead of using “age>=18 AND <=34”, try “18-34”.This field is a member of oneof
_ad_tag_name.- Type
- display_name¶
Optional. Descriptive name for the
CustomTargetingValue.This field is a member of oneof
_display_name.- Type
- match_type¶
Required. Immutable. The way in which the CustomTargetingValue.name strings will be matched.
This field is a member of oneof
_match_type.
- class google.ads.admanager_v1.types.CustomTargetingValueMatchTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CustomTargetingValueMatchType][google.ads.admanager.v1.CustomTargetingValueMatchTypeEnum.CustomTargetingValueMatchType]
- class CustomTargetingValueMatchType(value)[source]¶
Bases:
proto.enums.EnumMatch type of the custom targeting value.
- Values:
- CUSTOM_TARGETING_VALUE_MATCH_TYPE_UNSPECIFIED (0):
Not specified value.
- EXACT (1):
Used for exact matching. For example, the targeting value car=honda will only match to the ad request car=honda.
- BROAD (2):
Used for lenient matching when at least one of the words in the ad request matches the targeted value. The targeting value car=honda will match to ad requests containing the word honda. So ad requests car=honda or car=honda civic or car=buy honda or car=how much does a honda cost will all have the line item delivered. This match type can not be used within an audience segment rule.
- PREFIX (3):
Used for ‘starts with’ matching when the first few characters in the ad request match all of the characters in the targeted value. The targeting value car=honda will match to ad requests car=honda or car=hondas for sale but not to car=I want a honda.
- BROAD_PREFIX (4):
This is a combination of MatchType#BROAD and MatchType#PREFIX matching. The targeting value car=honda will match to ad requests that contain words that start with the characters in the targeted value, for example with car=civic hondas. This match type can not be used within an audience segment rule.
- SUFFIX (5):
Used for ‘ends with’ matching when the last characters in the ad request match all of the characters in the targeted value. The targeting value car=honda will match with ad requests car=honda or car=I want a honda but not to car=hondas for sale. This match type can not be used within line item targeting.
- CONTAINS (6):
Used for ‘within’ matching when the string in the ad request contains the string in the targeted value. The targeting value car=honda will match with ad requests car=honda, car=I want a honda, and also with car=hondas for sale, but not with car=misspelled hond a. This match type can not be used within line item targeting.
- class google.ads.admanager_v1.types.CustomTargetingValueStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [CustomTargetingValueStatus][google.ads.admanager.v1.CustomTargetingValueStatusEnum.CustomTargetingValueStatus]
- class CustomTargetingValueStatus(value)[source]¶
Bases:
proto.enums.EnumStatus of the custom targeting value.
- Values:
- CUSTOM_TARGETING_VALUE_STATUS_UNSPECIFIED (0):
Not specified value.
- ACTIVE (1):
Custom targeting value is active.
- INACTIVE (2):
Custom targeting value is inactive.
- class google.ads.admanager_v1.types.DataSegmentTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageData Segment Targeting
- class google.ads.admanager_v1.types.DealBuyerPermissionTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [DealBuyerPermissionType][google.ads.admanager.v1.DealBuyerPermissionTypeEnum.DealBuyerPermissionType].
- class DealBuyerPermissionType(value)[source]¶
Bases:
proto.enums.EnumDefines how a deal would transact among all buyers under the same bidder.
- Values:
- DEAL_BUYER_PERMISSION_TYPE_UNSPECIFIED (0):
No value specified.
- NEGOTIATOR_ONLY (1):
The deal only transacts with the buyer specified.
- BIDDER (2):
The deal transacts with all buyers under the same bidder.
- class google.ads.admanager_v1.types.DeleteAdBreakRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
DeleteAdBreakmethod.
- class google.ads.admanager_v1.types.DeviceCapability(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a device capability.
- name¶
Identifier. The resource name of the
DeviceCapability. Format:networks/{network_code}/deviceCapabilities/{device_capability_id}- Type
- class google.ads.admanager_v1.types.DeviceCapabilityTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageDevice Capability Targeting.
Can be used to target/exclude users using mobile apps, ad requests resulting from apps built on the MRAID standard, or users on devices that are able to make phone calls versus devices that aren’t able to make phone calls, such as tablets.
- class google.ads.admanager_v1.types.DeviceCategory(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents the category of a device. For example, “smartphone” or “desktop”.
- name¶
Identifier. The resource name of the
DeviceCategory. Format:networks/{network_code}/deviceCategories/{device_category}- Type
- class google.ads.admanager_v1.types.DeviceCategoryTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a list of targeted and excluded device categories.
- class google.ads.admanager_v1.types.DeviceManufacturer(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a device manufacturer.
- name¶
Identifier. The resource name of the
DeviceManufacturer. Format:networks/{network_code}/deviceManufacturers/{device_manufacturer}- Type
- class google.ads.admanager_v1.types.DeviceManufacturerTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageDevice Manufacturer Targeting.
Can be used to target/exclude users on devices made by specific brands or companies, such as Apple, Google, Samsung and others. For more information, see https://support.google.com/admanager/answer/2884033 (“Targeting types > Device manufacturer”).
- targeted_device_manufacturers¶
Optional. A list of device manufacturer resource names that should be targeted/included.
- Type
MutableSequence[str]
- excluded_device_manufacturers¶
Optional. A list of device manufacturer resource names that should be excluded.
- Type
MutableSequence[str]
- targeted_mobile_devices¶
Optional. A list of mobile device resource names that should be targeted/included.
- Type
MutableSequence[str]
- excluded_mobile_devices¶
Optional. A list of mobile device resource names that should be excluded.
- Type
MutableSequence[str]
- class google.ads.admanager_v1.types.DisapprovalReason(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents the reason for which Google disapproved the Site.
- class google.ads.admanager_v1.types.EntitySignalsMapping(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
EntitySignalsMappingresource.This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- audience_segment_id¶
ID of an AudienceSegment that this mapping belongs to.
This field is a member of oneof
entity.- Type
- content_bundle_id¶
ID of a ContentBundle that this mapping belongs to.
This field is a member of oneof
entity.- Type
- custom_targeting_value_id¶
ID of a CustomValue that this mapping belongs to.
This field is a member of oneof
entity.- Type
- name¶
Identifier. The resource name of the
EntitySignalsMapping. Format:networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}- Type
- class google.ads.admanager_v1.types.EnvironmentTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [EnvironmentType][google.ads.admanager.v1.EnvironmentTypeEnum.EnvironmentType].
- class EnvironmentType(value)[source]¶
Bases:
proto.enums.EnumThe different environments in which an ad can be shown.
- Values:
- ENVIRONMENT_TYPE_UNSPECIFIED (0):
No value specified
- BROWSER (1):
A regular web browser.
- VIDEO_PLAYER (2):
Video players.
- class google.ads.admanager_v1.types.ExchangeSyndicationProductEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [ExchangeSyndicationProduct][google.ads.admanager.v1.ExchangeSyndicationProductEnum.ExchangeSyndicationProduct]
- class ExchangeSyndicationProduct(value)[source]¶
Bases:
proto.enums.EnumAd Exchange syndication product.
- Values:
- EXCHANGE_SYNDICATION_PRODUCT_UNSPECIFIED (0):
No value specified
- DISPLAY (1):
Property serves in-browser.
- MOBILE_APP (2):
Property serves on mobile applications (includes JS and SDK).
- VIDEO_AND_AUDIO (3):
Property serves video (includes audio).
- GAMES (4):
Property serves for games.
- class google.ads.admanager_v1.types.FetchReportResultRowsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe request message for the fetch report result rows endpoint.
- name¶
The report result being fetched. Format:
networks/{network_code}/reports/{report_id}/results/{report_result_id}- Type
- page_size¶
Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 1,000 rows will be returned. The maximum value is 10,000; values greater than 10,000 will be reduced to 10,000.
- Type
- class google.ads.admanager_v1.types.FetchReportResultRowsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe response message for the fetch report result rows endpoint.
- rows¶
Up to
page_sizerows of report data.- Type
MutableSequence[google.ads.admanager_v1.types.ReportDataTable.Row]
- run_time¶
The time at which the report was scheduled to run. For non-scheduled reports, this is the time at which the report was requested to be run.
- date_ranges¶
The computed fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).
- Type
MutableSequence[google.ads.admanager_v1.types.ReportDefinition.DateRange.FixedDateRange]
- comparison_date_ranges¶
The computed comparison fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).
- Type
MutableSequence[google.ads.admanager_v1.types.ReportDefinition.DateRange.FixedDateRange]
- total_row_count¶
The total number of rows available from this report. Useful for pagination. Only returned with the first page of results (when page_token is not included in the request).
- Type
- class google.ads.admanager_v1.types.FirstPartyMobileApplicationTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageFirst-party mobile application targeting.
- class google.ads.admanager_v1.types.FrequencyCap(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a Frequency Cap that can be applied to an entity.
- max_impressions¶
The maximum number of impressions for this frequency cap.
This field is a member of oneof
_max_impressions.- Type
- time_amount¶
The number of time units over which the frequency cap is effective.
This field is a member of oneof
_time_amount.- Type
- class google.ads.admanager_v1.types.GeoTarget(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a location in the world, for targeting.
- name¶
Identifier. The resource name of the
GeoTarget. Format:networks/{network_code}/geoTargets/{geo_target_id}- Type
- display_name¶
Output only. The display name of the GeoTarget.
This field is a member of oneof
_display_name.- Type
- canonical_parent¶
Output only. The name of the direct parent that defines the canonical name of the geo target. For example, if the current geo target is “San Francisco”, its canonical name would be “San Francisco, California, United States” thus the canonical_parent would be the name of California and the canonical_parent of California would be the name of United states Format:
networks/{network_code}/geoTargets/{geo_target}This field is a member of oneof
_canonical_parent.- Type
- parent_names¶
Output only. All parents of the geo target ordered by ascending size.
- Type
MutableSequence[str]
- region_code¶
Output only. The Unicode CLDR region code of the geo target.
This field is a member of oneof
_region_code.- Type
- class google.ads.admanager_v1.types.GeoTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a list of targeted and excluded geos.
- class google.ads.admanager_v1.types.GetAdBreakRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetAdBreakmethod.
- class google.ads.admanager_v1.types.GetAdUnitRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for GetAdUnit method.
- class google.ads.admanager_v1.types.GetApplicationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetApplicationmethod.
- class google.ads.admanager_v1.types.GetAudienceSegmentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetAudienceSegmentmethod.
- class google.ads.admanager_v1.types.GetBandwidthGroupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetBandwidthGroupmethod.
- class google.ads.admanager_v1.types.GetBrowserLanguageRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetBrowserLanguagemethod.
- class google.ads.admanager_v1.types.GetBrowserRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetBrowsermethod.
- class google.ads.admanager_v1.types.GetCmsMetadataKeyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetCmsMetadataKeymethod.
- class google.ads.admanager_v1.types.GetCmsMetadataValueRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetCmsMetadataValuemethod.
- class google.ads.admanager_v1.types.GetCompanyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetCompanymethod.
- class google.ads.admanager_v1.types.GetContactRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetContactmethod.
- class google.ads.admanager_v1.types.GetContentBundleRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetContentBundlemethod.
- class google.ads.admanager_v1.types.GetContentLabelRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetContentLabelmethod.
- class google.ads.admanager_v1.types.GetContentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetContentmethod.
- class google.ads.admanager_v1.types.GetCreativeTemplateRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetCreativeTemplatemethod.
- class google.ads.admanager_v1.types.GetCustomFieldRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetCustomFieldmethod.
- class google.ads.admanager_v1.types.GetCustomTargetingKeyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetCustomTargetingKeymethod.
- class google.ads.admanager_v1.types.GetCustomTargetingValueRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetCustomTargetingValuemethod.
- class google.ads.admanager_v1.types.GetDeviceCapabilityRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetDeviceCapabilitymethod.
- class google.ads.admanager_v1.types.GetDeviceCategoryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetDeviceCategorymethod.
- class google.ads.admanager_v1.types.GetDeviceManufacturerRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetDeviceManufacturermethod.
- class google.ads.admanager_v1.types.GetEntitySignalsMappingRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetEntitySignalsMappingmethod.
- class google.ads.admanager_v1.types.GetGeoTargetRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetGeoTargetmethod.
- class google.ads.admanager_v1.types.GetMobileCarrierRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetMobileCarriermethod.
- class google.ads.admanager_v1.types.GetMobileDeviceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetMobileDevicemethod.
- class google.ads.admanager_v1.types.GetMobileDeviceSubmodelRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetMobileDeviceSubmodelmethod.
- class google.ads.admanager_v1.types.GetNetworkRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest to get Network
- class google.ads.admanager_v1.types.GetOperatingSystemRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetOperatingSystemmethod.
- class google.ads.admanager_v1.types.GetOperatingSystemVersionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetOperatingSystemVersionmethod.
- class google.ads.admanager_v1.types.GetOrderRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetOrdermethod.
- class google.ads.admanager_v1.types.GetPlacementRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetPlacementmethod.
- class google.ads.admanager_v1.types.GetPrivateAuctionDealRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetPrivateAuctionDealmethod.
- class google.ads.admanager_v1.types.GetPrivateAuctionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetPrivateAuctionmethod.
- class google.ads.admanager_v1.types.GetProgrammaticBuyerRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetProgrammaticBuyermethod.
- class google.ads.admanager_v1.types.GetReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetReportmethod.
- class google.ads.admanager_v1.types.GetRoleRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetRolemethod.
- class google.ads.admanager_v1.types.GetSiteRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetSitemethod.
- class google.ads.admanager_v1.types.GetTaxonomyCategoryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetTaxonomyCategorymethod.
- class google.ads.admanager_v1.types.GetTeamRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
GetTeammethod.
- class google.ads.admanager_v1.types.GetUserRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for GetUser method.
- class google.ads.admanager_v1.types.InventoryTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageTargeted ad units and AU placements are applied with logical OR. Example:
(au:1 OR au:2 OR au_placement:5) AND (NOT (au:3))
- targeted_ad_units¶
Optional. A list of ad units that should be targeted/included.
- Type
MutableSequence[google.ads.admanager_v1.types.AdUnitTargeting]
- excluded_ad_units¶
Optional. A list of ad units that should be excluded. Excluded AUs take precedence over targeted AUs. In fact an AU can be excluded only if one of its ancestors is targeted. Subsequently child AUs of an excluded AU can not be targeted (except via a placement).
- Type
MutableSequence[google.ads.admanager_v1.types.AdUnitTargeting]
- class google.ads.admanager_v1.types.Label(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA Label is additional information that can be added to an entity.
- class google.ads.admanager_v1.types.LabelFrequencyCap(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageFrequency cap using a label.
- label¶
Required. The label to used for frequency capping. Format: “networks/{network_code}/labels/{label_id}”.
This field is a member of oneof
_label.- Type
- class google.ads.admanager_v1.types.ListAdBreaksRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListAdBreaksmethod.- parent¶
Required. The parent, which owns this collection of AdBreaks.
Formats:
networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}- Type
- page_size¶
Optional. The maximum number of
AdBreaksto return. The service might return fewer than this value. If unspecified, at most 10 ad breaks are returned. The maximum value is100. Values above100are coerced to100.- Type
- page_token¶
Optional. A page token, received from a previous
ListAdBreakscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListAdBreaksmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListAdBreaksResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListAdBreaksRequestcontaining matchingAdBreakobjects.- ad_breaks¶
The
AdBreakobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.AdBreak]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. This field expires after five minutes.- Type
- total_size¶
Total number of
AdBreakobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListAdUnitSizesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for ListAdUnitSizes method.
- parent¶
Required. The parent, which owns this collection of AdUnitSizes. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of AdUnitSizes to return. The service may return fewer than this value. If unspecified, at most 50 ad unit sizes will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.
- Type
- page_token¶
Optional. A page token, received from a previous
ListAdUnitSizescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListAdUnitSizesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListAdUnitSizesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for ListAdUnitSizesRequest containing matching AdUnitSizes.
- ad_unit_sizes¶
The AdUnitSizes from the specified network.
- Type
MutableSequence[google.ads.admanager_v1.types.AdUnitSize]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of AdUnitSizes. If a filter was included in the request, this reflects the total number after the filtering is applied.
total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListAdUnitsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for ListAdUnits method.
- parent¶
Required. The parent, which owns this collection of AdUnits. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of AdUnits to return. The service may return fewer than this value. If unspecified, at most 50 ad units will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.
- Type
- page_token¶
Optional. A page token, received from a previous
ListAdUnitscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListAdUnitsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListAdUnitsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for ListAdUnitsRequest containing matching AdUnit resources.
- ad_units¶
The AdUnit from the specified network.
- Type
MutableSequence[google.ads.admanager_v1.types.AdUnit]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of AdUnits. If a filter was included in the request, this reflects the total number after the filtering is applied.
total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListApplicationsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListApplicationsmethod.- parent¶
Required. The parent, which owns this collection of Applications. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
Applicationsto return. The service may return fewer than this value. If unspecified, at most 50Applicationswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListApplicationscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListApplicationsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListApplicationsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListApplicationsRequestcontaining matchingApplicationobjects.- applications¶
The
Applicationobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.Application]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
Applicationobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListAudienceSegmentsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListAudienceSegmentsmethod.- parent¶
Required. The parent publisher network associated with these audience segments. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
AudienceSegmentsto return. The service may return fewer than this value. If unspecified, at most 50AudienceSegmentswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListAudienceSegmentscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListAudienceSegmentsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListAudienceSegmentsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListAudienceSegmentsRequestcontaining matchingAudienceSegmentobjects.- audience_segments¶
The
AudienceSegmentobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.AudienceSegment]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
AudienceSegmentobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListBandwidthGroupsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListBandwidthGroupsmethod.- parent¶
Required. The parent, which owns this collection of BandwidthGroups. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
BandwidthGroupsto return. The service may return fewer than this value. If unspecified, at most 50BandwidthGroupswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListBandwidthGroupscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListBandwidthGroupsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListBandwidthGroupsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListBandwidthGroupsRequestcontaining matchingBandwidthGroupobjects.- bandwidth_groups¶
The
BandwidthGroupobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.BandwidthGroup]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
BandwidthGroupobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListBrowserLanguagesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListBrowserLanguagesmethod.- parent¶
Required. The parent, which owns this collection of BrowserLanguages. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
BrowserLanguagesto return. The service may return fewer than this value. If unspecified, at most 50BrowserLanguageswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListBrowserLanguagescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListBrowserLanguagesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListBrowserLanguagesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListBrowserLanguagesRequestcontaining matchingBrowserLanguageobjects.- browser_languages¶
The
BrowserLanguageobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.BrowserLanguage]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
BrowserLanguageobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListBrowsersRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListBrowsersmethod.- parent¶
Required. The parent, which owns this collection of Browsers. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
Browsersto return. The service may return fewer than this value. If unspecified, at most 50Browserswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListBrowserscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListBrowsersmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListBrowsersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListBrowsersRequestcontaining matchingBrowserobjects.- browsers¶
The
Browserobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.Browser]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
Browserobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListCmsMetadataKeysRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListCmsMetadataKeysmethod.- parent¶
Required. The parent, which owns this collection of CmsMetadataKeys. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
CmsMetadataKeysto return. The service may return fewer than this value. If unspecified, at most 50CmsMetadataKeyswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListCmsMetadataKeyscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListCmsMetadataKeysmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListCmsMetadataKeysResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListCmsMetadataKeysRequestcontaining matchingCmsMetadataKeyobjects.- cms_metadata_keys¶
The
CmsMetadataKeyobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.CmsMetadataKey]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
CmsMetadataKeyobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListCmsMetadataValuesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListCmsMetadataValuesmethod.- parent¶
Required. The parent, which owns this collection of CmsMetadataValues. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
CmsMetadataValuesto return. The service may return fewer than this value. If unspecified, at most 50CmsMetadataValueswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListCmsMetadataValuescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListCmsMetadataValuesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListCmsMetadataValuesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListCmsMetadataValuesRequestcontaining matchingCmsMetadataValueobjects.- cms_metadata_values¶
The
CmsMetadataValueobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.CmsMetadataValue]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
CmsMetadataValueobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListCompaniesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListCompaniesmethod.- parent¶
Required. The parent, which owns this collection of Companies. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
Companiesto return. The service may return fewer than this value. If unspecified, at most 50Companieswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListCompaniescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListCompaniesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListCompaniesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListCompaniesRequestcontaining matchingCompanyobjects.- companies¶
The
Companyobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.Company]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
Companyobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListContactsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListContactsmethod.- parent¶
Required. The parent, which owns this collection of Contacts. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
Contactsto return. The service may return fewer than this value. If unspecified, at most 50Contactswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListContactscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListContactsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListContactsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListContactsRequestcontaining matchingContactobjects.- contacts¶
The
Contactobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.Contact]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
Contactobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListContentBundlesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListContentBundlesmethod.- parent¶
Required. The parent, which owns this collection of ContentBundles. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
ContentBundlesto return. The service may return fewer than this value. If unspecified, at most 50ContentBundleswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListContentBundlescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListContentBundlesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListContentBundlesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListContentBundlesRequestcontaining matchingContentBundleobjects.- content_bundles¶
The
ContentBundleobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.ContentBundle]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
ContentBundleobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListContentLabelsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListContentLabelsmethod.- parent¶
Required. The parent, which owns this collection of ContentLabels. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
ContentLabelsto return. The service may return fewer than this value. If unspecified, at most 50ContentLabelswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListContentLabelscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListContentLabelsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListContentLabelsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListContentLabelsRequestcontaining matchingContentLabelobjects.- content_labels¶
The
ContentLabelobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.ContentLabel]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
ContentLabelobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListContentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListContentmethod.- parent¶
Required. The parent, which owns this collection of Content. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
Contentto return. The service may return fewer than this value. If unspecified, at most 50Contentwill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListContentcall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListContentmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListContentResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListContentRequestcontaining matchingContentobjects.- content¶
The
Contentobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.Content]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
Contentobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListCreativeTemplatesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListCreativeTemplatesmethod.- parent¶
Required. The parent, which owns this collection of CreativeTemplates. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
CreativeTemplatesto return. The service may return fewer than this value. If unspecified, at most 50CreativeTemplateswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListCreativeTemplatescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListCreativeTemplatesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListCreativeTemplatesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListCreativeTemplatesRequestcontaining matchingCreativeTemplateobjects.- creative_templates¶
The
CreativeTemplateobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.CreativeTemplate]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
CreativeTemplateobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListCustomFieldsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListCustomFieldsmethod.- parent¶
Required. The parent, which owns this collection of CustomFields. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
CustomFieldsto return. The service may return fewer than this value. If unspecified, at most 50CustomFieldswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListCustomFieldscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListCustomFieldsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListCustomFieldsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListCustomFieldsRequestcontaining matchingCustomFieldobjects.- custom_fields¶
The
CustomFieldobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.CustomField]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
CustomFieldobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListCustomTargetingKeysRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListCustomTargetingKeysmethod.- parent¶
Required. The parent, which owns this collection of CustomTargetingKeys. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
CustomTargetingKeysto return. The service may return fewer than this value. If unspecified, at most 50CustomTargetingKeyswill be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListCustomTargetingKeyscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListCustomTargetingKeysmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListCustomTargetingKeysResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListCustomTargetingKeysRequestcontaining matchingCustomTargetingKeyobjects.- custom_targeting_keys¶
The
CustomTargetingKeyobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.CustomTargetingKey]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
CustomTargetingKeyobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListCustomTargetingValuesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListCustomTargetingValuesmethod.- parent¶
Required. The parent, which owns this collection of CustomTargetingValues. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
CustomTargetingValuesto return. The service may return fewer than this value. If unspecified, at most 50CustomTargetingValueswill be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListCustomTargetingValuescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListCustomTargetingValuesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListCustomTargetingValuesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListCustomTargetingValuesRequestcontaining matchingCustomTargetingValueobjects.- custom_targeting_values¶
The
CustomTargetingValueobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.CustomTargetingValue]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
CustomTargetingValueobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListDeviceCapabilitiesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListDeviceCapabilitiesmethod.- parent¶
Required. The parent, which owns this collection of DeviceCapabilities. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
DeviceCapabilitiesto return. The service may return fewer than this value. If unspecified, at most 50DeviceCapabilitieswill be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListDeviceCapabilitiescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListDeviceCapabilitiesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListDeviceCapabilitiesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListDeviceCapabilitiesRequestcontaining matchingDeviceCapabilityobjects.- device_capabilities¶
The
DeviceCapabilityobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.DeviceCapability]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
DeviceCapabilityobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListDeviceCategoriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListDeviceCategoriesmethod.- parent¶
Required. The parent, which owns this collection of DeviceCategories. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
DeviceCategoriesto return. The service may return fewer than this value. If unspecified, at most 50DeviceCategorieswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListDeviceCategoriescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListDeviceCategoriesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListDeviceCategoriesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListDeviceCategoriesRequestcontaining matchingDeviceCategoryobjects.- device_categories¶
The
DeviceCategoryobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.DeviceCategory]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
DeviceCategoryobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListDeviceManufacturersRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListDeviceManufacturersmethod.- parent¶
Required. The parent, which owns this collection of DeviceManufacturers. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
DeviceManufacturersto return. The service may return fewer than this value. If unspecified, at most 50DeviceManufacturerswill be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListDeviceManufacturerscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListDeviceManufacturersmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListDeviceManufacturersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListDeviceManufacturersRequestcontaining matchingDeviceManufacturerobjects.- device_manufacturers¶
The
DeviceManufacturerobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.DeviceManufacturer]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
DeviceManufacturerobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListEntitySignalsMappingsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListEntitySignalsMappingsmethod.- parent¶
Required. The parent, which owns this collection of EntitySignalsMappings. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
EntitySignalsMappingsto return. The service may return fewer than this value. If unspecified, at most 50EntitySignalsMappingswill be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListEntitySignalsMappingscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListEntitySignalsMappingsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListEntitySignalsMappingsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListEntitySignalsMappingsRequestcontaining matchingEntitySignalsMappingresources.- entity_signals_mappings¶
The
EntitySignalsMappingfrom the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.EntitySignalsMapping]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
EntitySignalsMappings. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListGeoTargetsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListGeoTargetsmethod.- parent¶
Required. The parent, which owns this collection of GeoTargets. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
GeoTargetsto return. The service may return fewer than this value. If unspecified, at most 50GeoTargetswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListGeoTargetscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListGeoTargetsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListGeoTargetsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListGeoTargetsRequestcontaining matchingGeoTargetobjects.- geo_targets¶
The
GeoTargetobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.GeoTarget]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
GeoTargetobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListMobileCarriersRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListMobileCarriersmethod.- parent¶
Required. The parent, which owns this collection of MobileCarriers. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
MobileCarriersto return. The service may return fewer than this value. If unspecified, at most 50MobileCarrierswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListMobileCarrierscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListMobileCarriersmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListMobileCarriersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListMobileCarriersRequestcontaining matchingMobileCarrierobjects.- mobile_carriers¶
The
MobileCarrierobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.MobileCarrier]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
MobileCarrierobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListMobileDeviceSubmodelsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListMobileDeviceSubmodelsmethod.- parent¶
Required. The parent, which owns this collection of MobileDeviceSubmodels. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
MobileDeviceSubmodelsto return. The service may return fewer than this value. If unspecified, at most 50MobileDeviceSubmodelswill be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListMobileDeviceSubmodelscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListMobileDeviceSubmodelsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListMobileDeviceSubmodelsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListMobileDeviceSubmodelsRequestcontaining matchingMobileDeviceSubmodelobjects.- mobile_device_submodels¶
The
MobileDeviceSubmodelobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.MobileDeviceSubmodel]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
MobileDeviceSubmodelobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListMobileDevicesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListMobileDevicesmethod.- parent¶
Required. The parent, which owns this collection of MobileDevices. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
MobileDevicesto return. The service may return fewer than this value. If unspecified, at most 50MobileDeviceswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListMobileDevicescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListMobileDevicesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListMobileDevicesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListMobileDevicesRequestcontaining matchingMobileDeviceobjects.- mobile_devices¶
The
MobileDeviceobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.MobileDevice]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
MobileDeviceobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListNetworksRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListNetworksmethod.
- class google.ads.admanager_v1.types.ListNetworksResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListNetworksmethod.- networks¶
The
Networks a user has access to.- Type
MutableSequence[google.ads.admanager_v1.types.Network]
- class google.ads.admanager_v1.types.ListOperatingSystemVersionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListOperatingSystemVersionsmethod.- parent¶
Required. The parent, which owns this collection of OperatingSystemVersions. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
OperatingSystemVersionsto return. The service may return fewer than this value. If unspecified, at most 50OperatingSystemVersionswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListOperatingSystemVersionscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListOperatingSystemVersionsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListOperatingSystemVersionsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListOperatingSystemVersionsRequestcontaining matchingOperatingSystemVersionobjects.- operating_system_versions¶
The
OperatingSystemVersionobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.OperatingSystemVersion]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
OperatingSystemVersionobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListOperatingSystemsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListOperatingSystemsmethod.- parent¶
Required. The parent, which owns this collection of OperatingSystems. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
OperatingSystemsto return. The service may return fewer than this value. If unspecified, at most 50OperatingSystemswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListOperatingSystemscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListOperatingSystemsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListOperatingSystemsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListOperatingSystemsRequestcontaining matchingOperatingSystemobjects.- operating_systems¶
The
OperatingSystemobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.OperatingSystem]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
OperatingSystemobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListOrdersRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListOrdersmethod.- parent¶
Required. The parent, which owns this collection of Orders. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
Ordersto return. The service may return fewer than this value. If unspecified, at most 50Orderswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListOrderscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListOrdersmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListOrdersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListOrdersRequestcontaining matchingOrderresources.- orders¶
The
Orderfrom the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.Order]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
Orders. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListPlacementsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListPlacementsmethod.- parent¶
Required. The parent, which owns this collection of Placements. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
Placementsto return. The service may return fewer than this value. If unspecified, at most 50Placementswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListPlacementscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListPlacementsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListPlacementsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListPlacementsRequestcontaining matchingPlacementobjects.- placements¶
The
Placementobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.Placement]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
Placementobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListPrivateAuctionDealsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListPrivateAuctionDealsmethod.- parent¶
Required. The parent, which owns this collection of PrivateAuctionDeals. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
PrivateAuctionDealsto return. The service may return fewer than this value. If unspecified, at most 50PrivateAuctionDealswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListPrivateAuctionDealscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListPrivateAuctionDealsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListPrivateAuctionDealsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListPrivateAuctionDealsRequestcontaining matchingPrivateAuctionDealobjects.- private_auction_deals¶
The
PrivateAuctionDealobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.PrivateAuctionDeal]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
PrivateAuctionDealobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListPrivateAuctionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListPrivateAuctionsmethod.- parent¶
Required. The parent, which owns this collection of PrivateAuctions. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
PrivateAuctionsto return. The service may return fewer than this value. If unspecified, at most 50PrivateAuctionswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListPrivateAuctionscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListPrivateAuctionsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListPrivateAuctionsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListPrivateAuctionsRequestcontaining matchingPrivateAuctionobjects.- private_auctions¶
The
PrivateAuctionobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.PrivateAuction]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
PrivateAuctionobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListProgrammaticBuyersRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListProgrammaticBuyersmethod.- parent¶
Required. The parent, which owns this collection of ProgrammaticBuyers. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
ProgrammaticBuyersto return. The service may return fewer than this value. If unspecified, at most 50ProgrammaticBuyerswill be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListProgrammaticBuyerscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListProgrammaticBuyersmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListProgrammaticBuyersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListProgrammaticBuyersRequestcontaining matchingProgrammaticBuyerobjects.- programmatic_buyers¶
The
ProgrammaticBuyerobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.ProgrammaticBuyer]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
ProgrammaticBuyerobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListReportsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListReportsmethod.- parent¶
Required. The parent, which owns this collection of reports. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
Reportsto return. The service may return fewer than this value. If unspecified, at most 50Reportswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListReportscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListReportsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListReportsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListReportsResponsecontaining matchingReportobjects.- reports¶
The
Reportobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.Report]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
Reportobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListRolesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListRolesmethod.- parent¶
Required. The parent, which owns this collection of Roles. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
Rolesto return. The service may return fewer than this value. If unspecified, at most 50Roleswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListRolescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListRolesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListRolesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListRolesRequestcontaining matchingRoleobjects.- roles¶
The
Roleobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.Role]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
Roleobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListSitesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListSitesmethod.- parent¶
Required. The parent, which owns this collection of Sites. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
Sitesto return. The service may return fewer than this value. If unspecified, at most 50Siteswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListSitescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListSitesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListSitesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListSitesRequestcontaining matchingSiteobjects.- sites¶
The
Siteobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.Site]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
Siteobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListTaxonomyCategoriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListTaxonomyCategoriesmethod.- parent¶
Required. The parent, which owns this collection of TaxonomyCategories. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
TaxonomyCategoriesto return. The service may return fewer than this value. If unspecified, at most 50TaxonomyCategorieswill be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListTaxonomyCategoriescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListTaxonomyCategoriesmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListTaxonomyCategoriesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListTaxonomyCategoriesRequestcontaining matchingTaxonomyCategoryobjects.- taxonomy_categories¶
The
TaxonomyCategoryobjects.- Type
MutableSequence[google.ads.admanager_v1.types.TaxonomyCategory]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
TaxonomyCategoryobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.ListTeamsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
ListTeamsmethod.- parent¶
Required. The parent, which owns this collection of Teams. Format:
networks/{network_code}- Type
- page_size¶
Optional. The maximum number of
Teamsto return. The service may return fewer than this value. If unspecified, at most 50Teamswill be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.- Type
- page_token¶
Optional. A page token, received from a previous
ListTeamscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListTeamsmust match the call that provided the page token.- Type
- filter¶
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
- Type
- order_by¶
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
- Type
- class google.ads.admanager_v1.types.ListTeamsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
ListTeamsRequestcontaining matchingTeamobjects.- teams¶
The
Teamobjects from the specified network.- Type
MutableSequence[google.ads.admanager_v1.types.Team]
- next_page_token¶
A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.- Type
- total_size¶
Total number of
Teamobjects. If a filter was included in the request, this reflects the total number after the filtering is applied.total_sizewon’t be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter$fieldsorfields, or by using the HTTP/gRPC headerX-Goog-FieldMask.For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
- Type
- class google.ads.admanager_v1.types.LiveStreamEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA
LiveStreamEventencapsulates all the information necessary to enable DAI (Dynamic Ad Insertion) into a live video stream. This includes information such as the start and expected end time of theLiveStreamEvent, the URL of the actual content for Ad Manager to pull and insert ads into, as well as the metadata necessary to generate ad requests during the live stream.
- class google.ads.admanager_v1.types.MobileApplicationTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageMobile Application Targeting
- class google.ads.admanager_v1.types.MobileCarrier(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a mobile carrier.
- name¶
Identifier. The resource name of the
MobileCarrier. Format:networks/{network_code}/mobileCarriers/{mobile_carrier}- Type
- class google.ads.admanager_v1.types.MobileCarrierTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageMobile Carrier Targeting.
Can be used to target/exclude a variety of mobile carriers, such as AT&T, Verizon, or T-Mobile.
- class google.ads.admanager_v1.types.MobileDevice(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a mobile device.
- name¶
Identifier. The resource name of the
MobileDevice. Format:networks/{network_code}/mobileDevices/{mobile_device}- Type
- class google.ads.admanager_v1.types.MobileDeviceSubmodel(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a mobile device submodel.
- name¶
Identifier. The resource name of the
MobileDeviceSubmodel. Format:networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel}- Type
- class google.ads.admanager_v1.types.Network(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe Network resource.
- secondary_currency_codes¶
Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items.
- Type
MutableSequence[str]
- class google.ads.admanager_v1.types.OperatingSystem(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a device’s operating system.
- name¶
Identifier. The resource name of the
OperatingSystem. Format:networks/{network_code}/operatingSystems/{operating_system_id}- Type
- class google.ads.admanager_v1.types.OperatingSystemTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageOperating System Targeting
- targeted_operating_systems¶
Optional. A list of operating system resource names that should be targeted/included.
- Type
MutableSequence[str]
- excluded_operating_systems¶
Optional. A list of operating system resource names that should be excluded.
- Type
MutableSequence[str]
- class google.ads.admanager_v1.types.OperatingSystemVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a specific version of an operating system.
- name¶
Identifier. The resource name of the
OperatingSystemVersion. Format:networks/{network_code}/operatingSystemVersions/{operating_system_version_id}- Type
- major_version¶
Output only. The major version of the operating system.
This field is a member of oneof
_major_version.- Type
- class google.ads.admanager_v1.types.Order(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
Orderresource.- name¶
Identifier. The resource name of the
Order. Format:networks/{network_code}/orders/{order_id}- Type
- display_name¶
Required. The display name of the Order. This value has a maximum length of 255 characters.
This field is a member of oneof
_display_name.- Type
- programmatic¶
Optional. Specifies whether or not the Order is a programmatic order.
This field is a member of oneof
_programmatic.- Type
- trafficker¶
Required. The resource name of the User responsible for trafficking the Order. Format: “networks/{network_code}/users/{user_id}”.
This field is a member of oneof
_trafficker.- Type
- advertiser_contacts¶
Optional. The resource names of Contacts from the advertiser of this Order. Format: “networks/{network_code}/contacts/{contact_id}”.
- Type
MutableSequence[str]
- advertiser¶
Required. The resource name of the Company, which is of type Company.Type.ADVERTISER, to which this order belongs. Format: “networks/{network_code}/companies/{company_id}”.
This field is a member of oneof
_advertiser.- Type
- agency_contacts¶
Optional. The resource names of Contacts from the advertising Agency of this Order. Format: “networks/{network_code}/contacts/{contact_id}”.
- Type
MutableSequence[str]
- agency¶
Optional. The resource name of the Company, which is of type Company.Type.AGENCY, with which this order is associated. Format: “networks/{network_code}/companies/{company_id}”.
This field is a member of oneof
_agency.- Type
- applied_teams¶
Optional. The resource names of Teams directly applied to this Order. Format: “networks/{network_code}/teams/{team_id}”.
- Type
MutableSequence[str]
- effective_teams¶
Output only. The resource names of Teams applied to this Order including inherited values. Format: “networks/{network_code}/teams/{team_id}”.
- Type
MutableSequence[str]
- creator¶
Output only. The resource name of the User who created the Order on behalf of the advertiser. Format: “networks/{network_code}/users/{user_id}”.
This field is a member of oneof
_creator.- Type
- currency_code¶
Output only. The ISO 4217 3-letter currency code for the currency used by the Order. This value is the network’s currency code.
This field is a member of oneof
_currency_code.- Type
- start_time¶
Output only. The instant at which the Order and its associated Line items are eligible to begin serving. This attribute is derived from the Line item of the order that has the earliest
LineItem.start_time.This field is a member of oneof
_start_time.
- end_time¶
Output only. The instant at which the Order and its associated Line items stop being served. This attribute is derived from the Line item of the order that has the latest
LineItem.end_time.This field is a member of oneof
_end_time.
- unlimited_end_time¶
Output only. Indicates whether or not this Order has an end time.
This field is a member of oneof
_unlimited_end_time.- Type
- external_order_id¶
Optional. An arbitrary ID to associate to the Order, which can be used as a key to an external system.
This field is a member of oneof
_external_order_id.- Type
- archived¶
Output only. The archival status of the Order.
This field is a member of oneof
_archived.- Type
- last_modified_by_app¶
Output only. The application which modified this order. This attribute is assigned by Google.
This field is a member of oneof
_last_modified_by_app.- Type
- update_time¶
Output only. The instant this Order was last modified.
This field is a member of oneof
_update_time.
- notes¶
Optional. Provides any additional notes that may annotate the Order. This attribute has a maximum length of 65,535 characters.
This field is a member of oneof
_notes.- Type
- po_number¶
Optional. The purchase order number for the Order. This value has a maximum length of 63 characters.
This field is a member of oneof
_po_number.- Type
- salesperson¶
Optional. The resource name of the User responsible for the sales of the Order. Format: “networks/{network_code}/users/{user_id}”.
This field is a member of oneof
_salesperson.- Type
- secondary_salespeople¶
Optional. Unordered list. The resource names of the secondary salespeople associated with the order. Format: “networks/{network_code}/users/{user_id}”.
- Type
MutableSequence[str]
- secondary_traffickers¶
Optional. Unordered list. The resource names of the secondary traffickers associated with the order. Format: “networks/{network_code}/users/{user_id}”.
- Type
MutableSequence[str]
- applied_labels¶
Optional. The set of labels applied directly to this order.
- Type
MutableSequence[google.ads.admanager_v1.types.AppliedLabel]
- effective_applied_labels¶
Output only. Contains the set of labels applied directly to the order as well as those inherited from the company that owns the order. If a label has been negated, only the negated label is returned. This field is assigned by Google.
- Type
MutableSequence[google.ads.admanager_v1.types.AppliedLabel]
- custom_field_values¶
Optional. The set of custom field values to this order.
- Type
MutableSequence[google.ads.admanager_v1.types.CustomFieldValue]
- class google.ads.admanager_v1.types.OrderStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [OrderStatus][google.ads.admanager.v1.OrderStatusEnum.OrderStatus].
- class OrderStatus(value)[source]¶
Bases:
proto.enums.EnumThe status of an Order.
- Values:
- ORDER_STATUS_UNSPECIFIED (0):
Default value. This value is unused.
- DRAFT (2):
Indicates that the Order has just been created but no approval has been requested yet.
- PENDING_APPROVAL (3):
Indicates that a request for approval for the Order has been made.
- APPROVED (4):
Indicates that the Order has been approved and is ready to serve.
- DISAPPROVED (5):
Indicates that the Order has been disapproved and is not eligible to serve.
- PAUSED (6):
This is a legacy state. Paused status should be checked on LineItems within the order.
- CANCELED (7):
Indicates that the Order has been canceled and cannot serve.
- DELETED (8):
Indicates that the Order has been deleted.
- class google.ads.admanager_v1.types.Placement(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
Placementresource.- name¶
Identifier. The resource name of the
Placement. Format:networks/{network_code}/placements/{placement_id}- Type
- display_name¶
Required. The display name of the placement. This attribute has a maximum length of 255 characters.
This field is a member of oneof
_display_name.- Type
- description¶
Optional. A description of the Placement. This attribute has a maximum length of 65,535 characters.
This field is a member of oneof
_description.- Type
- placement_code¶
Output only. A string used to uniquely identify the Placement for purposes of serving the ad. This attribute is assigned by Google.
This field is a member of oneof
_placement_code.- Type
- targeted_ad_units¶
Optional. The resource names of AdUnits that constitute the Placement. Format: “networks/{network_code}/adUnits/{ad_unit}”.
- Type
MutableSequence[str]
- class google.ads.admanager_v1.types.PlacementStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [PlacementStatus][google.ads.admanager.v1.PlacementStatusEnum.PlacementStatus]
- class PlacementStatus(value)[source]¶
Bases:
proto.enums.EnumStatus of the placement.
- Values:
- PLACEMENT_STATUS_UNSPECIFIED (0):
Not specified value.
- ACTIVE (1):
Stats are collected, user-visible.
- INACTIVE (2):
No stats collected, not user-visible.
- ARCHIVED (3):
No stats collected, user-visible.
- class google.ads.admanager_v1.types.PrivateAuction(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
PrivateAuctionresource.- name¶
Identifier. The resource name of the
PrivateAuction. Format:networks/{network_code}/privateAuctions/{private_auction_id}- Type
- private_auction_id¶
Output only.
PrivateAuctionID.This field is a member of oneof
_private_auction_id.- Type
- display_name¶
Required. Display name of the
PrivateAuction. This attribute has a maximum length of 255 bytes.This field is a member of oneof
_display_name.- Type
- description¶
Optional. Description of the
PrivateAuction. This attribute has a maximum length of 4096 bytes.This field is a member of oneof
_description.- Type
- seller_contact_users¶
Optional. The resource names of the seller contact users associated with this
PrivateAuction. Format:networks/{network_code}/users/{user_id}- Type
MutableSequence[str]
- archived¶
Output only. Whether the
PrivateAuctionis archived.This field is a member of oneof
_archived.- Type
- create_time¶
Output only. The instant at which the PrivateAuction was created.
This field is a member of oneof
_create_time.
- class google.ads.admanager_v1.types.PrivateAuctionDeal(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
PrivateAuctionDealresource.- name¶
Identifier. The resource name of the
PrivateAuctionDeal. Format:networks/{network_code}/privateAuctionDeals/{private_auction_deal_id}- Type
- private_auction_deal_id¶
Output only.
PrivateAuctionDealID.This field is a member of oneof
_private_auction_deal_id.- Type
- private_auction_id¶
Immutable. The ID of the PrivateAuction.
This field is a member of oneof
_private_auction_id.- Type
- private_auction_display_name¶
Output only. The display name of the PrivateAuction.
This field is a member of oneof
_private_auction_display_name.- Type
- buyer_account_id¶
Immutable. The account ID of the buyer of the
PrivateAuctionDeal.This field is a member of oneof
_buyer_account_id.- Type
- external_deal_id¶
Output only. The external ID of the
PrivateAuctionDeal.This field is a member of oneof
_external_deal_id.- Type
- targeting¶
Optional. The targeting of the
PrivateAuctionDeal.This field is a member of oneof
_targeting.
- end_time¶
Optional. The end time of the
PrivateAuctionDeal.This field is a member of oneof
_end_time.
- floor_price¶
Required. The floor price of the
PrivateAuctionDeal.This field is a member of oneof
_floor_price.- Type
google.type.money_pb2.Money
- creative_sizes¶
Optional. The expected creative sizes of the
PrivateAuctionDeal.- Type
MutableSequence[google.ads.admanager_v1.types.Size]
- auction_priority_enabled¶
Optional. Whether the deal is enabled with priority over open auction.
This field is a member of oneof
_auction_priority_enabled.- Type
- block_override_enabled¶
Optional. Whether the deal has block override enabled.
This field is a member of oneof
_block_override_enabled.- Type
- buyer_permission_type¶
Optional. The buyer permission model defining how the deal would transact among all buyers under the same bidder.
This field is a member of oneof
_buyer_permission_type.
- buyer_data¶
Optional. The buyer data required by the Marketplace API.
This field is a member of oneof
_buyer_data.
- create_time¶
Output only. The instant at which the
PrivateAuctionDealwas created.This field is a member of oneof
_create_time.
- update_time¶
Output only. The instant at which the
PrivateAuctionDealwas last updated.This field is a member of oneof
_update_time.
- class BuyerData(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageContains buyer data. This data is required by the Marketplace API.
- class google.ads.admanager_v1.types.PrivateMarketplaceDealStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [PrivateMarketplaceDealStatus][google.ads.admanager.v1.PrivateMarketplaceDealStatusEnum.PrivateMarketplaceDealStatus].
- class PrivateMarketplaceDealStatus(value)[source]¶
Bases:
proto.enums.EnumDescribes the status of a private marketplace deal.
- Values:
- PRIVATE_MARKETPLACE_DEAL_STATUS_UNSPECIFIED (0):
No value specified.
- PENDING (1):
The deal is pending.
- ACTIVE (2):
The deal is active.
- CANCELED (3):
The deal is canceled.
- SELLER_PAUSED (4):
The deal is paused by the seller.
- BUYER_PAUSED (5):
The deal is paused by the buyer.
- class google.ads.admanager_v1.types.ProgrammaticBuyer(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a programmatic buyer.
- name¶
Identifier. The resource name of the
ProgrammaticBuyer. Format:networks/{network_code}/programmaticBuyers/{buyer_account_id}- Type
- buyer_account_id¶
Output only. The buyer account ID of the buyer.
This field is a member of oneof
_buyer_account_id.- Type
- display_name¶
Output only. The display name of the buyer.
This field is a member of oneof
_display_name.- Type
- parent_account_id¶
Output only. The ID of the programmatic buyer’s sponsor. If the buyer has no sponsor, this field will be -1.
This field is a member of oneof
_parent_account_id.- Type
- partner_client_id¶
Output only. ID of the Display & Video 360 client buyer partner ID (if Display & Video 360) or Authorized Buyers client buyer account ID.
This field is a member of oneof
_partner_client_id.- Type
- agency¶
Output only. Whether the buyer is an advertising agency.
This field is a member of oneof
_agency.- Type
- class google.ads.admanager_v1.types.Report(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
Reportresource.- name¶
Identifier. The resource name of the report. Report resource name have the form:
networks/{network_code}/reports/{report_id}- Type
- visibility¶
Optional. The visibility of a report.
- report_definition¶
Required. The report definition of the report.
- update_time¶
Output only. The instant this report was last modified.
- create_time¶
Output only. The instant this report was created.
- locale¶
Output only. The locale of this report. Locale is set from the user’s locale at the time of the request. Locale can’t be modified.
- Type
- schedule_options¶
Optional. The schedule options of this report.
- class Visibility(value)[source]¶
Bases:
proto.enums.EnumThe visibility of a report.
- Values:
- HIDDEN (0):
Default value. Reports with hidden visibility won’t appear in the Ad Manager UI.
- DRAFT (1):
Reports with draft visibility will appear in the Ad Manager UI only if the user has configured the UI to show them.
- SAVED (2):
Reports with saved visibility will appear in the Ad Manager UI by default.
- class google.ads.admanager_v1.types.ReportDataTable(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA table containing report data including dimension and metric values.
- class MetricValueGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageContains all metric values requested for a single date range and set of column dimension values (returned in the columns field of the response). The order of the metrics in each field corresponds to the order of the metrics specified in the request.
- primary_values¶
Data for the PRIMARY MetricValueType.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportValue]
- primary_percent_of_total_values¶
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportValue]
- comparison_values¶
Data for the COMPARISON MetricValueType.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportValue]
- comparison_percent_of_total_values¶
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportValue]
- absolute_change_values¶
Data for the ABSOLUTE_CHANGE MetricValueType.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportValue]
- relative_change_values¶
Data for the RELATIVE_CHANGE MetricValueType.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportValue]
- class Row(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA row of report data.
- dimension_values¶
The order of the dimension values is the same as the order of the dimensions specified in the request.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportValue]
- metric_value_groups¶
The length of the metric_value_groups field will be equal to the length of the date_ranges field in the fetch response. The metric_value_groups field is ordered such that each index corresponds to the date_range at the same index. For example, given date_ranges [x, y], metric_value_groups will have a length of two. The first entry in metric_value_groups represents the metrics for date x and the second entry in metric_value_groups represents the metrics for date y.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportDataTable.MetricValueGroup]
- class google.ads.admanager_v1.types.ReportDefinition(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe definition of how a report should be run.
- dimensions¶
Required. The list of dimensions to report on. If empty, the report will have no dimensions, and any metrics will be totals.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportDefinition.Dimension]
- metrics¶
Required. The list of metrics to report on. If empty, the report will have no metrics.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportDefinition.Metric]
- filters¶
Optional. The filters for this report.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportDefinition.Filter]
- time_zone_source¶
Optional. Where to get the time zone for this report. Defaults to using the network time zone setting (PUBLISHER). If source is PROVIDED, the time_zone field in the report definition must also set a time zone.
- time_zone¶
Optional. If time_zone_source is PROVIDED, this is the time zone to use for this report. Leave empty for any other time zone source. Time zone in IANA format. For example, “America/New_York”.
- Type
- currency_code¶
Optional. The ISO 4217 currency code for this report. Defaults to publisher currency code if not specified.
- Type
- date_range¶
Required. The primary date range of this report.
- comparison_date_range¶
Optional. The comparison date range of this report. If unspecified, the report won’t have any comparison metrics.
This field is a member of oneof
_comparison_date_range.
- custom_dimension_key_ids¶
Optional. Custom Dimension keys that represent CUSTOM_DIMENSION_* dimensions. The index of this repeated field corresponds to the index on each dimension. For example, custom_dimension_key_ids[0] describes CUSTOM_DIMENSION_0_VALUE_ID and CUSTOM_DIMENSION_0_VALUE.
- Type
MutableSequence[int]
- line_item_custom_field_ids¶
Optional. Custom field IDs that represent LINE_ITEM_CUSTOM_FIELD_* dimensions. The index of this repeated field corresponds to the index on each dimension. For example, line_item_custom_field_ids[0] describes LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID and LINE_ITEM_CUSTOM_FIELD_0_VALUE.
- Type
MutableSequence[int]
- order_custom_field_ids¶
Optional. Custom field IDs that represent ORDER_CUSTOM_FIELD_* dimensions. The index of this repeated field corresponds to the index on each dimension. For example, order_custom_field_ids[0] describes ORDER_CUSTOM_FIELD_0_OPTION_ID and ORDER_CUSTOM_FIELD_0_VALUE.
- Type
MutableSequence[int]
- creative_custom_field_ids¶
Optional. Custom field IDs that represent CREATIVE_CUSTOM_FIELD_* dimensions. The index of this repeated field corresponds to the index on each dimension. For example, creative_custom_field_ids[0] describes CREATIVE_CUSTOM_FIELD_0_OPTION_ID and CREATIVE_CUSTOM_FIELD_0_VALUE.
- Type
MutableSequence[int]
- report_type¶
Required. The type of this report.
- time_period_column¶
Optional. Include a time period column to introduce comparison columns in the report for each generated period. For example, set to “QUARTERS” here to have a column for each quarter present in the primary date range. If “PREVIOUS PERIOD” is specified in comparison_date_range, then each quarter column will also include comparison values for its relative previous quarter.
- flags¶
Optional. List of flags for this report. Used to flag rows in a result set based on a set of defined filters.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportDefinition.Flag]
- sorts¶
Optional. Default sorts to apply to this report.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportDefinition.Sort]
- class DateRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA date range for a report.
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- class FixedDateRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA date range between two fixed dates (inclusive of end date).
- start_date¶
Required. The start date of this date range.
- Type
google.type.date_pb2.Date
- end_date¶
Required. The end date (inclusive) of this date range.
- Type
google.type.date_pb2.Date
- class RelativeDateRange(value)[source]¶
Bases:
proto.enums.EnumOptions for relative date ranges.
- Values:
- RELATIVE_DATE_RANGE_UNSPECIFIED (0):
Default value. This value is unused.
- TODAY (1):
The date the report is run.
- YESTERDAY (2):
The date a day before the date that the report is run.
- THIS_WEEK (3):
The full week in which this report is run. Could include dates in the future.
- THIS_WEEK_TO_DATE (29):
From the beginning of the calendar week (Monday to Sunday) in which the up to and including the day the report is run.
- THIS_MONTH (4):
The full month in which this report is run. Could include dates in the future.
- THIS_MONTH_TO_DATE (26):
From the beginning of the calendar month in which the report is run, to up to and including the day the report is run.
- THIS_QUARTER (5):
The full quarter in which this report is run. Could include dates in the future.
- THIS_QUARTER_TO_DATE (27):
From the beginning of the calendar quarter in which the report is run, up to and including the day the report is run.
- THIS_YEAR (6):
The full year in which this report is run. Could include dates in the future.
- THIS_YEAR_TO_DATE (28):
From the beginning of the calendar year in which the report is run, to up to and including the day the report is run.
- LAST_WEEK (7):
The entire previous calendar week, Monday to Sunday (inclusive), preceding the calendar week the report is run.
- LAST_MONTH (8):
The entire previous calendar month preceding the calendar month the report is run.
- LAST_QUARTER (9):
The entire previous calendar quarter preceding the calendar quarter the report is run.
- LAST_YEAR (10):
The entire previous calendar year preceding the calendar year the report is run.
- LAST_7_DAYS (11):
The 7 days preceding the day the report is run.
- LAST_30_DAYS (12):
The 30 days preceding the day the report is run.
- LAST_60_DAYS (13):
The 60 days preceding the day the report is run.
- LAST_90_DAYS (14):
The 90 days preceding the day the report is run.
- LAST_180_DAYS (15):
The 180 days preceding the day the report is run.
- LAST_360_DAYS (16):
The 360 days preceding the day the report is run.
- LAST_365_DAYS (17):
The 365 days preceding the day the report is run.
- LAST_3_MONTHS (18):
The entire previous 3 calendar months preceding the calendar month the report is run.
- LAST_6_MONTHS (19):
The entire previous 6 calendar months preceding the calendar month the report is run.
- LAST_12_MONTHS (20):
The entire previous 6 calendar months preceding the calendar month the report is run.
- ALL_AVAILABLE (21):
From 3 years before the report is run, to the day before the report is run, inclusive.
- TOMORROW (30):
The date a day after the date that the report is run.
- NEXT_90_DAYS (31):
The 90 days following the day the report is run.
- NEXT_MONTH (32):
The entire calendar month following the calendar month the report is run.
- NEXT_3_MONTHS (33):
The entire 3 calendar months following the calendar month the report is run.
- NEXT_12_MONTHS (34):
The entire 12 calendar months following the calendar month the report is run.
- NEXT_WEEK (35):
The entire calendar week, Monday to Sunday (inclusive), following the calendar week the report is run.
- NEXT_QUARTER (36):
The entire calendar quarter following the calendar quarter the report is run.
- TO_END_OF_NEXT_MONTH (37):
From the date a day after the date that the report is run, to the end of the calendar month following the calendar month the report is run.
- PREVIOUS_PERIOD (22):
Only valid when used in the comparison_date_range field. The complete period preceding the date period provided in date_range.
In the case where date_range is a FixedDateRange of N days, this will be a period of N days where the end date is the date preceding the start date of the date_range.
In the case where date_range is a RelativeDateRange, this will be a period of the same timeframe preceding the date_range. In the case where the date_range does not capture the full period because a report is run in the middle of that period, this will still be the full preceding period. For example, if date_range is THIS_WEEK, but the report is run on a Wednesday, THIS_WEEK will be Monday - Wednesday, but PREVIOUS_PERIOD will be Monday - Sunday.
- SAME_PERIOD_PREVIOUS_YEAR (24):
Only valid when used in the comparison_date_range field. The period starting 1 year prior to the date period provided in date_range.
In the case where date_range is a FixedDateRange, this will be a date range starting 1 year prior to the date_range start date and ending 1 year prior to the date_range end date.
In the case where date_range is a RelativeDateRange, this will be a period of the same timeframe exactly 1 year prior to the date_range. In the case where the date_range does not capture the full period because a report is run in the middle of that period, this will still be the full period 1 year prior. For example, if date range is THIS_WEEK, but the report is run on a Wednesday, THIS_WEEK will be Monday - Wednesday, but SAME_PERIOD_PREVIOUS_YEAR will be Monday - Sunday.
- class Dimension(value)[source]¶
Bases:
proto.enums.EnumReporting dimensions.
- Values:
- DIMENSION_UNSPECIFIED (0):
Default value. This value is unused.
- ACTIVE_VIEW_MEASUREMENT_SOURCE (575):
The measurement source of a video ad.
Corresponds to “Active View measurement source value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- ACTIVE_VIEW_MEASUREMENT_SOURCE_NAME (576):
Active View measurement source localized name.
Corresponds to “Active View measurement source” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- ADVERTISER_CREDIT_STATUS (475):
Advertiser credit status ENUM
Corresponds to “Advertiser credit status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
ENUM- ADVERTISER_CREDIT_STATUS_NAME (476):
Advertiser credit status locallized name
Corresponds to “Advertiser credit status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- ADVERTISER_DOMAIN_NAME (242):
The domain name of the advertiser.
Corresponds to “Advertiser domain” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- ADVERTISER_EXTERNAL_ID (228):
The ID used in an external system for advertiser identification
Corresponds to “Advertiser external ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- ADVERTISER_ID (131):
The ID of an advertiser company assigned to an order
Corresponds to “Advertiser ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
IDENTIFIER- ADVERTISER_LABELS (230):
Labels applied to the advertiser can be used for either competitive exclusion or ad exclusion
Corresponds to “Advertiser labels” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING_LIST- ADVERTISER_LABEL_IDS (229):
Label ids applied to the advertiser can be used for either competitive exclusion or ad exclusion
Corresponds to “Advertiser label IDs” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER_LIST- ADVERTISER_NAME (132):
The name of an advertiser company assigned to an order
Corresponds to “Advertiser” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- ADVERTISER_PRIMARY_CONTACT (227):
The name of the contact associated with an advertiser company
Corresponds to “Advertiser primary contact” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- ADVERTISER_STATUS (471):
Advertiser status ENUM
Corresponds to “Advertiser status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- ADVERTISER_STATUS_NAME (472):
Advertiser status locallized name
Corresponds to “Advertiser status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- ADVERTISER_TYPE (473):
Advertiser type ENUM
Corresponds to “Advertiser type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
ENUM- ADVERTISER_TYPE_NAME (474):
Advertiser type locallized name
Corresponds to “Advertiser type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- ADVERTISER_VERTICAL (580):
The category of an advertiser, such as Arts & Entertainment or Travel & Tourism.
Corresponds to “Advertiser vertical” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- ADX_PRODUCT (499):
Classification of different Ad Exchange products.
Corresponds to “Ad Exchange product value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- ADX_PRODUCT_NAME (500):
Localized name of the classification of different Ad Exchange products.
Corresponds to “Ad Exchange product” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AD_EXPERIENCES_TYPE (641):
Ad experiences type.
Corresponds to “Ad experiences value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- AD_EXPERIENCES_TYPE_NAME (642):
Localized name of the Ad experiences type.
Corresponds to “Ad experiences” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AD_LOCATION (390):
Shows an ENUM value describing whether a given piece of publisher inventory was above (ATF) or below the fold (BTF) of a page.
Corresponds to “Ad location value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- AD_LOCATION_NAME (391):
Shows a localized string describing whether a given piece of publisher inventory was above (ATF) or below the fold (BTF) of a page.
Corresponds to “Ad location” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AD_TECHNOLOGY_PROVIDER_DOMAIN (620):
The domain of the ad technology provider associated with the bid.
Corresponds to “Ad technology provider domain” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AD_TECHNOLOGY_PROVIDER_ID (621):
The ID of the ad technology provider associated with the bid.
Corresponds to “Ad technology provider ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- AD_TECHNOLOGY_PROVIDER_NAME (622):
The name of the ad technology provider associated with the bid.
Corresponds to “Ad technology provider” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AD_TYPE (497):
Segmentation of ad types.
Corresponds to “Ad type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- AD_TYPE_NAME (498):
Localized name of the ad type.
Corresponds to “Ad type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AD_UNIT_CODE (64):
The code of the ad unit where the ad was requested.
Corresponds to “Ad unit code” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEED,REACHData format:
STRING- AD_UNIT_CODE_LEVEL_1 (65):
The code of the first level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 1” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_10 (74):
The code of the tenth level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 10” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_11 (75):
The code of the eleventh level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 11” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_12 (76):
The code of the twelfth level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 12” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_13 (77):
The code of the thirteenth level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 13” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_14 (78):
The code of the fourteenth level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 14” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_15 (79):
The code of the fifteenth level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 15” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_16 (80):
The code of the sixteenth level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 16” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_2 (66):
The code of the second level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 2” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_3 (67):
The code of the third level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 3” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_4 (68):
The code of the fourth level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 4” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_5 (69):
The code of the fifth level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 5” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_6 (70):
The code of the sixth level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 6” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_7 (71):
The code of the seventh level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 7” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_8 (72):
The code of the eighth level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 8” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_CODE_LEVEL_9 (73):
The code of the ninth level ad unit of the ad unit where the ad was requested.
Corresponds to “Ad unit code level 9” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_ID (25):
The ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEED,REACHData format:
IDENTIFIER- AD_UNIT_ID_ALL_LEVEL (27):
The full hierarchy of ad unit IDs where the ad was requested, from root to leaf, excluding the root ad unit ID.
Corresponds to “Ad unit ID (all levels)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEED,REACHData format:
IDENTIFIER_LIST- AD_UNIT_ID_LEVEL_1 (30):
The first level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 1” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_10 (48):
The tenth level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 10” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_11 (50):
The eleventh level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 11” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_12 (52):
The twelfth level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 12” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_13 (54):
The thirteenth level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 13” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_14 (56):
The fourteenth level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 14” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_15 (58):
The fifteenth level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 15” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_16 (60):
The sixteenth level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 16” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_2 (32):
The second level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 2” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_3 (34):
The third level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 3” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_4 (36):
The fourth level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 4” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_5 (38):
The fifth level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 5” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_6 (40):
The sixth level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 6” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_7 (42):
The seventh level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 7” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_8 (44):
The eighth level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 8” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_LEVEL_9 (46):
The ninth level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID level 9” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_ID_TOP_LEVEL (142):
The top-level ad unit ID of the ad unit where the ad was requested.
Corresponds to “Ad unit ID (top level)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- AD_UNIT_NAME (26):
The name of the ad unit where the ad was requested.
Corresponds to “Ad unit” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEED,REACHData format:
STRING- AD_UNIT_NAME_ALL_LEVEL (29):
The full hierarchy of ad unit names where the ad was requested, from root to leaf, excluding the root ad unit name.
Corresponds to “Ad unit (all levels)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEED,REACHData format:
STRING_LIST- AD_UNIT_NAME_LEVEL_1 (31):
The first level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 1” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_10 (49):
The tenth level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 10” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_11 (51):
The eleventh level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 11” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_12 (53):
The twelfth level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 12” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_13 (55):
The thirteenth level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 13” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_14 (57):
The fourteenth level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 14” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_15 (59):
The fifteenth level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 15” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_16 (61):
The sixteenth level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 16” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_2 (33):
The second level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 2” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_3 (35):
The third level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 3” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_4 (37):
The fourth level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 4” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_5 (39):
The fifth level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 5” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_6 (41):
The sixth level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 6” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_7 (43):
The seventh level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 7” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_8 (45):
The eighth level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 8” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_LEVEL_9 (47):
The ninth level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit level 9” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_NAME_TOP_LEVEL (143):
The top-level ad unit name of the ad unit where the ad was requested.
Corresponds to “Ad unit (top level)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AD_UNIT_REWARD_AMOUNT (63):
The reward amount of the ad unit where the ad was requested.
Corresponds to “Ad unit reward amount” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEED,REACHData format:
INTEGER- AD_UNIT_REWARD_TYPE (62):
The reward type of the ad unit where the ad was requested.
Corresponds to “Ad unit reward type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEED,REACHData format:
STRING- AD_UNIT_STATUS (206):
The status of the ad unit
Corresponds to “Ad unit status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
ENUM- AD_UNIT_STATUS_NAME (207):
The name of the status of the ad unit
Corresponds to “Ad unit status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- AGENCY_LEVEL_1_ID (565):
The ID of an agency at level 1 of agency hierarchy.
Corresponds to “Agency ID (Level 1)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- AGENCY_LEVEL_1_NAME (566):
The name of an agency at level 1 of agency hierarchy.
Corresponds to “Agency (Level 1)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AGENCY_LEVEL_2_ID (567):
The ID of an agency at level 2 of agency hierarchy.
Corresponds to “Agency ID (Level 2)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- AGENCY_LEVEL_2_NAME (568):
The name of an agency at level 2 of agency hierarchy.
Corresponds to “Agency (Level 2)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AGENCY_LEVEL_3_ID (569):
The ID of an agency at level 3 of agency hierarchy.
Corresponds to “Agency ID (Level 3)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- AGENCY_LEVEL_3_NAME (570):
The name of an agency at level 3 of agency hierarchy.
Corresponds to “Agency (Level 3)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AGE_BRACKET (508):
User age bracket enum.
Corresponds to “Age bracket value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- AGE_BRACKET_NAME (582):
Localized user age bracket returned from Google Analytics. For example, “18-24”, “25-34”, “35-44”, “45-54”, “55-64”, “65+”.
Corresponds to “Age bracket” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- APP_TRACKING_TRANSPARENCY_CONSENT_STATUS (442):
Enum value for App Tracking Transparency consent status.
Corresponds to “App Tracking Transparency consent status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- APP_TRACKING_TRANSPARENCY_CONSENT_STATUS_NAME (443):
Localized string value for App Tracking Transparency consent status.
Corresponds to “App Tracking Transparency consent status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- APP_VERSION (392):
The app version.
Corresponds to “App version” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AUCTION_PACKAGE_DEAL (579):
The name of Auction Package deal
Corresponds to “Auction package deal” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AUCTION_PACKAGE_DEAL_ID (571):
The ID of Auction Package deal
Corresponds to “Auction package deal ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- AUDIENCE_SEGMENT_ID_TARGETED (584):
ID of targeted audience segment, including all first-party and third-party segments that matched the user on the winning line item.
Corresponds to “Audience segment ID (targeted)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- AUDIENCE_SEGMENT_TARGETED (585):
Name of targeted audience segment, including all first-party and third-party segments that matched the user on the winning line item.
Corresponds to “Audience segment (targeted)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- AUTO_REFRESHED_TRAFFIC (421):
Enum value of Auto refreshed traffic.
Corresponds to “Auto refreshed traffic value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- AUTO_REFRESHED_TRAFFIC_NAME (422):
Indicates if the traffic is from auto-refreshed ad requests.
Corresponds to “Auto refreshed traffic” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- BIDDER_ENCRYPTED_ID (493):
The encrypted version of BIDDER_ID.
Corresponds to “Bidder encrypted ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- BIDDER_NAME (494):
The name of the bidder.
Corresponds to “Bidder” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- BID_RANGE (679):
The cpm range within which a bid falls.
Corresponds to “Bid Range” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
BID_RANGE- BID_REJECTION_REASON (599):
The reason a bid was rejected.
Corresponds to “Bid rejection reason value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- BID_REJECTION_REASON_NAME (600):
The localized name of the reason a bid was rejected.
Corresponds to “Bid rejection reason” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- BRANDING_TYPE (383):
The amount of information about the Publisher’s page sent to the buyer who purchased the impressions.
Corresponds to “Branding type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- BRANDING_TYPE_NAME (384):
The localized version of branding type, the amount of information about the Publisher’s page sent to the buyer who purchased the impressions.
Corresponds to “Branding type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- BROWSER_CATEGORY (119):
Browser category.
Corresponds to “Browser category value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACHData format:
ENUM- BROWSER_CATEGORY_NAME (120):
Browser category name.
Corresponds to “Browser category” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- BROWSER_ID (235):
The ID of the browser.
Corresponds to “Browser ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- BROWSER_NAME (236):
The name of the browser.
Corresponds to “Browser” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- BUYER_NETWORK_ID (448):
The ID of the buyer network.
Corresponds to “Buyer network ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- BUYER_NETWORK_NAME (449):
The name of the buyer network.
Corresponds to “Buyer network” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CALLOUT_STATUS_CATEGORY (588):
The callout status category in the Ads traffic navigator report.
Corresponds to “Callout status category value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
Data format:
ENUM- CALLOUT_STATUS_CATEGORY_NAME (589):
The callout status category name in the Ads traffic navigator report.
Corresponds to “Callout status category” in the Ad Manager UI.
Compatible with the following report types:
Data format:
STRING- CARRIER_ID (369):
Mobile carrier ID.
Corresponds to “Carrier ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- CARRIER_NAME (368):
Name of the mobile carrier.
Corresponds to “Carrier” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CHANNEL (501):
Inventory segmentation by channel.
Corresponds to “Channel” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CHILD_NETWORK_CODE (542):
Child Publisher Network Code
Corresponds to “Child network code” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CHILD_NETWORK_ID (544):
Child Publisher Network ID
Corresponds to “Child network ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- CHILD_PARTNER_NAME (543):
Child Partner Network Name
Corresponds to “Child network” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CITY_ID (459):
The criteria ID of the city in which the ad served.
Corresponds to “City ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- CITY_NAME (452):
The name of the city in which the ad served.
Corresponds to “City” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- CLASSIFIED_ADVERTISER_ID (133):
The ID of an advertiser, classified by Google, associated with a creative transacted
Corresponds to “Advertiser ID (classified)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- CLASSIFIED_ADVERTISER_NAME (134):
The name of an advertiser, classified by Google, associated with a creative transacted
Corresponds to “Advertiser (classified)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- CLASSIFIED_BRAND_ID (243):
ID of the brand, as classified by Google,
Corresponds to “Brand ID (classified)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- CLASSIFIED_BRAND_NAME (244):
Name of the brand, as classified by Google,
Corresponds to “Brand (classified)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- CONTENT_CMS_NAME (643):
The display name of the CMS content.
Corresponds to “Content source name” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CONTENT_CMS_VIDEO_ID (644):
The CMS content ID of the video content.
Corresponds to “ID of the video in the content source” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CONTENT_ID (246):
ID of the video content served.
Corresponds to “Content ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- CONTENT_MAPPING_PRESENCE (731):
Content mapping presence ENUM value
Corresponds to “Content mapping presence value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- CONTENT_MAPPING_PRESENCE_NAME (732):
Content mapping presence name
Corresponds to “Content mapping presence” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CONTENT_NAME (247):
Name of the video content served.
Corresponds to “Content” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CONTINENT (469):
The continent in which the ad served (derived from country).
Corresponds to “Continent value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- CONTINENT_NAME (470):
The name of the continent in which the ad served (derived from country).
Corresponds to “Continent” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- COUNTRY_CODE (466):
The ISO code of the country in which the ad served.
Corresponds to “Country code” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,PRIVACY_AND_MESSAGING,AD_SPEEDData format:
STRING- COUNTRY_ID (11):
The criteria ID of the country in which the ad served.
Corresponds to “Country ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,PRIVACY_AND_MESSAGING,AD_SPEEDData format:
IDENTIFIER- COUNTRY_NAME (12):
The name of the country in which the ad served.
Corresponds to “Country” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,PRIVACY_AND_MESSAGING,AD_SPEEDData format:
STRING- CREATIVE_BILLING_TYPE (366):
Enum value of creative billing type
Corresponds to “Creative billing type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- CREATIVE_BILLING_TYPE_NAME (367):
Localized string value of creative billing type
Corresponds to “Creative billing type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CREATIVE_CLICK_THROUGH_URL (174):
Represents the click-through URL of a creative
Corresponds to “Creative click through url” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CREATIVE_ID (138):
The ID of a creative
Corresponds to “Creative ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- CREATIVE_NAME (139):
Creative name
Corresponds to “Creative” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- CREATIVE_POLICIES_FILTERING (711):
Creative Policies filtering.
Corresponds to “Creative policies filtering value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- CREATIVE_POLICIES_FILTERING_NAME (712):
Localized name of the Creative Policies filtering.
Corresponds to “Creative policies filtering” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CREATIVE_PROTECTIONS_FILTERING (704):
Creative Protections filtering (Publisher Blocks Enforcement).
Corresponds to “Creative protections filtering value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- CREATIVE_PROTECTIONS_FILTERING_NAME (705):
Localized name of the Creative Protections filtering.
Corresponds to “Creative protections filtering” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CREATIVE_SET_ROLE_TYPE (686):
ENUM describing whether the creative is part of a creative set and if so, what its role in the creative set is.
Corresponds to “Creative set role type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- CREATIVE_SET_ROLE_TYPE_NAME (687):
Localized name describing whether the creative is part of a creative set and if so, what its role in the creative set is.
Corresponds to “Creative set role type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CREATIVE_TECHNOLOGY (148):
Creative technology ENUM
Corresponds to “Creative technology value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- CREATIVE_TECHNOLOGY_NAME (149):
Creative technology locallized name
Corresponds to “Creative technology” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CREATIVE_THIRD_PARTY_VENDOR (361):
Third party vendor name of a creative
Corresponds to “Creative third party vendor” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CREATIVE_TYPE (344):
Enum value of creative type
Corresponds to “Creative type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
ENUM- CREATIVE_TYPE_NAME (345):
Localized string name of creative type
Corresponds to “Creative type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- CREATIVE_VENDOR_ID (706):
Creative vendor ID.
Corresponds to “Creative vendor ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- CREATIVE_VENDOR_NAME (707):
Name of the Creative vendor.
Corresponds to “Creative vendor” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CREATIVE_VIDEO_REDIRECT_THIRD_PARTY (562):
The third party where Google Ad Manager was redirected for the creative, based on the domain.
Corresponds to “Creative video redirect third party” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CURATOR_ID (572):
The ID of a Curation partner
Corresponds to “Curation partner ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- CURATOR_NAME (573):
The name of a Curation partner
Corresponds to “Curation partner” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CUSTOM_EVENT_ID (737):
Custom event ID
Corresponds to “Custom event id” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- CUSTOM_EVENT_NAME (735):
Custom event name
Corresponds to “Custom event” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CUSTOM_EVENT_TYPE (736):
Custom event type
Corresponds to “Custom event type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- CUSTOM_EVENT_TYPE_NAME (738):
Localized name of the custom event type
Corresponds to “Custom event type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- CUSTOM_SPOT_ID (423):
The ID of an ad spot. An ad spot can be added to an ad break template, as well as directly targeted by a video line item.
Corresponds to “Custom spot ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- CUSTOM_SPOT_NAME (424):
The name of an ad spot. An ad spot can be added to an ad break template, as well as directly targeted by a video line item.
Corresponds to “Custom spot” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- DATE (3):
Breaks down reporting data by date.
Corresponds to “Date” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,PRIVACY_AND_MESSAGING,AD_SPEEDData format:
DATE- DAY_OF_WEEK (4):
Breaks down reporting data by day of the week. Monday is 1 and 7 is Sunday.
Corresponds to “Day of week” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,PRIVACY_AND_MESSAGINGData format:
INTEGER- DEAL_BUYER_ID (240):
The ID of the buyer of a deal.
Corresponds to “Deal buyer ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- DEAL_BUYER_NAME (241):
The name of the buyer of a deal.
Corresponds to “Deal buyer” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- DEAL_ID (436):
Deal ID
Corresponds to “Deal ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- DEAL_NAME (437):
Deal name
Corresponds to “Deal” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- DELIVERED_SECURE_SIGNAL_ID (309):
The ID of the secure signals that were sent to the bidder who won the impression.
Corresponds to “Secure signal ID (delivered)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- DELIVERED_SECURE_SIGNAL_NAME (310):
The name of the secure signals that were sent to the bidder who won the impression.
Corresponds to “Secure signal name (delivered)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- DEMAND_CHANNEL (9):
Demand channel.
Corresponds to “Demand channel value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
ENUM- DEMAND_CHANNEL_NAME (10):
Demand channel name.
Corresponds to “Demand channel” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- DEMAND_SOURCE (592):
Demand source.
Corresponds to “Demand source value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
Data format:
ENUM- DEMAND_SOURCE_NAME (593):
Demand source name.
Corresponds to “Demand source” in the Ad Manager UI.
Compatible with the following report types:
Data format:
STRING- DEMAND_SUBCHANNEL (22):
Demand subchannel.
Corresponds to “Demand subchannel value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- DEMAND_SUBCHANNEL_NAME (23):
Demand subchannel name.
Corresponds to “Demand subchannel” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- DEVICE (226):
The device on which an ad was served.
Corresponds to “Device value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- DEVICE_CATEGORY (15):
The device category to which an ad is being targeted.
Corresponds to “Device category value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,PRIVACY_AND_MESSAGING,AD_SPEEDData format:
ENUM- DEVICE_CATEGORY_NAME (16):
The name of the category of device (smartphone, feature phone, tablet, or desktop) to which an ad is being targeted.
Corresponds to “Device category” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,PRIVACY_AND_MESSAGING,AD_SPEEDData format:
STRING- DEVICE_MANUFACTURER_ID (525):
Device manufacturer ID
Corresponds to “Device manufacturer ID” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- DEVICE_MANUFACTURER_NAME (526):
Device manufacturer name
Corresponds to “Device manufacturer” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- DEVICE_MODEL_ID (527):
Device model ID
Corresponds to “Device model ID” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- DEVICE_MODEL_NAME (528):
Device model name
Corresponds to “Device model” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- DEVICE_NAME (225):
The localized name of the device on which an ad was served.
Corresponds to “Device” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- DSP_SEAT_ID (564):
The ID of DSP Seat
Corresponds to “DSP seat ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- DYNAMIC_ALLOCATION_TYPE (502):
Categorization of inventory sources based on AdX dynamic allocation backfill type.
Corresponds to “Dynamic allocation value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- DYNAMIC_ALLOCATION_TYPE_NAME (503):
Localized name of the dynamic allocation type.
Corresponds to “Dynamic allocation” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- ESP_DELIVERY (623):
Status of Encrypted Signals for Publishers delivery.
Corresponds to “Secure signal delivery value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- ESP_DELIVERY_NAME (624):
Localized name of the ESP delivery status.
Corresponds to “Secure signal delivery” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- ESP_PRESENCE (625):
Whether Encrypted Signals for Publishers are present on the ad request.
Corresponds to “Secure signal presence value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- ESP_PRESENCE_NAME (626):
Localized name of the ESP presence status.
Corresponds to “Secure signal presence” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- EXCHANGE_BIDDING_DEAL_ID (715):
Exchange bidding deal ID.
Corresponds to “Exchange bidding deal id” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- EXCHANGE_BIDDING_DEAL_TYPE (714):
Exchange bidding deal type.
Corresponds to “Exchange bidding deal type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- EXCHANGE_BIDDING_DEAL_TYPE_NAME (723):
Localized name of the exchange bidding deal type.
Corresponds to “Exchange bidding deal type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- EXCHANGE_THIRD_PARTY_COMPANY_ID (185):
ID of the yield partner as classified by Google
Corresponds to “Yield partner ID (classified)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- EXCHANGE_THIRD_PARTY_COMPANY_NAME (186):
Name of the yield partner as classified by Google
Corresponds to “Yield partner (classified)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- FIRST_LOOK_PRICING_RULE_ID (248):
The ID of the first look pricing rule.
Corresponds to “First look pricing rule ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- FIRST_LOOK_PRICING_RULE_NAME (249):
The name of the first look pricing rule.
Corresponds to “First look pricing rule” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- FIRST_PARTY_ID_STATUS (404):
Whether a first-party user identifier was present on a given ad-request.
Corresponds to “First-party ID status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- FIRST_PARTY_ID_STATUS_NAME (405):
The localized name of whether a first-party user identifier was present on a given ad-request.
Corresponds to “First-party ID status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- GENDER (509):
User gender enum value returned from Google Analytics.
Corresponds to “Gender value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- GENDER_NAME (583):
Localized user gender returned from Google Analytics. For example, “male”, “female”.
Corresponds to “Gender” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- GOOGLE_ANALYTICS_STREAM_ID (519):
The ID of a Google Analytics stream. For example, web site or mobile app
Corresponds to “Google Analytics stream ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- GOOGLE_ANALYTICS_STREAM_NAME (520):
The name of a Google Analytics stream. For example, web site or mobile app.
Corresponds to “Google Analytics stream” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- HBT_YIELD_PARTNER_ID (659):
The ID of the header bidding trafficking yield partner.
Corresponds to “Yield partner ID (header bidding trafficking)” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
Data format:
IDENTIFIER- HBT_YIELD_PARTNER_NAME (660):
The name of the header bidding trafficking yield partner.
Corresponds to “Yield partner (header bidding trafficking)” in the Ad Manager UI.
Compatible with the following report types:
Data format:
STRING- HEADER_BIDDER_INTEGRATION_TYPE (718):
Header Bidder integration type.
Corresponds to “Header bidder integration type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- HEADER_BIDDER_INTEGRATION_TYPE_NAME (719):
Localized name of the Header Bidder integration type.
Corresponds to “Header bidder integration type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- HOUR (100):
Breaks down reporting data by hour in one day.
Corresponds to “Hour” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- IMPRESSION_COUNTING_METHOD (577):
Impression Counting Method ENUM.
Corresponds to “Impression counting method value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- IMPRESSION_COUNTING_METHOD_NAME (578):
Localized impression counting method name.
Corresponds to “Impression counting method” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- INTERACTION_TYPE (223):
The interaction type of an ad.
Corresponds to “Interaction type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- INTERACTION_TYPE_NAME (224):
The localized name of the interaction type of an ad.
Corresponds to “Interaction type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- INTEREST (510):
User interest returned from Google Analytics.
Corresponds to “Interests” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- INVENTORY_FORMAT (17):
Inventory format. The format of the ad unit (e.g, banner) where the ad was requested.
Corresponds to “Inventory format value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- INVENTORY_FORMAT_NAME (18):
Inventory format name. The format of the ad unit (e.g, banner) where the ad was requested.
Corresponds to “Inventory format” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- INVENTORY_SHARE_ASSIGNMENT_ID (648):
The ID of the inventory share assignment.
Corresponds to “Inventory share assignment ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- INVENTORY_SHARE_ASSIGNMENT_NAME (649):
The name of the inventory share assignment.
Corresponds to “Inventory share assignment” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- INVENTORY_SHARE_OUTCOME (603):
The result of an inventory share.
Corresponds to “Inventory share outcome value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- INVENTORY_SHARE_OUTCOME_NAME (604):
The localized name of the result of an inventory share.
Corresponds to “Inventory share outcome” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- INVENTORY_SHARE_PARTNER_AD_SERVER (652):
The partner ad server of the inventory share.
Corresponds to “Inventory share partner ad server value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- INVENTORY_SHARE_PARTNER_AD_SERVER_NAME (653):
The localized name of the partner ad server.
Corresponds to “Inventory share partner ad server” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- INVENTORY_SHARE_TARGET_SHARE_PERCENT (654):
The target share percent of the inventory share assignment
Corresponds to “Partner target share percent” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- INVENTORY_SHARE_TYPE (650):
The type of the inventory share.
Corresponds to “Inventory share type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- INVENTORY_SHARE_TYPE_NAME (651):
The localized name of the inventory share type.
Corresponds to “Inventory share type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- INVENTORY_TYPE (19):
Inventory type. The kind of web page or device where the ad was requested.
Corresponds to “Inventory type (expanded) value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- INVENTORY_TYPE_NAME (20):
Inventory type name. The kind of web page or device where the ad was requested.
Corresponds to “Inventory type (expanded)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- IS_ADX_DIRECT (382):
Whether traffic is Adx Direct.
Corresponds to “Is AdX Direct” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
BOOLEAN- IS_CURATION_TARGETED (574):
If curation was targeted by the buyer when buying the impression
Corresponds to “Is curation targeted” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
BOOLEAN- IS_DROPPED (464):
Whether the query was dropped.
Corresponds to “Is Dropped” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
BOOLEAN- IS_FIRST_LOOK_DEAL (401):
Whether traffic is First Look.
Corresponds to “Is First Look” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
BOOLEAN- KEY_VALUES_ID (214):
The Custom Targeting Value ID
Corresponds to “Key-values ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- KEY_VALUES_NAME (215):
The Custom Targeting Value formatted like
{keyName}={valueName}Corresponds to “Key-values” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- LINE_ITEM_AGENCY (663):
The agency of the order associated with the line item.
Corresponds to “Line item agency” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_ARCHIVED (188):
Whether a Line item is archived.
Corresponds to “Line item is archived” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
BOOLEAN- LINE_ITEM_COMPANION_DELIVERY_OPTION (204):
Line item comanion delivery option ENUM value.
Corresponds to “Line item companion delivery option value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACHData format:
ENUM- LINE_ITEM_COMPANION_DELIVERY_OPTION_NAME (205):
Localized line item comanion delivery option name.
Corresponds to “Line item companion delivery option” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_COMPUTED_STATUS (250):
The computed status of the LineItem.
Corresponds to “Line item computed status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
ENUM- LINE_ITEM_COMPUTED_STATUS_NAME (251):
The localized name of the computed status of the LineItem.
Corresponds to “Line item computed status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- LINE_ITEM_CONTRACTED_QUANTITY (92):
The contracted units bought for the Line item.
Corresponds to “Line item contracted quantity” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
INTEGER- LINE_ITEM_COST_PER_UNIT (85):
The cost per unit of the Line item.
Corresponds to “Line item rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
MONEY- LINE_ITEM_COST_TYPE (212):
Line item cost type ENUM value.
Corresponds to “Line item cost type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
ENUM- LINE_ITEM_COST_TYPE_NAME (213):
Localized line item cost type name.
Corresponds to “Line item cost type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- LINE_ITEM_CREATIVE_END_DATE (176):
Represent the end date of a creative associated with line item
Corresponds to “Line item creative end date” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DATE- LINE_ITEM_CREATIVE_ROTATION_TYPE (189):
The creative rotation type of the LineItem.
Corresponds to “Line item creative rotation type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACHData format:
ENUM- LINE_ITEM_CREATIVE_ROTATION_TYPE_NAME (190):
The localized name of the creative rotation type of the LineItem.
Corresponds to “Line item creative rotation type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_CREATIVE_START_DATE (175):
Represent the start date of a creative associated with line item
Corresponds to “Line item creative start date” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DATE- LINE_ITEM_CURRENCY_CODE (180):
The 3 letter currency code of the Line Item
Corresponds to “Line item currency code” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- LINE_ITEM_DELIVERY_INDICATOR (87):
The progress made for the delivery of the Line item.
Corresponds to “Line item delivery indicator” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
PERCENT- LINE_ITEM_DELIVERY_RATE_TYPE (191):
The delivery rate type of the LineItem.
Corresponds to “Line item delivery rate type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
ENUM- LINE_ITEM_DELIVERY_RATE_TYPE_NAME (192):
The localized name of the delivery rate type of the LineItem.
Corresponds to “Line item delivery rate type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- LINE_ITEM_DISCOUNT_ABSOLUTE (195):
The discount of the LineItem in whole units in the LineItem’s currency code, or if unspecified the Network’s currency code.
Corresponds to “Line item discount (absolute)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
MONEY- LINE_ITEM_DISCOUNT_PERCENTAGE (196):
The discount of the LineItem in percentage.
Corresponds to “Line item discount (percentage)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
WHOLE_PERCENT- LINE_ITEM_END_DATE (81):
The end date of the Line item.
Corresponds to “Line item end date” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
DATE- LINE_ITEM_END_DATE_TIME (83):
The end date and time of the Line item.
Corresponds to “Line item end time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
TIMESTAMP- LINE_ITEM_ENVIRONMENT_TYPE (201):
The ENUM value of the environment a LineItem is targeting.
Corresponds to “Line item environment type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACHData format:
ENUM- LINE_ITEM_ENVIRONMENT_TYPE_NAME (202):
The localized name of the environment a LineItem is targeting.
Corresponds to “Line item environment type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_EXTERNAL_DEAL_ID (97):
The deal ID of the Line item. Set for Programmatic Direct campaigns.
Corresponds to “Line item deal ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER- LINE_ITEM_EXTERNAL_ID (86):
The external ID of the Line item.
Corresponds to “Line item external ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_FREQUENCY_CAP (256):
The frequency cap of the Line item (descriptive string).
Corresponds to “Line item frequency cap” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_ID (1):
Line item ID.
Corresponds to “Line item ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
IDENTIFIER- LINE_ITEM_LABELS (667):
Line item labels.
Corresponds to “Line item labels” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING_LIST- LINE_ITEM_LABEL_IDS (665):
Line item label IDs.
Corresponds to “Line item label IDs” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER_LIST- LINE_ITEM_LAST_MODIFIED_BY_APP (181):
The application that last modified the Line Item.
Corresponds to “Line item last modified by app” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_LIFETIME_CLICKS (95):
The total number of clicks delivered of the lifetime of the Line item.
Corresponds to “Line item lifetime clicks” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
INTEGER- LINE_ITEM_LIFETIME_IMPRESSIONS (94):
The total number of impressions delivered over the lifetime of the Line item.
Corresponds to “Line item lifetime impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
INTEGER- LINE_ITEM_LIFETIME_VIEWABLE_IMPRESSIONS (96):
The total number of viewable impressions delivered over the lifetime of the Line item.
Corresponds to “Line item lifetime viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
INTEGER- LINE_ITEM_MAKEGOOD (89):
Whether or not the Line item is Makegood. Makegood refers to free inventory offered to buyers to compensate for mistakes or under-delivery in the original campaigns.
Corresponds to “Line item is makegood” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
BOOLEAN- LINE_ITEM_NAME (2):
Line item Name.
Corresponds to “Line item” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- LINE_ITEM_NON_CPD_BOOKED_REVENUE (98):
The cost of booking for the Line item (non-CPD).
Corresponds to “Line item booked revenue (exclude CPD)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
MONEY- LINE_ITEM_OPTIMIZABLE (90):
Whether a Line item is eligible for opitimization.
Corresponds to “Line item is optimizable” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
BOOLEAN- LINE_ITEM_PO_NUMBER (669):
The PO number of the order associated with the line item.
Corresponds to “Line item PO number” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- LINE_ITEM_PRIMARY_GOAL_TYPE (210):
Goal type ENUM value of the primary goal of the line item.
Corresponds to “Line item primary goal type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACHData format:
ENUM- LINE_ITEM_PRIMARY_GOAL_TYPE_NAME (211):
Localized goal type name of the primary goal of the line item.
Corresponds to “Line item primary goal type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_PRIMARY_GOAL_UNITS_ABSOLUTE (93):
The total number of impressions or clicks that are reserved for a line item. For line items of type BULK or PRICE_PRIORITY, this represents the number of remaining impressions reserved. If the line item has an impression cap goal, this represents the number of impressions or conversions that the line item will stop serving at if reached.
Corresponds to “Line item primary goal units (absolute)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
INTEGER- LINE_ITEM_PRIMARY_GOAL_UNITS_PERCENTAGE (396):
The percentage of impressions or clicks that are reserved for a line item. For line items of type SPONSORSHIP, this represents the percentage of available impressions reserved. For line items of type NETWORK or HOUSE, this represents the percentage of remaining impressions reserved.
Corresponds to “Line item primary goal units (percentage)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
WHOLE_PERCENT- LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE (208):
Unit type ENUM value of the primary goal of the line item.
Corresponds to “Line item primary goal unit type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACHData format:
ENUM- LINE_ITEM_PRIMARY_GOAL_UNIT_TYPE_NAME (209):
Localized unit type name of the primary goal of the line item.
Corresponds to “Line item primary goal unit type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_PRIORITY (24):
The priority of this Line item as a value between 1 and 16. In general, a lower priority means more serving priority for the Line item.
Corresponds to “Line item priority” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
INTEGER- LINE_ITEM_RESERVATION_STATUS (304):
ENUM value describing the state of inventory reservation for the LineItem.
Corresponds to “Line item reservation status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACHData format:
ENUM- LINE_ITEM_RESERVATION_STATUS_NAME (305):
Localized string describing the state of inventory reservation for the LineItem.
Corresponds to “Line item reservation status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_SALESPERSON (671):
The sales person of the order associated with the line item.
Corresponds to “Line item salesperson” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_SECONDARY_SALESPEOPLE (673):
The secondary sales people of the order associated with the line item.
Corresponds to “Line item secondary salespeople” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING_LIST- LINE_ITEM_SECONDARY_TRAFFICKERS (675):
The secondary traffickers of the order associated with the line item.
Corresponds to “Line item secondary traffickers” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING_LIST- LINE_ITEM_START_DATE (82):
The start date of the Line item.
Corresponds to “Line item start date” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
DATE- LINE_ITEM_START_DATE_TIME (84):
The start date and time of the Line item.
Corresponds to “Line item start time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
TIMESTAMP- LINE_ITEM_TRAFFICKER (677):
The trafficker of the order associated with the line item.
Corresponds to “Line item trafficker” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- LINE_ITEM_TYPE (193):
Line item type ENUM value.
Corresponds to “Line item type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
ENUM- LINE_ITEM_TYPE_NAME (194):
Localized line item type name.
Corresponds to “Line item type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- LINE_ITEM_UNLIMITED_END (187):
Whether the Line item end time and end date is set to effectively never end.
Corresponds to “Line item is unlimited end time” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
BOOLEAN- LINE_ITEM_VALUE_COST_PER_UNIT (88):
The artificial cost per unit used by the Ad server to help rank inventory.
Corresponds to “Line item value cost per unit” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
MONEY- LINE_ITEM_WEB_PROPERTY_CODE (179):
The web property code used for dynamic allocation Line Items.
Corresponds to “Line item web property code” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- MASTER_COMPANION_CREATIVE_ID (140):
The ID of creative, includes regular creatives, and master and companions in case of creative sets
Corresponds to “Master and Companion creative ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- MASTER_COMPANION_CREATIVE_NAME (141):
Name of creative, includes regular creatives, and master and companions in case of creative sets
Corresponds to “Master and Companion creative” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- MEDIATION_TYPE (701):
Mediation type.
Corresponds to “Mediation type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- MEDIATION_TYPE_NAME (754):
Localized mediation type name.
Corresponds to “Mediation type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- MEDIATION_YIELD_PARTNER_ID (661):
The ID of the yield partner for Mediation.
Corresponds to “Yield partner ID (mediation)” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
Data format:
IDENTIFIER- MEDIATION_YIELD_PARTNER_NAME (662):
The name of the yield partner for Mediation.
Corresponds to “Yield partner (mediation)” in the Ad Manager UI.
Compatible with the following report types:
Data format:
STRING- METRO_ID (453):
The criteria ID of the metro area in which the ad served.
Corresponds to “Metro ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- METRO_NAME (454):
The name of the metro area in which the ad served.
Corresponds to “Metro” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- MOBILE_APP_FREE (128):
Whether the mobile app is free.
Corresponds to “App is free” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
BOOLEAN- MOBILE_APP_ICON_URL (129):
URL of app icon for the mobile app.
Corresponds to “App icon URL” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
STRING- MOBILE_APP_ID (123):
The ID of the Mobile App.
Corresponds to “App ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,PRIVACY_AND_MESSAGINGData format:
STRING- MOBILE_APP_NAME (127):
The name of the mobile app.
Corresponds to “App” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,PRIVACY_AND_MESSAGINGData format:
STRING- MOBILE_APP_OWNERSHIP_STATUS (311):
Ownership status of the mobile app.
Corresponds to “App ownership status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- MOBILE_APP_OWNERSHIP_STATUS_NAME (312):
Ownership status of the mobile app.
Corresponds to “App ownership status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- MOBILE_APP_STORE (125):
The App Store of the mobile app.
Corresponds to “App store value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- MOBILE_APP_STORE_NAME (245):
The localized name of the mobile app store.
Corresponds to “App store” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- MOBILE_INVENTORY_TYPE (99):
Mobile inventory type. Identifies whether a mobile ad came from a regular web page, an AMP web page, or a mobile app. Values match the Inventory type dimension available in the Overview Home dashboard. Note: Video takes precedence over any other value, for example, if there is an in-stream video impression on a desktop device, it will be attributed to in-stream video and not desktop web.
Corresponds to “Inventory type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,PRIVACY_AND_MESSAGING,AD_SPEEDData format:
ENUM- MOBILE_INVENTORY_TYPE_NAME (21):
Mobile inventory type name. Identifies whether a mobile ad came from a regular web page, an AMP web page, or a mobile app.
Corresponds to “Inventory type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,PRIVACY_AND_MESSAGING,AD_SPEEDData format:
STRING- MOBILE_RENDERING_SDK (646):
Mobile rendering SDK.
Corresponds to “Rendering SDK value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- MOBILE_RENDERING_SDK_NAME (647):
Localized name of the Mobile rendering SDK.
Corresponds to “Rendering SDK” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- MOBILE_SDK_MAJOR_VERSION (692):
The major version of the mobile SDK.
Corresponds to “App SDK major version” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- MOBILE_SDK_MINOR_VERSION (693):
The minor version of the mobile SDK.
Corresponds to “App SDK minor version” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- MOBILE_SDK_VERSION_NAME (130):
SDK version of the mobile device.
Corresponds to “App SDK version” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- MONTH_YEAR (6):
Breaks down reporting data by month and year.
Corresponds to “Month and year” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,PRIVACY_AND_MESSAGINGData format:
INTEGER- NATIVE_AD_FORMAT_ID (255):
Native ad format ID.
Corresponds to “Native ad format ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- NATIVE_AD_FORMAT_NAME (254):
Native ad format name.
Corresponds to “Native ad format” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- NATIVE_STYLE_ID (253):
Native style ID.
Corresponds to “Native style ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- NATIVE_STYLE_NAME (252):
Native style name.
Corresponds to “Native style” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- NO_FILL_REASON_CATEGORY (586):
No fill reason category in the Ads traffic navigator report.
Corresponds to “No fill reason category value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
Data format:
ENUM- NO_FILL_REASON_CATEGORY_NAME (587):
No fill reason category name in the Ads traffic navigator report.
Corresponds to “No fill reason category” in the Ad Manager UI.
Compatible with the following report types:
Data format:
STRING- OPERATING_SYSTEM_CATEGORY (117):
Operating system category.
Corresponds to “Operating system category value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,REACHData format:
ENUM- OPERATING_SYSTEM_CATEGORY_NAME (118):
Operating system category name.
Corresponds to “Operating system category” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- OPERATING_SYSTEM_VERSION_ID (238):
ID of the operating system version.
Corresponds to “Operating system ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- OPERATING_SYSTEM_VERSION_NAME (237):
Details of the operating system, including version.
Corresponds to “Operating system” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- OPTIMIZATION_TYPE (639):
Enum value of the optimization type.
Corresponds to “Optimization type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- OPTIMIZATION_TYPE_NAME (640):
Localized name of the optimization type.
Corresponds to “Optimization type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- ORDER_AGENCY (150):
Order agency.
Corresponds to “Order agency” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- ORDER_AGENCY_ID (151):
Order agency ID.
Corresponds to “Order agency ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER- ORDER_BOOKED_CPC (152):
Order booked CPC.
Corresponds to “Order booked CPC” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
INTEGER- ORDER_BOOKED_CPM (153):
Order booked CPM.
Corresponds to “Order booked CPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
INTEGER- ORDER_DELIVERY_STATUS (231):
Order delivery status ENUM value.
Corresponds to “Order delivery status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- ORDER_DELIVERY_STATUS_NAME (239):
Order delivery status localized name.
Corresponds to “Order delivery status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- ORDER_END_DATE (154):
Order end date.
Corresponds to “Order end date” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
DATE- ORDER_END_DATE_TIME (155):
Order end date and time.
Corresponds to “Order end time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
TIMESTAMP- ORDER_EXTERNAL_ID (156):
Order external ID.
Corresponds to “Order external ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER- ORDER_ID (7):
Order ID.
Corresponds to “Order ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
IDENTIFIER- ORDER_LABELS (170):
Order labels.
Corresponds to “Order labels” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING_LIST- ORDER_LABEL_IDS (171):
Order labels IDs.
Corresponds to “Order label IDs” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER_LIST- ORDER_LIFETIME_CLICKS (158):
Order lifetime clicks.
Corresponds to “Order lifetime clicks” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
INTEGER- ORDER_LIFETIME_IMPRESSIONS (159):
Order lifetime impressions.
Corresponds to “Order lifetime impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
INTEGER- ORDER_NAME (8):
Order name.
Corresponds to “Order” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- ORDER_PO_NUMBER (160):
Order PO number.
Corresponds to “Order PO number” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
STRING- ORDER_PROGRAMMATIC (157):
Whether the Order is programmatic.
Corresponds to “Order is programmatic” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
BOOLEAN- ORDER_SALESPERSON (161):
Order sales person.
Corresponds to “Order salesperson” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- ORDER_SALESPERSON_ID (629):
Order sales person ID.
Corresponds to “Order salesperson ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER- ORDER_SECONDARY_SALESPEOPLE (164):
Order secondary sales people.
Corresponds to “Order secondary salespeople” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING_LIST- ORDER_SECONDARY_SALESPEOPLE_ID (165):
Order secondary sales people ID.
Corresponds to “Order secondary salespeople ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER_LIST- ORDER_SECONDARY_TRAFFICKERS (166):
Order secondary traffickers.
Corresponds to “Order secondary traffickers” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING_LIST- ORDER_SECONDARY_TRAFFICKERS_ID (167):
Order secondary traffickers ID.
Corresponds to “Order secondary trafficker IDs” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER_LIST- ORDER_START_DATE (168):
Order start date.
Corresponds to “Order start date” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
DATE- ORDER_START_DATE_TIME (169):
Order start date and time.
Corresponds to “Order start time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,AD_SPEEDData format:
TIMESTAMP- ORDER_TRAFFICKER (162):
Order trafficker.
Corresponds to “Order trafficker” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- ORDER_TRAFFICKER_ID (163):
Order trafficker ID.
Corresponds to “Order trafficker ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER- ORDER_UNLIMITED_END (203):
Whether the Order end time and end date is set to effectively never end.
Corresponds to “Order is unlimited end time” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
BOOLEAN- PAGE_PATH (511):
Page path is the part of a page URL that comes after the domain but before the query strings from Google Analytics.
Corresponds to “Page path” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PAGE_TITLE_AND_SCREEN_CLASS (512):
Page title (web) and screen class (mobile) returned from Google Analytics.
Corresponds to “Page title and screen class” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PAGE_TITLE_AND_SCREEN_NAME (513):
Page title (web) and screen name (mobile) returned from Google Analytics.
Corresponds to “Page title and screen name” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PLACEMENT_ID (113):
Placement ID
Corresponds to “Placement ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER- PLACEMENT_ID_ALL (144):
The full list of placement IDs associated with the ad unit.
Corresponds to “Placement ID (all)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
IDENTIFIER_LIST- PLACEMENT_NAME (114):
Placement name
Corresponds to “Placement” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- PLACEMENT_NAME_ALL (145):
The full list of placement names associated with the ad unit.
Corresponds to “Placement (all)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING_LIST- PLACEMENT_STATUS (362):
Placement status ENUM value
Corresponds to “Placement status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- PLACEMENT_STATUS_NAME (364):
Localized placement status name.
Corresponds to “Placement status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PLACEMENT_STATUS_NAME_ALL (365):
The full list of localized placement status names associated with the ad unit.
Corresponds to “Placement status (all)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING_LIST- POSTAL_CODE_ID (455):
The criteria ID of the postal code in which the ad served.
Corresponds to “Postal code ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
IDENTIFIER- POSTAL_CODE_NAME (456):
The name of the postal code in which the ad served.
Corresponds to “Postal code” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- PPID_STATUS (406):
Indicates the valid PPID (Publisher provided identifier) status on a given ad request.
Corresponds to “PPID status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- PPID_STATUS_NAME (407):
The localized name of that indicates the valid PPID (Publisher provided identifier) status on a given ad request.
Corresponds to “PPID status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PREDICTED_VIEWABILITY_BUCKET (633):
Predicted viewability score bucket.
Corresponds to “Predicted viewability bucket value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- PREDICTED_VIEWABILITY_BUCKET_NAME (634):
The localized name of the predicted viewability score bucket.
Corresponds to “Predicted viewability bucket” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PRESENTED_SECURE_SIGNAL_ID (495):
The ID of the secure signals sent in the ad request.
Corresponds to “Secure signal ID (presented)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- PRESENTED_SECURE_SIGNAL_NAME (496):
The name of the secure signals sent in the ad request.
Corresponds to “Secure signal name (presented)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PRIMARY_PERSONALIZATION_ID_TYPE (408):
The ID type selected for personalization.
Corresponds to “Primary personalization ID type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- PRIMARY_PERSONALIZATION_ID_TYPE_NAME (409):
The localized name of the ID type selected for personalization.
Corresponds to “Primary personalization ID type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PROGRAMMATIC_BUYER_ID (240):
Deprecated. Dimension has been renamed to
DEAL_BUYER_ID. The server will normalize any requests using this value toDEAL_BUYER_ID. This value will be removed on or after October 10, 2025.- PROGRAMMATIC_BUYER_NAME (241):
Deprecated. Dimension has been renamed to
DEAL_BUYER_NAME. The server will normalize any requests using this value toDEAL_BUYER_NAME. This value will be removed on or after October 10, 2025.- PROGRAMMATIC_CHANNEL (13):
Programmatic channel. The type of transaction that occurred in Ad Exchange.
Corresponds to “Programmatic channel value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- PROGRAMMATIC_CHANNEL_NAME (14):
Programmatic channel name. The type of transaction that occurred in Ad Exchange.
Corresponds to “Programmatic channel” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACHData format:
STRING- PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_EXTERNAL_CODE (410):
External code ID of a publisher provided signal (all levels).
Corresponds to “Publisher provided signals external code (all levels)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_IDS (546):
The ancestor chain of IDs of a publisher provided signal (all levels).
Corresponds to “Publisher provided signals ID (all levels)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER_LIST- PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_NAME (412):
The ancestor chain of names of a publisher provided signal (all levels).
Corresponds to “Publisher provided signals (all levels)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING_LIST- PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_TIER (413):
Tier of a publisher provided signal (all levels).
Corresponds to “Publisher provided signals tier (all levels)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- PUBLISHER_PROVIDED_SIGNALS_ALL_LEVELS_TYPE (414):
Type of a publisher provided signal (all levels).
Corresponds to “Publisher provided signals type (all levels)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PUBLISHER_PROVIDED_SIGNALS_DELIVERED_EXTERNAL_CODE (425):
External code ID of a publisher provided signal (delivered).
Corresponds to “Publisher provided signals external code (delivered)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PUBLISHER_PROVIDED_SIGNALS_DELIVERED_IDS (545):
The ancestor chain of IDs of a publisher provided signal (delivered).
Corresponds to “Publisher provided signals ID (delivered)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER_LIST- PUBLISHER_PROVIDED_SIGNALS_DELIVERED_NAME (427):
The ancestor chain of names of a publisher provided signal (delivered).
Corresponds to “Publisher provided signals (delivered)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING_LIST- PUBLISHER_PROVIDED_SIGNALS_DELIVERED_TIER (428):
Tier of a publisher provided signal (delivered).
Corresponds to “Publisher provided signals tier (delivered)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- PUBLISHER_PROVIDED_SIGNALS_DELIVERED_TYPE (429):
Type of a publisher provided signal (delivered).
Corresponds to “Publisher provided signals type (delivered)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_EXTERNAL_CODE (415):
External code ID of a publisher provided signal (top level).
Corresponds to “Publisher provided signals external code (top level)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_ID (416):
ID of a publisher provided signal (top level).
Corresponds to “Publisher provided signals ID (top level)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_NAME (417):
Name of a publisher provided signal (top level).
Corresponds to “Publisher provided signals (top level)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING_LIST- PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_TIER (418):
Tier of a publisher provided signal (top level).
Corresponds to “Publisher provided signals tier (top level)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- PUBLISHER_PROVIDED_SIGNALS_TOP_LEVEL_TYPE (419):
Type of a publisher provided signal (top level).
Corresponds to “Publisher provided signals type (top level)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- PUBLISHER_PROVIDED_SIGNAL_DATA_PROVIDER_ID (136):
Data provider ID associated with a publisher provided signal.
Corresponds to “Publisher provided signals (data provider ID)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- PUBLISHER_PROVIDED_SIGNAL_DATA_PROVIDER_NAME (137):
Data provider name associated with a publisher provided signal.
Corresponds to “Publisher provided signals (data provider)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- REGION_ID (457):
The criteria ID of the region (for example, US state) in which the ad served.
Corresponds to “Region ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,PRIVACY_AND_MESSAGING,AD_SPEEDData format:
IDENTIFIER- REGION_NAME (458):
The name of the region (for example, US state) in which the ad served.
Corresponds to “Region” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,PRIVACY_AND_MESSAGING,AD_SPEEDData format:
STRING- REJECTION_CLASS_CATEGORY (590):
The rejection class category in the Ads traffic navigator report.
Corresponds to “Rejection class category value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
Data format:
ENUM- REJECTION_CLASS_CATEGORY_NAME (591):
The rejection class category name in the Ads traffic navigator report.
Corresponds to “Rejection class category” in the Ad Manager UI.
Compatible with the following report types:
Data format:
STRING- RENDERED_CREATIVE_SIZE (343):
The size of a rendered creative, It can differ with the creative’s size if a creative is shown in an ad slot of a different size.
Corresponds to “Rendered creative size” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- REQUESTED_AD_SIZES (352):
Inventory Requested Ad Sizes dimension
Corresponds to “Requested ad sizes” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- REQUEST_TYPE (146):
Request type ENUM
Corresponds to “Request type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
ENUM- REQUEST_TYPE_NAME (147):
Request type locallized name
Corresponds to “Request type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,AD_SPEEDData format:
STRING- SERVER_SIDE_UNWRAPPING_ELIGIBLE (597):
Indicates if a request was eligible for server-side unwrapping.
Corresponds to “Server-side unwrapping eligible” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
BOOLEAN- SERVING_RESTRICTION (631):
The serving restriction mode for privacy.
Corresponds to “Serving restriction value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- SERVING_RESTRICTION_NAME (632):
The localized name of the serving restriction mode for privacy.
Corresponds to “Serving restriction” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- SITE (387):
Information about domain or subdomains.
Corresponds to “Site” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,PRIVACY_AND_MESSAGINGData format:
STRING- TARGETING_ID (232):
The ID of the browser, device or other environment into which a line item or creative was served.
Corresponds to “Targeting ID” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- TARGETING_NAME (233):
Information about the browser, device and other environments into which a line item or creative was served.
Corresponds to “Targeting” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- TARGETING_TYPE (385):
The way in which advertisers targeted their ads.
Corresponds to “Targeting type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- TARGETING_TYPE_NAME (386):
The localized name of the way in which advertisers targeted their ads.
Corresponds to “Targeting type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- THIRD_PARTY_ID_STATUS (402):
Whether a third-party cookie or device ID was present on a given ad request.
Corresponds to “Third-party ID status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- THIRD_PARTY_ID_STATUS_NAME (403):
The localized name of whether a third-party cookie or device ID was present on a given ad request.
Corresponds to “Third-party ID status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- TOPICS_STATUS (504):
Reports the status of Topics in the ad request.
Corresponds to “Topics status value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- TOPICS_STATUS_NAME (505):
The localized name of the status of Topics in the ad request.
Corresponds to “Topics status” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- TOP_PRIVATE_DOMAIN (444):
Inventory top private domain dimension
Corresponds to “Domain” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,PRIVACY_AND_MESSAGINGData format:
STRING- TRAFFIC_SOURCE (388):
Inventory Traffic source dimension
Corresponds to “Traffic source value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- TRAFFIC_SOURCE_NAME (389):
Inventory Traffic source dimension name
Corresponds to “Traffic source” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- UNIFIED_PRICING_RULE_ID (393):
Unified pricing rule ID dimension
Corresponds to “Unified pricing rule ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- UNIFIED_PRICING_RULE_NAME (394):
Unified pricing rule name dimension
Corresponds to “Unified pricing rule” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- URL (506):
A URL defined under a publisher’s inventory.
Corresponds to “URL” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- URL_ID (507):
A URL defined under a publisher’s inventory.
Corresponds to “URL ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- USER_MESSAGES_ENTITLEMENT_SOURCE (635):
Enum value for the entitlement source.
Corresponds to “Entitlement source value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
ENUM- USER_MESSAGES_ENTITLEMENT_SOURCE_NAME (636):
The localized name of the entitlement source.
Corresponds to “Entitlement source” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
STRING- USER_MESSAGES_OPERATING_SYSTEM_CRITERIA_ID (637):
Targeting criteria ID for the operating system group. Used for User Messages reports.
Corresponds to “Operating system group ID” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_OPERATING_SYSTEM_CRITERIA_NAME (638):
The name of the operating system group. Used for User Messages reports.
Corresponds to “Operating system group” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
STRING- VAST_VERSION (554):
The VAST version of the creative that is returned for an ad request.
Corresponds to “Vast version value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- VAST_VERSION_NAME (555):
The localized name of the VAST version of the creative that is returned for an ad request.
Corresponds to “Vast version” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_AD_BREAK_TYPE (556):
The break type of a video ad request.
Corresponds to “Video ad break type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- VIDEO_AD_BREAK_TYPE_NAME (557):
The localized name of the break type of a video ad request.
Corresponds to “Video ad break type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_AD_DURATION (450):
Video ad duration
Corresponds to “Video ad duration” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_AD_FORMATS_RULE (561):
The name of the video ad formats rule used to control the ad formats eligible for your inventory.
Corresponds to “Video ad formats rule” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_AD_FORMATS_RULE_ID (560):
The ID of the video ad formats rule used to control the ad formats eligible for your inventory.
Corresponds to “Video ad formats rule ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- VIDEO_AD_REQUEST_DURATION (558):
The duration of a video ad request.
Corresponds to “Video ad request duration value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- VIDEO_AD_REQUEST_DURATION_MIDPOINT_NAME (751):
The localized name of the midpoint of the duration of a video ad request.
Corresponds to “Video ad request duration midpoint” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_AD_REQUEST_DURATION_NAME (559):
The localized name of the duration of a video ad request.
Corresponds to “Video ad request duration” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_AD_REQUEST_SOURCE (438):
The video ad request source enum.
Corresponds to “Ad request source value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- VIDEO_AD_REQUEST_SOURCE_NAME (439):
The localized name of the video ad request source.
Corresponds to “Ad request source” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_AD_TYPE (432):
Video ad type
Corresponds to “Video ad type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- VIDEO_AD_TYPE_NAME (433):
Video ad type localized name
Corresponds to “Video ad type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_CONTINUOUS_PLAY_TYPE (721):
The continuous play type of the video ad impression.
Corresponds to “Video continuous play type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- VIDEO_CONTINUOUS_PLAY_TYPE_NAME (722):
Video continuous play type localized name.
Corresponds to “Video continuous play type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_FALLBACK_POSITION (530):
Fallback position of the video ad.
Corresponds to “Fallback position” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_MEASUREMENT_SOURCE (601):
The performance of the video ad inventory broken out by source.
Corresponds to “Video measurement source value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- VIDEO_MEASUREMENT_SOURCE_NAME (602):
Video measurement source localized name.
Corresponds to “Video measurement source” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_PLCMT (172):
The video placement enum as defined by ADCOM 1.0-202303.
Corresponds to “Video placement value (new)” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- VIDEO_PLCMT_NAME (173):
The localized name of the video placement as defined by ADCOM 1.0-202303.
Corresponds to “Video placement (new)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_POSITION_IN_POD (538):
The position in the video pod. For example 0, 1, 2, etc.
Corresponds to “Position in pod” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_POSITION_OF_POD (539):
The position of the pod in the video stream. For example pre-roll, mid-roll, post-roll.
Corresponds to “Position of pod” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_SDK_VERSION (440):
The video SDK version enum.
Corresponds to “Video SDK version value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- VIDEO_SDK_VERSION_NAME (441):
The localized name of the video SDK version.
Corresponds to “Video SDK version” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- VIDEO_STITCHER_TYPE (752):
Video stitcher type.
Corresponds to “Video stitcher type value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
HISTORICALData format:
ENUM- VIDEO_STITCHER_TYPE_NAME (753):
Localized name of the video stitcher type.
Corresponds to “Video stitcher type” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- WEEK (5):
Breaks down reporting data by week of the year.
Corresponds to “Week” in the Ad Manager UI.
Compatible with the following report types:
HISTORICAL,REACH,PRIVACY_AND_MESSAGINGData format:
INTEGER- YIELD_GROUP_BUYER_NAME (184):
Name of the company within a yield group
Corresponds to “Yield partner” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- YIELD_GROUP_BUYER_TAG_NAME (627):
Tag of the company within a yield group.
Corresponds to “Yield group buyer tag” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- YIELD_GROUP_ID (182):
ID of the group of ad networks or exchanges used for Mediation and Open Bidding
Corresponds to “Yield group ID” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
IDENTIFIER- YIELD_GROUP_NAME (183):
Name of the group of ad networks or exchanges used for Mediation and Open Bidding
Corresponds to “Yield group” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
STRING- YOUTUBE_AD_DURATION_BUCKET (430):
YouTube instream ad duration bucket.
Corresponds to “Ad duration value” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
Data format:
ENUM- YOUTUBE_AD_DURATION_BUCKET_NAME (431):
YouTube instream ad duration bucket name.
Corresponds to “Ad duration” in the Ad Manager UI.
Compatible with the following report types:
Data format:
STRING- YOUTUBE_AD_TYPE (399):
YouTube instream Ad Type.
Corresponds to “YouTube ad type ID” in the Ad Manager UI (when showing API fields).
Compatible with the following report types:
Data format:
ENUM- YOUTUBE_AD_TYPE_NAME (400):
YouTube instream Ad Type locallized name.
Corresponds to “YouTube ad type” in the Ad Manager UI.
Compatible with the following report types:
Data format:
STRING- LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID (10000):
Custom field option ID for Line Item with custom field ID equal to the ID in index 0 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_1_OPTION_ID (10001):
Custom field option ID for Line Item with custom field ID equal to the ID in index 1 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_2_OPTION_ID (10002):
Custom field option ID for Line Item with custom field ID equal to the ID in index 2 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_3_OPTION_ID (10003):
Custom field option ID for Line Item with custom field ID equal to the ID in index 3 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_4_OPTION_ID (10004):
Custom field option ID for Line Item with custom field ID equal to the ID in index 4 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_5_OPTION_ID (10005):
Custom field option ID for Line Item with custom field ID equal to the ID in index 5 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_6_OPTION_ID (10006):
Custom field option ID for Line Item with custom field ID equal to the ID in index 6 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_7_OPTION_ID (10007):
Custom field option ID for Line Item with custom field ID equal to the ID in index 7 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_8_OPTION_ID (10008):
Custom field option ID for Line Item with custom field ID equal to the ID in index 8 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_9_OPTION_ID (10009):
Custom field option ID for Line Item with custom field ID equal to the ID in index 9 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_10_OPTION_ID (10010):
Custom field option ID for Line Item with custom field ID equal to the ID in index 10 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_11_OPTION_ID (10011):
Custom field option ID for Line Item with custom field ID equal to the ID in index 11 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_12_OPTION_ID (10012):
Custom field option ID for Line Item with custom field ID equal to the ID in index 12 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_13_OPTION_ID (10013):
Custom field option ID for Line Item with custom field ID equal to the ID in index 13 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_14_OPTION_ID (10014):
Custom field option ID for Line Item with custom field ID equal to the ID in index 14 of
ReportDefinition.line_item_custom_field_ids.- LINE_ITEM_CUSTOM_FIELD_0_VALUE (11000):
Custom field value for Line Item with custom field ID equal to the ID in index 0 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 0 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_1_VALUE (11001):
Custom field value for Line Item with custom field ID equal to the ID in index 1 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 1 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_2_VALUE (11002):
Custom field value for Line Item with custom field ID equal to the ID in index 2 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 2 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_3_VALUE (11003):
Custom field value for Line Item with custom field ID equal to the ID in index 3 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 3 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_4_VALUE (11004):
Custom field value for Line Item with custom field ID equal to the ID in index 4 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 4 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_5_VALUE (11005):
Custom field value for Line Item with custom field ID equal to the ID in index 5 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 5 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_6_VALUE (11006):
Custom field value for Line Item with custom field ID equal to the ID in index 6 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 6 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_7_VALUE (11007):
Custom field value for Line Item with custom field ID equal to the ID in index 7 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 7 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_8_VALUE (11008):
Custom field value for Line Item with custom field ID equal to the ID in index 8 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 8 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_9_VALUE (11009):
Custom field value for Line Item with custom field ID equal to the ID in index 9 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 9 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_10_VALUE (11010):
Custom field value for Line Item with custom field ID equal to the ID in index 10 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 10 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_11_VALUE (11011):
Custom field value for Line Item with custom field ID equal to the ID in index 11 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 11 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_12_VALUE (11012):
Custom field value for Line Item with custom field ID equal to the ID in index 12 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 12 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_13_VALUE (11013):
Custom field value for Line Item with custom field ID equal to the ID in index 13 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 13 is of typeSTRINGorDROPDOWN.- LINE_ITEM_CUSTOM_FIELD_14_VALUE (11014):
Custom field value for Line Item with custom field ID equal to the ID in index 14 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 14 is of typeSTRINGorDROPDOWN.- ORDER_CUSTOM_FIELD_0_OPTION_ID (12000):
Custom field option ID for Order with custom field ID equal to the ID in index 0 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_1_OPTION_ID (12001):
Custom field option ID for Order with custom field ID equal to the ID in index 1 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_2_OPTION_ID (12002):
Custom field option ID for Order with custom field ID equal to the ID in index 2 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_3_OPTION_ID (12003):
Custom field option ID for Order with custom field ID equal to the ID in index 3 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_4_OPTION_ID (12004):
Custom field option ID for Order with custom field ID equal to the ID in index 4 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_5_OPTION_ID (12005):
Custom field option ID for Order with custom field ID equal to the ID in index 5 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_6_OPTION_ID (12006):
Custom field option ID for Order with custom field ID equal to the ID in index 6 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_7_OPTION_ID (12007):
Custom field option ID for Order with custom field ID equal to the ID in index 7 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_8_OPTION_ID (12008):
Custom field option ID for Order with custom field ID equal to the ID in index 8 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_9_OPTION_ID (12009):
Custom field option ID for Order with custom field ID equal to the ID in index 9 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_10_OPTION_ID (12010):
Custom field option ID for Order with custom field ID equal to the ID in index 10 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_11_OPTION_ID (12011):
Custom field option ID for Order with custom field ID equal to the ID in index 11 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_12_OPTION_ID (12012):
Custom field option ID for Order with custom field ID equal to the ID in index 12 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_13_OPTION_ID (12013):
Custom field option ID for Order with custom field ID equal to the ID in index 13 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_14_OPTION_ID (12014):
Custom field option ID for Order with custom field ID equal to the ID in index 14 of
ReportDefinition.order_custom_field_ids.- ORDER_CUSTOM_FIELD_0_VALUE (13000):
Custom field value for Order with custom field ID equal to the ID in index 0 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 0 is of type STRING.- ORDER_CUSTOM_FIELD_1_VALUE (13001):
Custom field value for Order with custom field ID equal to the ID in index 1 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 1 is of type STRING.- ORDER_CUSTOM_FIELD_2_VALUE (13002):
Custom field value for Order with custom field ID equal to the ID in index 2 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 2 is of type STRING.- ORDER_CUSTOM_FIELD_3_VALUE (13003):
Custom field value for Order with custom field ID equal to the ID in index 3 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 3 is of type STRING.- ORDER_CUSTOM_FIELD_4_VALUE (13004):
Custom field value for Order with custom field ID equal to the ID in index 4 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 4 is of type STRING.- ORDER_CUSTOM_FIELD_5_VALUE (13005):
Custom field value for Order with custom field ID equal to the ID in index 5 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 5 is of type STRING.- ORDER_CUSTOM_FIELD_6_VALUE (13006):
Custom field value for Order with custom field ID equal to the ID in index 6 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 6 is of type STRING.- ORDER_CUSTOM_FIELD_7_VALUE (13007):
Custom field value for Order with custom field ID equal to the ID in index 7 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 7 is of type STRING.- ORDER_CUSTOM_FIELD_8_VALUE (13008):
Custom field value for Order with custom field ID equal to the ID in index 8 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 8 is of type STRING.- ORDER_CUSTOM_FIELD_9_VALUE (13009):
Custom field value for Order with custom field ID equal to the ID in index 9 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 9 is of type STRING.- ORDER_CUSTOM_FIELD_10_VALUE (13010):
Custom field value for Order with custom field ID equal to the ID in index 10 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 10 is of type STRING.- ORDER_CUSTOM_FIELD_11_VALUE (13011):
Custom field value for Order with custom field ID equal to the ID in index 11 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 11 is of type STRING.- ORDER_CUSTOM_FIELD_12_VALUE (13012):
Custom field value for Order with custom field ID equal to the ID in index 12 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 12 is of type STRING.- ORDER_CUSTOM_FIELD_13_VALUE (13013):
Custom field value for Order with custom field ID equal to the ID in index 13 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 13 is of type STRING.- ORDER_CUSTOM_FIELD_14_VALUE (13014):
Custom field value for Order with custom field ID equal to the ID in index 14 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 14 is of type STRING.- CREATIVE_CUSTOM_FIELD_0_OPTION_ID (14000):
Custom field option ID for Creative with custom field ID equal to the ID in index 0 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_1_OPTION_ID (14001):
Custom field option ID for Creative with custom field ID equal to the ID in index 1 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_2_OPTION_ID (14002):
Custom field option ID for Creative with custom field ID equal to the ID in index 2 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_3_OPTION_ID (14003):
Custom field option ID for Creative with custom field ID equal to the ID in index 3 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_4_OPTION_ID (14004):
Custom field option ID for Creative with custom field ID equal to the ID in index 4 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_5_OPTION_ID (14005):
Custom field option ID for Creative with custom field ID equal to the ID in index 5 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_6_OPTION_ID (14006):
Custom field option ID for Creative with custom field ID equal to the ID in index 6 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_7_OPTION_ID (14007):
Custom field option ID for Creative with custom field ID equal to the ID in index 7 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_8_OPTION_ID (14008):
Custom field option ID for Creative with custom field ID equal to the ID in index 8 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_9_OPTION_ID (14009):
Custom field option ID for Creative with custom field ID equal to the ID in index 9 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_10_OPTION_ID (14010):
Custom field option ID for Creative with custom field ID equal to the ID in index 10 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_11_OPTION_ID (14011):
Custom field option ID for Creative with custom field ID equal to the ID in index 11 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_12_OPTION_ID (14012):
Custom field option ID for Creative with custom field ID equal to the ID in index 12 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_13_OPTION_ID (14013):
Custom field option ID for Creative with custom field ID equal to the ID in index 13 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_14_OPTION_ID (14014):
Custom field option ID for Creative with custom field ID equal to the ID in index 14 of
ReportDefinition.creative_custom_field_ids.- CREATIVE_CUSTOM_FIELD_0_VALUE (15000):
Custom field value for Creative with custom field ID equal to the ID in index 0 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 0 is of type STRING.- CREATIVE_CUSTOM_FIELD_1_VALUE (15001):
Custom field value for Creative with custom field ID equal to the ID in index 1 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 1 is of type STRING.- CREATIVE_CUSTOM_FIELD_2_VALUE (15002):
Custom field value for Creative with custom field ID equal to the ID in index 2 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 2 is of type STRING.- CREATIVE_CUSTOM_FIELD_3_VALUE (15003):
Custom field value for Creative with custom field ID equal to the ID in index 3 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 3 is of type STRING.- CREATIVE_CUSTOM_FIELD_4_VALUE (15004):
Custom field value for Creative with custom field ID equal to the ID in index 4 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 4 is of type STRING.- CREATIVE_CUSTOM_FIELD_5_VALUE (15005):
Custom field value for Creative with custom field ID equal to the ID in index 5 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 5 is of type STRING.- CREATIVE_CUSTOM_FIELD_6_VALUE (15006):
Custom field value for Creative with custom field ID equal to the ID in index 6 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 6 is of type STRING.- CREATIVE_CUSTOM_FIELD_7_VALUE (15007):
Custom field value for Creative with custom field ID equal to the ID in index 7 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 7 is of type STRING.- CREATIVE_CUSTOM_FIELD_8_VALUE (15008):
Custom field value for Creative with custom field ID equal to the ID in index 8 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 8 is of type STRING.- CREATIVE_CUSTOM_FIELD_9_VALUE (15009):
Custom field value for Creative with custom field ID equal to the ID in index 9 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 9 is of type STRING.- CREATIVE_CUSTOM_FIELD_10_VALUE (15010):
Custom field value for Creative with custom field ID equal to the ID in index 10 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 10 is of type STRING.- CREATIVE_CUSTOM_FIELD_11_VALUE (15011):
Custom field value for Creative with custom field ID equal to the ID in index 11 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 11 is of type STRING.- CREATIVE_CUSTOM_FIELD_12_VALUE (15012):
Custom field value for Creative with custom field ID equal to the ID in index 12 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 12 is of type STRING.- CREATIVE_CUSTOM_FIELD_13_VALUE (15013):
Custom field value for Creative with custom field ID equal to the ID in index 13 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 13 is of type STRING.- CREATIVE_CUSTOM_FIELD_14_VALUE (15014):
Custom field value for Creative with custom field ID equal to the ID in index 14 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 14 is of type STRING.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_0_OPTION_ID (16000):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 0 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_1_OPTION_ID (16001):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 1 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_2_OPTION_ID (16002):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 2 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_3_OPTION_ID (16003):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 3 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_4_OPTION_ID (16004):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 4 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_5_OPTION_ID (16005):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 5 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_6_OPTION_ID (16006):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 6 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_7_OPTION_ID (16007):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 7 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_8_OPTION_ID (16008):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 8 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_9_OPTION_ID (16009):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 9 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_10_OPTION_ID (16010):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 10 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_11_OPTION_ID (16011):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 11 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_12_OPTION_ID (16012):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 12 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_13_OPTION_ID (16013):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 13 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_14_OPTION_ID (16014):
Custom field option ID for Backfill line item with custom field ID equal to the ID in index 14 of
ReportDefinition.line_item_custom_field_ids.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_0_VALUE (17000):
Custom field value for Backfill line item with custom field ID equal to the ID in index 0 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 0 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_1_VALUE (17001):
Custom field value for Backfill line item with custom field ID equal to the ID in index 1 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 1 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_2_VALUE (17002):
Custom field value for Backfill line item with custom field ID equal to the ID in index 2 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 2 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_3_VALUE (17003):
Custom field value for Backfill line item with custom field ID equal to the ID in index 3 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 3 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_4_VALUE (17004):
Custom field value for Backfill line item with custom field ID equal to the ID in index 4 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 4 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_5_VALUE (17005):
Custom field value for Backfill line item with custom field ID equal to the ID in index 5 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 5 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_6_VALUE (17006):
Custom field value for Backfill line item with custom field ID equal to the ID in index 6 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 6 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_7_VALUE (17007):
Custom field value for Backfill line item with custom field ID equal to the ID in index 7 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 7 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_8_VALUE (17008):
Custom field value for Backfill line item with custom field ID equal to the ID in index 8 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 8 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_9_VALUE (17009):
Custom field value for Backfill line item with custom field ID equal to the ID in index 9 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 9 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_10_VALUE (17010):
Custom field value for Backfill line item with custom field ID equal to the ID in index 10 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 10 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_11_VALUE (17011):
Custom field value for Backfill line item with custom field ID equal to the ID in index 11 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 11 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_12_VALUE (17012):
Custom field value for Backfill line item with custom field ID equal to the ID in index 12 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 12 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_13_VALUE (17013):
Custom field value for Backfill line item with custom field ID equal to the ID in index 13 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 13 is of typeSTRINGorDROPDOWN.- BACKFILL_LINE_ITEM_CUSTOM_FIELD_14_VALUE (17014):
Custom field value for Backfill line item with custom field ID equal to the ID in index 14 of
ReportDefinition.line_item_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 14 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_0_OPTION_ID (18000):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 0 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_1_OPTION_ID (18001):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 1 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_2_OPTION_ID (18002):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 2 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_3_OPTION_ID (18003):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 3 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_4_OPTION_ID (18004):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 4 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_5_OPTION_ID (18005):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 5 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_6_OPTION_ID (18006):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 6 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_7_OPTION_ID (18007):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 7 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_8_OPTION_ID (18008):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 8 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_9_OPTION_ID (18009):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 9 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_10_OPTION_ID (18010):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 10 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_11_OPTION_ID (18011):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 11 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_12_OPTION_ID (18012):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 12 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_13_OPTION_ID (18013):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 13 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_14_OPTION_ID (18014):
Custom field option ID for Backfill order with custom field ID equal to the ID in index 14 of
ReportDefinition.order_custom_field_ids.- BACKFILL_ORDER_CUSTOM_FIELD_0_VALUE (19000):
Custom field value for Backfill order with custom field ID equal to the ID in index 0 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 0 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_1_VALUE (19001):
Custom field value for Backfill order with custom field ID equal to the ID in index 1 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 1 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_2_VALUE (19002):
Custom field value for Backfill order with custom field ID equal to the ID in index 2 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 2 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_3_VALUE (19003):
Custom field value for Backfill order with custom field ID equal to the ID in index 3 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 3 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_4_VALUE (19004):
Custom field value for Backfill order with custom field ID equal to the ID in index 4 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 4 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_5_VALUE (19005):
Custom field value for Backfill order with custom field ID equal to the ID in index 5 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 5 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_6_VALUE (19006):
Custom field value for Backfill order with custom field ID equal to the ID in index 6 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 6 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_7_VALUE (19007):
Custom field value for Backfill order with custom field ID equal to the ID in index 7 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 7 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_8_VALUE (19008):
Custom field value for Backfill order with custom field ID equal to the ID in index 8 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 8 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_9_VALUE (19009):
Custom field value for Backfill order with custom field ID equal to the ID in index 9 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 9 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_10_VALUE (19010):
Custom field value for Backfill order with custom field ID equal to the ID in index 10 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 10 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_11_VALUE (19011):
Custom field value for Backfill order with custom field ID equal to the ID in index 11 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 11 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_12_VALUE (19012):
Custom field value for Backfill order with custom field ID equal to the ID in index 12 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 12 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_13_VALUE (19013):
Custom field value for Backfill order with custom field ID equal to the ID in index 13 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 13 is of typeSTRINGorDROPDOWN.- BACKFILL_ORDER_CUSTOM_FIELD_14_VALUE (19014):
Custom field value for Backfill order with custom field ID equal to the ID in index 14 of
ReportDefinition.order_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 14 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_0_OPTION_ID (20000):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 0 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_1_OPTION_ID (20001):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 1 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_2_OPTION_ID (20002):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 2 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_3_OPTION_ID (20003):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 3 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_4_OPTION_ID (20004):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 4 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_5_OPTION_ID (20005):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 5 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_6_OPTION_ID (20006):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 6 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_7_OPTION_ID (20007):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 7 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_8_OPTION_ID (20008):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 8 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_9_OPTION_ID (20009):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 9 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_10_OPTION_ID (20010):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 10 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_11_OPTION_ID (20011):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 11 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_12_OPTION_ID (20012):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 12 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_13_OPTION_ID (20013):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 13 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_14_OPTION_ID (20014):
Custom field option ID for Backfill creative with custom field ID equal to the ID in index 14 of
ReportDefinition.creative_custom_field_ids.- BACKFILL_CREATIVE_CUSTOM_FIELD_0_VALUE (21000):
Custom field value for Backfill creative with custom field ID equal to the ID in index 0 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 0 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_1_VALUE (21001):
Custom field value for Backfill creative with custom field ID equal to the ID in index 1 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 1 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_2_VALUE (21002):
Custom field value for Backfill creative with custom field ID equal to the ID in index 2 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 2 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_3_VALUE (21003):
Custom field value for Backfill creative with custom field ID equal to the ID in index 3 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 3 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_4_VALUE (21004):
Custom field value for Backfill creative with custom field ID equal to the ID in index 4 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 4 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_5_VALUE (21005):
Custom field value for Backfill creative with custom field ID equal to the ID in index 5 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 5 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_6_VALUE (21006):
Custom field value for Backfill creative with custom field ID equal to the ID in index 6 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 6 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_7_VALUE (21007):
Custom field value for Backfill creative with custom field ID equal to the ID in index 7 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 7 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_8_VALUE (21008):
Custom field value for Backfill creative with custom field ID equal to the ID in index 8 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 8 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_9_VALUE (21009):
Custom field value for Backfill creative with custom field ID equal to the ID in index 9 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 9 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_10_VALUE (21010):
Custom field value for Backfill creative with custom field ID equal to the ID in index 10 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 10 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_11_VALUE (21011):
Custom field value for Backfill creative with custom field ID equal to the ID in index 11 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 11 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_12_VALUE (21012):
Custom field value for Backfill creative with custom field ID equal to the ID in index 12 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 12 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_13_VALUE (21013):
Custom field value for Backfill creative with custom field ID equal to the ID in index 13 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 13 is of typeSTRINGorDROPDOWN.- BACKFILL_CREATIVE_CUSTOM_FIELD_14_VALUE (21014):
Custom field value for Backfill creative with custom field ID equal to the ID in index 14 of
ReportDefinition.creative_custom_field_ids. Treats the value as a string. Can only be used if the custom field at index 14 is of typeSTRINGorDROPDOWN.- CUSTOM_DIMENSION_0_VALUE_ID (100000):
Custom Dimension Value ID for Custom Dimension with key equal to the key in index 0 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_1_VALUE_ID (100001):
Custom Dimension Value ID for Custom Dimension with key equal to the key in index 1 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_2_VALUE_ID (100002):
Custom Dimension Value ID for Custom Dimension with key equal to the key in index 2 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_3_VALUE_ID (100003):
Custom Dimension Value ID for Custom Dimension with key equal to the key in index 3 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_4_VALUE_ID (100004):
Custom Dimension Value ID for Custom Dimension with key equal to the key in index 4 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_5_VALUE_ID (100005):
Custom Dimension Value ID for Custom Dimension with key equal to the key in index 5 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_6_VALUE_ID (100006):
Custom Dimension Value ID for Custom Dimension with key equal to the key in index 6 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_7_VALUE_ID (100007):
Custom Dimension Value ID for Custom Dimension with key equal to the key in index 9 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_8_VALUE_ID (100008):
Custom Dimension Value ID for Custom Dimension with key equal to the key in index 8 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_9_VALUE_ID (100009):
Custom Dimension Value ID for Custom Dimension with key equal to the key in index 9 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_0_VALUE (101000):
Custom Dimension Value name for Custom Dimension with key equal to the ID in index 0 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_1_VALUE (101001):
Custom Dimension Value name for Custom Dimension with key equal to the ID in index 1 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_2_VALUE (101002):
Custom Dimension Value name for Custom Dimension with key equal to the ID in index 2 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_3_VALUE (101003):
Custom Dimension Value name for Custom Dimension with key equal to the ID in index 3 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_4_VALUE (101004):
Custom Dimension Value name for Custom Dimension with key equal to the ID in index 4 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_5_VALUE (101005):
Custom Dimension Value name for Custom Dimension with key equal to the ID in index 5 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_6_VALUE (101006):
Custom Dimension Value name for Custom Dimension with key equal to the ID in index 6 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_7_VALUE (101007):
Custom Dimension Value name for Custom Dimension with key equal to the ID in index 7 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_8_VALUE (101008):
Custom Dimension Value name for Custom Dimension with key equal to the ID in index 8 of
ReportDefinition.custom_dimension_key_ids.- CUSTOM_DIMENSION_9_VALUE (101009):
Custom Dimension Value name for Custom Dimension with key equal to the ID in index 9 of
ReportDefinition.custom_dimension_key_ids.
- class Field(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA dimension or a metric in a report.
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- class Filter(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA filter over one or more fields.
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- class FieldFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA filter on a specific field.
- field¶
Required. The field to filter on.
- operation¶
Required. The operation of this filter.
- values¶
Required. Values to filter to.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportValue]
- slice_¶
Optional. Use to filter on a specific slice of data.
This field is a member of oneof
_slice.
- time_period_index¶
Optional. When using time period columns, use this to filter on a specific column.
This field is a member of oneof
_time_period_index.- Type
- class FilterList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA list of filters.
- filters¶
Required. A list of filters.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportDefinition.Filter]
- class Operation(value)[source]¶
Bases:
proto.enums.EnumSupported filter operations.
- Values:
- IN (0):
For scalar operands, checks if the operand is in the set of provided filter values.
For list operands, checks if any element in the operand is in the set of provided filter values.
Default value.
- NOT_IN (1):
For scalar operands, checks that the operand is not in the set of provided filter values.
For list operands, checks that none of the elements in the operand is in the set of provided filter values.
- CONTAINS (2):
For scalar string operands, checks if the operand contains any of the provided filter substrings.
For string list operands, checks if any string in the operand contains any of the provided filter substrings.
- NOT_CONTAINS (3):
For scalar string operands, checks that the operand contains none of the provided filter substrings.
For string list operands, checks that none of the strings in the operand contain none of the provided filter substrings.
- LESS_THAN (4):
Operand is less than the provided filter value.
- LESS_THAN_EQUALS (5):
Operand is less than or equal to provided filter value.
- GREATER_THAN (6):
Operand is greater than provided filter value.
- GREATER_THAN_EQUALS (7):
Operand is greater than or equal to provided filter value.
- BETWEEN (8):
Operand is between provided filter values.
- MATCHES (9):
Operand matches against a regular expression or set of regular expressions (one must match).
- NOT_MATCHES (10):
Operand negative matches against a regular expression or set of regular expressions (none must match).
- class Flag(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA flag for a report. Flags are used show if certain thresholds are met. Result rows that match the filter will have the corresponding [MetricValueGroup.flagValues][MetricValueGroup] index set to true. For more information about flags see: https://support.google.com/admanager/answer/15079975
- filters¶
Required. Filters to apply for the flag.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportDefinition.Filter]
- class Metric(value)[source]¶
Bases:
proto.enums.EnumReporting metrics.
- Values:
- METRIC_UNSPECIFIED (0):
Default value. This value is unused.
- ACTIVE_USERS (223):
The number of people who engaged with your site or app in the specified date range from Google Analytics.
Corresponds to “Active users” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ACTIVE_VIEW_AUDIBLE_AT_START_PERCENT (445):
Number of impressions with unmuted playback at start.
Corresponds to “Active View % audible at start” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_AUDIBLE_IMPRESSIONS (659):
Total Active View audible impressions
Corresponds to “Total Active View audible impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ACTIVE_VIEW_AUDIBLE_THROUGH_COMPLETION_PERCENT (446):
Number of impressions with unmuted playback through the entire stream.
Corresponds to “Active View % audible through completion” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_AUDIBLE_THROUGH_FIRST_QUARTILE_PERCENT (447):
Number of impressions with unmuted playback through at least 25%.
Corresponds to “Active View % audible through first quartile” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_AUDIBLE_THROUGH_MIDPOINT_PERCENT (448):
Number of impressions with unmuted playback through at least 50%.
Corresponds to “Active View % audible through midpoint” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_AUDIBLE_THROUGH_THIRD_QUARTILE_PERCENT (449):
Number of impressions with unmuted playback through at least 75%.
Corresponds to “Active View % audible through third quartile” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_AUDIO_ENABLED_IMPRESSIONS (660):
Total Active View audio enabled impressions
Corresponds to “Total Active View audio eligible impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ACTIVE_VIEW_AUDIO_MEASURABLE_IMPRESSIONS (661):
Total Active View audio measurable impressions
Corresponds to “Total Active View audio measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME (61):
Active View total average time in seconds that specific impressions are reported as being viewable.
Corresponds to “Total Active View average viewable time (seconds)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS (58):
Total number of impressions that were eligible to measure viewability.
Corresponds to “Total Active View eligible impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ACTIVE_VIEW_EVER_AUDIBLE_BACKGROUNDED_PERCENT (450):
Number of impressions where the ad player is in the background at any point during playback with volume > 0.
Corresponds to “Active View % ever audible while backgrounded” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_EVER_AUDIBLE_PERCENT (451):
Number of impressions where volume > 0 at any point.
Corresponds to “Active View % ever audible” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_EVER_BACKGROUNDED_PERCENT (452):
Number of impressions where the ad player is in the background at any point during playback.
Corresponds to “Active View % ever backgrounded” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_EVER_MUTED_PERCENT (453):
Number of impressions where volume = 0 at any point.
Corresponds to “Active View % ever muted” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_IMPRESSIONS_AUDIBLE_AND_VISIBLIE_AT_COMPLETION (411):
The number of measurable impressions that were played to video completion, and also audible and visible at the time of completion.
Corresponds to “Total Active View impressions audible and visible at completion” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ACTIVE_VIEW_MEASURABLE_IMPRESSIONS (57):
The total number of impressions that were sampled and measured by active view.
Corresponds to “Total Active View measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE (60):
The percentage of total impressions that were measurable by active view (out of all the total impressions sampled for active view).
Corresponds to “Total Active View % measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS (662):
Total Active View non-measurable impressions
Corresponds to “Total Active View non-measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS (663):
Total Active View non-viewable impressions
Corresponds to “Total Active View non-viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION (664):
Total Active View non-viewable impressions distribution
Corresponds to “Total Active View non-viewable impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_PERCENT_AUDIBLE_IMPRESSIONS (665):
Total Active View percent audible impressions
Corresponds to “Total Active View % audible impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_PLUS_MEASURABLE_COUNT (454):
Number of impressions where we were able to collect Active View+ signals.
Corresponds to “Active View+ measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ACTIVE_VIEW_REVENUE (414):
Revenue generated from Active View impressions.
Corresponds to “Total Active View revenue” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION (666):
Total Active View undetermined impressions distribution
Corresponds to “Total Active View undetermined impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_VIEWABLE_IMPRESSIONS (56):
The total number of impressions viewed on the user’s screen.
Corresponds to “Total Active View viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION (667):
Total Active View viewable impressions distribution
Corresponds to “Total Active View viewable impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE (59):
The percentage of total impressions viewed on the user’s screen (out of the total impressions measurable by active view).
Corresponds to “Total Active View % viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ADSENSE_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME (73):
Active View AdSense average time in seconds that specific impressions are reported as being viewable.
Corresponds to “AdSense Active View average viewable time (seconds)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- ADSENSE_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS (70):
Total number of impressions delivered by AdSense that were eligible to measure viewability.
Corresponds to “AdSense Active View eligible impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ADSENSE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS (69):
The number of impressions delivered by AdSense that were sampled, and measurable by active view.
Corresponds to “AdSense Active View measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ADSENSE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE (72):
The percentage of impressions delivered by AdSense that were measurable by active view (out of all AdSense impressions sampled for active view).
Corresponds to “AdSense Active View % measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ADSENSE_ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS (642):
AdSense Active View non-measurable impressions
Corresponds to “AdSense Active View non-measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ADSENSE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS (643):
AdSense Active View non-viewable impressions
Corresponds to “AdSense Active View non-viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ADSENSE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION (644):
AdSense Active View non-viewable impressions distribution
Corresponds to “AdSense Active View non-viewable impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ADSENSE_ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION (645):
AdSense Active View undetermined impressions distribution
Corresponds to “AdSense Active View undetermined impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS (68):
The number of impressions delivered by AdSense viewed on the user’s screen.
Corresponds to “AdSense Active View viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION (646):
AdSense Active View viewable impressions distribution
Corresponds to “AdSense Active View viewable impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ADSENSE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE (71):
The percentage of impressions delivered by AdSense viewed on the user’s screen (out of AdSense impressions measurable by active view).
Corresponds to “AdSense Active View % viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ADSENSE_AVERAGE_ECPM (26):
The average effective cost-per-thousand-impressions earned from the ads delivered by AdSense through line item dynamic allocation.
Corresponds to “AdSense average eCPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- ADSENSE_CLICKS (23):
Number of clicks delivered by AdSense demand channel.
Corresponds to “AdSense clicks” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ADSENSE_CTR (24):
The ratio of impressions served by AdSense that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. The AdSense CTR is calculated as: (AdSense clicks / AdSense impressions).
Corresponds to “AdSense CTR” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ADSENSE_IMPRESSIONS (22):
Total impressions delivered by AdSense.
Corresponds to “AdSense impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ADSENSE_PERCENT_CLICKS (28):
Ratio of clicks delivered by AdSense through line item dynamic allocation in relation to the total clicks delivered.
Corresponds to “AdSense clicks (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ADSENSE_PERCENT_IMPRESSIONS (27):
Ratio of impressions delivered by AdSense through line item dynamic allocation in relation to the total impressions delivered.
Corresponds to “AdSense impressions (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ADSENSE_PERCENT_REVENUE (29):
Ratio of revenue generated by AdSense through line item dynamic allocation in relation to the total revenue.
Corresponds to “AdSense revenue (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ADSENSE_PERCENT_REVENUE_WITHOUT_CPD (30):
Ratio of revenue generated by AdSense through line item dynamic allocation in relation to the total revenue (excluding CPD).
Corresponds to “AdSense revenue w/o CPD (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ADSENSE_RESPONSES_SERVED (41):
The total number of times that an AdSense ad is delivered.
Corresponds to “AdSense responses served” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ADSENSE_REVENUE (25):
Revenue generated from AdSense through line item dynamic allocation, calculated in the network’s currency and time zone.
Corresponds to “AdSense revenue” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_EXCHANGE_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME (79):
Active View AdExchange average time in seconds that specific impressions are reported as being viewable.
Corresponds to “Ad Exchange Active View average viewable time (seconds)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- AD_EXCHANGE_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS (76):
Total number of impressions delivered by Ad Exchange that were eligible to measure viewability.
Corresponds to “Ad Exchange Active View eligible impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS (75):
The number of impressions delivered by Ad Exchange that were sampled, and measurable by active view.
Corresponds to “Ad Exchange Active View measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE (78):
The percentage of impressions delivered by Ad Exchange that were measurable by active view (out of all Ad Exchange impressions sampled for active view).
Corresponds to “Ad Exchange Active View % measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS (654):
Ad Exchange Active View non-measurable impressions
Corresponds to “Ad Exchange Active View non-measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS (655):
Ad Exchange Active View non-viewable impressions
Corresponds to “Ad Exchange Active View non-viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION (656):
Ad Exchange Active View non-viewable impressions distribution
Corresponds to “Ad Exchange Active View non-viewable impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION (657):
Ad Exchange Active View undetermined impressions distribution
Corresponds to “Ad Exchange Active View undetermined impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS (74):
The number of impressions delivered by Ad Exchange viewed on the user’s screen.
Corresponds to “Ad Exchange Active View viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION (658):
Ad Exchange Active View viewable impressions distribution
Corresponds to “Ad Exchange Active View viewable impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE (77):
The percentage of impressions delivered by Ad Exchange viewed on the user’s screen (out of Ad Exchange impressions measurable by active view).
Corresponds to “Ad Exchange Active View % viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_AVERAGE_ECPM (18):
The average effective cost-per-thousand-impressions earned from the ads delivered by Ad Exchange through line item dynamic allocation.
Corresponds to “Ad Exchange average eCPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_EXCHANGE_CLICKS (15):
Number of clicks delivered by the Ad Exchange.
Corresponds to “Ad Exchange clicks” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_CPC (244):
The average effective cost-per-click earned from the ads delivered by Ad Exchange through line item dynamic allocation.
Corresponds to “Ad Exchange CPC” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_EXCHANGE_CTR (16):
The ratio of impressions served by the Ad Exchange that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. Ad Exchange CTR is calculated as: (Ad Exchange clicks / Ad Exchange impressions).
Corresponds to “Ad Exchange CTR” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_DELIVERY_RATE (245):
Ratio of impressions delivered by Ad Exchange through line item dynamic allocation to ad requests.
Corresponds to “Ad Exchange delivery rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_IMPRESSIONS (14):
Total impressions delivered by the Ad Exchange.
Corresponds to “Ad Exchange impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_IMPRESSIONS_PER_AD_VIEWER (427):
The total number of impressions based on the number of ad viewers.
Corresponds to “Ad Exchange impressions per ad viewer” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- AD_EXCHANGE_IMPRESSIONS_PER_SESSION (428):
The total number of impressions based on the number of sessions.
Corresponds to “Ad Exchange impressions per session” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- AD_EXCHANGE_LIFT (246):
The increase in revenue gained for won impressions over the applicable third party price (the minimum CPM or the best price specified during dynamic allocation),
Corresponds to “Ad Exchange lift earnings” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_MATCHED_REQUEST_CTR (247):
The ratio of matched ad requests served by the Ad Exchange that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. Ad Exchange Matched Request CTR is calculated as: (Ad Exchange clicks / Ad Exchange Macthed Ad Requests).
Corresponds to “Ad Exchange matched request CTR” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_MATCHED_REQUEST_ECPM (248):
The average effective cost per thousand matched ad requests earned from the ads delivered by Ad Exchange through line item dynamic allocation.
Corresponds to “Ad Exchange matched request eCPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_EXCHANGE_MATCH_RATE (249):
The number of responses served divided by the number of queries eligible in ad exchange.
Corresponds to “Ad Exchange match rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_OPPORTUNITIES_FROM_ERRORS (250):
Total opportunities from video VAST error within the waterfall for backfill ads.
Corresponds to “Ad Exchange opportunities from errors” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_OPPORTUNITIES_FROM_IMPRESSIONS (251):
Number of opportunities from impressions within the waterfall for backfill ads.
Corresponds to “Ad Exchange opportunities from impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_PERCENT_CLICKS (20):
Ratio of clicks delivered by Ad Exchange through line item dynamic allocation in relation to the total clicks delivered.
Corresponds to “Ad Exchange clicks (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_PERCENT_IMPRESSIONS (19):
Ratio of impressions delivered by Ad Exchange through line item dynamic allocation in relation to the total impressions delivered.
Corresponds to “Ad Exchange impressions (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_PERCENT_REVENUE (21):
Ratio of revenue generated by Ad Exchange through line item dynamic allocation in relation to the total revenue.
Corresponds to “Ad Exchange revenue (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_PERCENT_REVENUE_WITHOUT_CPD (31):
Ratio of revenue generated by Ad Exchange through line item dynamic allocation in relation to the total revenue (excluding CPD).
Corresponds to “Ad Exchange revenue w/o CPD (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_PLUS_YIELD_GROUP_ECPM (252):
The average effective cost-per-thousand-impressions earned from the ads delivered by Ad Exchange through line item dynamic allocation and yield group partners.
Corresponds to “Ad Exchange plus yield group eCPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_EXCHANGE_PLUS_YIELD_GROUP_IMPRESSIONS (253):
Total impressions delivered by the Ad Exchange and third-party networks.
Corresponds to “Ad Exchange plus yield group impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_PLUS_YIELD_GROUP_REVENUE (254):
Revenue generated from the Ad Exchange and Yield Group, calculated in your network’s currency and time zone.
Corresponds to “Ad Exchange plus yield group revenue” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_EXCHANGE_RESPONSES_SERVED (42):
The total number of times that an Ad Exchange ad is delivered.
Corresponds to “Ad Exchange responses served” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_REVENUE (17):
Revenue generated from the Ad Exchange through line item dynamic allocation, calculated in your network’s currency and time zone.
Corresponds to “Ad Exchange revenue” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_EXCHANGE_REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT (212):
The Ad Exchange revenue accrued in the child network’s own account but paid to their parent network through auto-payment. This metric is only relevant for a “Manage Account” child network.
Corresponds to “Ad Exchange revenue paid through MCM auto-payment” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_EXCHANGE_REVENUE_PER_AD_VIEWER (429):
The total amount of Ad Exchange revenue based on the number of ad viewers.
Corresponds to “Ad Exchange revenue per ad viewer” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_EXCHANGE_TOTAL_REQUESTS (255):
The number of programmatic eligible queries in Ad Exchange.
Corresponds to “Ad Exchange total requests” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_EXCHANGE_TOTAL_REQUEST_CTR (256):
The ratio of total ad requests served by the Ad Exchange that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. Ad Exchange Total Request CTR is calculated as: (Ad Exchange clicks / Ad Exchange Total Ad Requests).
Corresponds to “Ad Exchange total request CTR” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_EXCHANGE_TOTAL_REQUEST_ECPM (257):
The average effective cost per thousand ad requests earned from the ads delivered by Ad Exchange through line item dynamic allocation and yield group partners.
Corresponds to “Ad Exchange total request eCPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_EXPOSURE_SECONDS (241):
Length of time in seconds that an ad is visible on the user’s screen from Google Analytics.
Corresponds to “Ad exposure (seconds)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- AD_REQUESTS (38):
The total number of times that an ad request is sent to the ad server including dynamic allocation.
Corresponds to “Total ad requests” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME (67):
Active View ad server average time in seconds that specific impressions are reported as being viewable.
Corresponds to “Ad server Active View average viewable time (seconds)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- AD_SERVER_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS (64):
Total number of impressions delivered by the ad server that were eligible to measure viewability.
Corresponds to “Ad server Active View eligible impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS (63):
The number of impressions delivered by the ad server that were sampled, and measurable by active view.
Corresponds to “Ad server Active View measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS_RATE (66):
The percentage of impressions delivered by the ad server that were measurable by active view (out of all the ad server impressions sampled for active view).
Corresponds to “Ad server Active View % measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_SERVER_ACTIVE_VIEW_NON_MEASURABLE_IMPRESSIONS (332):
The number of impressions delivered by Ad Server that were not measured. For example, impressions where measurement was attempted but failed.
Corresponds to “Ad server Active View non-measurable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS (331):
The number of impressions delivered by Ad Server that were measured by active view, but deemed not viewable.
Corresponds to “Ad server Active View non-viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_ACTIVE_VIEW_NON_VIEWABLE_IMPRESSIONS_DISTRIBUTION (334):
The fraction of non-viewable impressions among eligible impressions from Ad Server in Active View reporting.”
Corresponds to “Ad server Active View non-viewable impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_SERVER_ACTIVE_VIEW_UNDETERMINED_IMPRESSIONS_DISTRIBUTION (335):
The fraction of non-eligible impressions among eligible impressions from Ad Server in Active View reporting.”
Corresponds to “Ad server Active View undetermined impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS (62):
The number of impressions delivered by the ad server viewed on the user’s screen.
Corresponds to “Ad server Active View viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_DISTRIBUTION (333):
The fraction of viewable impressions among eligible impressions from Ad Server in Active View reporting.
Corresponds to “Ad server Active View viewable impression distribution” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_SERVER_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE (65):
The percentage of impressions delivered by the ad server viewed on the user’s screen (out of the ad server impressions measurable by active view).
Corresponds to “Ad server Active View % viewable impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_SERVER_AVERAGE_ECPM (34):
Average effective cost-per-thousand-impressions earned from the ads delivered by the Google Ad Manager server.
Corresponds to “Ad server average eCPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_SERVER_AVERAGE_ECPM_WITHOUT_CPD (10):
Average effective cost-per-thousand-impressions earned from the ads delivered by the Google Ad Manager server, excluding CPD value.
Corresponds to “Ad server average eCPM w/o CPD” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_SERVER_BEGIN_TO_RENDER_IMPRESSIONS (262):
Total raw impressions counted when creative begins to render or the first frame of a video is shown.
Corresponds to “Ad server begin to render impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_CLICKS (7):
Total clicks served by the Google Ad Manager server. It usually takes about 30 minutes for new clicks to be recorded and added to the total displayed in reporting.
Corresponds to “Ad server clicks” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_COMPLETED_VIEWS (431):
The number of completed views for ad server.
Corresponds to “Ad server completed views” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_COVIEWED_IMPRESSIONS (554):
Total coviewed impressions delivered by the Ad Server.
Corresponds to “Ad server impressions (co-viewed)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_CPD_REVENUE (32):
CPD revenue earned, calculated in your network’s currency, for the ads delivered by the Google Ad Manager server. Sum of all booked revenue.
Corresponds to “Ad server CPD revenue” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_SERVER_CTR (8):
Ratio of impressions served by the Google Ad Manager server that resulted in users clicking on an ad. The clickthrough rate (CTR) is updated nightly. The ad server CTR is calculated as: (Ad server clicks / Ad server impressions).
Corresponds to “Ad server CTR” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_SERVER_GROSS_REVENUE (483):
Gross revenue earned, calculated in your network’s currency, for the ads delivered by the Google Ad Manager server. This includes pre-rev-share revenue for Programmatic traffic. This metric is to help with the transition from gross to net revenue reporting.
Corresponds to “Ad server total revenue (gross)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_SERVER_GROSS_REVENUE_WITHOUT_CPD (484):
Gross revenue earned, calculated in your network’s currency, for the ads delivered by the Google Ad Manager server, excluding CPD revenue. This includes pre-rev-share revenue for Programmatic traffic. This metric is to help with the transition from gross to net revenue reporting.
Corresponds to “Ad server CPM and CPC revenue (gross)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_SERVER_IMPRESSIONS (6):
Total impressions delivered by the Ad Server.
Corresponds to “Ad server impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_IMPRESSIONS_WITH_COMPANION (222):
Total impressions delivered by the Ad Server with companion impressions.
Corresponds to “Ad server impressions with companion” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_INACTIVE_BEGIN_TO_RENDER_IMPRESSIONS (338):
Impressions (via begin to render methodology) delivered by the Google Ad Manager server considered inactive, as defined by served to a device receiving ad or bid requests continuously for a session of greater than 16 hours without a “reset” event.
Corresponds to “Ad server inactive begin to render impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_PERCENT_CLICKS (12):
Ratio of clicks delivered by the Google Ad Manager server in relation to the total clicks delivered.
Corresponds to “Ad server clicks (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_SERVER_PERCENT_IMPRESSIONS (11):
Ratio of impressions delivered by the Google Ad Manager server in relation to the total impressions delivered.
Corresponds to “Ad server impressions (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_SERVER_PERCENT_REVENUE (35):
Ratio of revenue generated by the Google Ad Manager server in relation to the total revenue.
Corresponds to “Ad server revenue (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_SERVER_PERCENT_REVENUE_WITHOUT_CPD (13):
Ratio of revenue generated by the Google Ad Manager server (excluding CPD) in relation to the total revenue.
Corresponds to “Ad server revenue w/o CPD (%)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- AD_SERVER_RESPONSES_SERVED (40):
The total number of times that an ad is served by the ad server.
Corresponds to “Ad server responses served” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_REVENUE (33):
All CPM, CPC, and CPD revenue earned, calculated in your network’s currency, for the ads delivered by the Google Ad Manager server. Sum of all booked revenue.
Corresponds to “Ad server total revenue” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_SERVER_REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT (213):
The Google Ad Manager server revenue accrued in the child network’s own account but paid to their parent network through auto-payment. This metric is only relevant for a “Manage Account” child network.
Corresponds to “Ad server revenue paid through MCM auto-payment” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_SERVER_REVENUE_WITHOUT_CPD (9):
Revenue (excluding CPD) earned, calculated in your network’s currency, for the ads delivered by the Google Ad Manager server. Sum of all booked revenue.
Corresponds to “Ad server CPM and CPC revenue” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AD_SERVER_TARGETED_CLICKS (274):
The number of clicks delivered by the ad server by explicit custom criteria targeting.
Corresponds to “Ad server targeted clicks” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_TARGETED_IMPRESSIONS (275):
The number of impressions delivered by the ad server by explicit custom criteria targeting.
Corresponds to “Ad server targeted impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_TRACKED_ADS (264):
The number of tracked ads delivered by the ad server.
Corresponds to “Ad server tracked ads” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_UNFILTERED_BEGIN_TO_RENDER_IMPRESSIONS (261):
Total raw impressions counted when creative begins to render or the first frame of a video is shown, before invalid traffic filtrations by Ad Server.
Corresponds to “Ad server unfiltered begin to render impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_UNFILTERED_CLICKS (259):
Total clicks delivered by the Ad Server before spam filtering.
Corresponds to “Ad server unfiltered clicks” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_UNFILTERED_DOWNLOADED_IMPRESSIONS (260):
Total downloaded impressions delivered by the Ad Server before spam filtering.
Corresponds to “Ad server unfiltered downloaded impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_SERVER_UNFILTERED_IMPRESSIONS (260):
Deprecated. This metric has been renamed to
AD_SERVER_UNFILTERED_DOWNLOADED_IMPRESSIONS. The server will normalize any requests using this value toAD_SERVER_UNFILTERED_DOWNLOADED_IMPRESSIONS. This value will be removed on or after October 1, 2025.- AD_SERVER_UNFILTERED_TRACKED_ADS (263):
The number of tracked ads delivered by the ad server before invalid traffic filtrations.
Corresponds to “Ad server unfiltered tracked ads” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- AD_UNIT_EXPOSURE_SECONDS (242):
Length of time in seconds that an ad unit is visible on the user’s screen from Google Analytics.
Corresponds to “Ad unit exposure (seconds)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- AD_VIEWERS (425):
The number of users who viewed an ads on your site or app in the specified date range from Google Analytics.
Corresponds to “Ad viewers” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ATN_ADS_FAILED_TO_RENDER (430):
Number of ads that Ad Manager failed to render in the Ads traffic navigator report.
Corresponds to “Ads failed to render” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_ELIGIBLE_LINE_ITEMS (342):
Number of line items that matched an ad request in the Ads traffic navigator report.
Corresponds to “Eligible line items” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_ELIGIBLE_LINE_ITEMS_AD_REQUESTS (343):
Number of ad requests that contain eligible line items for the auction in the Ads traffic navigator report.
Corresponds to “Ad requests with eligible line items” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_HBT_ALLOWED_AD_REQUESTS (344):
Number of ad requests that have header bidding trafficking demand in the Ads traffic navigator report.
Corresponds to “Ad requests allowing header bidding trafficking” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_HBT_BIDS_IN_AUCTION (345):
Number of header bidding trafficking bids that are able to match an ad request and enter the auction in the Ads traffic navigator report.
Corresponds to “Competing header bidding trafficking bids” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_HBT_BIDS_IN_AUCTION_AD_REQUESTS (346):
Number of header bidding trafficking ad requests with bids in auction in the Ads traffic navigator report.
Corresponds to “Ad requests with competing header bidding trafficking bids” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_HBT_CANDIDATE_BIDS (347):
Number of header bidding trafficking candidate bids that match an ad request in the Ads traffic navigator report.
Corresponds to “Header bidding trafficking bids” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_HBT_INVALID_AD_REQUESTS (348):
Number of invalid header bidding trafficking ad requests in the Ads traffic navigator report.
Corresponds to “Invalid ad requests allowing header bidding trafficking” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_HBT_NO_BIDS_AD_REQUESTS (472):
Number of header bidding trafficking ad requests with no bids in the Ads traffic navigator report.
Corresponds to “Header bidding trafficking ad requests with no bids” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_HBT_REJECTED_BIDS (349):
Number of header bidding trafficking bids that didn’t match the ad request in the Ads traffic navigator report.
Corresponds to “Rejected header bidding trafficking bids” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_HBT_VALID_AD_REQUESTS (350):
Number of ad requests with the header bidding trafficking demand that are valid in the Ads traffic navigator report.
Corresponds to “Valid header bidding trafficking ad requests” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_HBT_WITH_BIDS_AD_REQUESTS (473):
Number of header bidding trafficking ad requests with bids in the Ads traffic navigator report.
Corresponds to “Header bidding trafficking ad requests with bids” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_INVALID_AD_REQUESTS (351):
Ad requests that are not valid in the Ads traffic navigator report.
Corresponds to “Invalid ad requests” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_LINE_ITEMS_CREATIVE_NOT_RETRIEVED (476):
Number of line items with no creative retrieved in the Ads traffic navigator report.
Corresponds to “Creative not retrieved” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_LINE_ITEMS_IN_AUCTION (352):
Number of line items that matched an ad request and entered in auction in the Ads traffic navigator report.
Corresponds to “Competing line items” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_LINE_ITEMS_NOT_COMPETING (515):
Number of line items that were ranked but did not compete in auction in the Ads traffic navigator report.
Corresponds to “Non-competing line items” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_LINE_ITEMS_NOT_SELECTED (353):
Number of line items that matched an ad request but were not selected to compete in the auction in the Ads traffic navigator report.
Corresponds to “Not selected to compete” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_LINE_ITEM_IN_AUCTION_AD_REQUESTS (354):
Number of line item ad requests in auction in the Ads traffic navigator report.
Corresponds to “Ad requests with competing line items” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_LINE_ITEM_TARGETED_AD_REQUESTS (355):
Number of line item targeted ad requests in the Ads traffic navigator report.
Corresponds to “Ad requests with targeted line items” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_ALLOWED_AD_REQUESTS (356):
Number of ad requests with the mediation demand in the Ads traffic navigator report.
Corresponds to “Ad requests allowing mediation” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_INVALID_AD_REQUESTS (357):
Number of invalid mediation ad requests in the Ads traffic navigator report.
Corresponds to “Invalid ad requests allowing mediation” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_LOADED_ADS_FROM_CHAINS (358):
Number of times the Yield Partner’s ad was loaded in the Ads traffic navigator report.
Corresponds to “Loaded ads from chains” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_NO_PARTNER_AD_REQUESTS (474):
Number of ad requests with mediation demand having no partners in the Ads traffic navigator report.
Corresponds to “Mediation requests with no partners” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_PARTNERS_IN_AUCTION (359):
Number of mediation yield partners in auction in the Ads traffic navigator report.
Corresponds to “Competing mediation partners” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_PARTNERS_IN_AUCTION_AD_REQUESTS (360):
Number of ad requests in auction that serve mediation chains in the Ads traffic navigator report.
Corresponds to “Ad requests with competing mediation partners” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_REJECTED_PARTNERS (361):
Number of mediation partners that didn’t match an ad request in the Ads traffic navigator report.
Corresponds to “Rejected partners” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_TARGETED_PARTNERS (362):
Number of mediation partners that have targeted an ad request and are able to match it in the Ads traffic navigator report.
Corresponds to “Targeted mediation partners” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_TOTAL_YIELD_PARTNERS (442):
Number of partners on served mediation chains in the Ads traffic navigator report.
Corresponds to “Total yield partners” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_UNLOADED_ADS_FROM_CHAINS (363):
Number of ads from mediation chains that Ad Manager won’t serve in the Ads traffic navigator report.
Corresponds to “Unloaded ads from chains” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_UNUSED_BIDS_OR_PARTNERS (364):
Number of times the Yield Partner’s mediation chain ad was not reached in the Ads traffic navigator report.
Corresponds to “Unused bids or partners” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_VALID_AD_REQUESTS (365):
Number of ad requests that have mediation demand in the Ads traffic navigator report.
Corresponds to “Valid mediation ad requests” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_MEDIATION_WITH_PARTNERS_AD_REQUESTS (475):
Number of ad requests with mediation demand having partners in the Ads traffic navigator report.
Corresponds to “Ad requests with targeted mediation partners” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_AD_REQUESTS_WITH_BIDS (366):
Number of ad requests with programmatic demand that have received a bid in the Ads traffic navigator report.
Corresponds to “Ad requests with bids” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_AD_REQUESTS_WITH_BID_REQUESTS_SENT (367):
Number of ad requests with programmatic demand that have sent a bid to at least one buyer in the Ads traffic navigator report.
Corresponds to “Ad requests with bid requests sent” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_ALLOWED_AD_REQUESTS (368):
Number of ad requests with programmatic demand in the Ads traffic navigator report.
Corresponds to “Ad requests allowing programmatic” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_BIDS_IN_AUCTION (369):
Number of ads with programmatic bids that entered the auction in the Ads traffic navigator report.
Corresponds to “Competing programmatic bids” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_BID_IN_AUCTION_AD_REQUESTS (370):
Number of ad requests that have received eligible programmatic bids to compete in the auction in the Ads traffic navigator report.
Corresponds to “Ad requests with competing programmatic bids” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_BID_REQUESTS_SENT (371):
Number of programmatic callout bid requests sent to buyers in the Ads traffic navigator report.
Corresponds to “Bid requests sent” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_BID_REQUESTS_WITH_RESPONSE (372):
Number of programmatic callout bid requests that resulted with a response in the Ads traffic navigator report.
Corresponds to “Bid requests with response” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_BID_REQUEST_CANDIDATES (373):
All buyers that Ad Manager could potentially send a programmatic bid request to in the Ads traffic navigator report.
Corresponds to “Bid request candidates” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_BID_REQUEST_ERRORS (374):
Number of programmatic callout bid requests with errors in the Ads traffic navigator report.
Corresponds to “Bid request errors” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_INELIGIBLE_AD_REQUESTS (375):
Number of ad requests that are ineligible for programmatic in the Ads traffic navigator report.
Corresponds to “Invalid ad requests allowing programmatic” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_REJECTED_BIDS (376):
Number of programmatic callout bids rejected in the Ads traffic navigator report.
Corresponds to “Rejected bids” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_SKIPPED_BID_REQUESTS (377):
Number of programmatic callout bid requests Ad Manager won’t send to buyers in the Ads traffic navigator report.
Corresponds to “Skipped bid requests” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_TOTAL_BIDS (378):
Number of programmatic bids that Ad Manager received from buyers in the Ads traffic navigator report.
Corresponds to “Total programmatic bids” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_PROGRAMMATIC_VALID_AD_REQUESTS (379):
Number of ad requests that allow programmatic in the Ads traffic navigator report.
Corresponds to “Valid ad requests allowing programmatic” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_REJECTED_LINE_ITEMS (380):
Number of line items targeted that didn’t match an ad request in the Ads traffic navigator report.
Corresponds to “Rejected line items” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_SERVED_MEDIATION_CHAINS (381):
Number of mediation chains Ad Manager serves in the Ads traffic navigator report.
Corresponds to “Served mediation chains” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_SERVED_SINGLE_ADS (382):
Number of single ads served in the Ads traffic navigator report.
Corresponds to “Served single ads” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_TARGETED_LINE_ITEMS (383):
Number of line items with targeting that matches an ad request in the Ads traffic navigator report.
Corresponds to “Targeted line items” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_TOTAL_AD_REQUESTS (384):
Total number of ad requests which counts optimized pod request as a single request in the Ads traffic navigator report.
Corresponds to “Total ad requests (ATN)” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_TOTAL_COMPETING_ADS_IN_AUCTION (385):
Number of competing ads in auction in the Ads traffic navigator report.
Corresponds to “Total competing ads” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_TOTAL_LOADED_ADS (387):
Total number of ads loaded in the Ads traffic navigator report.
Corresponds to “Total loaded ads” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_VALID_AD_REQUESTS (389):
Ad requests that are valid in the Ads traffic navigator report.
Corresponds to “Valid ad requests” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- ATN_YIELD_GROUP_MEDIATION_PASSBACKS (390):
Number of times the Yield Partner passed-back on a Mediation chain ad in the Ads traffic navigator report.
Corresponds to “Yield group mediation passbacks” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- AVERAGE_ECPM (37):
eCPM averaged across the Google Ad Manager server, AdSense, and Ad Exchange.
Corresponds to “Total average eCPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AVERAGE_ECPM_WITHOUT_CPD (5):
eCPM averaged across the Google Ad Manager server (excluding CPD), AdSense, and Ad Exchange.
Corresponds to “Total average eCPM w/o CPD” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AVERAGE_ENGAGEMENT_SECONDS_PER_SESSION (224):
Average user engagement seconds per session in Google Analytics.
Corresponds to “Average engagement time per session (seconds)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- AVERAGE_ENGAGEMENT_SECONDS_PER_USER (225):
Average user engagement seconds per user in Google Analytics.
Corresponds to “Average engagement time per user (seconds)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- AVERAGE_IMPRESSIONS_PER_UNIQUE_VISITOR (418):
The average number of unique users reached per ad impression.
Corresponds to “Average impressions/unique visitor” in the Ad Manager UI.
Compatible with the following report types:
REACHData format:
DOUBLE- AVERAGE_PURCHASE_REVENUE_PER_PAYING_USER (226):
Average total purchase revenue per user in Google Analytics.
Corresponds to “ARPPU” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AVERAGE_REVENUE_PER_USER (227):
Average revenue earned from each active user in Google Analytics.
Corresponds to “ARPU” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- AVERAGE_SESSION_SECONDS (228):
Average length of a session in Google Analytics.
Corresponds to “Average session duration (seconds)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- BIDS (443):
The number of bids.
Corresponds to “Bids” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- BID_AVERAGE_CPM (444):
The average CPM of the bids submitted by bidders.
Corresponds to “Average bid CPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- BOUNCE_RATE (433):
The ratio of (sessions - engaged sessions) / sessions.
Corresponds to “Bounce rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- CLICKS (2):
The number of times a user clicked on an ad.
Corresponds to “Total clicks” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- CODE_SERVED_COUNT (44):
The total number of times that the code for an ad is served by the ad server including dynamic allocation.
Corresponds to “Total code served count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- CPC_REVENUE (440):
Total amount of CPC revenue.
Corresponds to “CPC revenue” in the Ad Manager UI.
Compatible with the following report types:
Data format:
MONEY- CPM_REVENUE (441):
Total amount of CPM revenue.
Corresponds to “CPM revenue” in the Ad Manager UI.
Compatible with the following report types:
Data format:
MONEY- CREATIVE_LOAD_TIME_0_500_PERCENT (324):
Percent of creatives whose load time is between [0, 500ms).
Corresponds to “Creative load time 0 - 500ms (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- CREATIVE_LOAD_TIME_1000_2000_PERCENT (326):
Percent of creatives whose load time is between [1000, 2000ms).
Corresponds to “Creative load time 1s - 2s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- CREATIVE_LOAD_TIME_2000_4000_PERCENT (327):
Percent of creatives whose load time is between [2000, 4000ms).
Corresponds to “Creative load time 2s - 4s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- CREATIVE_LOAD_TIME_4000_8000_PERCENT (328):
Percent of creatives whose load time is between [4000, 8000ms).
Corresponds to “Creative load time 4s - 8s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- CREATIVE_LOAD_TIME_500_1000_PERCENT (325):
Percent of creatives whose load time is between [500, 1000ms).
Corresponds to “Creative load time 500ms - 1s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- CREATIVE_LOAD_TIME_GT_8000_PERCENT (329):
Percent of creatives load time is greater than 8000ms.
Corresponds to “Creative load time >8s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- CTR (3):
For standard ads, your ad clickthrough rate (CTR) is the number of ad clicks divided by the number of individual ad impressions expressed as a fraction. Ad CTR = Clicks / Ad impressions.
Corresponds to “Total CTR” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- DEALS_BIDS (542):
Number of bids received for a deal.
Corresponds to “Deals bids” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- DEALS_BID_RATE (543):
Bid rate for a deal.
Corresponds to “Deals bid rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- DEALS_BID_REQUESTS (544):
Number of bid requests sent for a deal.
Corresponds to “Deals bid requests” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- DEALS_WINNING_BIDS (545):
Number of winning bids for a deal.
Corresponds to “Deals winning bids” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- DEALS_WIN_RATE (546):
Bid win rate for a deal.
Corresponds to “Deals win rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- DOM_LOAD_TO_FIRST_AD_REQUEST_0_500_PERCENT (521):
Percent of dom load time to 1st ad request in [0, 500ms) range.
Corresponds to “Page navigation to first ad request time 0 - 500ms (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DOM_LOAD_TO_FIRST_AD_REQUEST_1000_2000_PERCENT (522):
Percent of dom load time to 1st ad request in [1000ms, 2000ms) range.
Corresponds to “Page navigation to first ad request time 1s - 2s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DOM_LOAD_TO_FIRST_AD_REQUEST_2000_4000_PERCENT (523):
Percent of dom load time to 1st ad request in [2000ms, 4000ms) range.
Corresponds to “Page navigation to first ad request time 2s - 4s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DOM_LOAD_TO_FIRST_AD_REQUEST_4000_8000_PERCENT (524):
Percent of dom load time to 1st ad request in [4000ms, 8000ms) range.
Corresponds to “Page navigation to first ad request time 4s - 8s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DOM_LOAD_TO_FIRST_AD_REQUEST_500_1000_PERCENT (525):
Percent of dom load time to 1st ad request in [500ms, 1000ms) range.
Corresponds to “Page navigation to first ad request time 500ms - 1s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DOM_LOAD_TO_FIRST_AD_REQUEST_GT_8000_PERCENT (520):
Percent of dom load time to 1st ad request in [8000ms, +inf) range.
Corresponds to “Page navigation to first ad request time >8s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DOM_LOAD_TO_TAG_LOAD_TIME_0_500_PERCENT (526):
Percent of dom load time to tag load time in [0, 500ms) range.
Corresponds to “Page navigation to tag loaded time 0 - 500ms (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DOM_LOAD_TO_TAG_LOAD_TIME_1000_2000_PERCENT (527):
Percent of dom load time to tag load time in [1000ms, 2000ms) range.
Corresponds to “Page navigation to tag loaded time 1s - 2s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DOM_LOAD_TO_TAG_LOAD_TIME_2000_4000_PERCENT (528):
Percent of dom load time to tag load time in [2000ms, 4000ms) range.
Corresponds to “Page navigation to tag loaded time 2s - 4s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DOM_LOAD_TO_TAG_LOAD_TIME_4000_8000_PERCENT (529):
Percent of dom load time to tag load time in [4000ms, 8000ms) range.
Corresponds to “Page navigation to tag loaded time 4s - 8s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DOM_LOAD_TO_TAG_LOAD_TIME_500_1000_PERCENT (531):
Percent of dom load time to tag load time in [500ms, 1000ms) range.
Corresponds to “Page navigation to tag loaded time 500ms - 1s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DOM_LOAD_TO_TAG_LOAD_TIME_GT_8000_PERCENT (530):
Percent of dom load time to tag load time in [8000ms, +inf) range.
Corresponds to “Page navigation to tag loaded time >8s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- DROPOFF_RATE (415):
Percentage of ad responses that didn’t result in an impression.
Corresponds to “Drop-off rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- ENGAGED_SESSIONS (229):
Engaged session count from Google Analytics.
Corresponds to “Engaged sessions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- ENGAGED_SESSIONS_PER_USER (230):
Engaged sessions per user from Google Analytics.
Corresponds to “Engaged sessions per user” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- ENGAGEMENT_RATE (426):
The ratio of engaged sessions to sessions.
Corresponds to “Engagement rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- EUROPEAN_REGULATIONS_CONSENT_RATE (270):
Percentage of European regulations messages where the user consented to all of the purposes and vendors.
Corresponds to “European regulations consent rate” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
PERCENT- EUROPEAN_REGULATIONS_CUSTOM_CONSENT_RATE (271):
Percentage of European regulations messages where users made a consent choice after selecting “Manage options”.
Corresponds to “European regulations custom consent rate” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
PERCENT- EUROPEAN_REGULATIONS_MESSAGES_SHOWN (272):
Number of times a European regulations message was shown to users.
Corresponds to “European regulations messages shown” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- EUROPEAN_REGULATIONS_NO_CONSENT_RATE (273):
Percentage of European regulations messages where the user rejected all purposes and vendors.
Corresponds to “European regulations no consent rate” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
PERCENT- FILL_RATE (258):
The rate at which an ad request is filled by the ad server including dynamic allocation.
Corresponds to “Total fill rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- GOOGLE_ANALYTICS_CLICKS (231):
The number of clicks joined with Google Analytics data.
Corresponds to “Google Analytics clicks” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- GOOGLE_ANALYTICS_CTR (232):
The click-through rate from Google Analytics data.
Corresponds to “Google Analytics CTR” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- GOOGLE_ANALYTICS_ECPM (233):
The eCPM revenue data from Google Analytics.
Corresponds to “Google Analytics eCPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- GOOGLE_ANALYTICS_IMPRESSIONS (234):
The number of impressions joined with Google Analytics data.
Corresponds to “Google Analytics impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- GOOGLE_ANALYTICS_REVENUE (235):
The amount of revenue joined with Google Analytics data.
Corresponds to “Google Analytics revenue” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- GOOGLE_ANALYTICS_VIEWS (236):
Number of views of a web site or mobile screen from Google Analytics.
Corresponds to “Views” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- GOOGLE_ANALYTICS_VIEWS_PER_USER (237):
Number of views per user from Google Analytics.
Corresponds to “Views per user” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- GOOGLE_SOLD_AUCTION_COVIEWED_IMPRESSIONS (129):
The number of coviewed impressions sold by Google in partner sales.
Corresponds to “Google-sold auction impressions (co-viewed)” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- GOOGLE_SOLD_AUCTION_IMPRESSIONS (128):
The number of auction impressions sold by Google in partner sales.
Corresponds to “Google-sold auction impressions” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- GOOGLE_SOLD_COVIEWED_IMPRESSIONS (131):
The number of coviewed impressions sold by Google in partner sales.
Corresponds to “Google-sold impressions (co-viewed)” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- GOOGLE_SOLD_IMPRESSIONS (130):
The number of impressions sold by Google in partner sales.
Corresponds to “Google-sold impressions” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- GOOGLE_SOLD_RESERVATION_COVIEWED_IMPRESSIONS (127):
The number of coviewed impressions sold by Google in partner sales.
Corresponds to “Google-sold reservation impressions (co-viewed)” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- GOOGLE_SOLD_RESERVATION_IMPRESSIONS (126):
The number of reservation impressions sold by Google in partner sales.
Corresponds to “Google-sold reservation impressions” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- IMPRESSIONS (1):
Total impressions from the Google Ad Manager server, AdSense, Ad Exchange, and yield group partners.
Corresponds to “Total impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- INACTIVE_BEGIN_TO_RENDER_IMPRESSIONS (407):
The number of impressions (via begin to render methodology) considered inactive, as defined by served to a device receiving ad or bid requests continuously for a session of greater than 16 hours without a “reset” event. Only applied to CTV ads.
Corresponds to “Inactive begin to render impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- INVENTORY_SHARES (547):
The total number of inventory shares
Corresponds to “Inventory shares” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- INVENTORY_SHARE_PARTNER_UNFILLED_OPPORTUNITIES (548):
The total number of partner unfilled opportunities from an inventory share
Corresponds to “Inventory share partner unfilled opportunities” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- INVOICED_IMPRESSIONS (404):
The number of invoiced impressions.
Corresponds to “Invoiced impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- INVOICED_UNFILLED_IMPRESSIONS (405):
The number of invoiced unfilled impressions.
Corresponds to “Invoiced unfilled impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- MEDIATION_CHAINS_FILLED (584):
The number of mediation chains that were filled.
Corresponds to “Mediation chains filled” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- MUTED_IMPRESSIONS (412):
The number of impressions where the user chose to mute the ad.
Corresponds to “Total muted impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- MUTE_ELIGIBLE_IMPRESSIONS (409):
The number of impressions that had the “Mute This Ad” overlay applied.
Corresponds to “Total mute eligible impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- OPPORTUNITIES (463):
The total number of opportunities from impressions and errors.
Corresponds to “Total opportunities” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- OVERDELIVERED_IMPRESSIONS (432):
The number of impressions that were overdelivered.
Corresponds to “Total overdelivered impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- PARTNER_SALES_FILLED_POD_REQUESTS (135):
The number of filled pod requests (filled by partner or Google) in partner sales.
Corresponds to “Filled pod requests” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- PARTNER_SALES_FILL_RATE (136):
The percent of filled requests to total ad requests in partner sales.
Corresponds to “Fill rate” in the Ad Manager UI.
Compatible with the following report types:
Data format:
PERCENT- PARTNER_SALES_PARTNER_MATCH_RATE (137):
The percent of partner filled requests to total ad requests in partner sales.
Corresponds to “Partner match rate” in the Ad Manager UI.
Compatible with the following report types:
Data format:
PERCENT- PARTNER_SALES_QUERIES (132):
The number of queries eligible for partner sales.
Corresponds to “Total partner sales ad requests” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- PARTNER_SALES_UNFILLED_IMPRESSIONS (133):
The number of partner unfilled impressions in partner sales. If a pod request is not filled by partner but filled by Google, this metric will still count 1.
Corresponds to “Partner unfilled impressions” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- PARTNER_SALES_UNMATCHED_QUERIES (134):
The number of partner unmatched queries in partner sales. If an ad request is not filled by partner but filled by Google, this metric will still count 1.
Corresponds to “Partner unmatched ad requests” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- PARTNER_SOLD_CODE_SERVED (125):
The number of code served sold by partner in partner sales.
Corresponds to “Partner-sold code served count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- PARTNER_SOLD_COVIEWED_IMPRESSIONS (124):
The number of coviewed impressions sold by partner in partner sales.
Corresponds to “Partner-sold impressions (co-viewed)” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- PARTNER_SOLD_IMPRESSIONS (123):
The number of impressions sold by partner in partner sales.
Corresponds to “Partner-sold impressions” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- PROGRAMMATIC_ELIGIBLE_AD_REQUESTS (177):
The total number of ad requests eligible for programmatic inventory, including Programmatic Guaranteed, Preferred Deals, backfill, and open auction.
Corresponds to “Programmatic eligible ad requests” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- PROGRAMMATIC_MATCH_RATE (178):
The number of programmatic responses served divided by the number of programmatic eligible ad requests. Includes Ad Exchange, Open Bidding, and Preferred Deals.
Corresponds to “Programmatic match rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- PROGRAMMATIC_RESPONSES_SERVED (176):
Total number of ad responses served from programmatic demand sources. Includes Ad Exchange, Open Bidding, and Preferred Deals.
Differs from AD_EXCHANGE_RESPONSES_SERVED, which doesn’t include Open Bidding ad requests.
Corresponds to “Programmatic responses served” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- REACH_IMPRESSIONS (416):
Number of impressions for reach reports.
Corresponds to “Total reach impressions” in the Ad Manager UI.
Compatible with the following report types:
REACHData format:
INTEGER- RESPONSES_SERVED (39):
The total number of times that an ad is served by the ad server including dynamic allocation.
Corresponds to “Total responses served” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RETENTION (238):
Retention of users in Google Analytics
Corresponds to “Retention” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- REVENUE (36):
Total amount of CPM, CPC, and CPD revenue based on the number of units served by the Google Ad Manager server, AdSense, Ad Exchange, and third-party Mediation networks.
Corresponds to “Total revenue” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT (214):
The total revenue accrued in the child network’s own account but paid to their parent network through auto-payment. This metric is only relevant for a “Manage Account” child network.
Corresponds to “Total revenue paid through MCM auto-payment” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- REVENUE_WITHOUT_CPD (4):
Total amount of revenue (excluding CPD) based on the number of units served by the Google Ad Manager server, AdSense, Ad Exchange, and third-party Mediation networks.
Corresponds to “Total CPM and CPC revenue” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- REWARDS_GRANTED (413):
The number of rewards granted to users from watching ads.
Corresponds to “Total rewards granted” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_AVERAGE_DISPLAY_TIME (587):
The average amount of time (in seconds) that each rich media ad is displayed to users.
Corresponds to “Average display time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- RICH_MEDIA_AVERAGE_INTERACTION_TIME (588):
The average amount of time (in seconds) that a user interacts with a rich media ad.
Corresponds to “Average interaction time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- RICH_MEDIA_BACKUP_IMAGES (589):
The total number of times a backup image is served in place of a rich media ad.
Corresponds to “Backup image impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_CUSTOM_EVENT_COUNT (599):
The number of times a user interacts with a specific part of a rich media ad.
Corresponds to “Custom event - count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_CUSTOM_EVENT_TIME (600):
The amount of time (in seconds) that a user interacts with a specific part of a rich media ad.
Corresponds to “Custom event - time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- RICH_MEDIA_DISPLAY_TIME (590):
The amount of time (in seconds) that each rich media ad is displayed to users.
Corresponds to “Total display time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- RICH_MEDIA_EXPANDING_TIME (591):
The average amount of time (in seconds) that an expanding ad is viewed in an expanded state.
Corresponds to “Average expanding time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- RICH_MEDIA_EXPANSIONS (592):
The number of times an expanding ad was expanded.
Corresponds to “Total expansions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_FULL_SCREEN_IMPRESSIONS (593):
The number of times a user opens a rich media ad in full screen mode.
Corresponds to “Full-screen impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_INTERACTION_COUNT (594):
The number of times that a user interacts with a rich media ad.
Corresponds to “Total interactions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_INTERACTION_RATE (595):
The ratio of rich media ad interactions to the number of times the ad was displayed.
Corresponds to “Interaction rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- RICH_MEDIA_INTERACTION_TIME (596):
The total amount of time (in seconds) that a user interacts with a rich media ad.
Corresponds to “Interaction time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- RICH_MEDIA_INTERACTIVE_IMPRESSIONS (597):
The number of impressions where a user interacted with a rich media ad.
Corresponds to “Interactive impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_MANUAL_CLOSES (598):
The number of times that a user manually closes a rich media ad.
Corresponds to “Manual closes” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_VIDEO_COMPLETES (503):
The number of times a rich media video was fully played.
Corresponds to “Rich media video completes” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_VIDEO_INTERACTIONS (505):
The number of times a user clicked on the graphical controls of a video player.
Corresponds to “Rich media total video interactions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_VIDEO_INTERACTION_RATE (504):
The ratio of video interactions to video plays. Represented as a percentage.
Corresponds to “Rich media video interaction rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- RICH_MEDIA_VIDEO_MIDPOINTS (506):
The number of times a rich media video was played up to midpoint.
Corresponds to “Rich media video midpoints” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_VIDEO_MUTES (507):
The number of times a rich media video was muted.
Corresponds to “Rich media video mutes” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_VIDEO_PAUSES (508):
The number of times a rich media video was paused.
Corresponds to “Rich media video pauses” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_VIDEO_PLAYS (509):
The number of times a rich media video was played.
Corresponds to “Rich media video plays” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_VIDEO_REPLAYS (510):
The number of times a rich media video was restarted.
Corresponds to “Rich media video replays” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_VIDEO_STOPS (511):
The number of times a rich media video was stopped.
Corresponds to “Rich media video stops” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_VIDEO_UNMUTES (512):
The number of times a rich media video was unmuted.
Corresponds to “Rich media video unmutes” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- RICH_MEDIA_VIDEO_VIEW_RATE (513):
The percentage of a video watched by a user.
Corresponds to “Rich media video view rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- RICH_MEDIA_VIDEO_VIEW_TIME (514):
The average amount of time(seconds) that a rich media video was viewed per view.
Corresponds to “Rich media video average view time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- SELL_THROUGH_AVAILABLE_IMPRESSIONS (477):
The number of forecasted impressions not reserved by any line item.
Corresponds to “Available impressions” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- SELL_THROUGH_FORECASTED_IMPRESSIONS (478):
The total number of forecasted impressions.
Corresponds to “Forecasted impressions” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- SELL_THROUGH_RESERVED_IMPRESSIONS (479):
The number of forecasted impressions reserved by line items.
Corresponds to “Reserved impressions” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- SELL_THROUGH_SELL_THROUGH_RATE (480):
The fraction of forecasted impressions reserved by line items.
Corresponds to “Sell-through rate” in the Ad Manager UI.
Compatible with the following report types:
Data format:
PERCENT- SERVER_SIDE_UNWRAPPING_AVERAGE_LATENCY_MS (434):
The average latency in milliseconds across all server-side unwrapping callout requests. There is no special handling for error or timeout responses. This reflects the entire chain of a parent callout request, which may result in multiple child callouts. This metric is not sliced by child callout dimensions.
Corresponds to “Server-side unwrapping average latency (milliseconds)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- SERVER_SIDE_UNWRAPPING_CALLOUTS (435):
The total number of server-side unwrapping callout requests.
Corresponds to “Server-side unwrapping callouts” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- SERVER_SIDE_UNWRAPPING_EMPTY_RESPONSES (436):
The total number of server-side unwrapping callouts that returned an empty response. Timeouts are not considered empty responses.
Corresponds to “Server-side unwrapping empty responses” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- SERVER_SIDE_UNWRAPPING_ERROR_RESPONSES (437):
The total number of server-side unwrapping callouts that returned an error response. Timeouts and empty responses are not considered errors.
Corresponds to “Server-side unwrapping error responses” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- SERVER_SIDE_UNWRAPPING_SUCCESSFUL_RESPONSES (438):
The total number of successfully unwrapped, non-empty server-side wrapping callouts. Successful unwrapping does not indicate that the resulting creative was served.
Corresponds to “Server-side unwrapping successful responses” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- SERVER_SIDE_UNWRAPPING_TIMEOUTS (439):
The total number of server-side unwrapping callouts that timed out before returning a response.
Corresponds to “Server-side unwrapping timeouts” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- SESSIONS (239):
Count of sessions from Google Analytics.
Corresponds to “Sessions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- TAG_LOAD_TO_FIRST_AD_REQUEST_0_500_PERCENT (455):
Percent of tag load time to 1st ad request in [0, 500ms) range.
Corresponds to “Tag loaded to first ad request time 0 - 500ms (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- TAG_LOAD_TO_FIRST_AD_REQUEST_1000_2000_PERCENT (457):
Percent of tag load time to 1st ad request in [1000ms, 2000ms) range.
Corresponds to “Tag loaded to first ad request time 1s - 2s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- TAG_LOAD_TO_FIRST_AD_REQUEST_2000_4000_PERCENT (458):
Percent of tag load time to 1st ad request in [2000ms, 4000ms) range.
Corresponds to “Tag loaded to first ad request time 2s - 4s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- TAG_LOAD_TO_FIRST_AD_REQUEST_4000_8000_PERCENT (459):
Percent of tag load time to 1st ad request in [4000ms, 8000ms) range.
Corresponds to “Tag loaded to first ad request time 4s - 8s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- TAG_LOAD_TO_FIRST_AD_REQUEST_500_1000_PERCENT (456):
Percent of tag load time to 1st ad request in [500ms, 1000ms) range.
Corresponds to “Tag loaded to first ad request time 500ms - 1s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- TAG_LOAD_TO_FIRST_AD_REQUEST_GT_8000_PERCENT (460):
Percent of tag load time to 1st ad request in [8000ms, +inf) range.
Corresponds to “Tag loaded to first ad request time >8s (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- TARGETED_CLICKS (276):
The total number of clicks delivered including line item-level dynamic allocation by explicit custom criteria targeting.
Corresponds to “Total targeted clicks” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- TARGETED_IMPRESSIONS (277):
The total number of impressions delivered including line item-level dynamic allocation by explicit custom criteria targeting.
Corresponds to “Total targeted impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- UNFILLED_IMPRESSIONS (45):
The total number of missed impressions due to the ad servers’ inability to find ads to serve including dynamic allocation.
Corresponds to “Unfilled impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- UNIQUE_VISITORS (417):
The total number of unique users who viewed the ad.
Corresponds to “Total unique visitors” in the Ad Manager UI.
Compatible with the following report types:
REACHData format:
INTEGER- UNLOADED_IMPRESSIONS_DUE_TO_CPU (408):
The number of impressions impacted by Chrome Ads Intervention due to CPU usage.
Corresponds to “Total unloaded impressions due to CPU” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- UNLOADED_IMPRESSIONS_DUE_TO_NETWORK (406):
The number of impressions impacted by Chrome Ads Intervention due to network usage.
Corresponds to “Total unloaded impressions due to Network” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- UNMATCHED_AD_REQUESTS (43):
The total number of times that an ad is not returned by the ad server.
Corresponds to “Total unmatched ad requests” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- UNVIEWED_REASON_OTHER_PERCENT (550):
The percentage of unviewed impressions due to other reasons.
Corresponds to “Other non-viewable impression reasons (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- UNVIEWED_REASON_SLOT_NEVER_ENTERED_VIEWPORT_PERCENT (553):
The percentage of unviewed impressions due to slot never entered viewport.
Corresponds to “Slot never entered viewport (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- UNVIEWED_REASON_USER_SCROLLED_BEFORE_AD_FILLED_PERCENT (551):
The percentage of unviewed impressions due to scrolled past before ad filled.
Corresponds to “User scrolled before ad filled (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- UNVIEWED_REASON_USER_SCROLLED_BEFORE_AD_LOADED_PERCENT (552):
The percentage of unviewed impressions due to scrolled past before ad loaded.
Corresponds to “User scrolled/navigated before ad loaded (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- UNVIEWED_REASON_USER_SCROLLED_BEFORE_ONE_SECOND_PERCENT (549):
The percentage of unviewed impressions due to insufficient time on screen.
Corresponds to “User scrolled/navigated before 1 second (%)” in the Ad Manager UI.
Compatible with the following report types:
AD_SPEEDData format:
PERCENT- USER_ENGAGEMENT_DURATION_IN_SECONDS (240):
Time of users interacting with web site or mobile app from Google Analytics in seconds.
Corresponds to “User engagement duration (seconds)” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- USER_MESSAGES_AD_BLOCKING_EXTENSION_RATE (486):
Fraction of page views where users had ad blocker extensions installed. Includes only Desktop page views.
Corresponds to “Ad blocking extension rate” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
PERCENT- USER_MESSAGES_AD_BLOCKING_RECOVERY_ALLOWLISTED_COUNT (487):
Number of ad-blocking messages shown in the selected date range that resulted in users adding the site to their allowlist to view ads
Corresponds to “Ad blocking recovery message conversions” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_AD_BLOCKING_RECOVERY_MESSAGES_SHOWN (488):
Number of times an ad blocking recovery message was shown to users.
Corresponds to “Ad blocking recovery messages shown” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_ALLOW_ADS_PAGEVIEWS (489):
The number of page views generated by users with an ad blocking extension installed who were shown the ad blocking recovery message and later allowed ads.
Corresponds to “Allow-ads page views” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_CCPA_MESSAGES_SHOWN (490):
Number of times a US state regulations message was shown to users.
Corresponds to “US states messages shown” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_IDFA_ATT_ALERTS_SHOWN (491):
Number of iOS ATT alerts that were triggered by an IDFA message (IDFA messages can be IDFA explainers or GDPR messages).
Corresponds to “IDFA ATT alerts shown” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_IDFA_ATT_CONSENT (492):
Number of iOS ATT alerts triggered by the IDFA message where the user chose to allow tracking.
Corresponds to “IDFA ATT consent” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_IDFA_ATT_CONSENT_RATE (493):
Percentage of iOS ATT alerts triggered by the IDFA message where the outcome was to allow tracking.
Corresponds to “IDFA ATT consent rate” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
PERCENT- USER_MESSAGES_IDFA_ATT_DECLINE_CONSENT (494):
Number of iOS ATT alerts triggered by the IDFA message where the user chose to deny tracking.
Corresponds to “IDFA ATT decline consent” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_IDFA_ATT_DECLINE_RATE (495):
Percentage of iOS ATT alerts triggered by the IDFA message where the user chose to deny tracking.
Corresponds to “IDFA ATT decline rate” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
PERCENT- USER_MESSAGES_IDFA_EXPLAINERS_SHOWN (496):
Number of times an IDFA explainer message was shown to users.
Corresponds to “IDFA explainers shown” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_IDFA_IAB_MESSAGES_SHOWN (497):
Number of times a European regulations message was shown immediately before the iOS ATT alert.
Corresponds to “IDFA IAB messages shown” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_IDFA_NO_DECISION (498):
Number of IDFA explainer messages where the user didn’t choose anything.
Corresponds to “IDFA no decision” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_OFFERWALL_MESSAGES_SHOWN (121):
Number of times an Offerwall message was shown to users.
Corresponds to “Offerwall messages shown” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_OFFERWALL_SUCCESSFUL_ENGAGEMENTS (122):
The number of messages where the user gained an entitlement.
Corresponds to “Monetized Offerwall engagements” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_POST_OFFERWALL_PAGEVIEWS (499):
The number of pages viewed by users after gaining an entitlement. Only counts pages included for Offerwall.
Corresponds to “Post-offerwall page views” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_TOTAL_ESTIMATED_REVENUE (500):
Revenue earned through Offerwall, including Rewarded ad revenue and third-party integrations.
Corresponds to “Estimated Offerwall revenue” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
MONEY- USER_MESSAGES_UPTC_MESSAGES_SHOWN (501):
Number of times an ads personalization controls message was shown to users.
Corresponds to “Ads personalization messages shown” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
INTEGER- USER_MESSAGES_UPTC_PERSONALIZATION_OPT_OUT_RATIO (502):
Percentage of ads personalization controls messages where users chose the opt-out option.
Corresponds to “Personalization opt-out ratio” in the Ad Manager UI.
Compatible with the following report types:
PRIVACY_AND_MESSAGINGData format:
PERCENT- VIDEO_ERROR_100_COUNT (180):
The number of errors of type 100 in reporting.
Corresponds to “VAST error 100 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_101_COUNT (181):
The number of errors of type 101 in reporting.
Corresponds to “VAST error 101 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_102_COUNT (182):
The number of errors of type 102 in reporting.
Corresponds to “VAST error 102 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_200_COUNT (183):
The number of errors of type 200 in reporting.
Corresponds to “VAST error 200 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_201_COUNT (184):
The number of errors of type 201 in reporting.
Corresponds to “VAST error 201 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_202_COUNT (185):
The number of errors of type 202 in reporting.
Corresponds to “VAST error 202 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_203_COUNT (186):
The number of errors of type 203 in reporting.
Corresponds to “VAST error 203 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_300_COUNT (187):
The number of errors of type 300 in reporting.
Corresponds to “VAST error 300 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_301_COUNT (188):
The number of errors of type 301 in reporting.
Corresponds to “VAST error 301 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_302_COUNT (189):
The number of errors of type 302 in reporting.
Corresponds to “VAST error 302 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_303_COUNT (190):
The number of errors of type 303 in reporting.
Corresponds to “VAST error 303 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_400_COUNT (191):
The number of errors of type 400 in reporting.
Corresponds to “VAST error 400 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_401_COUNT (192):
The number of errors of type 401 in reporting.
Corresponds to “VAST error 401 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_402_COUNT (193):
The number of errors of type 402 in reporting.
Corresponds to “VAST error 402 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_403_COUNT (194):
The number of errors of type 403 in reporting.
Corresponds to “VAST error 403 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_405_COUNT (195):
The number of errors of type 405 in reporting.
Corresponds to “VAST error 405 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_406_COUNT (196):
The number of errors of type 406 in reporting.
Corresponds to “VAST error 406 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_407_COUNT (197):
The number of errors of type 407 in reporting.
Corresponds to “VAST error 407 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_408_COUNT (198):
The number of errors of type 408 in reporting.
Corresponds to “VAST error 408 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_409_COUNT (199):
The number of errors of type 409 in reporting.
Corresponds to “VAST error 409 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_410_COUNT (200):
The number of errors of type 410 in reporting.
Corresponds to “VAST error 410 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_500_COUNT (201):
The number of errors of type 500 in reporting.
Corresponds to “VAST error 500 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_501_COUNT (202):
The number of errors of type 501 in reporting.
Corresponds to “VAST error 501 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_502_COUNT (203):
The number of errors of type 502 in reporting.
Corresponds to “VAST error 502 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_503_COUNT (204):
The number of errors of type 503 in reporting.
Corresponds to “VAST error 503 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_600_COUNT (205):
The number of errors of type 600 in reporting.
Corresponds to “VAST error 600 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_601_COUNT (206):
The number of errors of type 601 in reporting.
Corresponds to “VAST error 601 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_602_COUNT (207):
The number of errors of type 602 in reporting.
Corresponds to “VAST error 602 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_603_COUNT (208):
The number of errors of type 603 in reporting.
Corresponds to “VAST error 603 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_604_COUNT (209):
The number of errors of type 604 in reporting.
Corresponds to “VAST error 604 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_900_COUNT (210):
The number of errors of type 900 in reporting.
Corresponds to “VAST error 900 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_ERROR_901_COUNT (211):
The number of errors of type 901 in reporting.
Corresponds to “VAST error 901 count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_INTERACTION_AVERAGE_INTERACTION_RATE (92):
The number of user interactions with a video, on average, such as pause, full screen, mute, etc.
Corresponds to “Average interaction rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- VIDEO_INTERACTION_COLLAPSES (93):
The number of times a user collapses a video, either to its original size or to a different size.
Corresponds to “Collapses” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_INTERACTION_EXPANDS (95):
The number of times a user expands a video.
Corresponds to “Expands” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_INTERACTION_FULL_SCREENS (96):
The number of times ad clip played in full screen mode.
Corresponds to “Full screens” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_INTERACTION_MUTES (97):
The number of times video player was in mute state during play of ad clip.
Corresponds to “Mutes” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_INTERACTION_PAUSES (98):
The number of times user paused ad clip.
Corresponds to “Pauses” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_INTERACTION_RESUMES (99):
The number of times the user unpaused the video.
Corresponds to “Resumes” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_INTERACTION_REWINDS (100):
The number of times a user rewinds the video.
Corresponds to “Rewinds” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_INTERACTION_UNMUTES (101):
The number of times a user unmutes the video.
Corresponds to “Unmutes” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_INTERACTION_VIDEO_SKIPS (102):
The number of times a skippable video is skipped.
Corresponds to “Skips” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_MONETIZABLE_CONTENT_VIEWS (601):
The number of views for monetizable video content.
Corresponds to “Monetizable content views” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_REAL_TIME_CREATIVE_SERVES (139):
The number of total creative serves in video realtime reporting.
Corresponds to “Total creative serves” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_100_COUNT (143):
The number of errors of type 100 in video realtime reporting.
Corresponds to “VAST error 100 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_101_COUNT (144):
The number of errors of type 101 in video realtime reporting.
Corresponds to “VAST error 101 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_102_COUNT (145):
The number of errors of type 102 in video realtime reporting.
Corresponds to “VAST error 102 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_200_COUNT (146):
The number of errors of type 200 in video realtime reporting.
Corresponds to “VAST error 200 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_201_COUNT (147):
The number of errors of type 201 in video realtime reporting.
Corresponds to “VAST error 201 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_202_COUNT (148):
The number of errors of type 202 in video realtime reporting.
Corresponds to “VAST error 202 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_203_COUNT (149):
The number of errors of type 203 in video realtime reporting.
Corresponds to “VAST error 203 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_300_COUNT (150):
The number of errors of type 300 in video realtime reporting.
Corresponds to “VAST error 300 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_301_COUNT (151):
The number of errors of type 301 in video realtime reporting.
Corresponds to “VAST error 301 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_302_COUNT (152):
The number of errors of type 302 in video realtime reporting.
Corresponds to “VAST error 302 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_303_COUNT (153):
The number of errors of type 303 in video realtime reporting.
Corresponds to “VAST error 303 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_400_COUNT (154):
The number of errors of type 400 in video realtime reporting.
Corresponds to “VAST error 400 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_401_COUNT (155):
The number of errors of type 401 in video realtime reporting.
Corresponds to “VAST error 401 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_402_COUNT (156):
The number of errors of type 402 in video realtime reporting.
Corresponds to “VAST error 402 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_403_COUNT (157):
The number of errors of type 403 in video realtime reporting.
Corresponds to “VAST error 403 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_405_COUNT (158):
The number of errors of type 405 in video realtime reporting.
Corresponds to “VAST error 405 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_406_COUNT (159):
The number of errors of type 406 in video realtime reporting.
Corresponds to “VAST error 406 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_407_COUNT (160):
The number of errors of type 407 in video realtime reporting.
Corresponds to “VAST error 407 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_408_COUNT (161):
The number of errors of type 408 in video realtime reporting.
Corresponds to “VAST error 408 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_409_COUNT (162):
The number of errors of type 409 in video realtime reporting.
Corresponds to “VAST error 409 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_410_COUNT (163):
The number of errors of type 410 in video realtime reporting.
Corresponds to “VAST error 410 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_500_COUNT (164):
The number of errors of type 500 in video realtime reporting.
Corresponds to “VAST error 500 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_501_COUNT (165):
The number of errors of type 501 in video realtime reporting.
Corresponds to “VAST error 501 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_502_COUNT (166):
The number of errors of type 502 in video realtime reporting.
Corresponds to “VAST error 502 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_503_COUNT (167):
The number of errors of type 503 in video realtime reporting.
Corresponds to “VAST error 503 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_600_COUNT (168):
The number of errors of type 600 in video realtime reporting.
Corresponds to “VAST error 600 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_601_COUNT (169):
The number of errors of type 601 in video realtime reporting.
Corresponds to “VAST error 601 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_602_COUNT (170):
The number of errors of type 602 in video realtime reporting.
Corresponds to “VAST error 602 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_603_COUNT (171):
The number of errors of type 603 in video realtime reporting.
Corresponds to “VAST error 603 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_604_COUNT (172):
The number of errors of type 604 in video realtime reporting.
Corresponds to “VAST error 604 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_900_COUNT (173):
The number of errors of type 900 in video realtime reporting.
Corresponds to “VAST error 900 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_ERROR_901_COUNT (174):
The number of errors of type 901 in video realtime reporting.
Corresponds to “VAST error 901 count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_IMPRESSIONS (138):
The number of total impressions in video realtime reporting.
Corresponds to “Total impressions” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_MATCHED_QUERIES (140):
The number of matched queries in video realtime reporting.
Corresponds to “Total responses served” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_TOTAL_ERROR_COUNT (175):
The number of all errors in video realtime reporting.
Corresponds to “Total error count” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_TOTAL_QUERIES (142):
The number of total queries in video realtime reporting.
Corresponds to “Total ad requests” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_REAL_TIME_UNMATCHED_QUERIES (141):
The number of unmatched queries in video realtime reporting.
Corresponds to “Total unmatched ad requests” in the Ad Manager UI.
Compatible with the following report types:
Data format:
INTEGER- VIDEO_VIEWERSHIP_AUTO_PLAYS (103):
Number of times that the publisher specified a video ad played automatically.
Corresponds to “Auto-plays” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_VIEWERSHIP_AVERAGE_VIEW_RATE (104):
Average percentage of the video watched by users.
Corresponds to “Average view rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- VIDEO_VIEWERSHIP_AVERAGE_VIEW_TIME (105):
Average time(seconds) users watched the video.
Corresponds to “Average view time” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- VIDEO_VIEWERSHIP_CLICK_TO_PLAYS (106):
Number of times that the publisher specified a video ad was clicked to play.
Corresponds to “Click-to-plays” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_VIEWERSHIP_COMPLETES (107):
The number of times the video played to completion.
Corresponds to “Completes” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_VIEWERSHIP_COMPLETION_RATE (108):
Percentage of times the video played to the end.
Corresponds to “Completion rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- VIDEO_VIEWERSHIP_ENGAGED_VIEWS (109):
The number of engaged views: ad is viewed to completion or for 30s, whichever comes first.
Corresponds to “Engaged views” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_VIEWERSHIP_FIRST_QUARTILES (110):
The number of times the video played to 25% of its length.
Corresponds to “First quartiles” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_VIEWERSHIP_MIDPOINTS (111):
The number of times the video reached its midpoint during play.
Corresponds to “Midpoints” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_VIEWERSHIP_SKIP_BUTTONS_SHOWN (112):
The number of times a skip button is shown in video.
Corresponds to “Skip buttons shown” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_VIEWERSHIP_STARTS (113):
The number of impressions where the video was played.
Corresponds to “Starts” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_VIEWERSHIP_THIRD_QUARTILES (114):
The number of times the video played to 75% of its length.
Corresponds to “Third quartiles” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_VIEWERSHIP_TOTAL_ERROR_COUNT (115):
The number of times an error occurred, such as a VAST redirect error, a video playback error, or an invalid response error.
Corresponds to “Total error count” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- VIDEO_VIEWERSHIP_TOTAL_ERROR_RATE (94):
The percentage of video error count.
Corresponds to “Total error rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- VIDEO_VIEWERSHIP_VIDEO_LENGTH (116):
Duration of the video creative.
Corresponds to “Video length” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- VIDEO_VIEWERSHIP_VIEW_THROUGH_RATE (117):
View-through rate represented as a percentage.
Corresponds to “Video view through rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
PERCENT- YIELD_GROUP_AUCTIONS_WON (80):
Number of winning bids received from Open Bidding buyers, even when the winning bid is placed at the end of a mediation for mobile apps chain.
Corresponds to “Yield group auctions won” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- YIELD_GROUP_BIDS (81):
Number of bids received from Open Bidding buyers, regardless of whether the returned bid competes in an auction.
Corresponds to “Yield group bids” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- YIELD_GROUP_BIDS_IN_AUCTION (82):
Number of bids received from Open Bidding buyers that competed in the auction.
Corresponds to “Yield group bids in auction” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- YIELD_GROUP_CALLOUTS (83):
Number of times a yield partner is asked to return bid to fill a yield group request.
Corresponds to “Yield group callouts” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- YIELD_GROUP_ESTIMATED_CPM (88):
The estimated net rate for yield groups or individual yield group partners.
Corresponds to “Yield group estimated CPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- YIELD_GROUP_ESTIMATED_REVENUE (87):
Total net revenue earned by a yield group, based upon the yield group estimated CPM and yield group impressions recorded.
Corresponds to “Yield group estimated revenue” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- YIELD_GROUP_IMPRESSIONS (85):
Number of matched yield group requests where a yield partner delivered their ad to publisher inventory.
Corresponds to “Yield group impressions” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- YIELD_GROUP_MEDIATION_FILL_RATE (89):
Yield group Mediation fill rate indicating how often a network fills an ad request.
Corresponds to “Yield group mediation fill rate” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- YIELD_GROUP_MEDIATION_MATCHED_QUERIES (86):
Total requests where a Mediation chain was served.
Corresponds to “Yield group mediation matched queries” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- YIELD_GROUP_MEDIATION_PASSBACKS (118):
The number of mediation chain passback across all channels.
Corresponds to “Yield group mediation passbacks” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER- YIELD_GROUP_MEDIATION_THIRD_PARTY_ECPM (90):
Revenue per thousand impressions based on data collected by Ad Manager from third-party ad network reports.
Corresponds to “Yield group mediation third party ECPM” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
DOUBLE- YIELD_GROUP_REVENUE_PAID_THROUGH_MCM_AUTOPAYMENT (215):
The yield group revenue accrued in the child network’s own account but paid to their parent network through auto-payment. This metric is only relevant for a “Manage Account” child network.
Corresponds to “Yield group revenue paid through MCM auto-payment” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
MONEY- YIELD_GROUP_SUCCESSFUL_RESPONSES (84):
Number of times a yield group buyer successfully returned a bid in response to a yield group callout.
Corresponds to “Yield group successful responses” in the Ad Manager UI.
Compatible with the following report types:
HISTORICALData format:
INTEGER
- class MetricValueType(value)[source]¶
Bases:
proto.enums.EnumPossible metric value types to add.
- Values:
- PRIMARY (0):
The values for the primary date_range.
- PRIMARY_PERCENT_OF_TOTAL (1):
Each metrics’ percent of the total for the primary date_range.
- COMPARISON (2):
The values for the comparison_date_range.
- COMPARISON_PERCENT_OF_TOTAL (3):
Each metrics’ percent of the total for the comparison_date_range.
- ABSOLUTE_CHANGE (4):
The absolute change between the primary and comparison date ranges.
- RELATIVE_CHANGE (5):
The relative change between the primary and comparison date ranges.
- class ReportType(value)[source]¶
Bases:
proto.enums.EnumSupported report types.
- Values:
- REPORT_TYPE_UNSPECIFIED (0):
Default value. This value is unused.
- HISTORICAL (1):
Historical.
- REACH (5):
Reach.
- PRIVACY_AND_MESSAGING (6):
Privacy and messaging.
- AD_SPEED (13):
Ad speed.
- class Slice(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageUse to specify a slice of data.
For example, in a report, to focus on just data from the US, specify
COUNTRY_NAMEfor dimension and value:"United States".- dimension¶
Required. The dimension to slice on.
- value¶
Required. The value of the dimension.
- class Sort(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a sorting in a report.
- field¶
Required. A field (dimension or metric) to sort by.
- time_period_index¶
Optional. When using time period columns, use this to sort on a specific column.
This field is a member of oneof
_time_period_index.- Type
- class TimePeriodColumn(value)[source]¶
Bases:
proto.enums.EnumValid time period columns.
- Values:
- TIME_PERIOD_COLUMN_UNSPECIFIED (0):
Default value. Report will have no time period column.
- TIME_PERIOD_COLUMN_DATE (1):
A column for each date in the report.
- TIME_PERIOD_COLUMN_WEEK (2):
A column for each week in the report.
- TIME_PERIOD_COLUMN_MONTH (3):
A column for each month in the report.
- TIME_PERIOD_COLUMN_QUARTER (4):
A column for each quarter in the report.
- class TimeZoneSource(value)[source]¶
Bases:
proto.enums.EnumThe source to determine the time zone for the report.
- Values:
- TIME_ZONE_SOURCE_UNSPECIFIED (0):
Unspecified default value.
- PUBLISHER (1):
Use the publisher’s time zone in network settings.
- AD_EXCHANGE (2):
Use the time zone of the ad exchange. Only compatible with Ad Exchange dimensions and metrics.
- UTC (3):
Use UTC time zone. Only compatible with Revenue Verification reports.
- PROVIDED (4):
Use the time zone provided in the ReportDefinition.time_zone field. Has limited dimension and metric compatibility compared with PUBLISHER, and reports may take longer to run since the dates are dynamically calculated at request time.
- class google.ads.admanager_v1.types.ReportValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a single value in a report.
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- class DoubleList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA list of double values.
- class IntList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA list of integer values.
- class StringList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA list of string values.
- class google.ads.admanager_v1.types.RequestPlatformEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [RequestPlatform].
Describes the platform from which a request is made and on which the ad is rendered. In the event of multiple platforms, the platform that ultimately renders the ad is the targeted platform. For example, a video player on a website would have a request platform of
VIDEO_PLAYER.- class RequestPlatform(value)[source]¶
Bases:
proto.enums.EnumThe different environments in which an ad can be shown.
- Values:
- REQUEST_PLATFORM_UNSPECIFIED (0):
No value specified
- BROWSER (1):
Represents a request made from a web browser (incl. desktop browsers, mobile browsers, webviews, etc.).
- MOBILE_APP (2):
Represents a request made from a Mobile Application.
- VIDEO_PLAYER (3):
Represents a request made from a video player.
- class google.ads.admanager_v1.types.RequestPlatformTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a list of targeted request platforms.
- request_platforms¶
Optional. The list of request platforms that should be targeted.
- Type
MutableSequence[google.ads.admanager_v1.types.RequestPlatformEnum.RequestPlatform]
- class google.ads.admanager_v1.types.Role(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
Roleresource.- name¶
Identifier. The resource name of the
Role. Format:networks/{network_code}/roles/{role_id}- Type
- display_name¶
Required. The display name of the
Role.This field is a member of oneof
_display_name.- Type
- description¶
Optional. The description of the
Role.This field is a member of oneof
_description.- Type
- built_in¶
Output only. Whether the
Roleis a built-in or custom user role.This field is a member of oneof
_built_in.- Type
- class google.ads.admanager_v1.types.RoleStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [RoleStatus][google.ads.admanager.v1.RoleStatusEnum.RoleStatus]
- class RoleStatus(value)[source]¶
Bases:
proto.enums.EnumThe status of the role.
- Values:
- ROLE_STATUS_UNSPECIFIED (0):
No value specified.
- ACTIVE (1):
Role is active.
- INACTIVE (2):
Role is inactive.
- class google.ads.admanager_v1.types.RunReportMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRunReportoperation metadata.- percent_complete¶
An estimate of how close this report is to being completed. Will always be 100 for failed and completed reports.
- Type
- class google.ads.admanager_v1.types.RunReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest message for a running a report.
- class google.ads.admanager_v1.types.RunReportResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse message for a completed
RunReportoperation.
- class google.ads.admanager_v1.types.ScheduleOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe options for a scheduled report.
- schedule¶
Information pertaining to schedule itself.
- delivery_condition¶
Option for when to deliver the scheduled report.
- flags¶
Optional. The flags evaluated when ReportDeliveryOption.WHEN_FLAG_PRESENT is specified.
- Type
MutableSequence[google.ads.admanager_v1.types.ReportDefinition.Flag]
- class DeliveryCondition(value)[source]¶
Bases:
proto.enums.EnumCondition for when to email the scheduled report.
- Values:
- NEVER (0):
Never deliver report.
- ALWAYS (1):
Always deliver report.
- WHEN_FLAG_CONDITIONS_MET (2):
Deliver report when flag’s conditions are met.
- class Schedule(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe schedule for the report
This message has oneof fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
- weekly_schedule¶
Days of week to schedule report run.
This field is a member of oneof
frequency_schedule.
- monthly_schedule¶
Days of month to schedule report run.
This field is a member of oneof
frequency_schedule.
- start_date¶
Date for the first run of the report.
- Type
google.type.date_pb2.Date
- end_date¶
Date for the final run of the report.
- Type
google.type.date_pb2.Date
- frequency¶
Frequency to run report.
- start_time¶
Indicates start time for schedule to run Will use the time_zone from
ReportDefinition. Defaults to the publisher’s time zone if not specified.For HOURLY, TWO_TIMES_DAILY, THREE_TIMES_DAILY, or FOUR_TIMES_DAILY, this will be the time of day that the first report will run on the first day. For example, if the start time is 2:00 PM, and the frequency is THREE_TIMES_DAILY, the first day will have reports scheduled at 2:00 PM, 10:00 PM. Each subsequent day will have reports scheduled at 6:00 AM, 2:00 PM, 10:00 PM.
- Type
google.type.timeofday_pb2.TimeOfDay
- class Frequency(value)[source]¶
Bases:
proto.enums.EnumFrequency to run report.
- Values:
- FREQUENCY_UNSPECIFIED (0):
No Frequency specified.
- HOURLY (1):
Schedule report to run every hour.
- TWO_TIMES_DAILY (2):
Schedule report to run twice a day (every 12 hours).
- THREE_TIMES_DAILY (3):
Schedule report to run three times a day (every 8 hours).
- FOUR_TIMES_DAILY (4):
Schedule report to run four times a day (every 6 hours).
- DAILY (5):
Schedule report to run on a daily basis.
- WEEKLY (6):
Schedule report to run on a weekly basis.
- MONTHLY (7):
Schedule report to run on a monthly basis.
- class MonthlySchedule(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageDays of Month to schedule report run.
- class WeeklySchedule(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageDays of week to schedule report run.
- weekly_scheduled_days¶
Specifies days of the week on which to run report.
- Type
MutableSequence[google.type.dayofweek_pb2.DayOfWeek]
- class google.ads.admanager_v1.types.SearchAdReviewCenterAdsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
SearchAdReviewCenterAdsmethod.- parent¶
Required. The parent, which owns this collection of AdReviewCenterAds. Format: networks/{network_code}/webProperties/{web_property_code}
Since a network can only have a single web property of each
ExchangeSyndicationProduct, you can use theExchangeSyndicationProductas an alias for the web property code:networks/{network_code}/webProperties/displaynetworks/{network_code}/webProperties/videoAndAudionetworks/{network_code}/webProperties/mobileAppnetworks/{network_code}/webProperties/games- Type
- page_size¶
Optional. The maximum number of AdReviewCenterAds to return. The service may return fewer than this value. If unspecified, at most 50 AdReviewCenterAds will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.
- Type
- page_token¶
Optional. The page token to fetch the next page of AdReviewCenterAds. This is the value returned from a previous Search request, or empty.
- Type
- status¶
Required. Only return ads with the given status.
- ad_review_center_ad_id¶
Optional. If provided, only return ads with the given AdReviewCenterAd IDs.
- Type
MutableSequence[str]
- date_time_range¶
Optional. If provided, only return ads that served within the given date range (inclusive). The date range must be within the last 30 days. If not provided, the date range will be the last 30 days.
- Type
google.type.interval_pb2.Interval
- search_text¶
Optional. If provided, restrict the search to AdReviewCenterAds associated with the text (including any text on the ad or in the destination URL). If more than one value is provided, the search will combine them in a logical AND. For example, [‘car’, ‘blue’] will match ads that contain both “car” and “blue”, but not an ad that only contains “car”.
- Type
MutableSequence[str]
- class google.ads.admanager_v1.types.SearchAdReviewCenterAdsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageResponse object for
SearchAdReviewCenterAdsmethod.- ad_review_center_ads¶
The AdReviewCenterAds that match the search request.
- Type
MutableSequence[google.ads.admanager_v1.types.AdReviewCenterAd]
- class google.ads.admanager_v1.types.Site(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA Site represents a domain owned or represented by a network. For a parent network managing other networks as part of Multiple Customer Management “Manage Inventory” model, it could be the child’s domain.
- name¶
Identifier. The resource name of the
Site. Format:networks/{network_code}/sites/{site_id}- Type
- child_network_code¶
Optional. The network code of the child if the Site is being managed for an MCM child network, or null if owned by this network.
This field is a member of oneof
_child_network_code.- Type
- approval_status¶
Output only. Status of the review performed on the Site by Google.
This field is a member of oneof
_approval_status.
- approval_status_update_time¶
Output only. The latest Site approval status change time.
This field is a member of oneof
_approval_status_update_time.
- disapproval_reasons¶
Output only. Provides reasons for disapproving the Site. It is null when the Site is not disapproved.
- Type
MutableSequence[google.ads.admanager_v1.types.DisapprovalReason]
- class google.ads.admanager_v1.types.SiteApprovalStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [SiteApprovalStatus][google.ads.admanager.v1.SiteApprovalStatusEnum.SiteApprovalStatus]
- class SiteApprovalStatus(value)[source]¶
Bases:
proto.enums.EnumRepresents the approval status of a site.
- Values:
- SITE_APPROVAL_STATUS_UNSPECIFIED (0):
Default value. This value is unused.
- APPROVED (1):
The site has been approved to serve ads.
- DISAPPROVED (2):
The site has been disapproved from serving ads.
- DRAFT (3):
The default status with which a site is created.
- REQUIRES_REVIEW (4):
The site has been deactivated and is not serving ads due to dormancy. It must be resubmitted for approval.
- UNCHECKED (5):
Once the site is submitted for approval, its status changes from draft to unchecked. It will be reviwed with an estimated turn-around time of 24h. Such a site cannot serve ads.
- class google.ads.admanager_v1.types.SiteDisapprovalReasonEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [SiteDisapprovalReason][google.ads.admanager.v1.SiteDisapprovalReasonEnum.SiteDisapprovalReason]
- class SiteDisapprovalReason(value)[source]¶
Bases:
proto.enums.EnumThe list of possible policy violation types for a Site.
- Values:
- SITE_DISAPPROVAL_REASON_UNSPECIFIED (0):
Default value. This value is unused.
- CONTENT (1):
The site has content that violates policy.
- OTHER (2):
Generic error type.
- OWNERSHIP (3):
The parent must be an authorized seller of the child network’s inventory.
- class google.ads.admanager_v1.types.Size(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents the dimensions of an AdUnit, LineItem, or Creative.
- width¶
Required. The width of the Creative, [AdUnit][google.ads.admanager.v1.AdUnit], or LineItem.
- Type
- height¶
Required. The height of the Creative, [AdUnit][google.ads.admanager.v1.AdUnit], or LineItem.
- Type
- size_type¶
Required. The SizeType of the Creative, [AdUnit][google.ads.admanager.v1.AdUnit], or LineItem.
- class google.ads.admanager_v1.types.SizeTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [SizeType][google.ads.admanager.v1.SizeTypeEnum.SizeType].
- class SizeType(value)[source]¶
Bases:
proto.enums.EnumThe different Size types for an ad.
- Values:
- SIZE_TYPE_UNSPECIFIED (0):
Default value. This value is unused.
- PIXEL (1):
Dimension based size, an actual height and width in pixels.
- ASPECT_RATIO (2):
Size is expressed as a ratio. For example, 4:1 could be met by a 100 x 25 sized image.
- INTERSTITIAL (3):
Out-of-page (Interstitial) size that is not related to the slot it is served. This must be used with 1x1 size.
- IGNORED (4):
Size is ignored. This must be used with 1x1 size.
- NATIVE (5):
Native size, which is a function of the how the client renders the creative. This must be used with 1x1 size.
- FLUID (6):
Fluid size. Automatically sizes the ad by filling the width of the enclosing column and adjusting the height as appropriate. This must be used with 1x1 size.
- AUDIO (7):
Audio size. Used with audio ads. This must be used with 1x1 size.
- class google.ads.admanager_v1.types.SmartSizeModeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [SmartSizeMode][google.ads.admanager.v1.SmartSizeModeEnum.SmartSizeMode].
- class SmartSizeMode(value)[source]¶
Bases:
proto.enums.EnumThe smart size mode for this ad unit. This attribute is optional and defaults to SmartSizeMode.NONE for fixed sizes.
- Values:
- SMART_SIZE_MODE_UNSPECIFIED (0):
Default value. This value is unused.
- NONE (1):
Fixed size mode (default).
- SMART_BANNER (2):
The height is fixed for the request, the width is a range.
- DYNAMIC_SIZE (3):
Height and width are ranges.
- class google.ads.admanager_v1.types.TargetWindowEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [TargetWindow][google.ads.admanager.v1.TargetWindowEnum.TargetWindow].
- class TargetWindow(value)[source]¶
Bases:
proto.enums.EnumCorresponds to an HTML link’s target attribute. See http://www.w3.org/TR/html401/present/frames.html#adef-target
- Values:
- TARGET_WINDOW_UNSPECIFIED (0):
Default value. This value is unused.
- TOP (1):
Specifies that the link should open in the full body of the page.
- BLANK (2):
Specifies that the link should open in a new window.
- class google.ads.admanager_v1.types.TargetedVideoBumperTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [TargetedVideoBumperType][google.ads.admanager.v1.TargetedVideoBumperTypeEnum.TargetedVideoBumperType]
- class TargetedVideoBumperType(value)[source]¶
Bases:
proto.enums.EnumRepresents the options for targetable bumper positions, surrounding an ad pod, within a video stream. This includes before and after the supported ad pod positions,
VideoPositionType.PREROLL,VideoPositionType.MIDROLL, andVideoPositionType.POSTROLL.- Values:
- TARGETED_VIDEO_BUMPER_TYPE_UNSPECIFIED (0):
Default value. This value is unused.
- AFTER (1):
Represents the bumper position after the ad pod.
- BEFORE (2):
Represents the bumper position before the ad pod.
- class google.ads.admanager_v1.types.Targeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageTargeting expression.
- geo_targeting¶
Optional. Used to target/exclude various geo targets.
- technology_targeting¶
Optional. Used to target various technology targeting dimensions.
- inventory_targeting¶
Optional. Used to target/exclude various ad units and/or placements.
- request_platform_targeting¶
Optional. Used to target specific request platforms.
- custom_targeting¶
Optional. Used to target key/values, audience segments, and/or CMS metadata.
- user_domain_targeting¶
Optional. Used to target user domains.
- video_position_targeting¶
Optional. Used to target video positions.
- data_segment_targeting¶
Optional. Used to target data segments.
- content_targeting¶
Optional. Used to target content.
- mobile_application_targeting¶
Optional. Used to target mobile applications.
- class google.ads.admanager_v1.types.TaxonomyCategory(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe
TaxonomyCategoryresource.- name¶
Identifier. The resource name of the
TaxonomyCategory. Format:networks/{network_code}/taxonomyCategories/{taxonomy_category_id}- Type
- taxonomy_category_id¶
Output only.
TaxonomyCategoryID.This field is a member of oneof
_taxonomy_category_id.- Type
- display_name¶
Output only. Display name of the
TaxonomyCategory.This field is a member of oneof
_display_name.- Type
- grouping_only¶
Output only. Whether this
TaxonomyCategoryonly serves to group its children.This field is a member of oneof
_grouping_only.- Type
- parent_taxonomy_category_id¶
Output only. The ID of the parent category this
TaxonomyCategorydescends from.This field is a member of oneof
_parent_taxonomy_category_id.- Type
- taxonomy_type¶
Output only. The taxonomy that this
TaxonomyCategorybelongs to.This field is a member of oneof
_taxonomy_type.
- class google.ads.admanager_v1.types.TaxonomyTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper for [TaxonomyType][google.ads.admanager.v1.TaxonomyTypeEnum.TaxonomyType]
- class TaxonomyType(value)[source]¶
Bases:
proto.enums.EnumThe taxonomy type of the IAB defined taxonomies. Used for Publisher provided signals.
- Values:
- TAXONOMY_TYPE_UNSPECIFIED (0):
Unspecified/not present
- TAXONOMY_IAB_AUDIENCE_1_1 (3):
The IAB Audience Taxonomy v1.1.
- TAXONOMY_IAB_CONTENT_1_0 (8):
The IAB Content Taxonomy v1.0.
- TAXONOMY_IAB_CONTENT_2_1 (4):
The IAB Content Taxonomy v2.1.
- TAXONOMY_IAB_CONTENT_2_2 (6):
The IAB Content Taxonomy v2.2.
- TAXONOMY_IAB_CONTENT_3_0 (5):
The IAB Content Taxonomy v3.0.
- TAXONOMY_GOOGLE_STRUCTURED_VIDEO_1_0 (7):
The PPS structured video signals taxonomy.
- class google.ads.admanager_v1.types.Team(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageA Team defines a grouping of users and what entities they have access to.
- name¶
Identifier. The resource name of the
Team. Format:networks/{network_code}/teams/{team_id}- Type
- display_name¶
Required. The name of the Team. This value has a maximum length of 127 characters.
This field is a member of oneof
_display_name.- Type
- description¶
Optional. The description of the Team. This value has a maximum length of 255 characters.
This field is a member of oneof
_description.- Type
- status¶
Output only. The status of the Team. This value determines the visibility of the team in the UI.
This field is a member of oneof
_status.
- all_companies_access¶
Optional. Whether or not users on this team have access to all companies. If this value is true, then an error will be thrown if an attempt is made to associate this team with a Company.
This field is a member of oneof
_all_companies_access.- Type
- all_inventory_access¶
Optional. Whether or not users on this team have access to all inventory. If this value is true, then an error will be thrown if an attempt is made to associate this team with an AdUnit.
This field is a member of oneof
_all_inventory_access.- Type
- class google.ads.admanager_v1.types.TeamAccessTypeEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [TeamAccessType][google.ads.admanager.v1.TeamAccessTypeEnum.TeamAccessType]
- class TeamAccessType(value)[source]¶
Bases:
proto.enums.EnumRepresents the types of team access supported for orders.
- Values:
- TEAM_ACCESS_TYPE_UNSPECIFIED (0):
Default value. This value is unused.
- NONE (1):
The level of access in which team members can’t view or edit a team’s orders.
- READ_ONLY (2):
The level of access in which team members can only view a team’s orders.
- READ_WRITE (3):
The level of access in which team members can view and edit a team’s orders.
- class google.ads.admanager_v1.types.TeamStatusEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [TeamStatus][google.ads.admanager.v1.TeamStatusEnum.TeamStatus]
- class TeamStatus(value)[source]¶
Bases:
proto.enums.EnumRepresents the status of a team, whether it is active or inactive.
- Values:
- TEAM_STATUS_UNSPECIFIED (0):
Default value. This value is unused.
- ACTIVE (1):
The status of an active team.
- INACTIVE (2):
The status of an inactive team.
- class google.ads.admanager_v1.types.TechnologyTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageVarious types of technology targeting expressed by child messages are applied with logical AND.
- bandwidth_targeting¶
Optional. Bandwidth targeting dimension.
- browser_targeting¶
Optional. Browser targeting dimension.
- browser_language_targeting¶
Optional. Browser language targeting dimension.
- device_capability_targeting¶
Optional. Device capability targeting dimension.
- device_category_targeting¶
Optional. Device category targeting dimension.
- device_manufacturer_targeting¶
Optional. Device manufacturer targeting dimension.
- mobile_carrier_targeting¶
Optional. Mobile carrier targeting dimension.
- operating_system_targeting¶
Optional. Operating system targeting dimension.
- class google.ads.admanager_v1.types.TimeUnitEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for TimeUnit.
- class TimeUnit(value)[source]¶
Bases:
proto.enums.EnumUnit of time for the frequency cap.
- Values:
- TIME_UNIT_UNSPECIFIED (0):
Default value. This value is unused.
- MINUTE (1):
Minute
- HOUR (2):
Hour
- DAY (3):
Day
- WEEK (4):
Week
- MONTH (5):
Month
- LIFETIME (6):
Lifetime
- POD (7):
Per pod of ads in a video stream. Only valid for entities in a VIDEO_PLAYER environment.
- STREAM (8):
Per video stream. Only valid for entities in a VIDEO_PLAYER environment.
- class google.ads.admanager_v1.types.UpdateAdBreakRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
UpdateAdBreakmethod.- ad_break¶
Required. The
AdBreakto update.The
AdBreak’snameis used to identify theAdBreakto update.
- update_mask¶
Required. The list of fields to update.
- class google.ads.admanager_v1.types.UpdateContactRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
UpdateContactmethod.- contact¶
Required. The
Contactto update.The
Contact’snameis used to identify theContactto update.
- update_mask¶
Required. The list of fields to update.
- class google.ads.admanager_v1.types.UpdateCustomFieldRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
UpdateCustomFieldmethod.- custom_field¶
Required. The
CustomFieldto update.The
CustomField’snameis used to identify theCustomFieldto update.
- update_mask¶
Required. The list of fields to update.
- class google.ads.admanager_v1.types.UpdateEntitySignalsMappingRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for ‘UpdateEntitySignalsMapping’ method.
- entity_signals_mapping¶
Required. The
EntitySignalsMappingto update.The EntitySignalsMapping’s name is used to identify the EntitySignalsMapping to update. Format:
networks/{network_code}/entitySignalsMappings/{entity_signals_mapping}
- update_mask¶
Required. The list of fields to update.
- class google.ads.admanager_v1.types.UpdatePlacementRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
UpdatePlacementmethod.- placement¶
Required. The
Placementto update.The
Placement’s name is used to identify thePlacementto update. Format:networks/{network_code}/placements/{placement_id}
- update_mask¶
Required. The list of fields to update.
- class google.ads.admanager_v1.types.UpdatePrivateAuctionDealRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
UpdatePrivateAuctionDealmethod.- private_auction_deal¶
Required. The
PrivateAuctionDealto update.The
PrivateAuctionDeal’snameis used to identify thePrivateAuctionDealto update.
- update_mask¶
Required. The list of fields to update.
- class google.ads.admanager_v1.types.UpdatePrivateAuctionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
UpdatePrivateAuctionmethod.- private_auction¶
Required. The
PrivateAuctionto update.The
PrivateAuction’snameis used to identify thePrivateAuctionto update.
- update_mask¶
Required. The list of fields to update.
- class google.ads.admanager_v1.types.UpdateReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
UpdateReportmethod.- report¶
Required. The
Reportto update.
- update_mask¶
Required. The list of fields to update.
- class google.ads.admanager_v1.types.UpdateSiteRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
UpdateSitemethod.- site¶
Required. The
Siteto update.The
Site’snameis used to identify theSiteto update.
- update_mask¶
Required. The list of fields to update.
- class google.ads.admanager_v1.types.UpdateTeamRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRequest object for
UpdateTeammethod.- team¶
Required. The
Teamto update.The
Team’snameis used to identify theTeamto update.
- update_mask¶
Required. The list of fields to update.
- class google.ads.admanager_v1.types.User(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageThe User resource.
- name¶
Identifier. The resource name of the User. Format:
networks/{network_code}/users/{user_id}- Type
- display_name¶
Required. The name of the User. It has a maximum length of 128 characters.
This field is a member of oneof
_display_name.- Type
- email¶
Required. The email or login of the User. In order to create a new user, you must already have a Google Account.
This field is a member of oneof
_email.- Type
- role¶
Required. The unique Role ID of the User. Roles that are created by Google will have negative IDs.
This field is a member of oneof
_role.- Type
- active¶
Output only. Specifies whether or not the User is active. An inactive user cannot log in to the system or perform any operations.
This field is a member of oneof
_active.- Type
- external_id¶
Optional. An identifier for the User that is meaningful to the publisher. This attribute has a maximum length of 255 characters.
This field is a member of oneof
_external_id.- Type
- service_account¶
Output only. Whether the user is an OAuth2 service account user. Service account users can only be added through the UI.
This field is a member of oneof
_service_account.- Type
- orders_ui_local_time_zone¶
Optional. The IANA Time Zone Database time zone, e.g. “America/New_York”, used in the orders and line items UI for this User. If not provided, the UI then defaults to using the Network’s timezone. This setting only affects the UI for this user and does not affect the timezone of any dates and times returned in API responses.
This field is a member of oneof
_orders_ui_local_time_zone.- Type
- class google.ads.admanager_v1.types.UserDomainTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageUser Domain Targeting
- class google.ads.admanager_v1.types.VideoPosition(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageVideo Position Targeting Criterion
- midroll_index¶
Optional. The index of the mid-roll to target. This field is ignored when targeting any video position (e.g. position_type) other than MIDROLL.
This field is a member of oneof
_midroll_index.- Type
- reverse_midroll_index¶
Optional. The index from the back of the pod of the mid-roll to target. This field is ignored when targeting any video position (e.g. position_type) other than MIDROLL or if targeting a specific midroll index (e.g. midroll_index != 0).
This field is a member of oneof
_reverse_midroll_index.- Type
- pod_position¶
Optional. The video position within a pod to target. This field must be unset in order to target a specific video position (e.g. position_type), bumper type (e.g. bumper_type), or custom ad spot (e.g. custom_spot_id).
This field is a member of oneof
_pod_position.- Type
- position_type¶
Optional. The position within a video to target. A video ad can target a position (pre-roll, all mid-rolls, or post-roll) or a specific mid-roll index.
This field is a member of oneof
_position_type.
- class google.ads.admanager_v1.types.VideoPositionEnum(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageWrapper message for [VideoPosition][google.ads.admanager.v1.VideoPositionEnum.VideoPosition]
- class VideoPosition(value)[source]¶
Bases:
proto.enums.EnumRepresents a targetable position within a video.
- Values:
- VIDEO_POSITION_UNSPECIFIED (0):
Default value. This value is unused.
- ALL (1):
Allow ad placement at any position within the video.
- MIDROLL (2):
Target ad placement during the video.
- POSTROLL (3):
Target ad placement after the video ends.
- PREROLL (4):
Target ad placement before the video starts.
- class google.ads.admanager_v1.types.VideoPositionTargeting(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageVideo Position Targeting
- video_positions¶
Optional. A list of video position targeting criterion (applied with a logical AND).
- Type
MutableSequence[google.ads.admanager_v1.types.VideoPosition]
- class google.ads.admanager_v1.types.WebProperty(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.MessageRepresents a web property.
- name¶
Identifier. The resource name of the WebProperty. Format:
networks/{network_code}/webProperties/{web_property_code}- Type
- product_type¶
Required. The ExchangeSyndicationProduct associated with this WebProperty.