Package: RAdwords 0.1.20
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.
Authors:
RAdwords_0.1.20.tar.gz
RAdwords_0.1.20.zip(r-4.7)RAdwords_0.1.20.zip(r-4.6)RAdwords_0.1.20.zip(r-4.5)
RAdwords_0.1.20.tgz(r-4.6-any)RAdwords_0.1.20.tgz(r-4.5-any)
RAdwords_0.1.20.tar.gz(r-4.7-any)RAdwords_0.1.20.tar.gz(r-4.6-any)
RAdwords_0.1.20.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
RAdwords/json (API)
NEWS
| # Install 'RAdwords' in R: |
| install.packages('RAdwords', repos = c('https://jburkhardt.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jburkhardt/radwords/issues
Last updated from:12849606af. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 122 | ||
| source / vignettes | OK | 213 | ||
| linux-release-x86_64 | OK | 123 | ||
| macos-release-arm64 | OK | 221 | ||
| macos-oldrel-arm64 | OK | 193 | ||
| windows-devel | OK | 73 | ||
| windows-release | OK | 63 | ||
| windows-oldrel | OK | 85 | ||
| wasm-release | OK | 96 |
Exports:changeNamesdoAuthgetDatametricsrefreshTokenreportsstatementtransformData
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Change Names of Attributes/variables | changeNames |
| Invoke the Authentication Process with Google | doAuth |
| Authentication of R app | getAuth |
| Get Adwords Data | clientCustomerId getData transformation |
| Loading the Access Token | loadToken |
| Get Metrics/Attributes of specified Report | metrics |
| Loading Google Adwords Data into R | RAdwords |
| Refresh Access Token | refreshToken |
| Show available Adwords Reports | reports |
| Build Adwords Query Language Statement | statement |
| Transform data into R dataframe | transformData |
