Skip to content

Commit a46db76

Browse files
author
Nicholas Chen
committed
Release v201508 of the DFP API
1 parent d74d2ec commit a46db76

928 files changed

Lines changed: 6323 additions & 4255 deletions

File tree

Some content is hidden

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

dfp_api/COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2008 Google Inc.
189+
Copyright 2010 Google Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

dfp_api/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.10.1:
2+
- Added support for v201508
3+
- Added ReconciliationLineItemReportService.
4+
- General file cleanup.
5+
- Improved errors handling (based on GitHub pull request).
6+
17
0.10.0:
28
- Changed OAUTH2 JWT references to OAUTH2 Service Account.
39
- Require google-ads-common 0.10.0 or later from now on.

dfp_api/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ announcements and other news.
277277

278278
## License
279279

280-
Copyright 2011-2014, Google Inc. All Rights Reserved.
280+
Copyright 2011-2015, Google Inc. All Rights Reserved.
281281

282282
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
283283
this file except in compliance with the License.
@@ -294,7 +294,7 @@ specific language governing permissions and limitations under the License.
294294
## Authors
295295

296296
Author:
297-
api.dklimkin@gmail.com (Danial Klimkin)
297+
Danial Klimkin
298298

299299
Maintainer:
300-
api.nicholaschen@gmail.com (Nicholas Chen)
300+
Nicholas Chen

dfp_api/Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Encoding: utf-8
22
#
3-
# Authors:: api.dklimkin@gmail.com (Danial Klimkin)
4-
#
53
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
64
#
75
# License:: Licensed under the Apache License, Version 2.0 (the "License");

dfp_api/examples/v201411/activity_group_service/create_activity_groups.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env ruby
22
# Encoding: utf-8
33
#
4-
# Author:: api.davidtorres@gmail.com (David Torres)
5-
#
64
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
75
#
86
# License:: Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,8 +18,6 @@
2018
#
2119
# This example creates new activity groups. To determine which activity groups
2220
# exist, run get_all_activity_groups.rb.
23-
#
24-
# Tags: ActivityGroupService.createActivityGroups
2521

2622
require 'dfp_api'
2723

dfp_api/examples/v201411/activity_group_service/get_active_activity_groups.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env ruby
22
# Encoding: utf-8
33
#
4-
# Author:: api.nicholaschen@gmail.com (Nicholas Chen)
5-
#
64
# Copyright:: Copyright 2014, Google Inc. All Rights Reserved.
75
#
86
# License:: Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,8 +18,6 @@
2018
#
2119
# This example gets all active activity groups. To create activity groups,
2220
# run create_activity_groups.rb.
23-
#
24-
# Tags: ActivityGroupService.getActivityGroupsByStatement
2521

2622
require 'dfp_api'
2723
require 'dfp_api_statement'

dfp_api/examples/v201411/activity_group_service/get_all_activity_groups.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env ruby
22
# Encoding: utf-8
33
#
4-
# Author:: Nicholas Chen
5-
#
64
# Copyright:: Copyright 2014, Google Inc. All Rights Reserved.
75
#
86
# License:: Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,8 +18,6 @@
2018
#
2119
# This example gets all activity groups. To create activity groups,
2220
# run create_activity_groups.rb.
23-
#
24-
# Tags: ActivityGroupService.getActivityGroupsByStatement
2521

2622
require 'dfp_api'
2723
require 'dfp_api_statement'

dfp_api/examples/v201411/activity_group_service/update_activity_groups.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env ruby
22
# Encoding: utf-8
33
#
4-
# Author:: api.davidtorres@gmail.com (David Torres)
5-
#
64
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
75
#
86
# License:: Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,9 +18,6 @@
2018
#
2119
# This example updates activity groups by adding a company. To determine which
2220
# activity groups exist, run get_all_activity_groups.rb.
23-
#
24-
# Tags: ActivityGroupService.getActivityGroupsByStatement
25-
# Tags: ActivityGroupService.updateActivityGroups
2621

2722
require 'dfp_api'
2823

dfp_api/examples/v201411/activity_service/create_activities.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env ruby
22
# Encoding: utf-8
33
#
4-
# Author:: api.davidtorres@gmail.com (David Torres)
5-
#
64
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
75
#
86
# License:: Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,8 +18,6 @@
2018
#
2119
# This example creates new activities. To determine which activities exist, run
2220
# get_all_activities.php.
23-
#
24-
# Tags: ActivityService.createActivities
2521

2622
require 'dfp_api'
2723

dfp_api/examples/v201411/activity_service/get_active_activities.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env ruby
22
# Encoding: utf-8
33
#
4-
# Author:: api.davidtorres@gmail.com (David Torres)
5-
#
64
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
75
#
86
# License:: Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,8 +18,6 @@
2018
#
2119
# This example gets all active activities. To create activities,
2220
# run create_activities.rb.
23-
#
24-
# Tags: ActivityService.getActivitiesByStatement
2521

2622
require 'dfp_api'
2723
require 'dfp_api_statement'

0 commit comments

Comments
 (0)