We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568b111 commit fe6661fCopy full SHA for fe6661f
ChangeLog
@@ -1,3 +1,8 @@
1
+* 1.3.1:
2
+- Add new planning examples add_keyword_plan and generate_forecast_metrics
3
+- Add new example generate_keyword_ideas
4
+- Update README to link to the Google Ads API Support page
5
+
6
* 1.3.0:
7
- Update payment_mode enum with fields for v1_1
8
- Update PyYAML dependency to latest stable version
google/ads/google_ads/__init__.py
@@ -21,4 +21,4 @@
21
import google.ads.google_ads.util
22
23
24
-VERSION = '1.3.0'
+VERSION = '1.3.1'
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name='google-ads',
38
- version='1.3.0',
+ version='1.3.1',
39
author='Google LLC',
40
author_email='[email protected]',
41
classifiers=[
0 commit comments