Learn R Programming

urlshorteneR (version 2.0.0)

bitly_retrieve_cust_bitlink_clicks_history: Get Clicks for a Custom Bitlink's Entire History (Premium)

Description

Returns the click counts for the specified link. This returns an array with clicks based on a date.

Usage

bitly_retrieve_cust_bitlink_clicks_history(
  custom_bitlink = NULL,
  showRequestURL = FALSE
)

Arguments

custom_bitlink

- A Custom Bitlink made of the domain and keyword

showRequestURL

- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.

See Also

Examples

Run this code
if (FALSE) {
bitly_bearerToken("access token")
bitly_retrieve_cust_bitlink_clicks_history(custom_bitlink = "es.pn/SuperBowl")
}

Run the code above in your browser using DataLab