AI-generated Key Takeaways
-
This content defines a geographic area based on a radius around specified locations from a feed or asset set.
-
You can define the radius using Geo Target Constants, Feed Item Sets, or Asset Sets, but not in combination with each other.
-
The radius distance and units (miles, meters, milli miles) must be specified.
-
For Asset Sets, you can either specify individual asset sets or use the latest customer-level asset set.
A radius around a list of locations specified through a feed or assetSet.
Fields | |
---|---|
|
Geo target constant(s) restricting the scope of the geographic area within the feed. Currently only one geo target constant is allowed. Cannot be set with AssetSet fields. |
|
Unit of the radius. Miles and meters are supported for geo target constants. Milli miles and meters are supported for feed item sets and asset sets. This is required and must be set in CREATE operations. |
|
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. Cannot be set with AssetSet fields. |
|
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. |
|
Distance in units specifying the radius around targeted locations. This is required and must be set in CREATE operations. |
|
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. |