Skip to content

Commit 96017db

Browse files
committed
Removing AdWords v201402 support.
1 parent f8c8036 commit 96017db

File tree

103 files changed

+295
-7400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+295
-7400
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Contributor License Agreements
2+
3+
We'd love to accept your code patches! However, before we can take them, we have to clear a couple of legal hurdles.
4+
5+
- Please fill out either the individual or corporate Contributor License Agreement.
6+
- 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.
7+
- 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.
8+
9+
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.
10+
11+
# Submitting Patches
12+
13+
- Sign a Contributor License Agreement (see above).
14+
- Join the appropriate product discussion forum.
15+
- AdWords API: https://developers.google.com/adwords/api/community/
16+
- DFP API: https://developers.google.com/doubleclick-publishers/community
17+
- DFA API: https://developers.google.com/doubleclick-advertisers/reporting/community
18+
- 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.
19+
- Fork the library, make the changes and send a [pull request](https://help.github.com/articles/using-pull-requests).
20+
- The library maintainer will work with you to review and apply the patch.
21+
22+
# If you can't become a contributor
23+
24+
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.

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2.3.0 - 12/05/2014
2+
* Removed v201402 support.
3+
* The return_money_in_micros argument has been removed from the AdWords
4+
ReportDownloader.
5+
* Fixed issue #33: Bad output generated by get_keyword_ideas.py.33
6+
* Fixed issue #37: https_proxy wouldn't work for AdWords ReportDownloader.
7+
* Fixed issue #39: AdWords ReportDownloader couldn't download report via
8+
BytesIO.
9+
* Fixed issue #41: estimate_keyword_traffic couldn't handle case where
10+
clicksPerDay or impressionsPerDay were 0.
11+
* Accepted Pull Request #45: Added manual refresh option to
12+
GoogleRefreshTokenClient.
13+
114
2.2.0 - 11/11/2014
215
* Added support for v201411 of the DoubleClick for Publishers Client
316
Library.

examples/adwords/v201402/__init__.py

Whitespace-only changes.

examples/adwords/v201402/account_management/__init__.py

Whitespace-only changes.

examples/adwords/v201402/account_management/create_account.py

Lines changed: 0 additions & 67 deletions
This file was deleted.

examples/adwords/v201402/account_management/get_account_alerts.py

Lines changed: 0 additions & 86 deletions
This file was deleted.

examples/adwords/v201402/account_management/get_account_changes.py

Lines changed: 0 additions & 102 deletions
This file was deleted.

examples/adwords/v201402/account_management/get_account_hierarchy.py

Lines changed: 0 additions & 99 deletions
This file was deleted.

examples/adwords/v201402/advanced_operations/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)