bitly_retrieve_campaigns {urlshorteneR} | R Documentation |
Retrieve campaigns (Premium)
Description
Retrieve the campaigns for the current user
Usage
bitly_retrieve_campaigns(group_guid = NULL, showRequestURL = T)
Arguments
group_guid |
- a GUID for a Bitly group |
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/#getCampaigns
Examples
## Not run:
gc <- bitly_retrieve_campaigns(group_guid = "testing")
## End(Not run)
[Package urlshorteneR version 1.5.7 Index]