Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonLocationGroupInfo

A radius around a list of locations specified through a feed.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableCustomerLevelLocationAssetSet

Denotes that the latest customer level asset set is used for targeting. Used with radius and radius_units. Cannot be used with feed, geo target constants or feed item sets. When using asset sets, either this field or location_group_asset_sets should be specified. Both cannot be used at the same time. This can only be set in CREATE operations.

Declaration
[JsonProperty("enableCustomerLevelLocationAssetSet")]
public virtual bool? EnableCustomerLevelLocationAssetSet { get; set; }
Property Value
Type Description
bool?

FeedItemSets

FeedItemSets whose FeedItems are targeted. If multiple IDs are specified, then all items that appear in at least one set are targeted. This field cannot be used with geo_target_constants. This is optional and can only be set in CREATE operations.

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

GeoTargetConstants

Geo target constant(s) restricting the scope of the geographic area within the feed. Currently only one geo target constant is allowed.

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

LocationGroupAssetSets

AssetSets whose Assets are targeted. If multiple IDs are specified, then all items that appear in at least one set are targeted. This field cannot be used with feed, geo target constants or feed item sets. When using asset sets, either this field or enable_customer_level_location_asset_set should be specified. Both cannot be used at the same time. This can only be set in CREATE operations.

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

Radius

Distance in units specifying the radius around targeted locations. This is required and must be set in CREATE operations.

Declaration
[JsonProperty("radius")]
public virtual long? Radius { get; set; }
Property Value
Type Description
long?

RadiusUnits

Unit of the radius. Miles and meters are supported for geo target constants. Milli miles and meters are supported for feed item sets. This is required and must be set in CREATE operations.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX