powered by
Move a Keyword to a different Bitlink
bitly_update_cust_bitlink( custom_bitlink = NULL, bitlink_id = NULL, showRequestURL = FALSE )
- A Custom Bitlink made of the domain and keyword
- string
- 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/#updateCustomBitlink
if (FALSE) { bitly_bearerToken("access token") bitly_update_cust_bitlink(custom_bitlink = "es.pn/SuperBowl", bitlink_id = "") }
Run the code above in your browser using DataLab