pardot_visitor_activities: Retrieve Pardot Visitor Activities

Description Usage Arguments Value Examples

View source: R/pardot_visitor_activities.R

Description

Make a call to the Pardot API and return the visitor activities matching the specified criteria parameters.

Usage

1

Arguments

...

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, id_less_than, prospect_only, type, custom_url_only, email_only, file_only, form_only, form_handler_only, landing_page_only, campaign_id, custom_url_id, email_id, file_id, form_id, form_handler_id, landing_page_id, prospect_id, visitor_id.

verbose

Verbose output. See pardot_client().

Value

A data frame. See http://developer.pardot.com/kb/object-field-references/#visitor-activity.

Examples

1
2
3
4
5
## Not run: 
set_credentials("your-username", "your-password", "your-user-key")
df <- pardot_visitor_activity()
df <- pardot_visitor_activity(created_after = 'yesterday', prospect_only = 'true') 
## End(Not run)

jmurray0568/pardot4 documentation built on May 27, 2019, 2 a.m.