Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonBusinessProfileLocationSet

Data used to configure a location set populated from Google Business Profile locations. Different types of filters are AND'ed together, if they are specified.

Inheritance
object
GoogleAdsSearchads360V23CommonBusinessProfileLocationSet
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 GoogleAdsSearchads360V23CommonBusinessProfileLocationSet : IDirectResponseSchema

Properties

BusinessAccountId

Immutable. The account ID of the managed business whose locations are to be used. If this field is not set, then all businesses accessible by the user (specified by the emailAddress) are used.

Declaration
[JsonProperty("businessAccountId")]
public virtual string BusinessAccountId { get; set; }
Property Value
Type Description
string

BusinessNameFilter

Used to filter Google Business Profile listings by business name. If businessNameFilter is set, only listings with a matching business name are candidates to be sync'd into Assets.

Declaration
[JsonProperty("businessNameFilter")]
public virtual string BusinessNameFilter { 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

EmailAddress

Required. Immutable. Email address of a Google Business Profile account or email address of a manager of the Google Business Profile account.

Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type Description
string

HttpAuthorizationToken

Required. Immutable. The HTTP authorization token used to obtain authorization.

Declaration
[JsonProperty("httpAuthorizationToken")]
public virtual string HttpAuthorizationToken { get; set; }
Property Value
Type Description
string

LabelFilters

Used to filter Google Business Profile listings by labels. If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.

Declaration
[JsonProperty("labelFilters")]
public virtual IList<string> LabelFilters { get; set; }
Property Value
Type Description
IList<string>

ListingIdFilters

Used to filter Google Business Profile listings by listing id. If entries exist in listingIdFilters, only listings specified by the filters are candidates to be synchronized into Assets. If no entries exist in listingIdFilters, then all listings are candidates for syncing. Listing ID filters are OR'ed together.

Declaration
[JsonProperty("listingIdFilters")]
public virtual IList<long?> ListingIdFilters { get; set; }
Property Value
Type Description
IList<long?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX