Description | Method | Path (prefix: /backstage/api/1.0/[account_id]/campaigns) |
---|
Fetch all targeted marketplace audiences (aka audience segments), for the specified campaign. | GET | /[campaign_id]/targeting/audience_segments |
Fetch all targeted custom audiences, for the specified campaign. | GET | /[campaign_id]/targeting/custom_audience |
Fetch all lookalike audiences, for the specified campaign. | GET | /[campaign_id]/targeting/lookalike_audience |
📘
To update audience targeting:
- Use the same Request URL as you would for a fetch operation (above).
- Use a POST verb.
- Include an object in the request body.
Description | Method | Path (prefix: /backstage/api/1.0/[account_id]/campaigns) |
---|
Update targeted marketplace audiences (aka audience segments), for the specified campaign. | POST | /[campaign_id]/targeting/audience_segments |
Update targeted custom audiences, for the specified campaign. | POST | /[campaign_id]/targeting/custom_audience |
Update targeted lookalike audiences, for the specified campaign. | POST | /[campaign_id]/targeting/lookalike_audience |