Skip to content

Commit

Permalink
Removing AdWords v201402 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
msaniscalchi committed Dec 5, 2014
1 parent f8c8036 commit 96017db
Show file tree
Hide file tree
Showing 103 changed files with 295 additions and 7,400 deletions.
24 changes: 24 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Contributor License Agreements

We'd love to accept your code patches! However, before we can take them, we have to clear a couple of legal hurdles.

- Please fill out either the individual or corporate Contributor License Agreement.
- If you are an individual writing original source code and are sure you own the intellectual property, then you'll need to sign an individual CLA available at https://developers.google.com/open-source/cla/individual.
- If you work for a company that wants to allow you to contribute your work to this client library, then you'll need to sign a corporate CLA available at https://developers.google.com/open-source/cla/corporate.

Follow either of the two links above to access the appropriate CLA and instructions on how to sign and return it. Once we receive the CLA, we'll add you to the official list of contributors and will be able to accept your patches.

# Submitting Patches

- Sign a Contributor License Agreement (see above).
- Join the appropriate product discussion forum.
- AdWords API: https://developers.google.com/adwords/api/community/
- DFP API: https://developers.google.com/doubleclick-publishers/community
- DFA API: https://developers.google.com/doubleclick-advertisers/reporting/community
- Create an issue on the library issue tracker if there isn't one already. Use this issue to co-ordinate the changes with the library maintainer.
- Fork the library, make the changes and send a [pull request](https://help.github.com/articles/using-pull-requests).
- The library maintainer will work with you to review and apply the patch.

# If you can't become a contributor

If you can't become a contributor, but wish to share some code that illustrates an issue / shows how an issue may be fixed, then you can attach your changes on the issue tracker. We will use this code to troubleshoot the issue and fix it, but will not use this code in the library unless the steps to submit patches are done.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2.3.0 - 12/05/2014
* Removed v201402 support.
* The return_money_in_micros argument has been removed from the AdWords
ReportDownloader.
* Fixed issue #33: Bad output generated by get_keyword_ideas.py.33
* Fixed issue #37: https_proxy wouldn't work for AdWords ReportDownloader.
* Fixed issue #39: AdWords ReportDownloader couldn't download report via
BytesIO.
* Fixed issue #41: estimate_keyword_traffic couldn't handle case where
clicksPerDay or impressionsPerDay were 0.
* Accepted Pull Request #45: Added manual refresh option to
GoogleRefreshTokenClient.

2.2.0 - 11/11/2014
* Added support for v201411 of the DoubleClick for Publishers Client
Library.
Expand Down
Empty file.
Empty file.
67 changes: 0 additions & 67 deletions examples/adwords/v201402/account_management/create_account.py

This file was deleted.

86 changes: 0 additions & 86 deletions examples/adwords/v201402/account_management/get_account_alerts.py

This file was deleted.

102 changes: 0 additions & 102 deletions examples/adwords/v201402/account_management/get_account_changes.py

This file was deleted.

This file was deleted.

Empty file.
Loading

0 comments on commit 96017db

Please sign in to comment.