Class GoogleAdsSearchads360V23ResourcesGeographicView
A geographic view. Geographic View includes all metrics aggregated at the country level, one row per country. It reports metrics at either actual physical location of the user or an area of interest. If other segment fields are used, you may get more than one row per country.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesGeographicView : IDirectResponseSchema
Properties
CountryCriterionId
Output only. Criterion Id for the country.
Declaration
[JsonProperty("countryCriterionId")]
public virtual long? CountryCriterionId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocationType
Output only. Type of the geo targeting of the campaign.
Declaration
[JsonProperty("locationType")]
public virtual string LocationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the geographic view. Geographic view resource names have the form:
customers/{customer_id}/geographicViews/{country_criterion_id}~{location_type}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |