pardot_email_stats: Retrieve Pardot Email Stats

Description Usage Arguments Value Examples

View source: R/pardot_email_stats.R

Description

Make a call to the Pardot API and return the statistical data for the specified email.

Usage

1
pardot_email_stats(list_email_id, verbose = 0, ...)

Arguments

list_email_id

The Pardot ID of the target email.

verbose

Verbose output. See pardot_client().

Value

A data frame.

Examples

1
2
3
4
## Not run: 
set_credentials("your-username", "your-password", "your-user-key")
df <- pardot_email_stats(list_email_id = 747447245)
## End(Not run)

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