dmpe/urlshorteneR

View on GitHub
man/bitly_retrieve_campaign.Rd

Summary

Maintainability
Test Coverage
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bitly_camp.R
\name{bitly_retrieve_campaign}
\alias{bitly_retrieve_campaign}
\title{Retrieve a Campaign}
\usage{
bitly_retrieve_campaign(campaign_guid = NULL, showRequestURL = T)
}
\arguments{
\item{campaign_guid}{- string | A GUID for a Bitly campaign}

\item{showRequestURL}{- an optional T/F value to whether show URL which has been
build and requested from server. For debug purposes, default FALSE.}
}
\description{
Retrive details for a campaign
}
\section{Campaigns}{

Bitly Campaigns allows you to build and manage omnichannel campaigns.
}

\examples{
\dontrun{
  gc <- bitly_retrieve_campaign(campaign_guid = "testing")
}

}
\seealso{
\url{https://dev.bitly.com/api-reference/#getCampaign}
}