dmpe/urlshorteneR

View on GitHub
man/bitly_retrieve_cust_bitlink_clicks_history.Rd

Summary

Maintainability
Test Coverage
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bitly_custom_links.R
\name{bitly_retrieve_cust_bitlink_clicks_history}
\alias{bitly_retrieve_cust_bitlink_clicks_history}
\title{Get Clicks for a Custom Bitlink's Entire History (Premium)}
\usage{
bitly_retrieve_cust_bitlink_clicks_history(
  custom_bitlink = NULL,
  showRequestURL = FALSE
)
}
\arguments{
\item{custom_bitlink}{- A Custom Bitlink made of the domain and keyword}

\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{
Returns the click counts for the specified link. This returns an array with clicks based on a date.
}
\examples{
\dontrun{
bitly_retrieve_cust_bitlink_clicks_history(custom_bitlink = "es.pn/SuperBowl")
}

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