powered by
Retrieve a Campaign
bitly_retrieve_campaign(campaign_guid = NULL, showRequestURL = T)
- string | A GUID for a Bitly campaign
- 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/v4/#operation/getCampaign
# NOT RUN { gc <- bitly_retrieve_campaign(campaign_guid = "testing") # } # NOT RUN { # }
Run the code above in your browser using DataLab