Description Usage Arguments Value Examples
View source: R/pardot_email_clicks.R
Make a call to the Pardot API and return the email clicks matching the specified criteria parameters.
1 | pardot_email_clicks(..., verbose = 0)
|
... |
Comma separated list of parameter name and parameter value pairs. Parameter names are not quoted. Allowed parameter names are created_after, created_before, id_greater_than, list_email_id, drip_program_action_id, email_template_id, tracker_redirect_id. |
verbose |
Verbose output. See pardot_client(). |
A data frame. See http://developer.pardot.com/kb/object-field-references/#email-clicks.
1 2 3 4 5 | ## Not run:
set_credentials("your-username", "your-password", "your-user-key")
df <- pardot_email_clicks()
df <- pardot_email_clicks(created_after = 'yesterday')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.