bitly_retrieve_channels | R Documentation |
Retrieve the channels available to a user
bitly_retrieve_channels(
group_guid = NULL,
campaign_guid = NULL,
showRequestURL = T
)
group_guid |
- a GUID for a Bitly group |
campaign_guid |
- string | A GUID for a Bitly campaign |
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/#getChannels
## Not run:
gc <- bitly_retrieve_channels(group_guid = "testing", campaign_guid = "test")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.