Package: RAdwords
Type: Package
Title: Loading Google Adwords Data into R
Description: 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
Author: Johannes Burkhardt <johannes.burkhardt@gmail.com>, Matthias Bannert
    <matthias.bannert@gmail.com>
Maintainer: Johannes Burkhardt <johannes.burkhardt@gmail.com>
Depends: R (>= 3.0.0)
Imports: RCurl, rjson
Suggests: testthat
License: MIT + file LICENSE
URL: https://github.com/jburkhardt/RAdwords,
        https://developers.google.com/adwords,
        https://developers.google.com/adwords/api/
BugReports: https://github.com/jburkhardt/RAdwords/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2019-01-28 09:59:14 UTC; jburkhardt
Repository: CRAN
Date/Publication: 2019-01-28 10:20:03 UTC
Built: R 4.5.1; ; 2025-10-06 01:24:23 UTC; windows
