Difference between revisions of "Get campaigns"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Latest revision as of 13:25, 19 December 2008
get_campaigns
Retrieve all campaigns for a given account.
- array get_campaigns(integer loginid)
Builds an array of all campaigns account loginid has setup. The Default campaign is shown first; the other campaigns are added in alphabetical order.
Return Value
get_campaigns returns an array in the following form:
{ campaignid => campaign name ... }