Overview

Namespaces

  • None
  • PHP

Classes

  • Mailchimp
  • Mailchimp_Campaigns
  • Mailchimp_Ecomm
  • Mailchimp_Folders
  • Mailchimp_Gallery
  • Mailchimp_Helper
  • Mailchimp_Lists
  • Mailchimp_Mobile
  • Mailchimp_Neapolitan
  • Mailchimp_Reports
  • Mailchimp_Templates
  • Mailchimp_Users
  • Mailchimp_Vip

Exceptions

  • Mailchimp_Absplit_UnknownError
  • Mailchimp_Absplit_UnknownSplitTest
  • Mailchimp_Absplit_UnknownTestType
  • Mailchimp_Absplit_UnknownWaitUnit
  • Mailchimp_Absplit_UnknownWinnerType
  • Mailchimp_Absplit_WinnerNotSelected
  • Mailchimp_Avesta_Db_Exception
  • Mailchimp_Campaign_BounceMissing
  • Mailchimp_Campaign_DoesNotExist
  • Mailchimp_Campaign_InvalidAbsplit
  • Mailchimp_Campaign_InvalidAuto
  • Mailchimp_Campaign_InvalidContent
  • Mailchimp_Campaign_InvalidOption
  • Mailchimp_Campaign_InvalidRss
  • Mailchimp_Campaign_InvalidSegment
  • Mailchimp_Campaign_InvalidStatus
  • Mailchimp_Campaign_InvalidTemplate
  • Mailchimp_Campaign_NotSaved
  • Mailchimp_Campaign_StatsNotAvailable
  • Mailchimp_Email_AlreadySubscribed
  • Mailchimp_Email_AlreadyUnsubscribed
  • Mailchimp_Email_NotExists
  • Mailchimp_Email_NotSubscribed
  • Mailchimp_Error
  • Mailchimp_HttpError
  • Mailchimp_Invalid_Analytics
  • Mailchimp_Invalid_ApiKey
  • Mailchimp_Invalid_AppKey
  • Mailchimp_Invalid_DateTime
  • Mailchimp_Invalid_EcommOrder
  • Mailchimp_Invalid_Email
  • Mailchimp_Invalid_Folder
  • Mailchimp_Invalid_IP
  • Mailchimp_Invalid_Options
  • Mailchimp_Invalid_PagingLimit
  • Mailchimp_Invalid_PagingStart
  • Mailchimp_Invalid_SendType
  • Mailchimp_Invalid_Template
  • Mailchimp_Invalid_TrackingOptions
  • Mailchimp_Invalid_URL
  • Mailchimp_List_AlreadySubscribed
  • Mailchimp_List_CannotRemoveEmailMerge
  • Mailchimp_List_DoesNotExist
  • Mailchimp_List_InvalidBounceMember
  • Mailchimp_List_InvalidImport
  • Mailchimp_List_InvalidInterestFieldType
  • Mailchimp_List_InvalidInterestGroup
  • Mailchimp_List_InvalidMergeField
  • Mailchimp_List_InvalidOption
  • Mailchimp_List_InvalidUnsubMember
  • Mailchimp_List_Merge_InvalidMergeID
  • Mailchimp_List_MergeFieldRequired
  • Mailchimp_List_NotSubscribed
  • Mailchimp_List_TooManyInterestGroups
  • Mailchimp_List_TooManyMergeFields
  • Mailchimp_Max_Size_Reached
  • Mailchimp_MC_ContentImport_InvalidArchive
  • Mailchimp_MC_InvalidPayment
  • Mailchimp_MC_PastedList_Duplicate
  • Mailchimp_MC_PastedList_InvalidImport
  • Mailchimp_MC_SearchException
  • Mailchimp_Module_Unknown
  • Mailchimp_MonthlyPlan_Unknown
  • Mailchimp_Order_TypeUnknown
  • Mailchimp_Parse_Exception
  • Mailchimp_PDOException
  • Mailchimp_Request_TimedOut
  • Mailchimp_ServerError_InvalidParameters
  • Mailchimp_ServerError_MethodUnknown
  • Mailchimp_Too_Many_Connections
  • Mailchimp_Unknown_Exception
  • Mailchimp_User_CannotSendCampaign
  • Mailchimp_User_Disabled
  • Mailchimp_User_DoesExist
  • Mailchimp_User_DoesNotExist
  • Mailchimp_User_InvalidAction
  • Mailchimp_User_InvalidRole
  • Mailchimp_User_MissingEmail
  • Mailchimp_User_MissingModuleOutbox
  • Mailchimp_User_ModuleAlreadyPurchased
  • Mailchimp_User_ModuleNotPurchased
  • Mailchimp_User_NotApproved
  • Mailchimp_User_NotEnoughCredit
  • Mailchimp_User_UnderMaintenance
  • Mailchimp_User_Unknown
  • Mailchimp_ValidationError
  • Mailchimp_XML_RPC2_Exception
  • Mailchimp_XML_RPC2_FaultException
  • Mailchimp_Zend_Uri_Exception
  • Overview
  • Namespace
  • Class
  • Tree

