Campaigns - mneedham91/PyPardot4 GitHub Wiki
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.