Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesPerStoreView

A per store view. This view provides per store impression reach and local action conversion stats for advertisers.

Inheritance
object
GoogleAdsSearchads360V23ResourcesPerStoreView
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX