Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Releases: adprolabs/easy-adwords

AdWords Client Library Update

09 Jul 20:49
Compare
Choose a tag to compare

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

21 Apr 11:32
Compare
Choose a tag to compare

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.

04 Mar 10:21
Compare
Choose a tag to compare
v0.2.2

Added parent constructor argument to KeywordReport.

Bug fix

02 Mar 21:29
Compare
Choose a tag to compare

Bug fix

  • Bug fix for the missing folders given in the file path for the reporting methods saveToFile and downloadToFile. Thanks to Sabri, we fixed it immediately. ❤️

easy-adwords-v0.2

02 Mar 16:13
Compare
Choose a tag to compare

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 and downloadToFile 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.

13 Feb 11:49
Compare
Choose a tag to compare
  • 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!

12 Feb 23:45
Compare
Choose a tag to compare

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.