Class Mailchimp_Campaigns

Located at Mailchimp/Campaigns.php
Methods summary
public
# __construct( Mailchimp $master )
public associative_array
# content( string $cid, associative_array $options = array() )

Get the content (both html and text) for a campaign either as it would appear in the campaign archive or as the raw, original content

Get the content (both html and text) for a campaign either as it would appear in the campaign archive or as the raw, original content

Parameters

$cid
string
$cid
$options
associative_array
$options - view string optional one of "archive" (default), "preview" (like our popup-preview) or "raw" - email associative_array optional if provided, view is "archive" or "preview", the campaign's list still exists, and the requested record is subscribed to the list. the returned content will be populated with member data populated. a struct with one of the following keys - failing to provide anything will produce an error relating to the email address. Providing multiples and will use the first we see in this same order. - email string an email address - euid string the unique id for an email address (not list related) - the email "id" returned from listMemberInfo, Webhooks, Campaigns, etc. - leid string the list email id (previously called web_id) for a list-member-info type call. this doesn't change when the email address changes

Returns

associative_array
containing all content for the campaign - html string The HTML content used for the campaign with merge tags intact - text string The Text content used for the campaign with merge tags intact
public associative_array
# create( string $type, associative_array $options, associative_array $content, associative_array $segment_opts = null, associative_array $type_opts = null )

Create a new draft campaign to send. You <strong>can not</strong> have more than 32,000 campaigns in your account.

Create a new draft campaign to send. You <strong>can not</strong> have more than 32,000 campaigns in your account.

Parameters

