Pardot: Difference between revisions

From Starfish ETL
Jump to navigation Jump to search
No edit summary
 
Line 5: Line 5:
In Pardot, hover over the gear icon in the upper right corner of the screen, click settings and click the My Profile tab.
In Pardot, hover over the gear icon in the upper right corner of the screen, click settings and click the My Profile tab.
==Sample Filters==
==Sample Filters==
Please review the "Supported Search Criteria" page for the endpoint you are using.  For example, for the Lists end point, view: http://developer.pardot.com/kb/api-version-3/lists/#supported-search-criteria.  A few samples are:
Please review the "Supported Search Criteria" page for the endpoint you are using.  For example, for the Lists end point, view: http://developer.pardot.com/kb/api-version-3/lists/#supported-search-criteria.   
 
Samples name filter.  Note the absence of single or double quotes around the string.
<source lang="vb">
<source lang="vb">
name=Act-On Migration: Active All List - MAILABLE CONTACTS
name=Act-On Migration: Active All List - MAILABLE CONTACTS
</source>
</source>


Sample ID filter.  There does not appear to be a way to say ID equals x.  I'm also unsure if you can say greater than x and less than y to get a single ID.  I just filter by name.
<source lang="vb">
<source lang="vb">
id_greater_than=80183
id_greater_than=80183
</source>
</source>

Latest revision as of 19:30, 19 December 2017

Overview

The Starfish Pardot Connector uses the pardot v3 API. See http://developer.pardot.com/ for more information

Origin

Where do I find my "API User Key"?

In Pardot, hover over the gear icon in the upper right corner of the screen, click settings and click the My Profile tab.

Sample Filters

Please review the "Supported Search Criteria" page for the endpoint you are using. For example, for the Lists end point, view: http://developer.pardot.com/kb/api-version-3/lists/#supported-search-criteria.

Samples name filter. Note the absence of single or double quotes around the string.

name=Act-On Migration: Active All List - MAILABLE CONTACTS

Sample ID filter. There does not appear to be a way to say ID equals x. I'm also unsure if you can say greater than x and less than y to get a single ID. I just filter by name.

id_greater_than=80183