Skip to content

Visitors

Matt Needham edited this page Sep 17, 2017 · 3 revisions

The Visitors class queries and uses Pardot visitors.

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

Methods

  • assign Assigns or reassigns the visitor specified by to a prospect specified by <prospect_id>. Returns an updated version of the visitor.

  • query Returns the visitors matching the specified criteria parameters.

  • read Returns the data for the visitor specified by id, the Pardot ID for the target visitor, including associated visitor activities, identified company data, and visitor referrers.

Clone this wiki locally