bitly_retrieve_cust_bitlink_metrics_destination {urlshorteneR} | R Documentation |
Get Metrics for a Custom Bitlink by Destination (Premium)
Description
Returns click metrics for the specified link by its historical destinations.
Usage
bitly_retrieve_cust_bitlink_metrics_destination(
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/api-reference/#getCustomBitlinkMetricsByDestination
Examples
## Not run:
bitly_retrieve_cust_bitlink_metrics_destination(custom_bitlink = "es.pn/SuperBowl")
## End(Not run)
[Package urlshorteneR version 1.5.7 Index]