pardot_visitors: Retrieve Pardot Visitors

Description Usage Arguments Value Examples

View source: R/pardot_visitors.R

Description

Make a call to the Pardot API and returns the visitors matching the specified criteria parameters.

Usage

1
pardot_visitors(..., verbose = 0)

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, name, update_before, updated_after, only_identified, prospect_ids.

verbose

Verbose output. See pardot_client().

Value

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

Examples

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

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