Learn R Programming

urlshorteneR (version 1.1.2)

bitly_retrieve_destination_metrics: Get Metrics for a Custom Bitlink by destination (Premium)

Description

Get Click Metrics for a Custom Bitlink by historical Bitlink destinations

Usage

bitly_retrieve_destination_metrics(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

https://dev.bitly.com/v4/#operation/getCustomBitlinkMetricsByDestination

Examples

Run this code
# NOT RUN {
bitly_retrieve_destination_metrics(custom_bitlink = "es.pn/SuperBowl")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab