powered by
Create a new channel
bitly_create_channel( group_guid = NULL, guid = NULL, name = NULL, modified = NULL, created = NULL, campaign_guid = NULL, bitlink_id = NULL, showRequestURL = T )
- a GUID for a Bitly group
- ID for a channel
- its name
- string | ISO_TIMESTAMP
- string | ISO TIMESTAMP
- string | A GUID for a Bitly campaign
- string
- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.
Bitly Campaigns allows you to build and manage omnichannel campaigns.
https://dev.bitly.com/api-reference/#createChannel
if (FALSE) { gc <- bitly_create_channel(group_guid = "testing", ...) }
Run the code above in your browser using DataLab