Back to Documentation Overview

campaignContent

public static campaignContent(string uid, string cid)

Get the content (both html and text) for a campaign, exactly as it would appear in the campaign archive

Section:
Campaign Related
Parameters:
uid the id for your user account. Get by calling login($user, $pass)
cid the campaign id to get content for (can be gathered using campaigns($id))
Returns:
struct   -  Struct containing all content for the campaign (see Returned Fields for details
Returned Fields:
string html The HTML content used for the campgain with merge tags intact
string text The Text content used for the campgain with merge tags intact
Add New Note User Contributed Notes for campaignContent
No notes, yet... Will you be the first??