Learn R Programming

urlshorteneR (version 1.1.2)

bitly_retrieve_campaign: Retrieve a Campaign

Description

Retrieve a Campaign

Usage

bitly_retrieve_campaign(campaign_guid = NULL, showRequestURL = T)

Arguments

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.

Campaigns

Bitly Campaigns allows you to build and manage omnichannel campaigns.

See Also

https://dev.bitly.com/v4/#operation/getCampaign

Examples

Run this code
# NOT RUN {
  gc <- bitly_retrieve_campaign(campaign_guid = "testing")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab