Skip to content

Commit 405e439

Browse files
committed
AdWords v201705 release.
1 parent e246f52 commit 405e439

File tree

1,044 files changed

+10741
-60
lines changed

Some content is hidden

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

1,044 files changed

+10741
-60
lines changed

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
5.5.0 -- 5/23/17:
1+
5.6.0 -- 06/01/17:
2+
* Added support for AdWords v201705.
3+
4+
5.5.0 -- 05/23/17:
25
* Added more expressive python utility to build DFP PQL statements.
36
* Support building DFP SOAP entities with native python date/datetime objects.
47
* Added support and examples for DFP v201705.

examples/adwords/adwords_appengine_demo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/demo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/demo/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/handlers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/handlers/api_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/handlers/ndb_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/models/app_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/views/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

0 commit comments

Comments
 (0)