get_list_member_activity: Get recent list member activity

Description Usage Arguments Value Examples

View source: R/GET_lists.R

Description

Get the last 50 events of a member<e2><80><99>s activity on a specific list, including opens, clicks, and unsubscribes.

Usage

1
2
get_list_member_activity(list_id = NULL, subscriber_hash = NULL,
  apikey = NULL, user = "anystring", ...)

Arguments

list_id

The unique id for the list. Find the list id with get_lists.

subscriber_hash

The MD5 hash of the lowercase version of the list member<e2><80><99>s email address.

apikey

API key for mailchimp account.

user

User to use in authentication. Can be any string you like. Defaults to "anystring".

...

Query string parameters. See available parameters under READ here: API documentation.

Value

Response body parameters. See response parameters under READ here: API documentation.

Examples

1
2
3
**## Not run:**
mymember_activity <- get_list_member_activity(apikey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-usxx", list_id = "xxxxxxxxxx", subscriber_hash = "xxxxxxxxxx")
## End(**Not run**)

56north/mailchimpR documentation built on May 5, 2019, 11:27 a.m.