bitly_create_campaigns | R Documentation |
Create a new campaign
bitly_create_campaigns(
group_guid = NULL,
channel_guids = NULL,
description = NULL,
name = NULL,
showRequestURL = T
)
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. |
Bitly Campaigns allows you to build and manage omnichannel campaigns.
https://dev.bitly.com/api-reference/#createCampaign
## Not run:
cc <- bitly_create_campaigns(
group_guid = "testing", showRequestURL = TRUE, channel_guids = list("1", "2", "3"),
description = "description", name = "name"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.