-
Notifications
You must be signed in to change notification settings - Fork 38
Campaigns
Matt Needham edited this page Aug 15, 2017
·
3 revisions
The Campaigns class queries and uses Pardot campaigns.
If you initialize with p = PardotAPI(), you access the Accounts class with p.campaigns
-
create Creates a new campaign using the specified data
-
query Returns the campaigns matching the specified criteria parameters
-
read Returns the data for the campaign specified by id, the Pardot ID of the target campaign.
-
update Updates the provided data for the campaign specified by id, the Pardot ID of the campaign.