CreatePartnerCampaign
Create a partner campaign.
Authentication Methods
- With AMS username and password
Input Parameter |
Type |
Description |
Token |
String |
AMS Security token |
PartnerName |
String |
NMRA (utm_source) |
Term |
String |
utm_term: Identify paid search keywords. If you're manually tagging paid keyword campaigns, you should also use utm_term to specify the keyword. |
Content |
String |
utm_content: Used to differentiate similar content, or links within the same ad. For example, if you have two call-to-action links within the same email message, you can use utm_content and set different values for each so you can tell which version is more effective. |
Campaign |
String |
utm_campaign: The individual campaign name, slogan, promo code, etc. for a product. |
LandingPage |
String |
Campaign landing page |
Output Parameter |
Type |
Description |
Success |
Boolean |
True if success, false if failed |
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=CreatePartnerCampaign&PartnerName=nmra3344564&Term=TERM&Content=CONTENT&Campaign=CAMPAIGN&LandingPage=https://www.mynomadesk.com'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>