v1
latestOpenAPI 3.1.02026-07-2616636641.7 KBGet Ad Segment Targeting Rule
Get a Flight Segment targeting rule
get/v1/ad/{AdId}/segmenttargeting/{Id}
Path parameters
AdIdinteger required
The Ad the targeting rule applies to
SegmentTargetingIdinteger required
Id of the Ad Segment targeting rule
Response
200
Example response
{
"Id": 56789,
"FlightId": 55555,
"SegmentId": 123456,
"Segment": {
"Source": "audience",
"Name": "best customers",
"Reach": {
"all_time": 3187463,
"28d": 387434
},
"Description": "top 1% spenders in the last 30 days.",
"Category": "CRM"
}
}