powered by
Update an existing Channel
bitly_update_campaign( campaign_guid = NULL, group_guid = NULL, channel_guids = NULL, description = NULL, name = NULL, showRequestURL = T )
- string | A GUID for a Bitly campaign
- a GUID for a Bitly group
- a list of strings
- description of campaign
- its name
- 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/#updateCampaign
if (FALSE) { cc <- bitly_update_campaign( group_guid = "", channel_guids = list("1", "2", "3"), description = "description", name = "name" ) }
Run the code above in your browser using DataLab