bitly_update_campaign {urlshorteneR} | R Documentation |
Update A Channel (Premium)
Description
Update an existing Channel
Usage
bitly_update_campaign(
campaign_guid = NULL,
group_guid = NULL,
channel_guids = NULL,
description = NULL,
name = NULL,
showRequestURL = T
)
Arguments
campaign_guid |
- string | A GUID for a Bitly campaign |
group_guid |
- a GUID for a Bitly group |
channel_guids |
- a list of strings |
description |
- description of campaign |
name |
- its name |
showRequestURL |
- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE. |
Campaigns
Bitly Campaigns allows you to build and manage omnichannel campaigns.
See Also
https://dev.bitly.com/api-reference/#updateCampaign
Examples
## Not run:
cc <- bitly_update_campaign(
group_guid = "", channel_guids = list("1", "2", "3"),
description = "description", name = "name"
)
## End(Not run)
[Package urlshorteneR version 1.5.7 Index]