Package: adwordsR
Type: Package
Title: Access the 'Google Adwords' API
Version: 0.3.1
Authors@R: c(person("Sean", "Longthorpe", email = "sean.longthorpe@branded3.com",
                  role = c("aut", "cre", "cph")),
		   person("Johannes", "Burkhardt", role = c("ctb", "cph")))
Maintainer: Sean Longthorpe <sean.longthorpe@branded3.com>
Description: Allows access to selected services that are part of the 
    'Google Adwords' API <https://developers.google.com/adwords/api/docs/guides/start>.
	'Google Adwords' is an online advertising service by 'Google', that delivers Ads 
	to users. This package offers a authentication process using 'OAUTH2'.  Currently, 
	there are two methods of data of accessing the API, depending on the type of 
	request. One method uses 'SOAP' requests which require building an 'XML' structure 
	and then sent to the API. These are used for the 'ManagedCustomerService' and 
	the 'TargetingIdeaService'. The second method is by building 'AWQL' queries for 
	the reporting side of the 'Google Adwords' API.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://www.branded3.com/
Depends: R (>= 3.4.0)
RoxygenNote: 6.0.1
Date: 2018-06-19
Imports: RCurl, rjson, utils
NeedsCompilation: no
Packaged: 2018-06-19 10:12:45 UTC; Sean.Longthorpe
Author: Sean Longthorpe [aut, cre, cph],
  Johannes Burkhardt [ctb, cph]
Repository: CRAN
Date/Publication: 2018-06-19 13:48:14 UTC
Built: R 4.2.0; ; 2023-04-01 16:52:23 UTC; unix
