Skip to content

Commit 546609c

Browse files
author
Nicholas Chen
committed
v201602 release of the DFP API
1 parent 6fc5f1e commit 546609c

624 files changed

Lines changed: 5844 additions & 733 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/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.13.0:
2+
- Added support for DFP v201602.
3+
- Removed support for DFP v201411.
4+
- Removed examples for v201502.
5+
- Removed SharedAdUnitService.
6+
17
0.12.1:
28
- Fix environment default to use DFP v201511.
39

dfp_api/examples/v201502/inventory_service/create_mobile_ad_unit.rb

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

dfp_api/examples/v201502/activity_group_service/create_activity_groups.rb renamed to dfp_api/examples/v201602/activity_group_service/create_activity_groups.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
require 'dfp_api'
2323

24-
API_VERSION = :v201502
24+
API_VERSION = :v201602
2525

2626
def create_activity_groups()
2727
# Get DfpApi instance and load configuration from ~/dfp_api.yml.

dfp_api/examples/v201502/activity_group_service/get_active_activity_groups.rb renamed to dfp_api/examples/v201602/activity_group_service/get_active_activity_groups.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
require 'dfp_api'
2323

2424

25-
API_VERSION = :v201502
25+
API_VERSION = :v201602
2626

2727
def get_active_activity_groups()
2828
# Get DfpApi instance and load configuration from ~/dfp_api.yml.

dfp_api/examples/v201502/activity_group_service/get_all_activity_groups.rb renamed to dfp_api/examples/v201602/activity_group_service/get_all_activity_groups.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
require 'dfp_api'
2323

2424

25-
API_VERSION = :v201502
25+
API_VERSION = :v201602
2626

2727
def get_all_activity_groups()
2828
# Get DfpApi instance and load configuration from ~/dfp_api.yml.

dfp_api/examples/v201502/activity_group_service/update_activity_groups.rb renamed to dfp_api/examples/v201602/activity_group_service/update_activity_groups.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
require 'dfp_api'
2323

2424

25-
API_VERSION = :v201502
25+
API_VERSION = :v201602
2626

2727
def update_activity_groups()
2828
# Get DfpApi instance and load configuration from ~/dfp_api.yml.

dfp_api/examples/v201502/activity_service/create_activities.rb renamed to dfp_api/examples/v201602/activity_service/create_activities.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
require 'dfp_api'
2323

24-
API_VERSION = :v201502
24+
API_VERSION = :v201602
2525

2626
def create_activities()
2727
# Get DfpApi instance and load configuration from ~/dfp_api.yml.

dfp_api/examples/v201502/activity_service/get_active_activities.rb renamed to dfp_api/examples/v201602/activity_service/get_active_activities.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
require 'dfp_api'
2323

2424

25-
API_VERSION = :v201502
25+
API_VERSION = :v201602
2626

2727
def get_active_activities()
2828
# Get DfpApi instance and load configuration from ~/dfp_api.yml.

dfp_api/examples/v201502/activity_service/get_all_activities.rb renamed to dfp_api/examples/v201602/activity_service/get_all_activities.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
require 'dfp_api'
2323

2424

25-
API_VERSION = :v201502
25+
API_VERSION = :v201602
2626

2727
def get_all_activities()
2828
# Get DfpApi instance and load configuration from ~/dfp_api.yml.

dfp_api/examples/v201502/activity_service/update_activities.rb renamed to dfp_api/examples/v201602/activity_service/update_activities.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
require 'dfp_api'
2323

2424

25-
API_VERSION = :v201502
25+
API_VERSION = :v201602
2626

2727
def update_activities()
2828
# Get DfpApi instance and load configuration from ~/dfp_api.yml.

0 commit comments

Comments
 (0)