Campaigns V2

Add Placement

Adds a new placement to a campaign. Requires campaigns:write scope.

post/v2/campaigns/{id}/placements

Path parameters

idstring required

Campaign ID

Campaign ID

Request body

event_namestring required

Event name that triggers this placement

enabledboolean

Whether this placement is enabled. Defaults to true

remove_from_other_campaignsboolean

If true and this event name exists in another campaign, move it to this campaign. If false and event exists elsewhere, returns a conflict error

Response

Success

idstring required

Unique identifier for the placement

object'placement' required

Object type, always placement

event_namestring required

Event name that triggers this placement

enabledboolean required

Whether this placement is enabled

Changes

No recorded changes to this endpoint across all 2 revisions of this API.