Class GoogleAdsSearchads360V23ResourcesPerStoreView
A per store view. This view provides per store impression reach and local action conversion stats for advertisers.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesPerStoreView : IDirectResponseSchema
Properties
Address1
Output only. First line of the store's address.
Declaration
[JsonProperty("address1")]
public virtual string Address1 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Address2
Output only. Second line of the store's address.
Declaration
[JsonProperty("address2")]
public virtual string Address2 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BusinessName
Output only. The name of the business.
Declaration
[JsonProperty("businessName")]
public virtual string BusinessName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
City
Output only. The city where the store is located.
Declaration
[JsonProperty("city")]
public virtual string City { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CountryCode
Output only. The two-letter country code for the store's location (e.g., "US").
Declaration
[JsonProperty("countryCode")]
public virtual string CountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhoneNumber
Output only. The phone number of the store.
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlaceId
Output only. The place ID of the per store view.
Declaration
[JsonProperty("placeId")]
public virtual string PlaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PostalCode
Output only. The postal code of the store's address.
Declaration
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Province
Output only. The province or state of the store's address.
Declaration
[JsonProperty("province")]
public virtual string Province { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the per store view. Per Store view resource names have the form:
customers/{customer_id}/perStoreViews/{place_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |