Learn R Programming

urlshorteneR (version 2.0.0)

bitly_update_channel: Update A Channel (Premium)

Description

Update an existing Channel

Usage

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

Arguments

channel_guid

- GUID of a target channel

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

Bit.ly Campaigns allows you to build and manage omnichannel campaigns.

See Also

Examples

Run this code
if (FALSE) {
uc <- bitly_update_channel(channel_guid = "testing", group_guid = "", name = "name")
}

Run the code above in your browser using DataLab