bitly_create_channel: Create channel (Premium)

View source: R/bitly_camp.R

bitly_create_channelR Documentation

Create channel (Premium)

Description

Create a new channel

Usage

bitly_create_channel(
  group_guid = NULL,
  guid = NULL,
  name = NULL,
  modified = NULL,
  created = NULL,
  campaign_guid = NULL,
  bitlink_id = NULL,
  showRequestURL = T
)

Arguments

group_guid

- a GUID for a Bitly group

guid

- ID for a channel

name

- its name

modified

- string | ISO_TIMESTAMP

created

- string | ISO TIMESTAMP

campaign_guid

- string | A GUID for a Bitly campaign

bitlink_id

- string

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/#createChannel

Examples

## Not run: 
  gc <- bitly_create_channel(group_guid = "testing", ...)

## End(Not run)


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