Learn R Programming

urlshorteneR (version 0.8.8)

bitly_UserMetricsReferrers: Returns aggregate metrics about the pages referring click traffic to all of the authenticated user's Bitlinks.

Description

See http://dev.bitly.com/user_metrics.html#v3_user_referrers

Usage

bitly_UserMetricsReferrers(limit = 1000, unit = c("minute", "hour", "day",
  "week", "month"), rollup = c("false", "true"), units = -1,
  showRequestURL = FALSE)

Arguments

Value

clicks - the number of clicks referred from this URL.

referrer - the URL referring clicks.

Examples

Run this code
bitly_token <- bitly_auth(key = "", secret = "")
user_Metrics_Referrers(unit = "day", units = -1, limit = 100, rollup = "true")

Run the code above in your browser using DataLab