$type
string
$type
$options
associative_array
$options - list_id string the list to send this campaign to- get lists using lists/list() - subject string the subject line for your campaign message - from_email string the From: email address for your campaign message - from_name string the From: name for your campaign message (not an email address) - to_name string the To: name recipients will see (not email address) - template_id int optional - use this user-created template to generate the HTML content of the campaign (takes precendence over other template options) - gallery_template_id int optional - use a template from the public gallery to generate the HTML content of the campaign (takes precendence over base template options) - base_template_id int optional - use this a base/start-from-scratch template to generate the HTML content of the campaign - folder_id int optional - automatically file the new campaign in the folder_id passed. Get using folders/list() - note that Campaigns and Autoresponders have separate folder setups - tracking associative_array optional - set which recipient actions will be tracked. Click tracking can not be disabled for Free accounts. - opens bool whether to track opens, defaults to true - html_clicks bool whether to track clicks in HTML content, defaults to true - text_clicks bool whether to track clicks in Text content, defaults to false - title string optional - an internal name to use for this campaign. By default, the campaign subject will be used. - authenticate boolean optional - set to true to enable SenderID, DomainKeys, and DKIM authentication, defaults to false. - analytics associative_array optional - one or more of these keys set to the tag to use - that can be any custom text (up to 50 bytes) - google string for Google Analytics tracking - clicktale string for ClickTale tracking - gooal string for Goo.al tracking - auto_footer boolean optional Whether or not we should auto-generate the footer for your content. Mostly useful for content from URLs or Imports - inline_css boolean optional Whether or not css should be automatically inlined when this campaign is sent, defaults to false. - generate_text boolean optional Whether of not to auto-generate your Text content from the HTML content. Note that this will be ignored if the Text part of the content passed is not empty, defaults to false. - auto_tweet boolean optional If set, this campaign will be auto-tweeted when it is sent - defaults to false. Note that if a Twitter account isn't linked, this will be silently ignored. - auto_fb_post array optional If set, this campaign will be auto-posted to the page_ids contained in the array. If a Facebook account isn't linked or the account does not have permission to post to the page_ids requested, those failures will be silently ignored. - fb_comments boolean optional If true, the Facebook comments (and thus the archive bar will be displayed. If false, Facebook comments will not be enabled (does not imply no archive bar, see previous link). Defaults to "true". - timewarp boolean optional If set, this campaign must be scheduled 24 hours in advance of sending - default to false. Only valid for "regular" campaigns and "absplit" campaigns that split on schedule_time. - ecomm360 boolean optional If set, our Ecommerce360 tracking will be enabled for links in the campaign - crm_tracking array optional If set, an array of structs to enable CRM tracking for: - salesforce associative_array optional Enable SalesForce push back - campaign bool optional - if true, create a Campaign object and update it with aggregate stats - notes bool optional - if true, attempt to update Contact notes based on email address - highrise associative_array optional Enable Highrise push back - campaign bool optional - if true, create a Kase object and update it with aggregate stats - notes bool optional - if true, attempt to update Contact notes based on email address - capsule associative_array optional Enable Capsule push back (only notes are supported) - notes bool optional - if true, attempt to update Contact notes based on email address
$content
associative_array
$content - html string for raw/pasted HTML content - sections associative_array when using a template instead of raw HTML, each key should be the unique mc:edit area name from the template. - text string for the plain-text version - url string to have us pull in content from a URL. Note, this will override any other content options - for lists with Email Format options, you'll need to turn on generate_text as well - archive string to send a Base64 encoded archive file for us to import all media from. Note, this will override any other content options - for lists with Email Format options, you'll need to turn on generate_text as well - archive_type string optional - only necessary for the "archive" option. Supported formats are: zip, tar.gz, tar.bz2, tar, tgz, tbz . If not included, we will default to zip
$segment_opts
associative_array
$segment_opts
$type_opts
associative_array
$type_opts - rss associative_array For RSS Campaigns this, struct should contain: - url string the URL to pull RSS content from - it will be verified and must exist - schedule string optional one of "daily", "weekly", "monthly" - defaults to "daily" - schedule_hour string optional an hour between 0 and 24 - default to 4 (4am <em>local time</em>) - applies to all schedule types - schedule_weekday string optional for "weekly" only, a number specifying the day of the week to send: 0 (Sunday) - 6 (Saturday) - defaults to 1 (Monday) - schedule_monthday string optional for "monthly" only, a number specifying the day of the month to send (1 - 28) or "last" for the last day of a given month. Defaults to the 1st day of the month - days associative_array optional used for "daily" schedules only, an array of the ISO-8601 weekday numbers to send on - 1 bool optional Monday, defaults to true - 2 bool optional Tuesday, defaults to true - 3 bool optional Wednesday, defaults to true - 4 bool optional Thursday, defaults to true - 5 bool optional Friday, defaults to true - 6 bool optional Saturday, defaults to true - 7 bool optional Sunday, defaults to true - absplit associative_array For A/B Split campaigns, this struct should contain: - split_test string The values to segment based on. Currently, one of: "subject", "from_name", "schedule". NOTE, for "schedule", you will need to call campaigns/schedule() separately! - pick_winner string How the winner will be picked, one of: "opens" (by the open_rate), "clicks" (by the click rate), "manual" (you pick manually) - wait_units int optional the default time unit to wait before auto-selecting a winner - use "3600" for hours, "86400" for days. Defaults to 86400. - wait_time int optional the number of units to wait before auto-selecting a winner - defaults to 1, so if not set, a winner will be selected after 1 Day. - split_size int optional this is a percentage of what size the Campaign's List plus any segmentation options results in. "schedule" type forces 50%, all others default to 10% - from_name_a string optional sort of, required when split_test is "from_name" - from_name_b string optional sort of, required when split_test is "from_name" - from_email_a string optional sort of, required when split_test is "from_name" - from_email_b string optional sort of, required when split_test is "from_name" - subject_a string optional sort of, required when split_test is "subject" - subject_b string optional sort of, required when split_test is "subject" - auto associative_array For AutoResponder campaigns, this struct should contain: - offset-units string one of "hourly", "day", "week", "month", "year" - required - offset-time string optional, sort of - the number of units must be a number greater than 0 for signup based autoresponders, ignored for "hourly" - offset-dir string either "before" or "after", ignored for "hourly" - event string optional "signup" (default) to base this members added to a list, "date", "annual", or "birthday" to base this on merge field in the list, "campaignOpen" or "campaignClicka" to base this on any activity for a campaign, "campaignClicko" to base this on clicks on a specific URL in a campaign, "mergeChanged" to base this on a specific merge field being changed to a specific value - event-datemerge string optional sort of, this is required if the event is "date", "annual", "birthday", or "mergeChanged" - campaign_id string optional sort of, required for "campaignOpen", "campaignClicka", or "campaignClicko" - campaign_url string optional sort of, required for "campaignClicko" - schedule_hour int The hour of the day - 24 hour format in GMT - the autoresponder should be triggered, ignored for "hourly" - use_import_time boolean whether or not imported subscribers (ie, <em>any</em> non-double optin subscribers) will receive - days associative_array optional used for "daily" schedules only, an array of the ISO-8601 weekday numbers to send on< - 1 bool optional Monday, defaults to true - 2 bool optional Tuesday, defaults to true - 3 bool optional Wednesday, defaults to true - 4 bool optional Thursday, defaults to true - 5 bool optional Friday, defaults to true - 6 bool optional Saturday, defaults to true - 7 bool optional Sunday, defaults to true

Returns

associative_array
the new campaign's details - will return same data as single campaign from campaigns/list()
public associative_array
# delete( string $cid )

Delete a campaign. Seriously, "poof, gone!" - be careful! Seriously, no one can undelete these.

Delete a campaign. Seriously, "poof, gone!" - be careful! Seriously, no one can undelete these.

Parameters

$cid
string
$cid

Returns

associative_array
with a single entry: - complete bool whether the call worked. reallistically this will always be true as errors will be thrown otherwise.
public associative_array
# getList( associative_array $filters = array(), integer $start = 0, integer $limit = 25, string $sort_field = 'create_time', string $sort_dir = 'DESC' )

Get the list of campaigns and their details matching the specified filters

Get the list of campaigns and their details matching the specified filters

Parameters

$filters
associative_array
$filters - campaign_id string optional - return the campaign using a know campaign_id. Accepts multiples separated by commas when not using exact matching. - parent_id string optional - return the child campaigns using a known parent campaign_id. Accepts multiples separated by commas when not using exact matching. - list_id string optional - the list to send this campaign to - get lists using lists/list(). Accepts multiples separated by commas when not using exact matching. - folder_id int optional - only show campaigns from this folder id - get folders using folders/list(). Accepts multiples separated by commas when not using exact matching. - template_id int optional - only show campaigns using this template id - get templates using templates/list(). Accepts multiples separated by commas when not using exact matching. - status string optional - return campaigns of a specific status - one of "sent", "save", "paused", "schedule", "sending". Accepts multiples separated by commas when not using exact matching. - type string optional - return campaigns of a specific type - one of "regular", "plaintext", "absplit", "rss", "auto". Accepts multiples separated by commas when not using exact matching. - from_name string optional - only show campaigns that have this "From Name" - from_email string optional - only show campaigns that have this "Reply-to Email" - title string optional - only show campaigns that have this title - subject string optional - only show campaigns that have this subject - sendtime_start string optional - only show campaigns that have been sent since this date/time (in GMT) - - 24 hour format in <strong>GMT</strong>, eg "2013-12-30 20:30:00" - if this is invalid the whole call fails - sendtime_end string optional - only show campaigns that have been sent before this date/time (in GMT) - - 24 hour format in <strong>GMT</strong>, eg "2013-12-30 20:30:00" - if this is invalid the whole call fails - uses_segment boolean - whether to return just campaigns with or without segments - exact boolean optional - flag for whether to filter on exact values when filtering, or search within content for filter values - defaults to true. Using this disables the use of any filters that accept multiples.
$start
integer
$start
$limit
integer
$limit
$sort_field
string
$sort_field
$sort_dir
string
$sort_dir

Returns

associative_array
containing a count of all matching campaigns, the specific ones for the current page, and any errors from the filters provided - total int the total number of campaigns matching the filters passed in - data array structs for each campaign being returned - id string Campaign Id (used for all other campaign functions) - web_id int The Campaign id used in our web app, allows you to create a link directly to it - list_id string The List used for this campaign - folder_id int The Folder this campaign is in - template_id int The Template this campaign uses - content_type string How the campaign's content is put together - one of 'template', 'html', 'url' - title string Title of the campaign - type string The type of campaign this is (regular,plaintext,absplit,rss,inspection,auto) - create_time string Creation time for the campaign - send_time string Send time for the campaign - also the scheduled time for scheduled campaigns. - emails_sent int Number of emails email was sent to - status string Status of the given campaign (save,paused,schedule,sending,sent) - from_name string From name of the given campaign - from_email string Reply-to email of the given campaign - subject string Subject of the given campaign - to_name string Custom "To:" email string using merge variables - archive_url string Archive link for the given campaign - inline_css boolean Whether or not the campaign content's css was auto-inlined - analytics string Either "google" if enabled or "N" if disabled - analytics_tag string The name/tag the campaign's links were tagged with if analytics were enabled. - authenticate boolean Whether or not the campaign was authenticated - ecomm360 boolean Whether or not ecomm360 tracking was appended to links - auto_tweet boolean Whether or not the campaign was auto tweeted after sending - auto_fb_post string A comma delimited list of Facebook Profile/Page Ids the campaign was posted to after sending. If not used, blank. - auto_footer boolean Whether or not the auto_footer was manually turned on - timewarp boolean Whether or not the campaign used Timewarp - timewarp_schedule string 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 - parent_id string the unique id of the parent campaign (currently only valid for rss children) - tests_sent string tests sent - tests_remain string test sends remaining - tracking associative_array the various tracking options used - html_clicks boolean whether or not tracking for html clicks was enabled. - text_clicks boolean whether or not tracking for text clicks was enabled. - opens boolean whether or not opens tracking was enabled. - segment_text string a string marked-up with HTML explaining the segment used for the campaign in plain English - segment_opts array the segment used for the campaign - can be passed to campaigns/segment-test or campaigns/create() - saved_segment associative_array if a saved segment was used (match+conditions returned above): - id associative_array the saved segment id - type associative_array the saved segment type - name associative_array the saved segment name - type_opts associative_array the type-specific options for the campaign - can be passed to campaigns/create() - comments_total int total number of comments left on this campaign - comments_unread int total number of unread comments for this campaign based on the login the apikey belongs to - summary associative_array if available, the basic aggregate stats returned by reports/summary - errors array structs of any errors found while loading lists - usually just from providing invalid list ids - filter string the filter that caused the failure - value string the filter value that caused the failure - code int the error code - error int the error message
public associative_array
# pause( string $cid )

Pause an AutoResponder or RSS campaign from sending

Pause an AutoResponder or RSS campaign from sending

Parameters

$cid
string
$cid

Returns

associative_array
with a single entry: - complete bool whether the call worked. reallistically this will always be true as errors will be thrown otherwise.
public associative_array
# ready( string $cid )

Returns information on whether a campaign is ready to send and possible issues we may have detected with it - very similar to the confirmation step in the app.

Returns information on whether a campaign is ready to send and possible issues we may have detected with it - very similar to the confirmation step in the app.

Parameters

$cid
string
$cid

Returns

associative_array
containing: - is_ready bool whether or not you're going to be able to send this campaign - items array an array of structs explaining basically what the app's confirmation step would - type string the item type - generally success, warning, or error - heading string the item's heading in the app - details string the item's details from the app, sans any html tags/links
public associative_array
# replicate( string $cid )

Replicate a campaign.

Replicate a campaign.

Parameters

$cid
string
$cid

Returns

associative_array
the matching campaign's details - will return same data as single campaign from campaigns/list()
public associative_array
# resume( string $cid )

Resume sending an AutoResponder or RSS campaign

Resume sending an AutoResponder or RSS campaign

Parameters

$cid
string
$cid

Returns

associative_array
with a single entry: - complete bool whether the call worked. reallistically this will always be true as errors will be thrown otherwise.
public associative_array
# schedule( string $cid, string $schedule_time, string $schedule_time_b = null )

Schedule a campaign to be sent in the future

Schedule a campaign to be sent in the future

Parameters

$cid
string
$cid
$schedule_time
string
$schedule_time
$schedule_time_b
string
$schedule_time_b

Returns

associative_array
with a single entry: - complete bool whether the call worked. reallistically this will always be true as errors will be thrown otherwise.
public associative_array
# scheduleBatch( string $cid, string $schedule_time, integer $num_batches = 2, integer $stagger_mins = 5 )

Schedule a campaign to be sent in batches sometime in the future. Only valid for "regular" campaigns

Schedule a campaign to be sent in batches sometime in the future. Only valid for "regular" campaigns

Parameters

$cid
string
$cid
$schedule_time
string
$schedule_time
$num_batches
integer
$num_batches
$stagger_mins
integer
$stagger_mins

Returns

associative_array
with a single entry: - complete bool whether the call worked. reallistically this will always be true as errors will be thrown otherwise.
public associative_array
# segmentTest( string $list_id, associative_array $options )

Allows one to test their segmentation rules before creating a campaign using them

Allows one to test their segmentation rules before creating a campaign using them

Parameters

$list_id
string
$list_id
$options
associative_array
$options - saved_segment_id string a saved segment id from lists/segments() - this will take precendence, otherwise the match+conditions are required. - match string controls whether to use AND or OR when applying your options - expects "<strong>any</strong>" (for OR) or "<strong>all</strong>" (for AND) - conditions array of up to 5 structs for different criteria to apply while segmenting. Each criteria row must contain 3 keys - "<strong>field</strong>", "<strong>op</strong>", and "<strong>value</strong>" - and possibly a fourth, "<strong>extra</strong>", based on these definitions:

Returns

associative_array
with a single entry: - total int The total number of subscribers matching your segmentation options
public associative_array
# send( string $cid )

Send a given campaign immediately. For RSS campaigns, this will "start" them.

Send a given campaign immediately. For RSS campaigns, this will "start" them.

Parameters

$cid
string
$cid

Returns

associative_array
with a single entry: - complete bool whether the call worked. reallistically this will always be true as errors will be thrown otherwise.
public associative_array
# sendTest( string $cid, array $test_emails = array(), string $send_type = 'html' )

Send a test of this campaign to the provided email addresses

Send a test of this campaign to the provided email addresses

Parameters

$cid
string
$cid
$test_emails
array
$test_emails
$send_type
string
$send_type

Returns

associative_array
with a single entry: - complete bool whether the call worked. reallistically this will always be true as errors will be thrown otherwise.
public associative_array
# templateContent( string $cid )

Get the HTML template content sections for a campaign. Note that this <strong>will</strong> return very jagged, non-standard results based on the template a campaign is using. You only want to use this if you want to allow editing template sections in your application.

Get the HTML template content sections for a campaign. Note that this <strong>will</strong> return very jagged, non-standard results based on the template a campaign is using. You only want to use this if you want to allow editing template sections in your application.

Parameters

$cid
string
$cid

Returns

associative_array
content containing all content section for the campaign - section name are dependent upon the template used and thus can't be documented
public associative_array
# unschedule( string $cid )

Unschedule a campaign that is scheduled to be sent in the future

Unschedule a campaign that is scheduled to be sent in the future

Parameters

$cid
string
$cid

Returns

associative_array
with a single entry: - complete bool whether the call worked. reallistically this will always be true as errors will be thrown otherwise.
public associative_array
# update( string $cid, string $name, array $value )
Update just about any setting besides type for a campaign that has <em>not</em> been sent. See campaigns/create() for details. Caveats:
  • If you set a new list_id, all segmentation options will be deleted and must be re-added.
  • If you set template_id, you need to follow that up by setting it's 'content'
  • If you set segment_opts, you should have tested your options against campaigns/segment-test().
  • To clear/unset segment_opts, pass an empty string or array as the value. Various wrappers may require one or the other.
Update just about any setting besides type for a campaign that has <em>not</em> been sent. See campaigns/create() for details. Caveats:
  • If you set a new list_id, all segmentation options will be deleted and must be re-added.
  • If you set template_id, you need to follow that up by setting it's 'content'
  • If you set segment_opts, you should have tested your options against campaigns/segment-test().
  • To clear/unset segment_opts, pass an empty string or array as the value. Various wrappers may require one or the other.

Parameters

$cid
string
$cid
$name
string
$name
$value
array
$value

Returns

associative_array
updated campaign details and any errors - data associative_array the update campaign details - will return same data as single campaign from campaigns/list() - errors array for "options" only - structs containing: - code int the error code - message string the full error message - name string the parameter name that failed
API documentation generated by ApiGen 2.8.0