Skip to content

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

Methods

  • 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.

Clone this wiki locally