| string | id | Campaign Id (used for all other campaign functions)
|
| int | web_id | The Campaign id used in our web app, allows you to create a link directly to it
|
| string | list_id | The List used for this campaign
|
| int | folder_id | The Folder this campaign is in
|
| int | template_id | The Template this campaign uses
|
| string | content_type | How the campaign's content is put together - one of 'template', 'html', 'url'
|
| string | title | Title of the campaign
|
| string | type | The type of campaign this is (regular,plaintext,absplit,rss,inspection,auto)
|
| string | create_time | Creation time for the campaign
|
| string | send_time | Send time for the campaign - also the scheduled time for scheduled campaigns.
|
| int | emails_sent | Number of emails email was sent to
|
| string | status | Status of the given campaign (save,paused,schedule,sending,sent)
|
| string | from_name | From name of the given campaign
|
| string | from_email | Reply-to email of the given campaign
|
| string | subject | Subject of the given campaign
|
| string | to_name | Custom "To:" email string using merge variables
|
| string | archive_url | Archive link for the given campaign
|
| boolean | inline_css | Whether or not the campaign content's css was auto-inlined
|
| string | analytics | Either "google" if enabled or "N" if disabled
|
| string | analytics_tag | The name/tag the campaign's links were tagged with if analytics were enabled.
|
| boolean | authenticate | Whether or not the campaign was authenticated
|
| boolean | ecomm360 | Whether or not ecomm360 tracking was appended to links
|
| boolean | auto_tweet | Whether or not the campaign was auto tweeted after sending
|
| string | auto_fb_post | A comma delimited list of Facebook Profile/Page Ids the campaign was posted to after sending. If not used, blank.
|
| boolean | auto_footer | Whether or not the auto_footer was manually turned on
|
| boolean | timewarp | Whether or not the campaign used Timewarp
|
| string | timewarp_schedule | The time, in GMT, that the Timewarp campaign is being sent. For A/B Split campaigns, this is blank and is instead in their schedule_a and schedule_b in the type_opts array
|
| array | tracking | the various tracking options used
| boolean | html_clicks | whether or not tracking for html clicks was enabled.
| | boolean | text_clicks | whether or not tracking for text clicks was enabled.
| | boolean | opens | whether or not opens tracking was enabled.
| |
| string | segment_text | a string marked-up with HTML explaining the segment used for the campaign in plain English
|
| array | segment_opts | the segment used for the campaign - can be passed to campaignSegmentTest() or campaignCreate()
|
| array | type_opts | the type-specific options for the campaign - can be passed to campaignCreate()
|