Skip to content

Custom Redirects

Matt Needham edited this page Aug 15, 2017 · 3 revisions

The Custom Redirects class queries and uses Pardot custom redirects.

If you initialize with p = PardotAPI(), you access the Accounts class with p.customredirects

Methods

  • query Returns the custom redirects matching the specified criteria parameters.

  • read Returns the data for the custom redirect specified by id, the Pardot ID of the target custom redirect.

Clone this wiki locally