bitly_retrieve_channels: Retrieve channels (Premium)

View source: R/bitly_camp.R

bitly_retrieve_channelsR Documentation

Retrieve channels (Premium)

Description

Retrieve the channels available to a user

Usage

bitly_retrieve_channels(
  group_guid = NULL,
  campaign_guid = NULL,
  showRequestURL = T
)

Arguments

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.

Campaigns

Bitly Campaigns allows you to build and manage omnichannel campaigns.

See Also

https://dev.bitly.com/api-reference/#getChannels

Examples

## Not run: 
  gc <- bitly_retrieve_channels(group_guid = "testing", campaign_guid = "test")

## End(Not run)


dmpe/urlshorteneR documentation built on Aug. 23, 2022, 1:12 a.m.