Show / Hide Table of Contents

Enum AccountsResource.ReportsResource.GenerateCsvRequest.DimensionsEnum

Dimensions to base the report on.

Namespace: Google.Apis.Adsense.v2
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public enum AccountsResource.ReportsResource.GenerateCsvRequest.DimensionsEnum

Fields

Name Description
ACCOUNTNAME

Account name. The members of this dimension match the values from Account.display_name.

ADCLIENTID

Unique ID of an ad client. The members of this dimension match the values from AdClient.reporting_dimension_id.

ADFORMATCODE

Ad format code indicating the way an ad is shown to the users on your site (e.g. "ON_PAGE", "ANCHOR", "INTERSTITIAL").

ADFORMATNAME

Localized ad format name indicating the way an ad is shown to the users on your site (e.g. "In-page", "Anchor", "Vignette").

ADPLACEMENTCODE

Ad placement code (e.g. "AD_UNIT", "ca-pub-123456:78910", "OTHER").

ADPLACEMENTNAME

Localized ad placement name (e.g. "Ad unit", "Global settings", "Manual").

ADUNITID

Unique ID of an ad unit (within which an ad was served). The members of this dimension match the values from AdUnit.reporting_dimension_id.

ADUNITNAME

Ad unit name (within which an ad was served). The members of this dimension match the values from AdUnit.display_name.

ADUNITSIZECODE

The size code of an ad unit (e.g. "728x90", "responsive").

ADUNITSIZENAME

Localized size of an ad unit (e.g. "728x90", "Responsive").

BIDTYPECODE

Type of a bid (e.g. "cpc", "cpm") for a served ad.

BIDTYPENAME

Localized bid type name (e.g. "CPC bids", "CPM bids") for a served ad.

BUYERNETWORKID

Unique (opaque) ID of an ad network that returned the winning ads for an ad request.

BUYERNETWORKNAME

Name of an ad network that returned the winning ads for an ad request (e.g. "Google AdWords"). Note that unlike other "NAME" dimensions, the members of this dimensions are not localized.

CONTENTPLATFORMCODE

Content platform code an ad request was made from (e.g. "AMP", "HTML").

CONTENTPLATFORMNAME

Localized content platform name an ad request was made from (e.g. "AMP", "Web").

COUNTRYCODE

CLDR region code of a user viewing an ad (e.g. "US", "FR").

COUNTRYNAME

Localized region name of a user viewing an ad (e.g. "United States", "France").

CREATIVESIZECODE

Creative size code (e.g. "728x90", "dynamic") of a served ad.

CREATIVESIZENAME

Localized creative size name (e.g. "728x90", "Dynamic") of a served ad.

CUSTOMCHANNELID

Unique ID of a custom channel. The members of this dimension match the values from CustomChannel.reporting_dimension_id.

CUSTOMCHANNELNAME

Custom channel name. The members of this dimension match the values from CustomChannel.display_name.

CUSTOMSEARCHSTYLEID

Custom search style id.

CUSTOMSEARCHSTYLENAME

Custom search style name.

DATE

Date dimension in YYYY-MM-DD format (e.g. "2010-02-10").

DIMENSIONUNSPECIFIED

Unspecified dimension.

DOMAINCODE

Name of a host on which an ad was served (e.g. "www.google.com", "webcaches", "xn--bcher-kva.example").

DOMAINNAME

Localized name of a host on which an ad was served, after IDNA decoding (e.g. "www.google.com", "Web caches and other", "bücher.example").

DOMAINREGISTRANT

Domain registrants.

HOSTEDADCLIENTID

Unique ID of a sub-account's ad client. The members of this dimension match the values from AdClient.reporting_dimension_id (for the sub-account).

HOSTEDCUSTOMCHANNELID

Not supported.

MONTH

Month dimension in YYYY-MM format (e.g. "2010-02").

OWNEDSITEDOMAINNAME

Domain name of a verified site (e.g. "example.com"). The members of this dimension match the values from Site.domain.

OWNEDSITEID

Unique ID of a verified site. The members of this dimension match the values from Site.reporting_dimension_id.

PAGEURL

URL of the page upon which the ad was served. This is a complete URL including scheme and query parameters. Note that the URL that appears in this dimension may be a canonicalized version of the one that was used in the original request, and so may not exactly match the URL that a user might have seen. Note that there are also some caveats to be aware of when using this dimension. For more information, see Page URL breakdown.

PLATFORMTYPECODE

Platform type code (e.g. "HighEndMobile", "Desktop").

PLATFORMTYPENAME

Localized platform type name (e.g. "High-end mobile devices", "Desktop").

PRODUCTCODE

Product code (e.g. "AFC", "AFS"). The members of this dimension match the values from AdClient.product_code.

PRODUCTNAME

Localized product name (e.g. "AdSense for Content", "AdSense for Search").

REQUESTEDADTYPECODE

Requested ad type code (e.g. "IMAGE", "RADLINK", "OTHER").

REQUESTEDADTYPENAME

Localized requested ad type name (e.g. "Display", "Link unit", "Other").

SERVEDADTYPECODE

Served ad type code (e.g. "IMAGE", "RADLINK", "OTHER").

SERVEDADTYPENAME

Localized served ad type name (e.g. "Display", "Link unit", "Other").

TARGETINGTYPECODE

Targeting type code (e.g. "Keyword", "UserInterest", "RunOfNetwork").

TARGETINGTYPENAME

Localized targeting type name (e.g. "Contextual", "Personalized", "Run of Network").

URLCHANNELID

Unique ID of a URL channel. The members of this dimension match the values from UrlChannel.reporting_dimension_id.

URLCHANNELNAME

Name of a URL channel. The members of this dimension match the values from UrlChannel.uri_pattern.

WEBSEARCHQUERYSTRING

Query strings for web searches.

WEEK

Week dimension in YYYY-MM-DD format, representing the first day of each week (e.g. "2010-02-08"). The first day of the week is determined by the language_code specified in a report generation request (so e.g. this would be a Monday for "en-GB" or "es", but a Sunday for "en" or "fr-CA").

In this article
Back to top Generated by DocFX