| string | id | Campaign Id (used for all other campaign functions) | integer | 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 | string | folder_id | The Folder this campaign is in | string | title | Title of the campaign | string | type | The type of campaign this is (regular,plaintext,absplit,rss,inspection,trans,auto) | date | create_time | Creation time for the campaign | date | send_time | Send time for the campaign - also the scheduled time for scheduled campaigns. | integer | 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_email | 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 | boolean | timewarp | Whether or not the campaign used Timewarp | boolean | track_clicks_text | Whether or not links in the text version of the campaign were tracked | boolean | track_clicks_html | Whether or not links in the html version of the campaign were tracked | boolean | track_opens | Whether or not opens for the campaign were tracked | 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() |