bitly_add_cust_bitlink: Add Custom Bitlink (Premium)

View source: R/bitly_custom_links.R

bitly_add_cust_bitlinkR 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)


urlshorteneR documentation built on Aug. 22, 2022, 9:08 a.m.