The getEmailClicks operation retrieves the details of all email clicks.
Code Block | ||||
---|---|---|---|---|
| ||||
<pardot.getEmailClicks> <createdAfter>{$ctx:createdAfter}</createdAfter> <createdBefore>{$ctx:createdBefore}</createdBefore> <idGreaterThan>{$ctx:idGreaterThan}</idGreaterThan> <listEmailId>{$ctx:listEmailId}</listEmailId> <dripProgramActionId>{$ctx:dripProgramActionId}</dripProgramActionId> <emailTemplateId>{$ctx:emailTemplateId}</emailTemplateId> <trackerRedirectId>{$ctx:trackerRedirectId}</trackerRedirectId> <limit>{$ctx:limit}</limit> </pardot.getEmailClicks> |
Properties
createdAfter:
createdBefore:
idGreaterThan:
listEmailId:
dripProgramActionId:
-
emailTemplateId:
-
trackerRedirectId:
-
limit:
...
Following is a sample proxy service that illustrates how to connect to Pardot with the init
operation and use the getCampaigns
getEmailClicks
operation. The sample request for this proxy can be found in the getEmailClicks sample request.
...