powered by
Update an existing Channel
bitly_update_channel( channel_guid = NULL, group_guid = NULL, guid = NULL, name = NULL, modified = NULL, created = NULL, campaign_guid = NULL, bitlink_id = NULL, showRequestURL = T )
- GUID of a target channel
- 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/#updateChannel
if (FALSE) { uc <- bitly_update_channel(channel_guid = "testing", group_guid = "", name = "name") }
Run the code above in your browser using DataLab