The getVisitorActivities operation retrieves the details of all visitor activities .
Code Block |
---|
language | xml |
---|
title | getVisitorActivities |
---|
|
<pardot.getVisitorActivities>
<createdAfter>{$ctx:createdAfter}</createdAfter>
<createdBefore>{$ctx:createdBefore}</createdBefore>
<idGreaterThan>{$ctx:idGreaterThan}</idGreaterThan>
<idLessThan>{$ctx:idLessThan}</idLessThan>
<prospectOnly>{$ctx:prospectOnly}</prospectOnly>
<type>{$ctx:type}</type>
<campaignId>{$ctx:campaignId}</campaignId>
<customUrlId>{$ctx:customUrlId}</customUrlId>
<emailId>{$ctx:emailId}</emailId>
<fileId>{$ctx:fileId}</fileId>
<formId>{$ctx:formId}</formId>
<formHandlerId>{$ctx:formHandlerId}</formHandlerId>
<landingPageId>{$ctx:landingPageId}</landingPageId>
<prospectId>{$ctx:prospectId}</prospectId>
<visitorId>{$ctx:visitorId}</visitorId>
<limit>{$ctx:limit}</limit>
<offset>{$ctx:offset}</offset>
<sortBy>{$ctx:sortBy}</sortBy>
<sortOrder>{$ctx:sortOrder}</sortOrder>
<output>{$ctx:output}</output>
</pardot.getVisitorActivities> |
Properties
createdAfter:
Selects visitor activities that were created after the specified time. createdBefore:
Selects visitor activities that were created before the specified time. idGreaterThan:
Selects visitor activities with IDs greater than the specified integer. idLessThan:
Selects visitor activities with IDs less than the specified integer. prospectOnly:
Selects prospects based on whether they are assigned. type:
Selects prospects based on whether they are assigned to a specified user. campaignId:
Selects only visitor activities generated by assets whose campaign matches the specified ID. customUrlId:
Selects only visitor activities generated by the custom redirect with the specified ID. emailId:
Selects only visitor activities generated by the email with the specified ID. fileId:
Selects only visitor activities generated by the file with the specified ID. formId:
Selects only visitor activities generated by the form with the specified ID. formHandlerId:
Selects only visitor activities generated by the form handler with the specified ID. landingPageId:
Selects only visitor activities generated by the landing page with the specified ID. prospectId:
Selects only visitor activities associated with the prospect with the specified ID. visitorId:
Selects only visitor activities associated with the visitor with the specified ID.-
limit:
Specifies the number of results to be returned. -
offset:
Specifies the first matching visitor to be returned in the query response. -
sortBy:
Specifies the field that should be used to sort the results of the query. -
sortOrder:
Specifies the ordering to be used when sorting the results of the query. output:
Specifies the format to be used when returning the results of the query.
...
Related Pardot documentation
http://developer.pardot.com/kb/api-version-4/visitor-activities/
Anchor |
---|
| sampleconfiguration |
---|
| sampleconfiguration |
---|
|
Sample configuration
...