Ad Space Location Input
JSON Example
1{
2 "products": ["01txx0000000AbcAAE"],
3 "locations": [
4 {
5 "distanceUnit": "miles",
6 "locationName": "San Francisco Downtown",
7 "locationRecordId": "0LOxx0000001AbcGAE",
8 "radiusValue": 25
9 }
10 ],
11 "advanceFilters": [
12 {
13 "entityName": "AdSpaceSpecification",
14 "fieldApiName": "MediaType__c",
15 "fieldType": "String",
16 "value": "Digital"
17 }
18 ],
19 "groupLocation": false
20}Properties
| Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| advanceFilters | Ad Space Location Advance Filter Input[] | Additional field-level filtering criteria. | Optional | 68.0 |
| groupLocation | Boolean | When true, groups returned results by physical location. | Optional | 68.0 |
| locations | Ad Space Location Filter Input[] | Locations and radius values used for proximity-based filtering. | Optional | 68.0 |
| products | String[] | Product IDs used to resolve matching ad space locations. | Optional | 68.0 |