Releases: adprolabs/easy-adwords
AdWords Client Library Update
With this release, the library used in the package is updated to v28.0.0 from v25.1.0. Also, the API version is updated to v201705 from v201609. The usage and interface is basically the same.
Not sure if there will be active development on this package, therefore there may not be another release. However, this should get you going until 05/2018.
Folder name change
Changed the Auth class' folder name to be the same with the AdWordsAuth
class, which fixed some autoload issues with the composer.
Report bug fix.
v0.2.2 Added parent constructor argument to KeywordReport.
Bug fix
easy-adwords-v0.2
After using the package in a production system for the first time, the simple need for reports to be able to written to the file was born. Also, AdWords team released a new version of the library, so why not to release an updated version of the EasyAdWords?
- Implemented
saveToFile
anddownloadToFile
methods to the reporting base class. Now all the reports are able to export the result to a file, either by keeping the report in the object, or just passing the report directly to the file. Check the reporting section of the README for more info. - Added support for the latest version of the googleads-php-lib, v25.3.
Reporting bug fixes.
- Fixed reportinf field problem.
- Added an alias
get
method to all the reports, in order to allow the reports and entities to be used with the same & similar methods.
EasyAdWords is released now!
EasyAdWords is released now. The current status of the package allows to download different kinds of reports, and also make get
, create
and remove
operations on entities Account
, Campaign
, AdGroup
and Keyword
.