You can target specific platforms (devices) for a given campaign.
Use the Dictionary to see a list of available platforms.
Flow
- Use the campaigns endpoint to update the platform_targeting field.
- In the updated Campaign Object, the
value
property stores the targeted collection.
Example
Update platform targeting:
POST /backstage/api/1.0/<<example_advertiser_id>>/campaigns/1234
{
"platform_targeting": {
"type" : "INCLUDE",
"value" : ["DESK"]
}
}
{
"platform_targeting": {
"type": "ALL"
}
}