Creates one or more new Campaigns
Gets a campaign specified by identifier
Gets an array of all campaigns associated with the client identifier passed in the authorization header, filtered by specified criteria.
Optional
params: { count: undefined | number; startIndex: undefined | number } & { campaignIdFilter: undefined | number[]; name: undefined | string; stateFilter: undefined | "paused" | "enabled" | "archived" }Updates one or more campaigns.
Static
create
Archives a campaign specified by identifier.
Returns