bitly_add_cust_bitlink {urlshorteneR} | R Documentation |
Add Custom Bitlink (Premium)
Description
Add a Keyword to a Bitlink
Usage
bitly_add_cust_bitlink(
bitlink_id = NULL,
custom_bitlink = NULL,
showRequestURL = FALSE
)
Arguments
bitlink_id |
- string |
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. |
Custom Bitlinks
Custom Bitlinks have both a branded short domain (BSD) AND a customized backend. For example, bit.ly/bitlinks would not be considered a Custom Bitlink because it does not have a branded short domain. es.pn/2yxklu would not be considered a custom Bitlink because while it has a branded short domain, it doesn't have a customized backhalf. An example of a link that would live in this section is es.pn/SuperBowl
See Also
https://dev.bitly.com/api-reference/#addCustomBitlink
Examples
## Not run:
bitly_add_cust_bitlink(custom_bitlink = "es.pn/SuperBowl", bitlink_id = "")
## End(Not run)
[Package urlshorteneR version 1.5.7 Index]