View source: R/bitly_custom_links.R
bitly_retrieve_cust_bitlink_clicks_history | R Documentation |
Returns the click counts for the specified link. This returns an array with clicks based on a date.
bitly_retrieve_cust_bitlink_clicks_history(
custom_bitlink = NULL,
showRequestURL = FALSE
)
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. |
https://dev.bitly.com/api-reference/#getClicksForCustomBitlink
## Not run:
bitly_retrieve_cust_bitlink_clicks_history(custom_bitlink = "es.pn/SuperBowl")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.