Class GoogleAdsSearchads360V0CommonLocationGroupInfo
A radius around a list of locations specified through a feed.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0CommonLocationGroupInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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> |
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 |