Platform Targeting
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
valueproperty stores the targeted collection.
Example
Update platform targeting:
POST /backstage/api/1.0/USER.EXAMPLE_ADVERTISER_ID/campaigns/1234{
"platform_targeting": {
"type" : "INCLUDE",
"value" : ["DESK"]
}
}{
"platform_targeting": {
"type": "ALL"
}
}Updated 21 days ago
Did this page help you?
