Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.17 KB

CampaignVersions.md

File metadata and controls

16 lines (12 loc) · 1.17 KB

CampaignVersions

Properties

Name Type Description Notes
revision_frontend_state str The campaign revision state displayed in the Campaign Manager. [optional]
active_revision_id int ID of the revision that was last activated on this campaign. [optional]
active_revision_version_id int ID of the revision version that is active on the campaign. [optional]
version int Incrementing number representing how many revisions have been activated on this campaign, starts from 0 for a new campaign. [optional]
current_revision_id int ID of the revision currently being modified for the campaign. [optional]
current_revision_version_id int ID of the latest version applied on the current revision. [optional]
stage_revision bool Flag for determining whether we use current revision when sending requests with staging API key. [optional] [default to False]

[Back to Model list] [Back to API list] [Back to README]