R/my_data_googleads.R

#' Sample data from the Windsor API.
#'
#' A data set containing sample 'Gooogle Ads' data
#' fetched from 'windsor.ai' API. See more at: https://windsor.ai/api-fields/
#'
#' @format A data frame with 1677 rows and 6 variables:
#' \describe{
#'   \item{campaign}{name of the campaign}
#'   \item{clicks}{number of clicks}
#'   \item{spend}{spend data}
#'   \item{medium}{the type of referals}
#'   \item{source}{source of the data (google)}
#'   \item{googlesheets}{googlesheets id}
#' }
#' @source \url{https://windsor.ai/}
"my_data_googleads"

Try the googleadsR package in your browser

Any scripts or data that you put into this service are public.

googleadsR documentation built on Nov. 16, 2022, 1:10 a.m.