RAdwords: Loading Google Adwords Data into R

Aims at loading Google Adwords data into R. Adwords is an online advertising service that enables advertisers to display advertising copy to web users (see <https://developers.google.com/adwords/> for more information). Therefore the package implements three main features. First, the package provides an authentication process for R with the Google Adwords API (see <https://developers.google.com/adwords/api/> for more information) via OAUTH2. Second, the package offers an interface to apply the Adwords query language in R and query the Adwords API with ad-hoc reports. Third, the received data are transformed into suitable data formats for further data processing and data analysis.

Version: 0.1.18
Depends: R (≥ 3.0.0)
Imports: RCurl, rjson
Suggests: testthat
Published: 2019-01-28
Author: Johannes Burkhardt, Matthias Bannert
Maintainer: Johannes Burkhardt <johannes.burkhardt at gmail.com>
BugReports: https://github.com/jburkhardt/RAdwords/issues
License: MIT + file LICENSE
URL: https://github.com/jburkhardt/RAdwords, https://developers.google.com/adwords, https://developers.google.com/adwords/api/
NeedsCompilation: no
Materials: README NEWS
In views: WebTechnologies
CRAN checks: RAdwords results

Documentation:

Reference manual: RAdwords.pdf

Downloads:

Package source: RAdwords_0.1.18.tar.gz
Windows binaries: r-devel: RAdwords_0.1.18.zip, r-release: RAdwords_0.1.18.zip, r-oldrel: RAdwords_0.1.18.zip
macOS binaries: r-release (arm64): RAdwords_0.1.18.tgz, r-oldrel (arm64): RAdwords_0.1.18.tgz, r-release (x86_64): RAdwords_0.1.18.tgz
Old sources: RAdwords archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RAdwords to link to this page.