google-dfp-api 0.15.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/ChangeLog +3 -0
  3. data/lib/dfp_api/version.rb +1 -1
  4. metadata +1072 -1076
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3e35c5c4391cf05b5c59b63463f440ed74d73960
4
+ data.tar.gz: 755ba0c882314ae1f017595e9bad722ee2c9c2f9
5
+ SHA512:
6
+ metadata.gz: f41386e1ed75bd6f568e31184e59666b955e33bf23baf646d6ef20ea23475a47ea98a5fd8427513fbaf3aba0c1cf5ce5ae43144f1c5731774c1df02e991804d2
7
+ data.tar.gz: a41a3f3c631994c9457ffa4c42ac53528c7084017782efc903645363a756b1fca4bd20c64424194030190f66ad34a781bfeb20f3b4baf3271f5f55a8adb7de9b
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ 0.16.0:
2
+ - Require google-ads-common 0.12.3 or later from now on.
3
+
1
4
  0.15.0:
2
5
  - Added support for v201605.
3
6
  - Removed support for v201502.
@@ -19,6 +19,6 @@
19
19
 
20
20
  module DfpApi
21
21
  module ApiConfig
22
- CLIENT_LIB_VERSION = '0.15.0'
22
+ CLIENT_LIB_VERSION = '0.16.0'
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-dfp-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
5
- prerelease:
4
+ version: 0.16.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Danial Klimkin
@@ -10,24 +9,22 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2016-05-17 00:00:00.000000000 Z
12
+ date: 2016-05-23 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: google-ads-common
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
- - - ~>
18
+ - - "~>"
21
19
  - !ruby/object:Gem::Version
22
- version: 0.12.1
20
+ version: 0.12.3
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
- - - ~>
25
+ - - "~>"
29
26
  - !ruby/object:Gem::Version
30
- version: 0.12.1
27
+ version: 0.12.3
31
28
  description: google-dfp-api is a DFP API client library for Ruby
32
29
  email:
33
30
  - dfpapi-advisor+nicholas@google.com
@@ -35,1164 +32,1163 @@ executables: []
35
32
  extensions: []
36
33
  extra_rdoc_files: []
37
34
  files:
38
- - examples/v201602/user_team_association_service/update_user_team_associations.rb
39
- - examples/v201602/user_team_association_service/delete_user_team_associations.rb
40
- - examples/v201602/user_team_association_service/create_user_team_associations.rb
41
- - examples/v201602/user_team_association_service/get_all_user_team_associations.rb
42
- - examples/v201602/user_team_association_service/get_user_team_associations_by_statement.rb
43
- - examples/v201602/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
44
- - examples/v201602/suggested_ad_unit_service/get_all_suggested_ad_units.rb
45
- - examples/v201602/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
46
- - examples/v201602/custom_field_service/get_all_line_item_custom_fields.rb
47
- - examples/v201602/custom_field_service/update_custom_fields.rb
48
- - examples/v201602/custom_field_service/set_line_item_custom_field_value.rb
49
- - examples/v201602/custom_field_service/create_custom_field_options.rb
50
- - examples/v201602/custom_field_service/get_all_custom_fields.rb
51
- - examples/v201602/custom_field_service/create_custom_fields.rb
52
- - examples/v201602/custom_field_service/deactivate_all_line_item_custom_fields.rb
53
- - examples/v201602/network_service/get_all_networks.rb
54
- - examples/v201602/network_service/make_test_network.rb
55
- - examples/v201602/network_service/get_current_network.rb
56
- - examples/v201602/company_service/get_all_companies.rb
57
- - examples/v201602/company_service/create_companies.rb
58
- - examples/v201602/company_service/get_companies_by_statement.rb
59
- - examples/v201602/company_service/update_companies.rb
60
- - examples/v201602/line_item_service/target_custom_criteria.rb
61
- - examples/v201602/line_item_service/update_line_items.rb
62
- - examples/v201602/line_item_service/create_line_items.rb
63
- - examples/v201602/line_item_service/get_all_line_items.rb
64
- - examples/v201602/line_item_service/get_recently_updated_line_items.rb
65
- - examples/v201602/line_item_service/create_video_line_item.rb
66
- - examples/v201602/line_item_service/get_line_items_by_statement.rb
67
- - examples/v201602/line_item_service/activate_line_items.rb
68
- - examples/v201602/label_service/create_labels.rb
69
- - examples/v201602/label_service/update_labels.rb
70
- - examples/v201602/label_service/get_all_labels.rb
71
- - examples/v201602/label_service/deactivate_labels.rb
72
- - examples/v201602/label_service/get_labels_by_statement.rb
73
- - examples/v201602/forecast_service/get_availability_forecast.rb
74
- - examples/v201602/forecast_service/get_delivery_forecast_for_line_items.rb
75
- - examples/v201602/forecast_service/get_availability_forecast_for_line_item.rb
76
- - examples/v201602/activity_group_service/get_all_activity_groups.rb
77
- - examples/v201602/activity_group_service/get_active_activity_groups.rb
78
- - examples/v201602/activity_group_service/create_activity_groups.rb
79
- - examples/v201602/activity_group_service/update_activity_groups.rb
80
- - examples/v201602/creative_service/copy_image_creatives.rb
81
- - examples/v201602/creative_service/create_creatives.rb
82
- - examples/v201602/creative_service/create_creative_from_template.rb
83
- - examples/v201602/creative_service/get_all_creatives.rb
84
- - examples/v201602/creative_service/create_native_creative.rb
85
- - examples/v201602/creative_service/get_creatives_by_statement.rb
86
- - examples/v201602/creative_service/update_creatives.rb
87
- - examples/v201602/creative_service/create_custom_creative.rb
88
- - examples/v201602/content_service/get_all_content.rb
89
- - examples/v201602/content_service/get_content_by_category.rb
90
- - examples/v201602/placement_service/create_placements.rb
91
- - examples/v201602/placement_service/get_placements_by_statement.rb
92
- - examples/v201602/placement_service/deactivate_placements.rb
93
- - examples/v201602/placement_service/update_placements.rb
94
- - examples/v201602/placement_service/get_all_placements.rb
95
- - examples/v201602/order_service/update_orders.rb
96
- - examples/v201602/order_service/get_orders_by_statement.rb
97
- - examples/v201602/order_service/create_orders.rb
98
- - examples/v201602/order_service/approve_orders.rb
99
- - examples/v201602/order_service/get_all_orders.rb
100
- - examples/v201602/inventory_service/create_video_ad_unit.rb
101
- - examples/v201602/inventory_service/deactivate_ad_units.rb
102
- - examples/v201602/inventory_service/get_all_ad_units.rb
103
- - examples/v201602/inventory_service/get_ad_unit_sizes.rb
104
- - examples/v201602/inventory_service/get_ad_units_by_statement.rb
105
- - examples/v201602/inventory_service/update_ad_units.rb
106
- - examples/v201602/inventory_service/create_ad_units.rb
107
- - examples/v201602/publisher_query_language_service/get_geo_targets.rb
108
- - examples/v201602/publisher_query_language_service/fetch_match_tables.rb
109
- - examples/v201602/publisher_query_language_service/get_line_items_named_like.rb
110
- - examples/v201602/publisher_query_language_service/get_all_line_items.rb
111
- - examples/v201602/team_service/create_teams.rb
112
- - examples/v201602/team_service/get_all_teams.rb
113
- - examples/v201602/team_service/get_teams_by_statement.rb
114
- - examples/v201602/team_service/update_teams.rb
115
- - examples/v201602/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
116
- - examples/v201602/custom_targeting_service/update_custom_targeting_keys.rb
117
- - examples/v201602/custom_targeting_service/delete_custom_targeting_values.rb
118
- - examples/v201602/custom_targeting_service/create_custom_targeting_keys_and_values.rb
119
- - examples/v201602/custom_targeting_service/get_custom_targeting_values_by_statement.rb
120
- - examples/v201602/custom_targeting_service/update_custom_targeting_values.rb
121
- - examples/v201602/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
122
- - examples/v201602/custom_targeting_service/delete_custom_targeting_keys.rb
123
- - examples/v201602/creative_set_service/get_creative_sets_by_statement.rb
124
- - examples/v201602/creative_set_service/get_all_creative_sets.rb
125
- - examples/v201602/creative_set_service/create_creative_set.rb
126
- - examples/v201602/creative_set_service/update_creative_sets.rb
127
- - examples/v201602/creative_set_service/associate_creative_set_to_line_item.rb
128
- - examples/v201602/line_item_creative_association_service/get_all_licas.rb
129
- - examples/v201602/line_item_creative_association_service/get_licas_by_statement.rb
130
- - examples/v201602/line_item_creative_association_service/create_licas.rb
131
- - examples/v201602/line_item_creative_association_service/update_licas.rb
132
- - examples/v201602/line_item_creative_association_service/deactivate_licas.rb
133
- - examples/v201602/creative_template_service/get_all_creative_templates.rb
134
- - examples/v201602/creative_template_service/get_system_defined_creative_templates.rb
135
- - examples/v201602/creative_wrapper_service/deactivate_creative_wrapper.rb
136
- - examples/v201602/creative_wrapper_service/update_creative_wrappers.rb
137
- - examples/v201602/creative_wrapper_service/get_all_creative_wrappers.rb
138
- - examples/v201602/creative_wrapper_service/create_creative_wrappers.rb
139
- - examples/v201602/creative_wrapper_service/get_creative_wrappers_by_statement.rb
140
- - examples/v201602/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
141
- - examples/v201602/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
142
- - examples/v201602/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
143
- - examples/v201602/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
144
- - examples/v201602/user_service/update_users.rb
145
- - examples/v201602/user_service/get_current_user.rb
146
- - examples/v201602/user_service/get_all_roles.rb
147
- - examples/v201602/user_service/get_users_by_statement.rb
148
- - examples/v201602/user_service/create_users.rb
149
- - examples/v201602/user_service/deactivate_users.rb
150
- - examples/v201602/user_service/get_all_users.rb
151
- - examples/v201602/common/setup_oauth2.rb
152
- - examples/v201602/common/oauth2_jwt_handling.rb
153
- - examples/v201602/common/error_handling.rb
154
- - examples/v201602/report_service/run_delivery_report.rb
155
- - examples/v201602/report_service/display_report.rb
156
- - examples/v201602/report_service/run_sales_report.rb
157
- - examples/v201602/report_service/run_inventory_report.rb
158
- - examples/v201602/report_service/run_report_with_custom_fields.rb
159
- - examples/v201602/report_service/download_report.rb
160
- - examples/v201602/report_service/run_reach_report.rb
161
- - examples/v201602/contact_service/get_uninvited_contacts.rb
162
- - examples/v201602/contact_service/update_contacts.rb
163
- - examples/v201602/contact_service/create_contacts.rb
164
- - examples/v201602/contact_service/get_all_contacts.rb
165
- - examples/v201602/activity_service/get_all_activities.rb
166
- - examples/v201602/activity_service/update_activities.rb
167
- - examples/v201602/activity_service/create_activities.rb
168
- - examples/v201602/activity_service/get_active_activities.rb
169
- - examples/v201602/audience_segment_service/get_first_party_audience_segments.rb
170
- - examples/v201602/audience_segment_service/populate_first_party_audience_segments.rb
171
- - examples/v201602/audience_segment_service/create_audience_segments.rb
172
- - examples/v201602/audience_segment_service/get_all_audience_segments.rb
173
- - examples/v201602/audience_segment_service/update_audience_segments.rb
174
- - examples/v201605/user_team_association_service/update_user_team_associations.rb
175
- - examples/v201605/user_team_association_service/delete_user_team_associations.rb
176
- - examples/v201605/user_team_association_service/create_user_team_associations.rb
177
- - examples/v201605/user_team_association_service/get_all_user_team_associations.rb
178
- - examples/v201605/user_team_association_service/get_user_team_associations_by_statement.rb
179
- - examples/v201605/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
180
- - examples/v201605/suggested_ad_unit_service/get_all_suggested_ad_units.rb
181
- - examples/v201605/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
182
- - examples/v201605/custom_field_service/get_all_line_item_custom_fields.rb
183
- - examples/v201605/custom_field_service/update_custom_fields.rb
184
- - examples/v201605/custom_field_service/set_line_item_custom_field_value.rb
185
- - examples/v201605/custom_field_service/create_custom_field_options.rb
186
- - examples/v201605/custom_field_service/get_all_custom_fields.rb
187
- - examples/v201605/custom_field_service/create_custom_fields.rb
188
- - examples/v201605/custom_field_service/deactivate_all_line_item_custom_fields.rb
189
- - examples/v201605/network_service/get_all_networks.rb
190
- - examples/v201605/network_service/make_test_network.rb
191
- - examples/v201605/network_service/get_current_network.rb
192
- - examples/v201605/company_service/get_all_companies.rb
193
- - examples/v201605/company_service/create_companies.rb
194
- - examples/v201605/company_service/get_companies_by_statement.rb
195
- - examples/v201605/company_service/update_companies.rb
196
- - examples/v201605/line_item_service/target_custom_criteria.rb
197
- - examples/v201605/line_item_service/update_line_items.rb
198
- - examples/v201605/line_item_service/create_line_items.rb
199
- - examples/v201605/line_item_service/get_all_line_items.rb
200
- - examples/v201605/line_item_service/get_recently_updated_line_items.rb
201
- - examples/v201605/line_item_service/create_video_line_item.rb
202
- - examples/v201605/line_item_service/get_line_items_by_statement.rb
203
- - examples/v201605/line_item_service/activate_line_items.rb
204
- - examples/v201605/label_service/create_labels.rb
205
- - examples/v201605/label_service/update_labels.rb
206
- - examples/v201605/label_service/get_all_labels.rb
207
- - examples/v201605/label_service/deactivate_labels.rb
208
- - examples/v201605/label_service/get_labels_by_statement.rb
209
- - examples/v201605/forecast_service/get_availability_forecast.rb
210
- - examples/v201605/forecast_service/get_delivery_forecast_for_line_items.rb
211
- - examples/v201605/forecast_service/get_availability_forecast_for_line_item.rb
212
- - examples/v201605/activity_group_service/get_all_activity_groups.rb
213
- - examples/v201605/activity_group_service/get_active_activity_groups.rb
214
- - examples/v201605/activity_group_service/create_activity_groups.rb
215
- - examples/v201605/activity_group_service/update_activity_groups.rb
216
- - examples/v201605/creative_service/copy_image_creatives.rb
217
- - examples/v201605/creative_service/create_creatives.rb
218
- - examples/v201605/creative_service/create_creative_from_template.rb
219
- - examples/v201605/creative_service/get_all_creatives.rb
220
- - examples/v201605/creative_service/create_native_creative.rb
221
- - examples/v201605/creative_service/get_creatives_by_statement.rb
222
- - examples/v201605/creative_service/update_creatives.rb
223
- - examples/v201605/creative_service/create_custom_creative.rb
224
- - examples/v201605/content_service/get_all_content.rb
225
- - examples/v201605/content_service/get_content_by_category.rb
226
- - examples/v201605/placement_service/create_placements.rb
227
- - examples/v201605/placement_service/get_placements_by_statement.rb
228
- - examples/v201605/placement_service/deactivate_placements.rb
229
- - examples/v201605/placement_service/update_placements.rb
230
- - examples/v201605/placement_service/get_all_placements.rb
231
- - examples/v201605/order_service/update_orders.rb
232
- - examples/v201605/order_service/get_orders_by_statement.rb
233
- - examples/v201605/order_service/create_orders.rb
234
- - examples/v201605/order_service/approve_orders.rb
235
- - examples/v201605/order_service/get_all_orders.rb
236
- - examples/v201605/inventory_service/create_video_ad_unit.rb
237
- - examples/v201605/inventory_service/deactivate_ad_units.rb
238
- - examples/v201605/inventory_service/get_all_ad_units.rb
239
- - examples/v201605/inventory_service/get_ad_unit_sizes.rb
240
- - examples/v201605/inventory_service/get_ad_units_by_statement.rb
241
- - examples/v201605/inventory_service/update_ad_units.rb
242
- - examples/v201605/inventory_service/create_ad_units.rb
243
- - examples/v201605/publisher_query_language_service/get_geo_targets.rb
244
- - examples/v201605/publisher_query_language_service/fetch_match_tables.rb
245
- - examples/v201605/publisher_query_language_service/get_line_items_named_like.rb
246
- - examples/v201605/publisher_query_language_service/get_all_line_items.rb
247
- - examples/v201605/team_service/create_teams.rb
248
- - examples/v201605/team_service/get_all_teams.rb
249
- - examples/v201605/team_service/get_teams_by_statement.rb
250
- - examples/v201605/team_service/update_teams.rb
251
- - examples/v201605/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
252
- - examples/v201605/custom_targeting_service/update_custom_targeting_keys.rb
253
- - examples/v201605/custom_targeting_service/delete_custom_targeting_values.rb
254
- - examples/v201605/custom_targeting_service/create_custom_targeting_keys_and_values.rb
255
- - examples/v201605/custom_targeting_service/get_custom_targeting_values_by_statement.rb
256
- - examples/v201605/custom_targeting_service/update_custom_targeting_values.rb
257
- - examples/v201605/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
258
- - examples/v201605/custom_targeting_service/delete_custom_targeting_keys.rb
259
- - examples/v201605/creative_set_service/get_creative_sets_by_statement.rb
260
- - examples/v201605/creative_set_service/get_all_creative_sets.rb
261
- - examples/v201605/creative_set_service/create_creative_set.rb
262
- - examples/v201605/creative_set_service/update_creative_sets.rb
263
- - examples/v201605/creative_set_service/associate_creative_set_to_line_item.rb
264
- - examples/v201605/line_item_creative_association_service/get_all_licas.rb
265
- - examples/v201605/line_item_creative_association_service/get_licas_by_statement.rb
266
- - examples/v201605/line_item_creative_association_service/create_licas.rb
267
- - examples/v201605/line_item_creative_association_service/update_licas.rb
268
- - examples/v201605/line_item_creative_association_service/deactivate_licas.rb
269
- - examples/v201605/creative_template_service/get_all_creative_templates.rb
270
- - examples/v201605/creative_template_service/get_system_defined_creative_templates.rb
271
- - examples/v201605/creative_wrapper_service/deactivate_creative_wrapper.rb
272
- - examples/v201605/creative_wrapper_service/update_creative_wrappers.rb
273
- - examples/v201605/creative_wrapper_service/get_all_creative_wrappers.rb
274
- - examples/v201605/creative_wrapper_service/create_creative_wrappers.rb
275
- - examples/v201605/creative_wrapper_service/get_creative_wrappers_by_statement.rb
276
- - examples/v201605/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
277
- - examples/v201605/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
278
- - examples/v201605/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
279
- - examples/v201605/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
280
- - examples/v201605/user_service/update_users.rb
281
- - examples/v201605/user_service/get_current_user.rb
282
- - examples/v201605/user_service/get_all_roles.rb
283
- - examples/v201605/user_service/get_users_by_statement.rb
284
- - examples/v201605/user_service/create_users.rb
285
- - examples/v201605/user_service/deactivate_users.rb
286
- - examples/v201605/user_service/get_all_users.rb
287
- - examples/v201605/common/setup_oauth2.rb
288
- - examples/v201605/common/oauth2_jwt_handling.rb
289
- - examples/v201605/common/error_handling.rb
290
- - examples/v201605/report_service/run_delivery_report.rb
291
- - examples/v201605/report_service/display_report.rb
292
- - examples/v201605/report_service/run_sales_report.rb
293
- - examples/v201605/report_service/run_inventory_report.rb
294
- - examples/v201605/report_service/run_report_with_custom_fields.rb
295
- - examples/v201605/report_service/download_report.rb
296
- - examples/v201605/report_service/run_reach_report.rb
297
- - examples/v201605/contact_service/get_uninvited_contacts.rb
298
- - examples/v201605/contact_service/update_contacts.rb
299
- - examples/v201605/contact_service/create_contacts.rb
300
- - examples/v201605/contact_service/get_all_contacts.rb
301
- - examples/v201605/activity_service/get_all_activities.rb
302
- - examples/v201605/activity_service/update_activities.rb
303
- - examples/v201605/activity_service/create_activities.rb
304
- - examples/v201605/activity_service/get_active_activities.rb
305
- - examples/v201605/audience_segment_service/get_first_party_audience_segments.rb
306
- - examples/v201605/audience_segment_service/populate_first_party_audience_segments.rb
307
- - examples/v201605/audience_segment_service/create_audience_segments.rb
308
- - examples/v201605/audience_segment_service/get_all_audience_segments.rb
309
- - examples/v201605/audience_segment_service/update_audience_segments.rb
310
- - examples/v201508/user_team_association_service/update_user_team_associations.rb
311
- - examples/v201508/user_team_association_service/delete_user_team_associations.rb
312
- - examples/v201508/user_team_association_service/create_user_team_associations.rb
313
- - examples/v201508/user_team_association_service/get_all_user_team_associations.rb
314
- - examples/v201508/user_team_association_service/get_user_team_associations_by_statement.rb
315
- - examples/v201508/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
316
- - examples/v201508/suggested_ad_unit_service/get_all_suggested_ad_units.rb
317
- - examples/v201508/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
318
- - examples/v201508/custom_field_service/get_all_line_item_custom_fields.rb
319
- - examples/v201508/custom_field_service/update_custom_fields.rb
320
- - examples/v201508/custom_field_service/set_line_item_custom_field_value.rb
321
- - examples/v201508/custom_field_service/create_custom_field_options.rb
322
- - examples/v201508/custom_field_service/get_all_custom_fields.rb
323
- - examples/v201508/custom_field_service/create_custom_fields.rb
324
- - examples/v201508/custom_field_service/deactivate_all_line_item_custom_fields.rb
325
- - examples/v201508/network_service/get_all_networks.rb
326
- - examples/v201508/network_service/make_test_network.rb
327
- - examples/v201508/network_service/get_current_network.rb
328
- - examples/v201508/company_service/get_all_companies.rb
329
- - examples/v201508/company_service/create_companies.rb
330
- - examples/v201508/company_service/get_companies_by_statement.rb
331
- - examples/v201508/company_service/update_companies.rb
332
- - examples/v201508/line_item_service/target_custom_criteria.rb
333
- - examples/v201508/line_item_service/update_line_items.rb
334
- - examples/v201508/line_item_service/create_line_items.rb
335
- - examples/v201508/line_item_service/get_all_line_items.rb
336
- - examples/v201508/line_item_service/get_recently_updated_line_items.rb
337
- - examples/v201508/line_item_service/create_video_line_item.rb
338
- - examples/v201508/line_item_service/get_line_items_by_statement.rb
339
- - examples/v201508/line_item_service/activate_line_items.rb
340
- - examples/v201508/label_service/create_labels.rb
341
- - examples/v201508/label_service/update_labels.rb
342
- - examples/v201508/label_service/get_all_labels.rb
343
- - examples/v201508/label_service/deactivate_labels.rb
344
- - examples/v201508/label_service/get_labels_by_statement.rb
345
- - examples/v201508/forecast_service/get_availability_forecast.rb
346
- - examples/v201508/forecast_service/get_delivery_forecast_for_line_items.rb
347
- - examples/v201508/forecast_service/get_availability_forecast_for_line_item.rb
348
- - examples/v201508/activity_group_service/get_all_activity_groups.rb
349
- - examples/v201508/activity_group_service/get_active_activity_groups.rb
35
+ - COPYING
36
+ - ChangeLog
37
+ - README.md
38
+ - dfp_api.yml
350
39
  - examples/v201508/activity_group_service/create_activity_groups.rb
40
+ - examples/v201508/activity_group_service/get_active_activity_groups.rb
41
+ - examples/v201508/activity_group_service/get_all_activity_groups.rb
351
42
  - examples/v201508/activity_group_service/update_activity_groups.rb
43
+ - examples/v201508/activity_service/create_activities.rb
44
+ - examples/v201508/activity_service/get_active_activities.rb
45
+ - examples/v201508/activity_service/get_all_activities.rb
46
+ - examples/v201508/activity_service/update_activities.rb
47
+ - examples/v201508/audience_segment_service/create_audience_segments.rb
48
+ - examples/v201508/audience_segment_service/get_all_audience_segments.rb
49
+ - examples/v201508/audience_segment_service/get_first_party_audience_segments.rb
50
+ - examples/v201508/audience_segment_service/populate_first_party_audience_segments.rb
51
+ - examples/v201508/audience_segment_service/update_audience_segments.rb
52
+ - examples/v201508/common/error_handling.rb
53
+ - examples/v201508/common/oauth2_jwt_handling.rb
54
+ - examples/v201508/common/setup_oauth2.rb
55
+ - examples/v201508/company_service/create_companies.rb
56
+ - examples/v201508/company_service/get_all_companies.rb
57
+ - examples/v201508/company_service/get_companies_by_statement.rb
58
+ - examples/v201508/company_service/update_companies.rb
59
+ - examples/v201508/contact_service/create_contacts.rb
60
+ - examples/v201508/contact_service/get_all_contacts.rb
61
+ - examples/v201508/contact_service/get_uninvited_contacts.rb
62
+ - examples/v201508/contact_service/update_contacts.rb
63
+ - examples/v201508/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
64
+ - examples/v201508/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
65
+ - examples/v201508/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
66
+ - examples/v201508/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
67
+ - examples/v201508/content_service/get_all_content.rb
68
+ - examples/v201508/content_service/get_content_by_category.rb
352
69
  - examples/v201508/creative_service/copy_image_creatives.rb
353
- - examples/v201508/creative_service/create_creatives.rb
354
70
  - examples/v201508/creative_service/create_creative_from_template.rb
355
- - examples/v201508/creative_service/get_all_creatives.rb
71
+ - examples/v201508/creative_service/create_creatives.rb
72
+ - examples/v201508/creative_service/create_custom_creative.rb
356
73
  - examples/v201508/creative_service/create_native_creative.rb
74
+ - examples/v201508/creative_service/get_all_creatives.rb
357
75
  - examples/v201508/creative_service/get_creatives_by_statement.rb
358
76
  - examples/v201508/creative_service/update_creatives.rb
359
- - examples/v201508/creative_service/create_custom_creative.rb
360
- - examples/v201508/content_service/get_all_content.rb
361
- - examples/v201508/content_service/get_content_by_category.rb
362
- - examples/v201508/placement_service/create_placements.rb
363
- - examples/v201508/placement_service/get_placements_by_statement.rb
364
- - examples/v201508/placement_service/deactivate_placements.rb
365
- - examples/v201508/placement_service/update_placements.rb
366
- - examples/v201508/placement_service/get_all_placements.rb
367
- - examples/v201508/order_service/update_orders.rb
368
- - examples/v201508/order_service/get_orders_by_statement.rb
369
- - examples/v201508/order_service/create_orders.rb
370
- - examples/v201508/order_service/approve_orders.rb
371
- - examples/v201508/order_service/get_all_orders.rb
77
+ - examples/v201508/creative_set_service/associate_creative_set_to_line_item.rb
78
+ - examples/v201508/creative_set_service/create_creative_set.rb
79
+ - examples/v201508/creative_set_service/get_all_creative_sets.rb
80
+ - examples/v201508/creative_set_service/get_creative_sets_by_statement.rb
81
+ - examples/v201508/creative_set_service/update_creative_sets.rb
82
+ - examples/v201508/creative_template_service/get_all_creative_templates.rb
83
+ - examples/v201508/creative_template_service/get_system_defined_creative_templates.rb
84
+ - examples/v201508/creative_wrapper_service/create_creative_wrappers.rb
85
+ - examples/v201508/creative_wrapper_service/deactivate_creative_wrapper.rb
86
+ - examples/v201508/creative_wrapper_service/get_all_creative_wrappers.rb
87
+ - examples/v201508/creative_wrapper_service/get_creative_wrappers_by_statement.rb
88
+ - examples/v201508/creative_wrapper_service/update_creative_wrappers.rb
89
+ - examples/v201508/custom_field_service/create_custom_field_options.rb
90
+ - examples/v201508/custom_field_service/create_custom_fields.rb
91
+ - examples/v201508/custom_field_service/deactivate_all_line_item_custom_fields.rb
92
+ - examples/v201508/custom_field_service/get_all_custom_fields.rb
93
+ - examples/v201508/custom_field_service/get_all_line_item_custom_fields.rb
94
+ - examples/v201508/custom_field_service/set_line_item_custom_field_value.rb
95
+ - examples/v201508/custom_field_service/update_custom_fields.rb
96
+ - examples/v201508/custom_targeting_service/create_custom_targeting_keys_and_values.rb
97
+ - examples/v201508/custom_targeting_service/delete_custom_targeting_keys.rb
98
+ - examples/v201508/custom_targeting_service/delete_custom_targeting_values.rb
99
+ - examples/v201508/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
100
+ - examples/v201508/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
101
+ - examples/v201508/custom_targeting_service/get_custom_targeting_values_by_statement.rb
102
+ - examples/v201508/custom_targeting_service/update_custom_targeting_keys.rb
103
+ - examples/v201508/custom_targeting_service/update_custom_targeting_values.rb
104
+ - examples/v201508/forecast_service/get_availability_forecast.rb
105
+ - examples/v201508/forecast_service/get_availability_forecast_for_line_item.rb
106
+ - examples/v201508/forecast_service/get_delivery_forecast_for_line_items.rb
107
+ - examples/v201508/inventory_service/create_ad_units.rb
108
+ - examples/v201508/inventory_service/create_mobile_ad_unit.rb
372
109
  - examples/v201508/inventory_service/create_video_ad_unit.rb
373
110
  - examples/v201508/inventory_service/deactivate_ad_units.rb
374
- - examples/v201508/inventory_service/get_all_ad_units.rb
375
111
  - examples/v201508/inventory_service/get_ad_unit_sizes.rb
376
112
  - examples/v201508/inventory_service/get_ad_units_by_statement.rb
113
+ - examples/v201508/inventory_service/get_all_ad_units.rb
377
114
  - examples/v201508/inventory_service/update_ad_units.rb
378
- - examples/v201508/inventory_service/create_ad_units.rb
379
- - examples/v201508/inventory_service/create_mobile_ad_unit.rb
380
- - examples/v201508/publisher_query_language_service/get_geo_targets.rb
115
+ - examples/v201508/label_service/create_labels.rb
116
+ - examples/v201508/label_service/deactivate_labels.rb
117
+ - examples/v201508/label_service/get_all_labels.rb
118
+ - examples/v201508/label_service/get_labels_by_statement.rb
119
+ - examples/v201508/label_service/update_labels.rb
120
+ - examples/v201508/line_item_creative_association_service/create_licas.rb
121
+ - examples/v201508/line_item_creative_association_service/deactivate_licas.rb
122
+ - examples/v201508/line_item_creative_association_service/get_all_licas.rb
123
+ - examples/v201508/line_item_creative_association_service/get_licas_by_statement.rb
124
+ - examples/v201508/line_item_creative_association_service/update_licas.rb
125
+ - examples/v201508/line_item_service/activate_line_items.rb
126
+ - examples/v201508/line_item_service/create_line_items.rb
127
+ - examples/v201508/line_item_service/create_video_line_item.rb
128
+ - examples/v201508/line_item_service/get_all_line_items.rb
129
+ - examples/v201508/line_item_service/get_line_items_by_statement.rb
130
+ - examples/v201508/line_item_service/get_recently_updated_line_items.rb
131
+ - examples/v201508/line_item_service/target_custom_criteria.rb
132
+ - examples/v201508/line_item_service/update_line_items.rb
133
+ - examples/v201508/network_service/get_all_networks.rb
134
+ - examples/v201508/network_service/get_current_network.rb
135
+ - examples/v201508/network_service/make_test_network.rb
136
+ - examples/v201508/order_service/approve_orders.rb
137
+ - examples/v201508/order_service/create_orders.rb
138
+ - examples/v201508/order_service/get_all_orders.rb
139
+ - examples/v201508/order_service/get_orders_by_statement.rb
140
+ - examples/v201508/order_service/update_orders.rb
141
+ - examples/v201508/placement_service/create_placements.rb
142
+ - examples/v201508/placement_service/deactivate_placements.rb
143
+ - examples/v201508/placement_service/get_all_placements.rb
144
+ - examples/v201508/placement_service/get_placements_by_statement.rb
145
+ - examples/v201508/placement_service/update_placements.rb
381
146
  - examples/v201508/publisher_query_language_service/fetch_match_tables.rb
382
- - examples/v201508/publisher_query_language_service/get_line_items_named_like.rb
383
147
  - examples/v201508/publisher_query_language_service/get_all_line_items.rb
148
+ - examples/v201508/publisher_query_language_service/get_geo_targets.rb
149
+ - examples/v201508/publisher_query_language_service/get_line_items_named_like.rb
150
+ - examples/v201508/report_service/display_report.rb
151
+ - examples/v201508/report_service/download_report.rb
152
+ - examples/v201508/report_service/run_delivery_report.rb
153
+ - examples/v201508/report_service/run_inventory_report.rb
154
+ - examples/v201508/report_service/run_reach_report.rb
155
+ - examples/v201508/report_service/run_report_with_custom_fields.rb
156
+ - examples/v201508/report_service/run_sales_report.rb
157
+ - examples/v201508/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
158
+ - examples/v201508/suggested_ad_unit_service/get_all_suggested_ad_units.rb
159
+ - examples/v201508/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
384
160
  - examples/v201508/team_service/create_teams.rb
385
161
  - examples/v201508/team_service/get_all_teams.rb
386
162
  - examples/v201508/team_service/get_teams_by_statement.rb
387
163
  - examples/v201508/team_service/update_teams.rb
388
- - examples/v201508/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
389
- - examples/v201508/custom_targeting_service/update_custom_targeting_keys.rb
390
- - examples/v201508/custom_targeting_service/delete_custom_targeting_values.rb
391
- - examples/v201508/custom_targeting_service/create_custom_targeting_keys_and_values.rb
392
- - examples/v201508/custom_targeting_service/get_custom_targeting_values_by_statement.rb
393
- - examples/v201508/custom_targeting_service/update_custom_targeting_values.rb
394
- - examples/v201508/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
395
- - examples/v201508/custom_targeting_service/delete_custom_targeting_keys.rb
396
- - examples/v201508/creative_set_service/get_creative_sets_by_statement.rb
397
- - examples/v201508/creative_set_service/get_all_creative_sets.rb
398
- - examples/v201508/creative_set_service/create_creative_set.rb
399
- - examples/v201508/creative_set_service/update_creative_sets.rb
400
- - examples/v201508/creative_set_service/associate_creative_set_to_line_item.rb
401
- - examples/v201508/line_item_creative_association_service/get_all_licas.rb
402
- - examples/v201508/line_item_creative_association_service/get_licas_by_statement.rb
403
- - examples/v201508/line_item_creative_association_service/create_licas.rb
404
- - examples/v201508/line_item_creative_association_service/update_licas.rb
405
- - examples/v201508/line_item_creative_association_service/deactivate_licas.rb
406
- - examples/v201508/creative_template_service/get_all_creative_templates.rb
407
- - examples/v201508/creative_template_service/get_system_defined_creative_templates.rb
408
- - examples/v201508/creative_wrapper_service/deactivate_creative_wrapper.rb
409
- - examples/v201508/creative_wrapper_service/update_creative_wrappers.rb
410
- - examples/v201508/creative_wrapper_service/get_all_creative_wrappers.rb
411
- - examples/v201508/creative_wrapper_service/create_creative_wrappers.rb
412
- - examples/v201508/creative_wrapper_service/get_creative_wrappers_by_statement.rb
413
- - examples/v201508/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
414
- - examples/v201508/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
415
- - examples/v201508/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
416
- - examples/v201508/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
417
- - examples/v201508/user_service/update_users.rb
418
- - examples/v201508/user_service/get_current_user.rb
419
- - examples/v201508/user_service/get_all_roles.rb
420
- - examples/v201508/user_service/get_users_by_statement.rb
421
164
  - examples/v201508/user_service/create_users.rb
422
165
  - examples/v201508/user_service/deactivate_users.rb
166
+ - examples/v201508/user_service/get_all_roles.rb
423
167
  - examples/v201508/user_service/get_all_users.rb
424
- - examples/v201508/common/setup_oauth2.rb
425
- - examples/v201508/common/oauth2_jwt_handling.rb
426
- - examples/v201508/common/error_handling.rb
427
- - examples/v201508/report_service/run_delivery_report.rb
428
- - examples/v201508/report_service/display_report.rb
429
- - examples/v201508/report_service/run_sales_report.rb
430
- - examples/v201508/report_service/run_inventory_report.rb
431
- - examples/v201508/report_service/run_report_with_custom_fields.rb
432
- - examples/v201508/report_service/download_report.rb
433
- - examples/v201508/report_service/run_reach_report.rb
434
- - examples/v201508/contact_service/get_uninvited_contacts.rb
435
- - examples/v201508/contact_service/update_contacts.rb
436
- - examples/v201508/contact_service/create_contacts.rb
437
- - examples/v201508/contact_service/get_all_contacts.rb
438
- - examples/v201508/activity_service/get_all_activities.rb
439
- - examples/v201508/activity_service/update_activities.rb
440
- - examples/v201508/activity_service/create_activities.rb
441
- - examples/v201508/activity_service/get_active_activities.rb
442
- - examples/v201508/audience_segment_service/get_first_party_audience_segments.rb
443
- - examples/v201508/audience_segment_service/populate_first_party_audience_segments.rb
444
- - examples/v201508/audience_segment_service/create_audience_segments.rb
445
- - examples/v201508/audience_segment_service/get_all_audience_segments.rb
446
- - examples/v201508/audience_segment_service/update_audience_segments.rb
447
- - examples/v201511/user_team_association_service/update_user_team_associations.rb
448
- - examples/v201511/user_team_association_service/delete_user_team_associations.rb
449
- - examples/v201511/user_team_association_service/create_user_team_associations.rb
450
- - examples/v201511/user_team_association_service/get_all_user_team_associations.rb
451
- - examples/v201511/user_team_association_service/get_user_team_associations_by_statement.rb
452
- - examples/v201511/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
453
- - examples/v201511/suggested_ad_unit_service/get_all_suggested_ad_units.rb
454
- - examples/v201511/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
455
- - examples/v201511/custom_field_service/get_all_line_item_custom_fields.rb
456
- - examples/v201511/custom_field_service/update_custom_fields.rb
457
- - examples/v201511/custom_field_service/set_line_item_custom_field_value.rb
458
- - examples/v201511/custom_field_service/create_custom_field_options.rb
459
- - examples/v201511/custom_field_service/get_all_custom_fields.rb
460
- - examples/v201511/custom_field_service/create_custom_fields.rb
461
- - examples/v201511/custom_field_service/deactivate_all_line_item_custom_fields.rb
462
- - examples/v201511/network_service/get_all_networks.rb
463
- - examples/v201511/network_service/make_test_network.rb
464
- - examples/v201511/network_service/get_current_network.rb
465
- - examples/v201511/company_service/get_all_companies.rb
168
+ - examples/v201508/user_service/get_current_user.rb
169
+ - examples/v201508/user_service/get_users_by_statement.rb
170
+ - examples/v201508/user_service/update_users.rb
171
+ - examples/v201508/user_team_association_service/create_user_team_associations.rb
172
+ - examples/v201508/user_team_association_service/delete_user_team_associations.rb
173
+ - examples/v201508/user_team_association_service/get_all_user_team_associations.rb
174
+ - examples/v201508/user_team_association_service/get_user_team_associations_by_statement.rb
175
+ - examples/v201508/user_team_association_service/update_user_team_associations.rb
176
+ - examples/v201511/activity_group_service/create_activity_groups.rb
177
+ - examples/v201511/activity_group_service/get_active_activity_groups.rb
178
+ - examples/v201511/activity_group_service/get_all_activity_groups.rb
179
+ - examples/v201511/activity_group_service/update_activity_groups.rb
180
+ - examples/v201511/activity_service/create_activities.rb
181
+ - examples/v201511/activity_service/get_active_activities.rb
182
+ - examples/v201511/activity_service/get_all_activities.rb
183
+ - examples/v201511/activity_service/update_activities.rb
184
+ - examples/v201511/audience_segment_service/create_audience_segments.rb
185
+ - examples/v201511/audience_segment_service/get_all_audience_segments.rb
186
+ - examples/v201511/audience_segment_service/get_first_party_audience_segments.rb
187
+ - examples/v201511/audience_segment_service/populate_first_party_audience_segments.rb
188
+ - examples/v201511/audience_segment_service/update_audience_segments.rb
189
+ - examples/v201511/common/error_handling.rb
190
+ - examples/v201511/common/oauth2_jwt_handling.rb
191
+ - examples/v201511/common/setup_oauth2.rb
466
192
  - examples/v201511/company_service/create_companies.rb
193
+ - examples/v201511/company_service/get_all_companies.rb
467
194
  - examples/v201511/company_service/get_companies_by_statement.rb
468
195
  - examples/v201511/company_service/update_companies.rb
469
- - examples/v201511/line_item_service/target_custom_criteria.rb
470
- - examples/v201511/line_item_service/update_line_items.rb
471
- - examples/v201511/line_item_service/create_line_items.rb
472
- - examples/v201511/line_item_service/get_all_line_items.rb
473
- - examples/v201511/line_item_service/get_recently_updated_line_items.rb
474
- - examples/v201511/line_item_service/create_video_line_item.rb
475
- - examples/v201511/line_item_service/get_line_items_by_statement.rb
476
- - examples/v201511/line_item_service/activate_line_items.rb
477
- - examples/v201511/label_service/create_labels.rb
478
- - examples/v201511/label_service/update_labels.rb
479
- - examples/v201511/label_service/get_all_labels.rb
480
- - examples/v201511/label_service/deactivate_labels.rb
481
- - examples/v201511/label_service/get_labels_by_statement.rb
196
+ - examples/v201511/contact_service/create_contacts.rb
197
+ - examples/v201511/contact_service/get_all_contacts.rb
198
+ - examples/v201511/contact_service/get_uninvited_contacts.rb
199
+ - examples/v201511/contact_service/update_contacts.rb
200
+ - examples/v201511/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
201
+ - examples/v201511/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
202
+ - examples/v201511/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
203
+ - examples/v201511/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
204
+ - examples/v201511/content_service/get_all_content.rb
205
+ - examples/v201511/content_service/get_content_by_category.rb
206
+ - examples/v201511/creative_service/copy_image_creatives.rb
207
+ - examples/v201511/creative_service/create_creative_from_template.rb
208
+ - examples/v201511/creative_service/create_creatives.rb
209
+ - examples/v201511/creative_service/create_custom_creative.rb
210
+ - examples/v201511/creative_service/create_native_creative.rb
211
+ - examples/v201511/creative_service/get_all_creatives.rb
212
+ - examples/v201511/creative_service/get_creatives_by_statement.rb
213
+ - examples/v201511/creative_service/update_creatives.rb
214
+ - examples/v201511/creative_set_service/associate_creative_set_to_line_item.rb
215
+ - examples/v201511/creative_set_service/create_creative_set.rb
216
+ - examples/v201511/creative_set_service/get_all_creative_sets.rb
217
+ - examples/v201511/creative_set_service/get_creative_sets_by_statement.rb
218
+ - examples/v201511/creative_set_service/update_creative_sets.rb
219
+ - examples/v201511/creative_template_service/get_all_creative_templates.rb
220
+ - examples/v201511/creative_template_service/get_system_defined_creative_templates.rb
221
+ - examples/v201511/creative_wrapper_service/create_creative_wrappers.rb
222
+ - examples/v201511/creative_wrapper_service/deactivate_creative_wrapper.rb
223
+ - examples/v201511/creative_wrapper_service/get_all_creative_wrappers.rb
224
+ - examples/v201511/creative_wrapper_service/get_creative_wrappers_by_statement.rb
225
+ - examples/v201511/creative_wrapper_service/update_creative_wrappers.rb
226
+ - examples/v201511/custom_field_service/create_custom_field_options.rb
227
+ - examples/v201511/custom_field_service/create_custom_fields.rb
228
+ - examples/v201511/custom_field_service/deactivate_all_line_item_custom_fields.rb
229
+ - examples/v201511/custom_field_service/get_all_custom_fields.rb
230
+ - examples/v201511/custom_field_service/get_all_line_item_custom_fields.rb
231
+ - examples/v201511/custom_field_service/set_line_item_custom_field_value.rb
232
+ - examples/v201511/custom_field_service/update_custom_fields.rb
233
+ - examples/v201511/custom_targeting_service/create_custom_targeting_keys_and_values.rb
234
+ - examples/v201511/custom_targeting_service/delete_custom_targeting_keys.rb
235
+ - examples/v201511/custom_targeting_service/delete_custom_targeting_values.rb
236
+ - examples/v201511/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
237
+ - examples/v201511/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
238
+ - examples/v201511/custom_targeting_service/get_custom_targeting_values_by_statement.rb
239
+ - examples/v201511/custom_targeting_service/update_custom_targeting_keys.rb
240
+ - examples/v201511/custom_targeting_service/update_custom_targeting_values.rb
482
241
  - examples/v201511/forecast_service/get_availability_forecast.rb
483
- - examples/v201511/forecast_service/get_delivery_forecast_for_line_items.rb
484
242
  - examples/v201511/forecast_service/get_availability_forecast_for_line_item.rb
485
- - examples/v201511/activity_group_service/get_all_activity_groups.rb
486
- - examples/v201511/activity_group_service/get_active_activity_groups.rb
487
- - examples/v201511/activity_group_service/create_activity_groups.rb
488
- - examples/v201511/activity_group_service/update_activity_groups.rb
489
- - examples/v201511/creative_service/copy_image_creatives.rb
490
- - examples/v201511/creative_service/create_creatives.rb
491
- - examples/v201511/creative_service/create_creative_from_template.rb
492
- - examples/v201511/creative_service/get_all_creatives.rb
493
- - examples/v201511/creative_service/create_native_creative.rb
494
- - examples/v201511/creative_service/get_creatives_by_statement.rb
495
- - examples/v201511/creative_service/update_creatives.rb
496
- - examples/v201511/creative_service/create_custom_creative.rb
497
- - examples/v201511/content_service/get_all_content.rb
498
- - examples/v201511/content_service/get_content_by_category.rb
499
- - examples/v201511/placement_service/create_placements.rb
500
- - examples/v201511/placement_service/get_placements_by_statement.rb
501
- - examples/v201511/placement_service/deactivate_placements.rb
502
- - examples/v201511/placement_service/update_placements.rb
503
- - examples/v201511/placement_service/get_all_placements.rb
504
- - examples/v201511/order_service/update_orders.rb
505
- - examples/v201511/order_service/get_orders_by_statement.rb
506
- - examples/v201511/order_service/create_orders.rb
507
- - examples/v201511/order_service/approve_orders.rb
508
- - examples/v201511/order_service/get_all_orders.rb
243
+ - examples/v201511/forecast_service/get_delivery_forecast_for_line_items.rb
244
+ - examples/v201511/inventory_service/create_ad_units.rb
245
+ - examples/v201511/inventory_service/create_mobile_ad_unit.rb
509
246
  - examples/v201511/inventory_service/create_video_ad_unit.rb
510
247
  - examples/v201511/inventory_service/deactivate_ad_units.rb
511
- - examples/v201511/inventory_service/get_all_ad_units.rb
512
248
  - examples/v201511/inventory_service/get_ad_unit_sizes.rb
513
249
  - examples/v201511/inventory_service/get_ad_units_by_statement.rb
250
+ - examples/v201511/inventory_service/get_all_ad_units.rb
514
251
  - examples/v201511/inventory_service/update_ad_units.rb
515
- - examples/v201511/inventory_service/create_ad_units.rb
516
- - examples/v201511/inventory_service/create_mobile_ad_unit.rb
517
- - examples/v201511/publisher_query_language_service/get_geo_targets.rb
252
+ - examples/v201511/label_service/create_labels.rb
253
+ - examples/v201511/label_service/deactivate_labels.rb
254
+ - examples/v201511/label_service/get_all_labels.rb
255
+ - examples/v201511/label_service/get_labels_by_statement.rb
256
+ - examples/v201511/label_service/update_labels.rb
257
+ - examples/v201511/line_item_creative_association_service/create_licas.rb
258
+ - examples/v201511/line_item_creative_association_service/deactivate_licas.rb
259
+ - examples/v201511/line_item_creative_association_service/get_all_licas.rb
260
+ - examples/v201511/line_item_creative_association_service/get_licas_by_statement.rb
261
+ - examples/v201511/line_item_creative_association_service/update_licas.rb
262
+ - examples/v201511/line_item_service/activate_line_items.rb
263
+ - examples/v201511/line_item_service/create_line_items.rb
264
+ - examples/v201511/line_item_service/create_video_line_item.rb
265
+ - examples/v201511/line_item_service/get_all_line_items.rb
266
+ - examples/v201511/line_item_service/get_line_items_by_statement.rb
267
+ - examples/v201511/line_item_service/get_recently_updated_line_items.rb
268
+ - examples/v201511/line_item_service/target_custom_criteria.rb
269
+ - examples/v201511/line_item_service/update_line_items.rb
270
+ - examples/v201511/network_service/get_all_networks.rb
271
+ - examples/v201511/network_service/get_current_network.rb
272
+ - examples/v201511/network_service/make_test_network.rb
273
+ - examples/v201511/order_service/approve_orders.rb
274
+ - examples/v201511/order_service/create_orders.rb
275
+ - examples/v201511/order_service/get_all_orders.rb
276
+ - examples/v201511/order_service/get_orders_by_statement.rb
277
+ - examples/v201511/order_service/update_orders.rb
278
+ - examples/v201511/placement_service/create_placements.rb
279
+ - examples/v201511/placement_service/deactivate_placements.rb
280
+ - examples/v201511/placement_service/get_all_placements.rb
281
+ - examples/v201511/placement_service/get_placements_by_statement.rb
282
+ - examples/v201511/placement_service/update_placements.rb
518
283
  - examples/v201511/publisher_query_language_service/fetch_match_tables.rb
519
- - examples/v201511/publisher_query_language_service/get_line_items_named_like.rb
520
284
  - examples/v201511/publisher_query_language_service/get_all_line_items.rb
285
+ - examples/v201511/publisher_query_language_service/get_geo_targets.rb
286
+ - examples/v201511/publisher_query_language_service/get_line_items_named_like.rb
287
+ - examples/v201511/report_service/display_report.rb
288
+ - examples/v201511/report_service/download_report.rb
289
+ - examples/v201511/report_service/run_delivery_report.rb
290
+ - examples/v201511/report_service/run_inventory_report.rb
291
+ - examples/v201511/report_service/run_reach_report.rb
292
+ - examples/v201511/report_service/run_report_with_custom_fields.rb
293
+ - examples/v201511/report_service/run_sales_report.rb
294
+ - examples/v201511/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
295
+ - examples/v201511/suggested_ad_unit_service/get_all_suggested_ad_units.rb
296
+ - examples/v201511/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
521
297
  - examples/v201511/team_service/create_teams.rb
522
298
  - examples/v201511/team_service/get_all_teams.rb
523
299
  - examples/v201511/team_service/get_teams_by_statement.rb
524
300
  - examples/v201511/team_service/update_teams.rb
525
- - examples/v201511/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
526
- - examples/v201511/custom_targeting_service/update_custom_targeting_keys.rb
527
- - examples/v201511/custom_targeting_service/delete_custom_targeting_values.rb
528
- - examples/v201511/custom_targeting_service/create_custom_targeting_keys_and_values.rb
529
- - examples/v201511/custom_targeting_service/get_custom_targeting_values_by_statement.rb
530
- - examples/v201511/custom_targeting_service/update_custom_targeting_values.rb
531
- - examples/v201511/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
532
- - examples/v201511/custom_targeting_service/delete_custom_targeting_keys.rb
533
- - examples/v201511/creative_set_service/get_creative_sets_by_statement.rb
534
- - examples/v201511/creative_set_service/get_all_creative_sets.rb
535
- - examples/v201511/creative_set_service/create_creative_set.rb
536
- - examples/v201511/creative_set_service/update_creative_sets.rb
537
- - examples/v201511/creative_set_service/associate_creative_set_to_line_item.rb
538
- - examples/v201511/line_item_creative_association_service/get_all_licas.rb
539
- - examples/v201511/line_item_creative_association_service/get_licas_by_statement.rb
540
- - examples/v201511/line_item_creative_association_service/create_licas.rb
541
- - examples/v201511/line_item_creative_association_service/update_licas.rb
542
- - examples/v201511/line_item_creative_association_service/deactivate_licas.rb
543
- - examples/v201511/creative_template_service/get_all_creative_templates.rb
544
- - examples/v201511/creative_template_service/get_system_defined_creative_templates.rb
545
- - examples/v201511/creative_wrapper_service/deactivate_creative_wrapper.rb
546
- - examples/v201511/creative_wrapper_service/update_creative_wrappers.rb
547
- - examples/v201511/creative_wrapper_service/get_all_creative_wrappers.rb
548
- - examples/v201511/creative_wrapper_service/create_creative_wrappers.rb
549
- - examples/v201511/creative_wrapper_service/get_creative_wrappers_by_statement.rb
550
- - examples/v201511/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
551
- - examples/v201511/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
552
- - examples/v201511/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
553
- - examples/v201511/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
554
- - examples/v201511/user_service/update_users.rb
555
- - examples/v201511/user_service/get_current_user.rb
556
- - examples/v201511/user_service/get_all_roles.rb
557
- - examples/v201511/user_service/get_users_by_statement.rb
558
301
  - examples/v201511/user_service/create_users.rb
559
302
  - examples/v201511/user_service/deactivate_users.rb
303
+ - examples/v201511/user_service/get_all_roles.rb
560
304
  - examples/v201511/user_service/get_all_users.rb
561
- - examples/v201511/common/setup_oauth2.rb
562
- - examples/v201511/common/oauth2_jwt_handling.rb
563
- - examples/v201511/common/error_handling.rb
564
- - examples/v201511/report_service/run_delivery_report.rb
565
- - examples/v201511/report_service/display_report.rb
566
- - examples/v201511/report_service/run_sales_report.rb
567
- - examples/v201511/report_service/run_inventory_report.rb
568
- - examples/v201511/report_service/run_report_with_custom_fields.rb
569
- - examples/v201511/report_service/download_report.rb
570
- - examples/v201511/report_service/run_reach_report.rb
571
- - examples/v201511/contact_service/get_uninvited_contacts.rb
572
- - examples/v201511/contact_service/update_contacts.rb
573
- - examples/v201511/contact_service/create_contacts.rb
574
- - examples/v201511/contact_service/get_all_contacts.rb
575
- - examples/v201511/activity_service/get_all_activities.rb
576
- - examples/v201511/activity_service/update_activities.rb
577
- - examples/v201511/activity_service/create_activities.rb
578
- - examples/v201511/activity_service/get_active_activities.rb
579
- - examples/v201511/audience_segment_service/get_first_party_audience_segments.rb
580
- - examples/v201511/audience_segment_service/populate_first_party_audience_segments.rb
581
- - examples/v201511/audience_segment_service/create_audience_segments.rb
582
- - examples/v201511/audience_segment_service/get_all_audience_segments.rb
583
- - examples/v201511/audience_segment_service/update_audience_segments.rb
584
- - lib/dfp_api/version.rb
585
- - lib/dfp_api/errors.rb
586
- - lib/dfp_api/credential_handler.rb
587
- - lib/dfp_api/v201502/creative_set_service_registry.rb
588
- - lib/dfp_api/v201502/base_rate_service.rb
589
- - lib/dfp_api/v201502/line_item_creative_association_service.rb
590
- - lib/dfp_api/v201502/content_metadata_key_hierarchy_service.rb
591
- - lib/dfp_api/v201502/premium_rate_service_registry.rb
592
- - lib/dfp_api/v201502/product_package_service.rb
593
- - lib/dfp_api/v201502/placement_service.rb
594
- - lib/dfp_api/v201502/forecast_service_registry.rb
595
- - lib/dfp_api/v201502/line_item_service_registry.rb
596
- - lib/dfp_api/v201502/proposal_line_item_service.rb
597
- - lib/dfp_api/v201502/product_package_item_service.rb
598
- - lib/dfp_api/v201502/team_service.rb
599
- - lib/dfp_api/v201502/audience_segment_service.rb
600
- - lib/dfp_api/v201502/custom_field_service.rb
601
- - lib/dfp_api/v201502/creative_template_service_registry.rb
602
- - lib/dfp_api/v201502/proposal_service.rb
603
- - lib/dfp_api/v201502/reconciliation_report_service_registry.rb
604
- - lib/dfp_api/v201502/contact_service.rb
605
- - lib/dfp_api/v201502/exchange_rate_service.rb
606
- - lib/dfp_api/v201502/company_service.rb
607
- - lib/dfp_api/v201502/creative_service.rb
608
- - lib/dfp_api/v201502/content_service.rb
609
- - lib/dfp_api/v201502/reconciliation_report_row_service.rb
610
- - lib/dfp_api/v201502/suggested_ad_unit_service_registry.rb
611
- - lib/dfp_api/v201502/team_service_registry.rb
612
- - lib/dfp_api/v201502/workflow_request_service.rb
613
- - lib/dfp_api/v201502/reconciliation_report_service.rb
614
- - lib/dfp_api/v201502/custom_field_service_registry.rb
615
- - lib/dfp_api/v201502/line_item_template_service_registry.rb
616
- - lib/dfp_api/v201502/suggested_ad_unit_service.rb
617
- - lib/dfp_api/v201502/order_service_registry.rb
618
- - lib/dfp_api/v201502/creative_template_service.rb
619
- - lib/dfp_api/v201502/creative_service_registry.rb
620
- - lib/dfp_api/v201502/ad_exclusion_rule_service_registry.rb
621
- - lib/dfp_api/v201502/creative_wrapper_service.rb
622
- - lib/dfp_api/v201502/activity_group_service.rb
623
- - lib/dfp_api/v201502/publisher_query_language_service.rb
624
- - lib/dfp_api/v201502/exchange_rate_service_registry.rb
625
- - lib/dfp_api/v201502/label_service.rb
626
- - lib/dfp_api/v201502/creative_set_service.rb
627
- - lib/dfp_api/v201502/network_service_registry.rb
628
- - lib/dfp_api/v201502/custom_targeting_service_registry.rb
629
- - lib/dfp_api/v201502/rate_card_service_registry.rb
630
- - lib/dfp_api/v201502/inventory_service_registry.rb
631
- - lib/dfp_api/v201502/line_item_template_service.rb
632
- - lib/dfp_api/v201502/workflow_request_service_registry.rb
633
- - lib/dfp_api/v201502/content_metadata_key_hierarchy_service_registry.rb
634
- - lib/dfp_api/v201502/product_service.rb
635
- - lib/dfp_api/v201502/placement_service_registry.rb
636
- - lib/dfp_api/v201502/reconciliation_report_row_service_registry.rb
637
- - lib/dfp_api/v201502/shared_ad_unit_service.rb
638
- - lib/dfp_api/v201502/activity_service.rb
639
- - lib/dfp_api/v201502/activity_service_registry.rb
640
- - lib/dfp_api/v201502/reconciliation_order_report_service.rb
641
- - lib/dfp_api/v201502/inventory_service.rb
642
- - lib/dfp_api/v201502/audience_segment_service_registry.rb
643
- - lib/dfp_api/v201502/line_item_service.rb
644
- - lib/dfp_api/v201502/user_team_association_service.rb
645
- - lib/dfp_api/v201502/user_service_registry.rb
646
- - lib/dfp_api/v201502/proposal_line_item_service_registry.rb
647
- - lib/dfp_api/v201502/order_service.rb
648
- - lib/dfp_api/v201502/live_stream_event_service_registry.rb
649
- - lib/dfp_api/v201502/forecast_service.rb
650
- - lib/dfp_api/v201502/rate_card_service.rb
651
- - lib/dfp_api/v201502/user_service.rb
652
- - lib/dfp_api/v201502/package_service_registry.rb
653
- - lib/dfp_api/v201502/reconciliation_order_report_service_registry.rb
654
- - lib/dfp_api/v201502/report_service.rb
655
- - lib/dfp_api/v201502/user_team_association_service_registry.rb
656
- - lib/dfp_api/v201502/publisher_query_language_service_registry.rb
657
- - lib/dfp_api/v201502/line_item_creative_association_service_registry.rb
658
- - lib/dfp_api/v201502/package_service.rb
659
- - lib/dfp_api/v201502/creative_wrapper_service_registry.rb
660
- - lib/dfp_api/v201502/contact_service_registry.rb
661
- - lib/dfp_api/v201502/product_template_service.rb
662
- - lib/dfp_api/v201502/product_template_service_registry.rb
663
- - lib/dfp_api/v201502/content_bundle_service_registry.rb
664
- - lib/dfp_api/v201502/activity_group_service_registry.rb
665
- - lib/dfp_api/v201502/live_stream_event_service.rb
666
- - lib/dfp_api/v201502/premium_rate_service.rb
667
- - lib/dfp_api/v201502/proposal_service_registry.rb
668
- - lib/dfp_api/v201502/label_service_registry.rb
669
- - lib/dfp_api/v201502/content_service_registry.rb
670
- - lib/dfp_api/v201502/base_rate_service_registry.rb
671
- - lib/dfp_api/v201502/content_bundle_service.rb
672
- - lib/dfp_api/v201502/custom_targeting_service.rb
673
- - lib/dfp_api/v201502/network_service.rb
674
- - lib/dfp_api/v201502/company_service_registry.rb
675
- - lib/dfp_api/v201502/ad_rule_service.rb
676
- - lib/dfp_api/v201502/ad_rule_service_registry.rb
677
- - lib/dfp_api/v201502/report_service_registry.rb
678
- - lib/dfp_api/v201502/shared_ad_unit_service_registry.rb
679
- - lib/dfp_api/v201502/product_package_service_registry.rb
680
- - lib/dfp_api/v201502/product_package_item_service_registry.rb
681
- - lib/dfp_api/v201502/ad_exclusion_rule_service.rb
682
- - lib/dfp_api/v201502/product_service_registry.rb
305
+ - examples/v201511/user_service/get_current_user.rb
306
+ - examples/v201511/user_service/get_users_by_statement.rb
307
+ - examples/v201511/user_service/update_users.rb
308
+ - examples/v201511/user_team_association_service/create_user_team_associations.rb
309
+ - examples/v201511/user_team_association_service/delete_user_team_associations.rb
310
+ - examples/v201511/user_team_association_service/get_all_user_team_associations.rb
311
+ - examples/v201511/user_team_association_service/get_user_team_associations_by_statement.rb
312
+ - examples/v201511/user_team_association_service/update_user_team_associations.rb
313
+ - examples/v201602/activity_group_service/create_activity_groups.rb
314
+ - examples/v201602/activity_group_service/get_active_activity_groups.rb
315
+ - examples/v201602/activity_group_service/get_all_activity_groups.rb
316
+ - examples/v201602/activity_group_service/update_activity_groups.rb
317
+ - examples/v201602/activity_service/create_activities.rb
318
+ - examples/v201602/activity_service/get_active_activities.rb
319
+ - examples/v201602/activity_service/get_all_activities.rb
320
+ - examples/v201602/activity_service/update_activities.rb
321
+ - examples/v201602/audience_segment_service/create_audience_segments.rb
322
+ - examples/v201602/audience_segment_service/get_all_audience_segments.rb
323
+ - examples/v201602/audience_segment_service/get_first_party_audience_segments.rb
324
+ - examples/v201602/audience_segment_service/populate_first_party_audience_segments.rb
325
+ - examples/v201602/audience_segment_service/update_audience_segments.rb
326
+ - examples/v201602/common/error_handling.rb
327
+ - examples/v201602/common/oauth2_jwt_handling.rb
328
+ - examples/v201602/common/setup_oauth2.rb
329
+ - examples/v201602/company_service/create_companies.rb
330
+ - examples/v201602/company_service/get_all_companies.rb
331
+ - examples/v201602/company_service/get_companies_by_statement.rb
332
+ - examples/v201602/company_service/update_companies.rb
333
+ - examples/v201602/contact_service/create_contacts.rb
334
+ - examples/v201602/contact_service/get_all_contacts.rb
335
+ - examples/v201602/contact_service/get_uninvited_contacts.rb
336
+ - examples/v201602/contact_service/update_contacts.rb
337
+ - examples/v201602/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
338
+ - examples/v201602/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
339
+ - examples/v201602/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
340
+ - examples/v201602/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
341
+ - examples/v201602/content_service/get_all_content.rb
342
+ - examples/v201602/content_service/get_content_by_category.rb
343
+ - examples/v201602/creative_service/copy_image_creatives.rb
344
+ - examples/v201602/creative_service/create_creative_from_template.rb
345
+ - examples/v201602/creative_service/create_creatives.rb
346
+ - examples/v201602/creative_service/create_custom_creative.rb
347
+ - examples/v201602/creative_service/create_native_creative.rb
348
+ - examples/v201602/creative_service/get_all_creatives.rb
349
+ - examples/v201602/creative_service/get_creatives_by_statement.rb
350
+ - examples/v201602/creative_service/update_creatives.rb
351
+ - examples/v201602/creative_set_service/associate_creative_set_to_line_item.rb
352
+ - examples/v201602/creative_set_service/create_creative_set.rb
353
+ - examples/v201602/creative_set_service/get_all_creative_sets.rb
354
+ - examples/v201602/creative_set_service/get_creative_sets_by_statement.rb
355
+ - examples/v201602/creative_set_service/update_creative_sets.rb
356
+ - examples/v201602/creative_template_service/get_all_creative_templates.rb
357
+ - examples/v201602/creative_template_service/get_system_defined_creative_templates.rb
358
+ - examples/v201602/creative_wrapper_service/create_creative_wrappers.rb
359
+ - examples/v201602/creative_wrapper_service/deactivate_creative_wrapper.rb
360
+ - examples/v201602/creative_wrapper_service/get_all_creative_wrappers.rb
361
+ - examples/v201602/creative_wrapper_service/get_creative_wrappers_by_statement.rb
362
+ - examples/v201602/creative_wrapper_service/update_creative_wrappers.rb
363
+ - examples/v201602/custom_field_service/create_custom_field_options.rb
364
+ - examples/v201602/custom_field_service/create_custom_fields.rb
365
+ - examples/v201602/custom_field_service/deactivate_all_line_item_custom_fields.rb
366
+ - examples/v201602/custom_field_service/get_all_custom_fields.rb
367
+ - examples/v201602/custom_field_service/get_all_line_item_custom_fields.rb
368
+ - examples/v201602/custom_field_service/set_line_item_custom_field_value.rb
369
+ - examples/v201602/custom_field_service/update_custom_fields.rb
370
+ - examples/v201602/custom_targeting_service/create_custom_targeting_keys_and_values.rb
371
+ - examples/v201602/custom_targeting_service/delete_custom_targeting_keys.rb
372
+ - examples/v201602/custom_targeting_service/delete_custom_targeting_values.rb
373
+ - examples/v201602/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
374
+ - examples/v201602/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
375
+ - examples/v201602/custom_targeting_service/get_custom_targeting_values_by_statement.rb
376
+ - examples/v201602/custom_targeting_service/update_custom_targeting_keys.rb
377
+ - examples/v201602/custom_targeting_service/update_custom_targeting_values.rb
378
+ - examples/v201602/forecast_service/get_availability_forecast.rb
379
+ - examples/v201602/forecast_service/get_availability_forecast_for_line_item.rb
380
+ - examples/v201602/forecast_service/get_delivery_forecast_for_line_items.rb
381
+ - examples/v201602/inventory_service/create_ad_units.rb
382
+ - examples/v201602/inventory_service/create_video_ad_unit.rb
383
+ - examples/v201602/inventory_service/deactivate_ad_units.rb
384
+ - examples/v201602/inventory_service/get_ad_unit_sizes.rb
385
+ - examples/v201602/inventory_service/get_ad_units_by_statement.rb
386
+ - examples/v201602/inventory_service/get_all_ad_units.rb
387
+ - examples/v201602/inventory_service/update_ad_units.rb
388
+ - examples/v201602/label_service/create_labels.rb
389
+ - examples/v201602/label_service/deactivate_labels.rb
390
+ - examples/v201602/label_service/get_all_labels.rb
391
+ - examples/v201602/label_service/get_labels_by_statement.rb
392
+ - examples/v201602/label_service/update_labels.rb
393
+ - examples/v201602/line_item_creative_association_service/create_licas.rb
394
+ - examples/v201602/line_item_creative_association_service/deactivate_licas.rb
395
+ - examples/v201602/line_item_creative_association_service/get_all_licas.rb
396
+ - examples/v201602/line_item_creative_association_service/get_licas_by_statement.rb
397
+ - examples/v201602/line_item_creative_association_service/update_licas.rb
398
+ - examples/v201602/line_item_service/activate_line_items.rb
399
+ - examples/v201602/line_item_service/create_line_items.rb
400
+ - examples/v201602/line_item_service/create_video_line_item.rb
401
+ - examples/v201602/line_item_service/get_all_line_items.rb
402
+ - examples/v201602/line_item_service/get_line_items_by_statement.rb
403
+ - examples/v201602/line_item_service/get_recently_updated_line_items.rb
404
+ - examples/v201602/line_item_service/target_custom_criteria.rb
405
+ - examples/v201602/line_item_service/update_line_items.rb
406
+ - examples/v201602/network_service/get_all_networks.rb
407
+ - examples/v201602/network_service/get_current_network.rb
408
+ - examples/v201602/network_service/make_test_network.rb
409
+ - examples/v201602/order_service/approve_orders.rb
410
+ - examples/v201602/order_service/create_orders.rb
411
+ - examples/v201602/order_service/get_all_orders.rb
412
+ - examples/v201602/order_service/get_orders_by_statement.rb
413
+ - examples/v201602/order_service/update_orders.rb
414
+ - examples/v201602/placement_service/create_placements.rb
415
+ - examples/v201602/placement_service/deactivate_placements.rb
416
+ - examples/v201602/placement_service/get_all_placements.rb
417
+ - examples/v201602/placement_service/get_placements_by_statement.rb
418
+ - examples/v201602/placement_service/update_placements.rb
419
+ - examples/v201602/publisher_query_language_service/fetch_match_tables.rb
420
+ - examples/v201602/publisher_query_language_service/get_all_line_items.rb
421
+ - examples/v201602/publisher_query_language_service/get_geo_targets.rb
422
+ - examples/v201602/publisher_query_language_service/get_line_items_named_like.rb
423
+ - examples/v201602/report_service/display_report.rb
424
+ - examples/v201602/report_service/download_report.rb
425
+ - examples/v201602/report_service/run_delivery_report.rb
426
+ - examples/v201602/report_service/run_inventory_report.rb
427
+ - examples/v201602/report_service/run_reach_report.rb
428
+ - examples/v201602/report_service/run_report_with_custom_fields.rb
429
+ - examples/v201602/report_service/run_sales_report.rb
430
+ - examples/v201602/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
431
+ - examples/v201602/suggested_ad_unit_service/get_all_suggested_ad_units.rb
432
+ - examples/v201602/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
433
+ - examples/v201602/team_service/create_teams.rb
434
+ - examples/v201602/team_service/get_all_teams.rb
435
+ - examples/v201602/team_service/get_teams_by_statement.rb
436
+ - examples/v201602/team_service/update_teams.rb
437
+ - examples/v201602/user_service/create_users.rb
438
+ - examples/v201602/user_service/deactivate_users.rb
439
+ - examples/v201602/user_service/get_all_roles.rb
440
+ - examples/v201602/user_service/get_all_users.rb
441
+ - examples/v201602/user_service/get_current_user.rb
442
+ - examples/v201602/user_service/get_users_by_statement.rb
443
+ - examples/v201602/user_service/update_users.rb
444
+ - examples/v201602/user_team_association_service/create_user_team_associations.rb
445
+ - examples/v201602/user_team_association_service/delete_user_team_associations.rb
446
+ - examples/v201602/user_team_association_service/get_all_user_team_associations.rb
447
+ - examples/v201602/user_team_association_service/get_user_team_associations_by_statement.rb
448
+ - examples/v201602/user_team_association_service/update_user_team_associations.rb
449
+ - examples/v201605/activity_group_service/create_activity_groups.rb
450
+ - examples/v201605/activity_group_service/get_active_activity_groups.rb
451
+ - examples/v201605/activity_group_service/get_all_activity_groups.rb
452
+ - examples/v201605/activity_group_service/update_activity_groups.rb
453
+ - examples/v201605/activity_service/create_activities.rb
454
+ - examples/v201605/activity_service/get_active_activities.rb
455
+ - examples/v201605/activity_service/get_all_activities.rb
456
+ - examples/v201605/activity_service/update_activities.rb
457
+ - examples/v201605/audience_segment_service/create_audience_segments.rb
458
+ - examples/v201605/audience_segment_service/get_all_audience_segments.rb
459
+ - examples/v201605/audience_segment_service/get_first_party_audience_segments.rb
460
+ - examples/v201605/audience_segment_service/populate_first_party_audience_segments.rb
461
+ - examples/v201605/audience_segment_service/update_audience_segments.rb
462
+ - examples/v201605/common/error_handling.rb
463
+ - examples/v201605/common/oauth2_jwt_handling.rb
464
+ - examples/v201605/common/setup_oauth2.rb
465
+ - examples/v201605/company_service/create_companies.rb
466
+ - examples/v201605/company_service/get_all_companies.rb
467
+ - examples/v201605/company_service/get_companies_by_statement.rb
468
+ - examples/v201605/company_service/update_companies.rb
469
+ - examples/v201605/contact_service/create_contacts.rb
470
+ - examples/v201605/contact_service/get_all_contacts.rb
471
+ - examples/v201605/contact_service/get_uninvited_contacts.rb
472
+ - examples/v201605/contact_service/update_contacts.rb
473
+ - examples/v201605/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
474
+ - examples/v201605/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
475
+ - examples/v201605/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
476
+ - examples/v201605/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
477
+ - examples/v201605/content_service/get_all_content.rb
478
+ - examples/v201605/content_service/get_content_by_category.rb
479
+ - examples/v201605/creative_service/copy_image_creatives.rb
480
+ - examples/v201605/creative_service/create_creative_from_template.rb
481
+ - examples/v201605/creative_service/create_creatives.rb
482
+ - examples/v201605/creative_service/create_custom_creative.rb
483
+ - examples/v201605/creative_service/create_native_creative.rb
484
+ - examples/v201605/creative_service/get_all_creatives.rb
485
+ - examples/v201605/creative_service/get_creatives_by_statement.rb
486
+ - examples/v201605/creative_service/update_creatives.rb
487
+ - examples/v201605/creative_set_service/associate_creative_set_to_line_item.rb
488
+ - examples/v201605/creative_set_service/create_creative_set.rb
489
+ - examples/v201605/creative_set_service/get_all_creative_sets.rb
490
+ - examples/v201605/creative_set_service/get_creative_sets_by_statement.rb
491
+ - examples/v201605/creative_set_service/update_creative_sets.rb
492
+ - examples/v201605/creative_template_service/get_all_creative_templates.rb
493
+ - examples/v201605/creative_template_service/get_system_defined_creative_templates.rb
494
+ - examples/v201605/creative_wrapper_service/create_creative_wrappers.rb
495
+ - examples/v201605/creative_wrapper_service/deactivate_creative_wrapper.rb
496
+ - examples/v201605/creative_wrapper_service/get_all_creative_wrappers.rb
497
+ - examples/v201605/creative_wrapper_service/get_creative_wrappers_by_statement.rb
498
+ - examples/v201605/creative_wrapper_service/update_creative_wrappers.rb
499
+ - examples/v201605/custom_field_service/create_custom_field_options.rb
500
+ - examples/v201605/custom_field_service/create_custom_fields.rb
501
+ - examples/v201605/custom_field_service/deactivate_all_line_item_custom_fields.rb
502
+ - examples/v201605/custom_field_service/get_all_custom_fields.rb
503
+ - examples/v201605/custom_field_service/get_all_line_item_custom_fields.rb
504
+ - examples/v201605/custom_field_service/set_line_item_custom_field_value.rb
505
+ - examples/v201605/custom_field_service/update_custom_fields.rb
506
+ - examples/v201605/custom_targeting_service/create_custom_targeting_keys_and_values.rb
507
+ - examples/v201605/custom_targeting_service/delete_custom_targeting_keys.rb
508
+ - examples/v201605/custom_targeting_service/delete_custom_targeting_values.rb
509
+ - examples/v201605/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
510
+ - examples/v201605/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
511
+ - examples/v201605/custom_targeting_service/get_custom_targeting_values_by_statement.rb
512
+ - examples/v201605/custom_targeting_service/update_custom_targeting_keys.rb
513
+ - examples/v201605/custom_targeting_service/update_custom_targeting_values.rb
514
+ - examples/v201605/forecast_service/get_availability_forecast.rb
515
+ - examples/v201605/forecast_service/get_availability_forecast_for_line_item.rb
516
+ - examples/v201605/forecast_service/get_delivery_forecast_for_line_items.rb
517
+ - examples/v201605/inventory_service/create_ad_units.rb
518
+ - examples/v201605/inventory_service/create_video_ad_unit.rb
519
+ - examples/v201605/inventory_service/deactivate_ad_units.rb
520
+ - examples/v201605/inventory_service/get_ad_unit_sizes.rb
521
+ - examples/v201605/inventory_service/get_ad_units_by_statement.rb
522
+ - examples/v201605/inventory_service/get_all_ad_units.rb
523
+ - examples/v201605/inventory_service/update_ad_units.rb
524
+ - examples/v201605/label_service/create_labels.rb
525
+ - examples/v201605/label_service/deactivate_labels.rb
526
+ - examples/v201605/label_service/get_all_labels.rb
527
+ - examples/v201605/label_service/get_labels_by_statement.rb
528
+ - examples/v201605/label_service/update_labels.rb
529
+ - examples/v201605/line_item_creative_association_service/create_licas.rb
530
+ - examples/v201605/line_item_creative_association_service/deactivate_licas.rb
531
+ - examples/v201605/line_item_creative_association_service/get_all_licas.rb
532
+ - examples/v201605/line_item_creative_association_service/get_licas_by_statement.rb
533
+ - examples/v201605/line_item_creative_association_service/update_licas.rb
534
+ - examples/v201605/line_item_service/activate_line_items.rb
535
+ - examples/v201605/line_item_service/create_line_items.rb
536
+ - examples/v201605/line_item_service/create_video_line_item.rb
537
+ - examples/v201605/line_item_service/get_all_line_items.rb
538
+ - examples/v201605/line_item_service/get_line_items_by_statement.rb
539
+ - examples/v201605/line_item_service/get_recently_updated_line_items.rb
540
+ - examples/v201605/line_item_service/target_custom_criteria.rb
541
+ - examples/v201605/line_item_service/update_line_items.rb
542
+ - examples/v201605/network_service/get_all_networks.rb
543
+ - examples/v201605/network_service/get_current_network.rb
544
+ - examples/v201605/network_service/make_test_network.rb
545
+ - examples/v201605/order_service/approve_orders.rb
546
+ - examples/v201605/order_service/create_orders.rb
547
+ - examples/v201605/order_service/get_all_orders.rb
548
+ - examples/v201605/order_service/get_orders_by_statement.rb
549
+ - examples/v201605/order_service/update_orders.rb
550
+ - examples/v201605/placement_service/create_placements.rb
551
+ - examples/v201605/placement_service/deactivate_placements.rb
552
+ - examples/v201605/placement_service/get_all_placements.rb
553
+ - examples/v201605/placement_service/get_placements_by_statement.rb
554
+ - examples/v201605/placement_service/update_placements.rb
555
+ - examples/v201605/publisher_query_language_service/fetch_match_tables.rb
556
+ - examples/v201605/publisher_query_language_service/get_all_line_items.rb
557
+ - examples/v201605/publisher_query_language_service/get_geo_targets.rb
558
+ - examples/v201605/publisher_query_language_service/get_line_items_named_like.rb
559
+ - examples/v201605/report_service/display_report.rb
560
+ - examples/v201605/report_service/download_report.rb
561
+ - examples/v201605/report_service/run_delivery_report.rb
562
+ - examples/v201605/report_service/run_inventory_report.rb
563
+ - examples/v201605/report_service/run_reach_report.rb
564
+ - examples/v201605/report_service/run_report_with_custom_fields.rb
565
+ - examples/v201605/report_service/run_sales_report.rb
566
+ - examples/v201605/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
567
+ - examples/v201605/suggested_ad_unit_service/get_all_suggested_ad_units.rb
568
+ - examples/v201605/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
569
+ - examples/v201605/team_service/create_teams.rb
570
+ - examples/v201605/team_service/get_all_teams.rb
571
+ - examples/v201605/team_service/get_teams_by_statement.rb
572
+ - examples/v201605/team_service/update_teams.rb
573
+ - examples/v201605/user_service/create_users.rb
574
+ - examples/v201605/user_service/deactivate_users.rb
575
+ - examples/v201605/user_service/get_all_roles.rb
576
+ - examples/v201605/user_service/get_all_users.rb
577
+ - examples/v201605/user_service/get_current_user.rb
578
+ - examples/v201605/user_service/get_users_by_statement.rb
579
+ - examples/v201605/user_service/update_users.rb
580
+ - examples/v201605/user_team_association_service/create_user_team_associations.rb
581
+ - examples/v201605/user_team_association_service/delete_user_team_associations.rb
582
+ - examples/v201605/user_team_association_service/get_all_user_team_associations.rb
583
+ - examples/v201605/user_team_association_service/get_user_team_associations_by_statement.rb
584
+ - examples/v201605/user_team_association_service/update_user_team_associations.rb
585
+ - lib/dfp_api.rb
683
586
  - lib/dfp_api/api_config.rb
684
- - lib/dfp_api/v201602/creative_set_service_registry.rb
685
- - lib/dfp_api/v201602/base_rate_service.rb
686
- - lib/dfp_api/v201602/line_item_creative_association_service.rb
687
- - lib/dfp_api/v201602/content_metadata_key_hierarchy_service.rb
688
- - lib/dfp_api/v201602/premium_rate_service_registry.rb
689
- - lib/dfp_api/v201602/product_package_service.rb
690
- - lib/dfp_api/v201602/placement_service.rb
691
- - lib/dfp_api/v201602/forecast_service_registry.rb
692
- - lib/dfp_api/v201602/reconciliation_line_item_report_service_registry.rb
693
- - lib/dfp_api/v201602/line_item_service_registry.rb
694
- - lib/dfp_api/v201602/proposal_line_item_service.rb
695
- - lib/dfp_api/v201602/product_package_item_service.rb
696
- - lib/dfp_api/v201602/team_service.rb
697
- - lib/dfp_api/v201602/audience_segment_service.rb
698
- - lib/dfp_api/v201602/custom_field_service.rb
699
- - lib/dfp_api/v201602/creative_template_service_registry.rb
700
- - lib/dfp_api/v201602/proposal_service.rb
701
- - lib/dfp_api/v201602/reconciliation_report_service_registry.rb
702
- - lib/dfp_api/v201602/contact_service.rb
703
- - lib/dfp_api/v201602/exchange_rate_service.rb
704
- - lib/dfp_api/v201602/company_service.rb
705
- - lib/dfp_api/v201602/creative_service.rb
706
- - lib/dfp_api/v201602/content_service.rb
707
- - lib/dfp_api/v201602/reconciliation_report_row_service.rb
708
- - lib/dfp_api/v201602/suggested_ad_unit_service_registry.rb
709
- - lib/dfp_api/v201602/team_service_registry.rb
710
- - lib/dfp_api/v201602/workflow_request_service.rb
711
- - lib/dfp_api/v201602/reconciliation_report_service.rb
712
- - lib/dfp_api/v201602/custom_field_service_registry.rb
713
- - lib/dfp_api/v201602/line_item_template_service_registry.rb
714
- - lib/dfp_api/v201602/suggested_ad_unit_service.rb
715
- - lib/dfp_api/v201602/order_service_registry.rb
716
- - lib/dfp_api/v201602/creative_template_service.rb
717
- - lib/dfp_api/v201602/creative_service_registry.rb
718
- - lib/dfp_api/v201602/ad_exclusion_rule_service_registry.rb
719
- - lib/dfp_api/v201602/creative_wrapper_service.rb
720
- - lib/dfp_api/v201602/activity_group_service.rb
721
- - lib/dfp_api/v201602/publisher_query_language_service.rb
722
- - lib/dfp_api/v201602/exchange_rate_service_registry.rb
723
- - lib/dfp_api/v201602/label_service.rb
724
- - lib/dfp_api/v201602/creative_set_service.rb
725
- - lib/dfp_api/v201602/network_service_registry.rb
726
- - lib/dfp_api/v201602/custom_targeting_service_registry.rb
727
- - lib/dfp_api/v201602/rate_card_service_registry.rb
728
- - lib/dfp_api/v201602/inventory_service_registry.rb
729
- - lib/dfp_api/v201602/line_item_template_service.rb
730
- - lib/dfp_api/v201602/workflow_request_service_registry.rb
731
- - lib/dfp_api/v201602/content_metadata_key_hierarchy_service_registry.rb
732
- - lib/dfp_api/v201602/product_service.rb
733
- - lib/dfp_api/v201602/placement_service_registry.rb
734
- - lib/dfp_api/v201602/reconciliation_report_row_service_registry.rb
735
- - lib/dfp_api/v201602/activity_service.rb
736
- - lib/dfp_api/v201602/activity_service_registry.rb
737
- - lib/dfp_api/v201602/reconciliation_order_report_service.rb
738
- - lib/dfp_api/v201602/inventory_service.rb
739
- - lib/dfp_api/v201602/audience_segment_service_registry.rb
740
- - lib/dfp_api/v201602/line_item_service.rb
741
- - lib/dfp_api/v201602/user_team_association_service.rb
742
- - lib/dfp_api/v201602/user_service_registry.rb
743
- - lib/dfp_api/v201602/proposal_line_item_service_registry.rb
744
- - lib/dfp_api/v201602/order_service.rb
745
- - lib/dfp_api/v201602/live_stream_event_service_registry.rb
746
- - lib/dfp_api/v201602/forecast_service.rb
747
- - lib/dfp_api/v201602/rate_card_service.rb
748
- - lib/dfp_api/v201602/user_service.rb
749
- - lib/dfp_api/v201602/package_service_registry.rb
750
- - lib/dfp_api/v201602/reconciliation_order_report_service_registry.rb
751
- - lib/dfp_api/v201602/report_service.rb
752
- - lib/dfp_api/v201602/user_team_association_service_registry.rb
753
- - lib/dfp_api/v201602/publisher_query_language_service_registry.rb
754
- - lib/dfp_api/v201602/line_item_creative_association_service_registry.rb
755
- - lib/dfp_api/v201602/package_service.rb
756
- - lib/dfp_api/v201602/creative_wrapper_service_registry.rb
757
- - lib/dfp_api/v201602/contact_service_registry.rb
758
- - lib/dfp_api/v201602/reconciliation_line_item_report_service.rb
759
- - lib/dfp_api/v201602/product_template_service.rb
760
- - lib/dfp_api/v201602/product_template_service_registry.rb
761
- - lib/dfp_api/v201602/content_bundle_service_registry.rb
762
- - lib/dfp_api/v201602/activity_group_service_registry.rb
763
- - lib/dfp_api/v201602/live_stream_event_service.rb
764
- - lib/dfp_api/v201602/premium_rate_service.rb
765
- - lib/dfp_api/v201602/proposal_service_registry.rb
766
- - lib/dfp_api/v201602/label_service_registry.rb
767
- - lib/dfp_api/v201602/content_service_registry.rb
768
- - lib/dfp_api/v201602/base_rate_service_registry.rb
769
- - lib/dfp_api/v201602/content_bundle_service.rb
770
- - lib/dfp_api/v201602/custom_targeting_service.rb
771
- - lib/dfp_api/v201602/network_service.rb
772
- - lib/dfp_api/v201602/company_service_registry.rb
773
- - lib/dfp_api/v201602/ad_rule_service.rb
774
- - lib/dfp_api/v201602/ad_rule_service_registry.rb
775
- - lib/dfp_api/v201602/report_service_registry.rb
776
- - lib/dfp_api/v201602/product_package_service_registry.rb
777
- - lib/dfp_api/v201602/product_package_item_service_registry.rb
778
- - lib/dfp_api/v201602/ad_exclusion_rule_service.rb
779
- - lib/dfp_api/v201602/product_service_registry.rb
780
- - lib/dfp_api/v201508/creative_set_service_registry.rb
781
- - lib/dfp_api/v201508/base_rate_service.rb
782
- - lib/dfp_api/v201508/line_item_creative_association_service.rb
783
- - lib/dfp_api/v201508/content_metadata_key_hierarchy_service.rb
784
- - lib/dfp_api/v201508/premium_rate_service_registry.rb
785
- - lib/dfp_api/v201508/product_package_service.rb
786
- - lib/dfp_api/v201508/placement_service.rb
787
- - lib/dfp_api/v201508/forecast_service_registry.rb
788
- - lib/dfp_api/v201508/reconciliation_line_item_report_service_registry.rb
789
- - lib/dfp_api/v201508/line_item_service_registry.rb
790
- - lib/dfp_api/v201508/proposal_line_item_service.rb
791
- - lib/dfp_api/v201508/product_package_item_service.rb
792
- - lib/dfp_api/v201508/team_service.rb
793
- - lib/dfp_api/v201508/audience_segment_service.rb
794
- - lib/dfp_api/v201508/custom_field_service.rb
795
- - lib/dfp_api/v201508/creative_template_service_registry.rb
796
- - lib/dfp_api/v201508/proposal_service.rb
797
- - lib/dfp_api/v201508/reconciliation_report_service_registry.rb
798
- - lib/dfp_api/v201508/contact_service.rb
799
- - lib/dfp_api/v201508/exchange_rate_service.rb
800
- - lib/dfp_api/v201508/company_service.rb
801
- - lib/dfp_api/v201508/creative_service.rb
802
- - lib/dfp_api/v201508/content_service.rb
803
- - lib/dfp_api/v201508/reconciliation_report_row_service.rb
804
- - lib/dfp_api/v201508/suggested_ad_unit_service_registry.rb
805
- - lib/dfp_api/v201508/team_service_registry.rb
806
- - lib/dfp_api/v201508/workflow_request_service.rb
807
- - lib/dfp_api/v201508/reconciliation_report_service.rb
808
- - lib/dfp_api/v201508/custom_field_service_registry.rb
809
- - lib/dfp_api/v201508/line_item_template_service_registry.rb
810
- - lib/dfp_api/v201508/suggested_ad_unit_service.rb
811
- - lib/dfp_api/v201508/order_service_registry.rb
812
- - lib/dfp_api/v201508/creative_template_service.rb
813
- - lib/dfp_api/v201508/creative_service_registry.rb
814
- - lib/dfp_api/v201508/ad_exclusion_rule_service_registry.rb
815
- - lib/dfp_api/v201508/creative_wrapper_service.rb
816
- - lib/dfp_api/v201508/activity_group_service.rb
817
- - lib/dfp_api/v201508/publisher_query_language_service.rb
818
- - lib/dfp_api/v201508/exchange_rate_service_registry.rb
819
- - lib/dfp_api/v201508/label_service.rb
820
- - lib/dfp_api/v201508/creative_set_service.rb
821
- - lib/dfp_api/v201508/network_service_registry.rb
822
- - lib/dfp_api/v201508/custom_targeting_service_registry.rb
823
- - lib/dfp_api/v201508/rate_card_service_registry.rb
824
- - lib/dfp_api/v201508/inventory_service_registry.rb
825
- - lib/dfp_api/v201508/line_item_template_service.rb
826
- - lib/dfp_api/v201508/workflow_request_service_registry.rb
827
- - lib/dfp_api/v201508/content_metadata_key_hierarchy_service_registry.rb
828
- - lib/dfp_api/v201508/product_service.rb
829
- - lib/dfp_api/v201508/placement_service_registry.rb
830
- - lib/dfp_api/v201508/reconciliation_report_row_service_registry.rb
831
- - lib/dfp_api/v201508/shared_ad_unit_service.rb
832
- - lib/dfp_api/v201508/activity_service.rb
833
- - lib/dfp_api/v201508/activity_service_registry.rb
834
- - lib/dfp_api/v201508/reconciliation_order_report_service.rb
835
- - lib/dfp_api/v201508/inventory_service.rb
836
- - lib/dfp_api/v201508/audience_segment_service_registry.rb
837
- - lib/dfp_api/v201508/line_item_service.rb
838
- - lib/dfp_api/v201508/user_team_association_service.rb
839
- - lib/dfp_api/v201508/user_service_registry.rb
840
- - lib/dfp_api/v201508/proposal_line_item_service_registry.rb
841
- - lib/dfp_api/v201508/order_service.rb
842
- - lib/dfp_api/v201508/live_stream_event_service_registry.rb
843
- - lib/dfp_api/v201508/forecast_service.rb
844
- - lib/dfp_api/v201508/rate_card_service.rb
845
- - lib/dfp_api/v201508/user_service.rb
846
- - lib/dfp_api/v201508/package_service_registry.rb
847
- - lib/dfp_api/v201508/reconciliation_order_report_service_registry.rb
848
- - lib/dfp_api/v201508/report_service.rb
849
- - lib/dfp_api/v201508/user_team_association_service_registry.rb
850
- - lib/dfp_api/v201508/publisher_query_language_service_registry.rb
851
- - lib/dfp_api/v201508/line_item_creative_association_service_registry.rb
852
- - lib/dfp_api/v201508/package_service.rb
853
- - lib/dfp_api/v201508/creative_wrapper_service_registry.rb
854
- - lib/dfp_api/v201508/contact_service_registry.rb
855
- - lib/dfp_api/v201508/reconciliation_line_item_report_service.rb
856
- - lib/dfp_api/v201508/product_template_service.rb
857
- - lib/dfp_api/v201508/product_template_service_registry.rb
858
- - lib/dfp_api/v201508/content_bundle_service_registry.rb
859
- - lib/dfp_api/v201508/activity_group_service_registry.rb
860
- - lib/dfp_api/v201508/live_stream_event_service.rb
861
- - lib/dfp_api/v201508/premium_rate_service.rb
862
- - lib/dfp_api/v201508/proposal_service_registry.rb
863
- - lib/dfp_api/v201508/label_service_registry.rb
864
- - lib/dfp_api/v201508/content_service_registry.rb
865
- - lib/dfp_api/v201508/base_rate_service_registry.rb
866
- - lib/dfp_api/v201508/content_bundle_service.rb
867
- - lib/dfp_api/v201508/custom_targeting_service.rb
868
- - lib/dfp_api/v201508/network_service.rb
869
- - lib/dfp_api/v201508/company_service_registry.rb
870
- - lib/dfp_api/v201508/ad_rule_service.rb
871
- - lib/dfp_api/v201508/ad_rule_service_registry.rb
872
- - lib/dfp_api/v201508/report_service_registry.rb
873
- - lib/dfp_api/v201508/shared_ad_unit_service_registry.rb
874
- - lib/dfp_api/v201508/product_package_service_registry.rb
875
- - lib/dfp_api/v201508/product_package_item_service_registry.rb
876
- - lib/dfp_api/v201508/ad_exclusion_rule_service.rb
877
- - lib/dfp_api/v201508/product_service_registry.rb
878
- - lib/dfp_api/v201505/creative_set_service_registry.rb
879
- - lib/dfp_api/v201505/base_rate_service.rb
880
- - lib/dfp_api/v201505/line_item_creative_association_service.rb
881
- - lib/dfp_api/v201505/content_metadata_key_hierarchy_service.rb
882
- - lib/dfp_api/v201505/premium_rate_service_registry.rb
883
- - lib/dfp_api/v201505/product_package_service.rb
884
- - lib/dfp_api/v201505/placement_service.rb
885
- - lib/dfp_api/v201505/forecast_service_registry.rb
886
- - lib/dfp_api/v201505/line_item_service_registry.rb
887
- - lib/dfp_api/v201505/proposal_line_item_service.rb
888
- - lib/dfp_api/v201505/product_package_item_service.rb
889
- - lib/dfp_api/v201505/team_service.rb
587
+ - lib/dfp_api/credential_handler.rb
588
+ - lib/dfp_api/dfp_api_statement.rb
589
+ - lib/dfp_api/errors.rb
590
+ - lib/dfp_api/v201411/activity_group_service.rb
591
+ - lib/dfp_api/v201411/activity_group_service_registry.rb
592
+ - lib/dfp_api/v201411/activity_service.rb
593
+ - lib/dfp_api/v201411/activity_service_registry.rb
594
+ - lib/dfp_api/v201411/ad_exclusion_rule_service.rb
595
+ - lib/dfp_api/v201411/ad_exclusion_rule_service_registry.rb
596
+ - lib/dfp_api/v201411/ad_rule_service.rb
597
+ - lib/dfp_api/v201411/ad_rule_service_registry.rb
598
+ - lib/dfp_api/v201411/audience_segment_service.rb
599
+ - lib/dfp_api/v201411/audience_segment_service_registry.rb
600
+ - lib/dfp_api/v201411/base_rate_service.rb
601
+ - lib/dfp_api/v201411/base_rate_service_registry.rb
602
+ - lib/dfp_api/v201411/company_service.rb
603
+ - lib/dfp_api/v201411/company_service_registry.rb
604
+ - lib/dfp_api/v201411/contact_service.rb
605
+ - lib/dfp_api/v201411/contact_service_registry.rb
606
+ - lib/dfp_api/v201411/content_bundle_service.rb
607
+ - lib/dfp_api/v201411/content_bundle_service_registry.rb
608
+ - lib/dfp_api/v201411/content_metadata_key_hierarchy_service.rb
609
+ - lib/dfp_api/v201411/content_metadata_key_hierarchy_service_registry.rb
610
+ - lib/dfp_api/v201411/content_service.rb
611
+ - lib/dfp_api/v201411/content_service_registry.rb
612
+ - lib/dfp_api/v201411/creative_service.rb
613
+ - lib/dfp_api/v201411/creative_service_registry.rb
614
+ - lib/dfp_api/v201411/creative_set_service.rb
615
+ - lib/dfp_api/v201411/creative_set_service_registry.rb
616
+ - lib/dfp_api/v201411/creative_template_service.rb
617
+ - lib/dfp_api/v201411/creative_template_service_registry.rb
618
+ - lib/dfp_api/v201411/creative_wrapper_service.rb
619
+ - lib/dfp_api/v201411/creative_wrapper_service_registry.rb
620
+ - lib/dfp_api/v201411/custom_field_service.rb
621
+ - lib/dfp_api/v201411/custom_field_service_registry.rb
622
+ - lib/dfp_api/v201411/custom_targeting_service.rb
623
+ - lib/dfp_api/v201411/custom_targeting_service_registry.rb
624
+ - lib/dfp_api/v201411/exchange_rate_service.rb
625
+ - lib/dfp_api/v201411/exchange_rate_service_registry.rb
626
+ - lib/dfp_api/v201411/forecast_service.rb
627
+ - lib/dfp_api/v201411/forecast_service_registry.rb
628
+ - lib/dfp_api/v201411/inventory_service.rb
629
+ - lib/dfp_api/v201411/inventory_service_registry.rb
630
+ - lib/dfp_api/v201411/label_service.rb
631
+ - lib/dfp_api/v201411/label_service_registry.rb
632
+ - lib/dfp_api/v201411/line_item_creative_association_service.rb
633
+ - lib/dfp_api/v201411/line_item_creative_association_service_registry.rb
634
+ - lib/dfp_api/v201411/line_item_service.rb
635
+ - lib/dfp_api/v201411/line_item_service_registry.rb
636
+ - lib/dfp_api/v201411/line_item_template_service.rb
637
+ - lib/dfp_api/v201411/line_item_template_service_registry.rb
638
+ - lib/dfp_api/v201411/live_stream_event_service.rb
639
+ - lib/dfp_api/v201411/live_stream_event_service_registry.rb
640
+ - lib/dfp_api/v201411/network_service.rb
641
+ - lib/dfp_api/v201411/network_service_registry.rb
642
+ - lib/dfp_api/v201411/order_service.rb
643
+ - lib/dfp_api/v201411/order_service_registry.rb
644
+ - lib/dfp_api/v201411/placement_service.rb
645
+ - lib/dfp_api/v201411/placement_service_registry.rb
646
+ - lib/dfp_api/v201411/premium_rate_service.rb
647
+ - lib/dfp_api/v201411/premium_rate_service_registry.rb
648
+ - lib/dfp_api/v201411/product_service.rb
649
+ - lib/dfp_api/v201411/product_service_registry.rb
650
+ - lib/dfp_api/v201411/product_template_service.rb
651
+ - lib/dfp_api/v201411/product_template_service_registry.rb
652
+ - lib/dfp_api/v201411/proposal_line_item_service.rb
653
+ - lib/dfp_api/v201411/proposal_line_item_service_registry.rb
654
+ - lib/dfp_api/v201411/proposal_service.rb
655
+ - lib/dfp_api/v201411/proposal_service_registry.rb
656
+ - lib/dfp_api/v201411/publisher_query_language_service.rb
657
+ - lib/dfp_api/v201411/publisher_query_language_service_registry.rb
658
+ - lib/dfp_api/v201411/rate_card_service.rb
659
+ - lib/dfp_api/v201411/rate_card_service_registry.rb
660
+ - lib/dfp_api/v201411/reconciliation_order_report_service.rb
661
+ - lib/dfp_api/v201411/reconciliation_order_report_service_registry.rb
662
+ - lib/dfp_api/v201411/reconciliation_report_row_service.rb
663
+ - lib/dfp_api/v201411/reconciliation_report_row_service_registry.rb
664
+ - lib/dfp_api/v201411/reconciliation_report_service.rb
665
+ - lib/dfp_api/v201411/reconciliation_report_service_registry.rb
666
+ - lib/dfp_api/v201411/report_service.rb
667
+ - lib/dfp_api/v201411/report_service_registry.rb
668
+ - lib/dfp_api/v201411/shared_ad_unit_service.rb
669
+ - lib/dfp_api/v201411/shared_ad_unit_service_registry.rb
670
+ - lib/dfp_api/v201411/suggested_ad_unit_service.rb
671
+ - lib/dfp_api/v201411/suggested_ad_unit_service_registry.rb
672
+ - lib/dfp_api/v201411/team_service.rb
673
+ - lib/dfp_api/v201411/team_service_registry.rb
674
+ - lib/dfp_api/v201411/user_service.rb
675
+ - lib/dfp_api/v201411/user_service_registry.rb
676
+ - lib/dfp_api/v201411/user_team_association_service.rb
677
+ - lib/dfp_api/v201411/user_team_association_service_registry.rb
678
+ - lib/dfp_api/v201411/workflow_request_service.rb
679
+ - lib/dfp_api/v201411/workflow_request_service_registry.rb
680
+ - lib/dfp_api/v201502/activity_group_service.rb
681
+ - lib/dfp_api/v201502/activity_group_service_registry.rb
682
+ - lib/dfp_api/v201502/activity_service.rb
683
+ - lib/dfp_api/v201502/activity_service_registry.rb
684
+ - lib/dfp_api/v201502/ad_exclusion_rule_service.rb
685
+ - lib/dfp_api/v201502/ad_exclusion_rule_service_registry.rb
686
+ - lib/dfp_api/v201502/ad_rule_service.rb
687
+ - lib/dfp_api/v201502/ad_rule_service_registry.rb
688
+ - lib/dfp_api/v201502/audience_segment_service.rb
689
+ - lib/dfp_api/v201502/audience_segment_service_registry.rb
690
+ - lib/dfp_api/v201502/base_rate_service.rb
691
+ - lib/dfp_api/v201502/base_rate_service_registry.rb
692
+ - lib/dfp_api/v201502/company_service.rb
693
+ - lib/dfp_api/v201502/company_service_registry.rb
694
+ - lib/dfp_api/v201502/contact_service.rb
695
+ - lib/dfp_api/v201502/contact_service_registry.rb
696
+ - lib/dfp_api/v201502/content_bundle_service.rb
697
+ - lib/dfp_api/v201502/content_bundle_service_registry.rb
698
+ - lib/dfp_api/v201502/content_metadata_key_hierarchy_service.rb
699
+ - lib/dfp_api/v201502/content_metadata_key_hierarchy_service_registry.rb
700
+ - lib/dfp_api/v201502/content_service.rb
701
+ - lib/dfp_api/v201502/content_service_registry.rb
702
+ - lib/dfp_api/v201502/creative_service.rb
703
+ - lib/dfp_api/v201502/creative_service_registry.rb
704
+ - lib/dfp_api/v201502/creative_set_service.rb
705
+ - lib/dfp_api/v201502/creative_set_service_registry.rb
706
+ - lib/dfp_api/v201502/creative_template_service.rb
707
+ - lib/dfp_api/v201502/creative_template_service_registry.rb
708
+ - lib/dfp_api/v201502/creative_wrapper_service.rb
709
+ - lib/dfp_api/v201502/creative_wrapper_service_registry.rb
710
+ - lib/dfp_api/v201502/custom_field_service.rb
711
+ - lib/dfp_api/v201502/custom_field_service_registry.rb
712
+ - lib/dfp_api/v201502/custom_targeting_service.rb
713
+ - lib/dfp_api/v201502/custom_targeting_service_registry.rb
714
+ - lib/dfp_api/v201502/exchange_rate_service.rb
715
+ - lib/dfp_api/v201502/exchange_rate_service_registry.rb
716
+ - lib/dfp_api/v201502/forecast_service.rb
717
+ - lib/dfp_api/v201502/forecast_service_registry.rb
718
+ - lib/dfp_api/v201502/inventory_service.rb
719
+ - lib/dfp_api/v201502/inventory_service_registry.rb
720
+ - lib/dfp_api/v201502/label_service.rb
721
+ - lib/dfp_api/v201502/label_service_registry.rb
722
+ - lib/dfp_api/v201502/line_item_creative_association_service.rb
723
+ - lib/dfp_api/v201502/line_item_creative_association_service_registry.rb
724
+ - lib/dfp_api/v201502/line_item_service.rb
725
+ - lib/dfp_api/v201502/line_item_service_registry.rb
726
+ - lib/dfp_api/v201502/line_item_template_service.rb
727
+ - lib/dfp_api/v201502/line_item_template_service_registry.rb
728
+ - lib/dfp_api/v201502/live_stream_event_service.rb
729
+ - lib/dfp_api/v201502/live_stream_event_service_registry.rb
730
+ - lib/dfp_api/v201502/network_service.rb
731
+ - lib/dfp_api/v201502/network_service_registry.rb
732
+ - lib/dfp_api/v201502/order_service.rb
733
+ - lib/dfp_api/v201502/order_service_registry.rb
734
+ - lib/dfp_api/v201502/package_service.rb
735
+ - lib/dfp_api/v201502/package_service_registry.rb
736
+ - lib/dfp_api/v201502/placement_service.rb
737
+ - lib/dfp_api/v201502/placement_service_registry.rb
738
+ - lib/dfp_api/v201502/premium_rate_service.rb
739
+ - lib/dfp_api/v201502/premium_rate_service_registry.rb
740
+ - lib/dfp_api/v201502/product_package_item_service.rb
741
+ - lib/dfp_api/v201502/product_package_item_service_registry.rb
742
+ - lib/dfp_api/v201502/product_package_service.rb
743
+ - lib/dfp_api/v201502/product_package_service_registry.rb
744
+ - lib/dfp_api/v201502/product_service.rb
745
+ - lib/dfp_api/v201502/product_service_registry.rb
746
+ - lib/dfp_api/v201502/product_template_service.rb
747
+ - lib/dfp_api/v201502/product_template_service_registry.rb
748
+ - lib/dfp_api/v201502/proposal_line_item_service.rb
749
+ - lib/dfp_api/v201502/proposal_line_item_service_registry.rb
750
+ - lib/dfp_api/v201502/proposal_service.rb
751
+ - lib/dfp_api/v201502/proposal_service_registry.rb
752
+ - lib/dfp_api/v201502/publisher_query_language_service.rb
753
+ - lib/dfp_api/v201502/publisher_query_language_service_registry.rb
754
+ - lib/dfp_api/v201502/rate_card_service.rb
755
+ - lib/dfp_api/v201502/rate_card_service_registry.rb
756
+ - lib/dfp_api/v201502/reconciliation_order_report_service.rb
757
+ - lib/dfp_api/v201502/reconciliation_order_report_service_registry.rb
758
+ - lib/dfp_api/v201502/reconciliation_report_row_service.rb
759
+ - lib/dfp_api/v201502/reconciliation_report_row_service_registry.rb
760
+ - lib/dfp_api/v201502/reconciliation_report_service.rb
761
+ - lib/dfp_api/v201502/reconciliation_report_service_registry.rb
762
+ - lib/dfp_api/v201502/report_service.rb
763
+ - lib/dfp_api/v201502/report_service_registry.rb
764
+ - lib/dfp_api/v201502/shared_ad_unit_service.rb
765
+ - lib/dfp_api/v201502/shared_ad_unit_service_registry.rb
766
+ - lib/dfp_api/v201502/suggested_ad_unit_service.rb
767
+ - lib/dfp_api/v201502/suggested_ad_unit_service_registry.rb
768
+ - lib/dfp_api/v201502/team_service.rb
769
+ - lib/dfp_api/v201502/team_service_registry.rb
770
+ - lib/dfp_api/v201502/user_service.rb
771
+ - lib/dfp_api/v201502/user_service_registry.rb
772
+ - lib/dfp_api/v201502/user_team_association_service.rb
773
+ - lib/dfp_api/v201502/user_team_association_service_registry.rb
774
+ - lib/dfp_api/v201502/workflow_request_service.rb
775
+ - lib/dfp_api/v201502/workflow_request_service_registry.rb
776
+ - lib/dfp_api/v201505/activity_group_service.rb
777
+ - lib/dfp_api/v201505/activity_group_service_registry.rb
778
+ - lib/dfp_api/v201505/activity_service.rb
779
+ - lib/dfp_api/v201505/activity_service_registry.rb
780
+ - lib/dfp_api/v201505/ad_exclusion_rule_service.rb
781
+ - lib/dfp_api/v201505/ad_exclusion_rule_service_registry.rb
782
+ - lib/dfp_api/v201505/ad_rule_service.rb
783
+ - lib/dfp_api/v201505/ad_rule_service_registry.rb
890
784
  - lib/dfp_api/v201505/audience_segment_service.rb
891
- - lib/dfp_api/v201505/custom_field_service.rb
892
- - lib/dfp_api/v201505/creative_template_service_registry.rb
893
- - lib/dfp_api/v201505/proposal_service.rb
894
- - lib/dfp_api/v201505/reconciliation_report_service_registry.rb
895
- - lib/dfp_api/v201505/contact_service.rb
896
- - lib/dfp_api/v201505/exchange_rate_service.rb
785
+ - lib/dfp_api/v201505/audience_segment_service_registry.rb
786
+ - lib/dfp_api/v201505/base_rate_service.rb
787
+ - lib/dfp_api/v201505/base_rate_service_registry.rb
897
788
  - lib/dfp_api/v201505/company_service.rb
898
- - lib/dfp_api/v201505/creative_service.rb
789
+ - lib/dfp_api/v201505/company_service_registry.rb
790
+ - lib/dfp_api/v201505/contact_service.rb
791
+ - lib/dfp_api/v201505/contact_service_registry.rb
792
+ - lib/dfp_api/v201505/content_bundle_service.rb
793
+ - lib/dfp_api/v201505/content_bundle_service_registry.rb
794
+ - lib/dfp_api/v201505/content_metadata_key_hierarchy_service.rb
795
+ - lib/dfp_api/v201505/content_metadata_key_hierarchy_service_registry.rb
899
796
  - lib/dfp_api/v201505/content_service.rb
900
- - lib/dfp_api/v201505/reconciliation_report_row_service.rb
901
- - lib/dfp_api/v201505/suggested_ad_unit_service_registry.rb
902
- - lib/dfp_api/v201505/team_service_registry.rb
903
- - lib/dfp_api/v201505/workflow_request_service.rb
904
- - lib/dfp_api/v201505/reconciliation_report_service.rb
905
- - lib/dfp_api/v201505/custom_field_service_registry.rb
906
- - lib/dfp_api/v201505/line_item_template_service_registry.rb
907
- - lib/dfp_api/v201505/suggested_ad_unit_service.rb
908
- - lib/dfp_api/v201505/order_service_registry.rb
909
- - lib/dfp_api/v201505/creative_template_service.rb
797
+ - lib/dfp_api/v201505/content_service_registry.rb
798
+ - lib/dfp_api/v201505/creative_service.rb
910
799
  - lib/dfp_api/v201505/creative_service_registry.rb
911
- - lib/dfp_api/v201505/ad_exclusion_rule_service_registry.rb
912
- - lib/dfp_api/v201505/creative_wrapper_service.rb
913
- - lib/dfp_api/v201505/activity_group_service.rb
914
- - lib/dfp_api/v201505/publisher_query_language_service.rb
915
- - lib/dfp_api/v201505/exchange_rate_service_registry.rb
916
- - lib/dfp_api/v201505/label_service.rb
917
800
  - lib/dfp_api/v201505/creative_set_service.rb
918
- - lib/dfp_api/v201505/network_service_registry.rb
801
+ - lib/dfp_api/v201505/creative_set_service_registry.rb
802
+ - lib/dfp_api/v201505/creative_template_service.rb
803
+ - lib/dfp_api/v201505/creative_template_service_registry.rb
804
+ - lib/dfp_api/v201505/creative_wrapper_service.rb
805
+ - lib/dfp_api/v201505/creative_wrapper_service_registry.rb
806
+ - lib/dfp_api/v201505/custom_field_service.rb
807
+ - lib/dfp_api/v201505/custom_field_service_registry.rb
808
+ - lib/dfp_api/v201505/custom_targeting_service.rb
919
809
  - lib/dfp_api/v201505/custom_targeting_service_registry.rb
920
- - lib/dfp_api/v201505/rate_card_service_registry.rb
921
- - lib/dfp_api/v201505/inventory_service_registry.rb
922
- - lib/dfp_api/v201505/line_item_template_service.rb
923
- - lib/dfp_api/v201505/workflow_request_service_registry.rb
924
- - lib/dfp_api/v201505/content_metadata_key_hierarchy_service_registry.rb
925
- - lib/dfp_api/v201505/product_service.rb
926
- - lib/dfp_api/v201505/placement_service_registry.rb
927
- - lib/dfp_api/v201505/reconciliation_report_row_service_registry.rb
928
- - lib/dfp_api/v201505/shared_ad_unit_service.rb
929
- - lib/dfp_api/v201505/activity_service.rb
930
- - lib/dfp_api/v201505/activity_service_registry.rb
931
- - lib/dfp_api/v201505/reconciliation_order_report_service.rb
810
+ - lib/dfp_api/v201505/exchange_rate_service.rb
811
+ - lib/dfp_api/v201505/exchange_rate_service_registry.rb
812
+ - lib/dfp_api/v201505/forecast_service.rb
813
+ - lib/dfp_api/v201505/forecast_service_registry.rb
932
814
  - lib/dfp_api/v201505/inventory_service.rb
933
- - lib/dfp_api/v201505/audience_segment_service_registry.rb
815
+ - lib/dfp_api/v201505/inventory_service_registry.rb
816
+ - lib/dfp_api/v201505/label_service.rb
817
+ - lib/dfp_api/v201505/label_service_registry.rb
818
+ - lib/dfp_api/v201505/line_item_creative_association_service.rb
819
+ - lib/dfp_api/v201505/line_item_creative_association_service_registry.rb
934
820
  - lib/dfp_api/v201505/line_item_service.rb
935
- - lib/dfp_api/v201505/user_team_association_service.rb
936
- - lib/dfp_api/v201505/user_service_registry.rb
937
- - lib/dfp_api/v201505/proposal_line_item_service_registry.rb
938
- - lib/dfp_api/v201505/order_service.rb
821
+ - lib/dfp_api/v201505/line_item_service_registry.rb
822
+ - lib/dfp_api/v201505/line_item_template_service.rb
823
+ - lib/dfp_api/v201505/line_item_template_service_registry.rb
824
+ - lib/dfp_api/v201505/live_stream_event_service.rb
939
825
  - lib/dfp_api/v201505/live_stream_event_service_registry.rb
940
- - lib/dfp_api/v201505/forecast_service.rb
941
- - lib/dfp_api/v201505/rate_card_service.rb
942
- - lib/dfp_api/v201505/user_service.rb
943
- - lib/dfp_api/v201505/package_service_registry.rb
944
- - lib/dfp_api/v201505/reconciliation_order_report_service_registry.rb
945
- - lib/dfp_api/v201505/report_service.rb
946
- - lib/dfp_api/v201505/user_team_association_service_registry.rb
947
- - lib/dfp_api/v201505/publisher_query_language_service_registry.rb
948
- - lib/dfp_api/v201505/line_item_creative_association_service_registry.rb
826
+ - lib/dfp_api/v201505/network_service.rb
827
+ - lib/dfp_api/v201505/network_service_registry.rb
828
+ - lib/dfp_api/v201505/order_service.rb
829
+ - lib/dfp_api/v201505/order_service_registry.rb
949
830
  - lib/dfp_api/v201505/package_service.rb
950
- - lib/dfp_api/v201505/creative_wrapper_service_registry.rb
951
- - lib/dfp_api/v201505/contact_service_registry.rb
831
+ - lib/dfp_api/v201505/package_service_registry.rb
832
+ - lib/dfp_api/v201505/placement_service.rb
833
+ - lib/dfp_api/v201505/placement_service_registry.rb
834
+ - lib/dfp_api/v201505/premium_rate_service.rb
835
+ - lib/dfp_api/v201505/premium_rate_service_registry.rb
836
+ - lib/dfp_api/v201505/product_package_item_service.rb
837
+ - lib/dfp_api/v201505/product_package_item_service_registry.rb
838
+ - lib/dfp_api/v201505/product_package_service.rb
839
+ - lib/dfp_api/v201505/product_package_service_registry.rb
840
+ - lib/dfp_api/v201505/product_service.rb
841
+ - lib/dfp_api/v201505/product_service_registry.rb
952
842
  - lib/dfp_api/v201505/product_template_service.rb
953
843
  - lib/dfp_api/v201505/product_template_service_registry.rb
954
- - lib/dfp_api/v201505/content_bundle_service_registry.rb
955
- - lib/dfp_api/v201505/activity_group_service_registry.rb
956
- - lib/dfp_api/v201505/live_stream_event_service.rb
957
- - lib/dfp_api/v201505/premium_rate_service.rb
844
+ - lib/dfp_api/v201505/proposal_line_item_service.rb
845
+ - lib/dfp_api/v201505/proposal_line_item_service_registry.rb
846
+ - lib/dfp_api/v201505/proposal_service.rb
958
847
  - lib/dfp_api/v201505/proposal_service_registry.rb
959
- - lib/dfp_api/v201505/label_service_registry.rb
960
- - lib/dfp_api/v201505/content_service_registry.rb
961
- - lib/dfp_api/v201505/base_rate_service_registry.rb
962
- - lib/dfp_api/v201505/content_bundle_service.rb
963
- - lib/dfp_api/v201505/custom_targeting_service.rb
964
- - lib/dfp_api/v201505/network_service.rb
965
- - lib/dfp_api/v201505/company_service_registry.rb
966
- - lib/dfp_api/v201505/ad_rule_service.rb
967
- - lib/dfp_api/v201505/ad_rule_service_registry.rb
848
+ - lib/dfp_api/v201505/publisher_query_language_service.rb
849
+ - lib/dfp_api/v201505/publisher_query_language_service_registry.rb
850
+ - lib/dfp_api/v201505/rate_card_service.rb
851
+ - lib/dfp_api/v201505/rate_card_service_registry.rb
852
+ - lib/dfp_api/v201505/reconciliation_order_report_service.rb
853
+ - lib/dfp_api/v201505/reconciliation_order_report_service_registry.rb
854
+ - lib/dfp_api/v201505/reconciliation_report_row_service.rb
855
+ - lib/dfp_api/v201505/reconciliation_report_row_service_registry.rb
856
+ - lib/dfp_api/v201505/reconciliation_report_service.rb
857
+ - lib/dfp_api/v201505/reconciliation_report_service_registry.rb
858
+ - lib/dfp_api/v201505/report_service.rb
968
859
  - lib/dfp_api/v201505/report_service_registry.rb
860
+ - lib/dfp_api/v201505/shared_ad_unit_service.rb
969
861
  - lib/dfp_api/v201505/shared_ad_unit_service_registry.rb
970
- - lib/dfp_api/v201505/product_package_service_registry.rb
971
- - lib/dfp_api/v201505/product_package_item_service_registry.rb
972
- - lib/dfp_api/v201505/ad_exclusion_rule_service.rb
973
- - lib/dfp_api/v201505/product_service_registry.rb
974
- - lib/dfp_api/v201511/creative_set_service_registry.rb
975
- - lib/dfp_api/v201511/base_rate_service.rb
976
- - lib/dfp_api/v201511/line_item_creative_association_service.rb
977
- - lib/dfp_api/v201511/content_metadata_key_hierarchy_service.rb
978
- - lib/dfp_api/v201511/premium_rate_service_registry.rb
979
- - lib/dfp_api/v201511/product_package_service.rb
980
- - lib/dfp_api/v201511/placement_service.rb
981
- - lib/dfp_api/v201511/forecast_service_registry.rb
982
- - lib/dfp_api/v201511/reconciliation_line_item_report_service_registry.rb
983
- - lib/dfp_api/v201511/line_item_service_registry.rb
984
- - lib/dfp_api/v201511/proposal_line_item_service.rb
985
- - lib/dfp_api/v201511/product_package_item_service.rb
986
- - lib/dfp_api/v201511/team_service.rb
862
+ - lib/dfp_api/v201505/suggested_ad_unit_service.rb
863
+ - lib/dfp_api/v201505/suggested_ad_unit_service_registry.rb
864
+ - lib/dfp_api/v201505/team_service.rb
865
+ - lib/dfp_api/v201505/team_service_registry.rb
866
+ - lib/dfp_api/v201505/user_service.rb
867
+ - lib/dfp_api/v201505/user_service_registry.rb
868
+ - lib/dfp_api/v201505/user_team_association_service.rb
869
+ - lib/dfp_api/v201505/user_team_association_service_registry.rb
870
+ - lib/dfp_api/v201505/workflow_request_service.rb
871
+ - lib/dfp_api/v201505/workflow_request_service_registry.rb
872
+ - lib/dfp_api/v201508/activity_group_service.rb
873
+ - lib/dfp_api/v201508/activity_group_service_registry.rb
874
+ - lib/dfp_api/v201508/activity_service.rb
875
+ - lib/dfp_api/v201508/activity_service_registry.rb
876
+ - lib/dfp_api/v201508/ad_exclusion_rule_service.rb
877
+ - lib/dfp_api/v201508/ad_exclusion_rule_service_registry.rb
878
+ - lib/dfp_api/v201508/ad_rule_service.rb
879
+ - lib/dfp_api/v201508/ad_rule_service_registry.rb
880
+ - lib/dfp_api/v201508/audience_segment_service.rb
881
+ - lib/dfp_api/v201508/audience_segment_service_registry.rb
882
+ - lib/dfp_api/v201508/base_rate_service.rb
883
+ - lib/dfp_api/v201508/base_rate_service_registry.rb
884
+ - lib/dfp_api/v201508/company_service.rb
885
+ - lib/dfp_api/v201508/company_service_registry.rb
886
+ - lib/dfp_api/v201508/contact_service.rb
887
+ - lib/dfp_api/v201508/contact_service_registry.rb
888
+ - lib/dfp_api/v201508/content_bundle_service.rb
889
+ - lib/dfp_api/v201508/content_bundle_service_registry.rb
890
+ - lib/dfp_api/v201508/content_metadata_key_hierarchy_service.rb
891
+ - lib/dfp_api/v201508/content_metadata_key_hierarchy_service_registry.rb
892
+ - lib/dfp_api/v201508/content_service.rb
893
+ - lib/dfp_api/v201508/content_service_registry.rb
894
+ - lib/dfp_api/v201508/creative_service.rb
895
+ - lib/dfp_api/v201508/creative_service_registry.rb
896
+ - lib/dfp_api/v201508/creative_set_service.rb
897
+ - lib/dfp_api/v201508/creative_set_service_registry.rb
898
+ - lib/dfp_api/v201508/creative_template_service.rb
899
+ - lib/dfp_api/v201508/creative_template_service_registry.rb
900
+ - lib/dfp_api/v201508/creative_wrapper_service.rb
901
+ - lib/dfp_api/v201508/creative_wrapper_service_registry.rb
902
+ - lib/dfp_api/v201508/custom_field_service.rb
903
+ - lib/dfp_api/v201508/custom_field_service_registry.rb
904
+ - lib/dfp_api/v201508/custom_targeting_service.rb
905
+ - lib/dfp_api/v201508/custom_targeting_service_registry.rb
906
+ - lib/dfp_api/v201508/exchange_rate_service.rb
907
+ - lib/dfp_api/v201508/exchange_rate_service_registry.rb
908
+ - lib/dfp_api/v201508/forecast_service.rb
909
+ - lib/dfp_api/v201508/forecast_service_registry.rb
910
+ - lib/dfp_api/v201508/inventory_service.rb
911
+ - lib/dfp_api/v201508/inventory_service_registry.rb
912
+ - lib/dfp_api/v201508/label_service.rb
913
+ - lib/dfp_api/v201508/label_service_registry.rb
914
+ - lib/dfp_api/v201508/line_item_creative_association_service.rb
915
+ - lib/dfp_api/v201508/line_item_creative_association_service_registry.rb
916
+ - lib/dfp_api/v201508/line_item_service.rb
917
+ - lib/dfp_api/v201508/line_item_service_registry.rb
918
+ - lib/dfp_api/v201508/line_item_template_service.rb
919
+ - lib/dfp_api/v201508/line_item_template_service_registry.rb
920
+ - lib/dfp_api/v201508/live_stream_event_service.rb
921
+ - lib/dfp_api/v201508/live_stream_event_service_registry.rb
922
+ - lib/dfp_api/v201508/network_service.rb
923
+ - lib/dfp_api/v201508/network_service_registry.rb
924
+ - lib/dfp_api/v201508/order_service.rb
925
+ - lib/dfp_api/v201508/order_service_registry.rb
926
+ - lib/dfp_api/v201508/package_service.rb
927
+ - lib/dfp_api/v201508/package_service_registry.rb
928
+ - lib/dfp_api/v201508/placement_service.rb
929
+ - lib/dfp_api/v201508/placement_service_registry.rb
930
+ - lib/dfp_api/v201508/premium_rate_service.rb
931
+ - lib/dfp_api/v201508/premium_rate_service_registry.rb
932
+ - lib/dfp_api/v201508/product_package_item_service.rb
933
+ - lib/dfp_api/v201508/product_package_item_service_registry.rb
934
+ - lib/dfp_api/v201508/product_package_service.rb
935
+ - lib/dfp_api/v201508/product_package_service_registry.rb
936
+ - lib/dfp_api/v201508/product_service.rb
937
+ - lib/dfp_api/v201508/product_service_registry.rb
938
+ - lib/dfp_api/v201508/product_template_service.rb
939
+ - lib/dfp_api/v201508/product_template_service_registry.rb
940
+ - lib/dfp_api/v201508/proposal_line_item_service.rb
941
+ - lib/dfp_api/v201508/proposal_line_item_service_registry.rb
942
+ - lib/dfp_api/v201508/proposal_service.rb
943
+ - lib/dfp_api/v201508/proposal_service_registry.rb
944
+ - lib/dfp_api/v201508/publisher_query_language_service.rb
945
+ - lib/dfp_api/v201508/publisher_query_language_service_registry.rb
946
+ - lib/dfp_api/v201508/rate_card_service.rb
947
+ - lib/dfp_api/v201508/rate_card_service_registry.rb
948
+ - lib/dfp_api/v201508/reconciliation_line_item_report_service.rb
949
+ - lib/dfp_api/v201508/reconciliation_line_item_report_service_registry.rb
950
+ - lib/dfp_api/v201508/reconciliation_order_report_service.rb
951
+ - lib/dfp_api/v201508/reconciliation_order_report_service_registry.rb
952
+ - lib/dfp_api/v201508/reconciliation_report_row_service.rb
953
+ - lib/dfp_api/v201508/reconciliation_report_row_service_registry.rb
954
+ - lib/dfp_api/v201508/reconciliation_report_service.rb
955
+ - lib/dfp_api/v201508/reconciliation_report_service_registry.rb
956
+ - lib/dfp_api/v201508/report_service.rb
957
+ - lib/dfp_api/v201508/report_service_registry.rb
958
+ - lib/dfp_api/v201508/shared_ad_unit_service.rb
959
+ - lib/dfp_api/v201508/shared_ad_unit_service_registry.rb
960
+ - lib/dfp_api/v201508/suggested_ad_unit_service.rb
961
+ - lib/dfp_api/v201508/suggested_ad_unit_service_registry.rb
962
+ - lib/dfp_api/v201508/team_service.rb
963
+ - lib/dfp_api/v201508/team_service_registry.rb
964
+ - lib/dfp_api/v201508/user_service.rb
965
+ - lib/dfp_api/v201508/user_service_registry.rb
966
+ - lib/dfp_api/v201508/user_team_association_service.rb
967
+ - lib/dfp_api/v201508/user_team_association_service_registry.rb
968
+ - lib/dfp_api/v201508/workflow_request_service.rb
969
+ - lib/dfp_api/v201508/workflow_request_service_registry.rb
970
+ - lib/dfp_api/v201511/activity_group_service.rb
971
+ - lib/dfp_api/v201511/activity_group_service_registry.rb
972
+ - lib/dfp_api/v201511/activity_service.rb
973
+ - lib/dfp_api/v201511/activity_service_registry.rb
974
+ - lib/dfp_api/v201511/ad_exclusion_rule_service.rb
975
+ - lib/dfp_api/v201511/ad_exclusion_rule_service_registry.rb
976
+ - lib/dfp_api/v201511/ad_rule_service.rb
977
+ - lib/dfp_api/v201511/ad_rule_service_registry.rb
987
978
  - lib/dfp_api/v201511/audience_segment_service.rb
988
- - lib/dfp_api/v201511/custom_field_service.rb
989
- - lib/dfp_api/v201511/creative_template_service_registry.rb
990
- - lib/dfp_api/v201511/proposal_service.rb
991
- - lib/dfp_api/v201511/reconciliation_report_service_registry.rb
992
- - lib/dfp_api/v201511/contact_service.rb
993
- - lib/dfp_api/v201511/exchange_rate_service.rb
979
+ - lib/dfp_api/v201511/audience_segment_service_registry.rb
980
+ - lib/dfp_api/v201511/base_rate_service.rb
981
+ - lib/dfp_api/v201511/base_rate_service_registry.rb
994
982
  - lib/dfp_api/v201511/company_service.rb
995
- - lib/dfp_api/v201511/creative_service.rb
983
+ - lib/dfp_api/v201511/company_service_registry.rb
984
+ - lib/dfp_api/v201511/contact_service.rb
985
+ - lib/dfp_api/v201511/contact_service_registry.rb
986
+ - lib/dfp_api/v201511/content_bundle_service.rb
987
+ - lib/dfp_api/v201511/content_bundle_service_registry.rb
988
+ - lib/dfp_api/v201511/content_metadata_key_hierarchy_service.rb
989
+ - lib/dfp_api/v201511/content_metadata_key_hierarchy_service_registry.rb
996
990
  - lib/dfp_api/v201511/content_service.rb
997
- - lib/dfp_api/v201511/reconciliation_report_row_service.rb
998
- - lib/dfp_api/v201511/suggested_ad_unit_service_registry.rb
999
- - lib/dfp_api/v201511/team_service_registry.rb
1000
- - lib/dfp_api/v201511/workflow_request_service.rb
1001
- - lib/dfp_api/v201511/reconciliation_report_service.rb
1002
- - lib/dfp_api/v201511/custom_field_service_registry.rb
1003
- - lib/dfp_api/v201511/line_item_template_service_registry.rb
1004
- - lib/dfp_api/v201511/suggested_ad_unit_service.rb
1005
- - lib/dfp_api/v201511/order_service_registry.rb
1006
- - lib/dfp_api/v201511/creative_template_service.rb
991
+ - lib/dfp_api/v201511/content_service_registry.rb
992
+ - lib/dfp_api/v201511/creative_service.rb
1007
993
  - lib/dfp_api/v201511/creative_service_registry.rb
1008
- - lib/dfp_api/v201511/ad_exclusion_rule_service_registry.rb
1009
- - lib/dfp_api/v201511/creative_wrapper_service.rb
1010
- - lib/dfp_api/v201511/activity_group_service.rb
1011
- - lib/dfp_api/v201511/publisher_query_language_service.rb
1012
- - lib/dfp_api/v201511/exchange_rate_service_registry.rb
1013
- - lib/dfp_api/v201511/label_service.rb
1014
994
  - lib/dfp_api/v201511/creative_set_service.rb
1015
- - lib/dfp_api/v201511/network_service_registry.rb
995
+ - lib/dfp_api/v201511/creative_set_service_registry.rb
996
+ - lib/dfp_api/v201511/creative_template_service.rb
997
+ - lib/dfp_api/v201511/creative_template_service_registry.rb
998
+ - lib/dfp_api/v201511/creative_wrapper_service.rb
999
+ - lib/dfp_api/v201511/creative_wrapper_service_registry.rb
1000
+ - lib/dfp_api/v201511/custom_field_service.rb
1001
+ - lib/dfp_api/v201511/custom_field_service_registry.rb
1002
+ - lib/dfp_api/v201511/custom_targeting_service.rb
1016
1003
  - lib/dfp_api/v201511/custom_targeting_service_registry.rb
1017
- - lib/dfp_api/v201511/rate_card_service_registry.rb
1018
- - lib/dfp_api/v201511/inventory_service_registry.rb
1019
- - lib/dfp_api/v201511/line_item_template_service.rb
1020
- - lib/dfp_api/v201511/workflow_request_service_registry.rb
1021
- - lib/dfp_api/v201511/content_metadata_key_hierarchy_service_registry.rb
1022
- - lib/dfp_api/v201511/product_service.rb
1023
- - lib/dfp_api/v201511/placement_service_registry.rb
1024
- - lib/dfp_api/v201511/reconciliation_report_row_service_registry.rb
1025
- - lib/dfp_api/v201511/shared_ad_unit_service.rb
1026
- - lib/dfp_api/v201511/activity_service.rb
1027
- - lib/dfp_api/v201511/activity_service_registry.rb
1028
- - lib/dfp_api/v201511/reconciliation_order_report_service.rb
1004
+ - lib/dfp_api/v201511/exchange_rate_service.rb
1005
+ - lib/dfp_api/v201511/exchange_rate_service_registry.rb
1006
+ - lib/dfp_api/v201511/forecast_service.rb
1007
+ - lib/dfp_api/v201511/forecast_service_registry.rb
1029
1008
  - lib/dfp_api/v201511/inventory_service.rb
1030
- - lib/dfp_api/v201511/audience_segment_service_registry.rb
1009
+ - lib/dfp_api/v201511/inventory_service_registry.rb
1010
+ - lib/dfp_api/v201511/label_service.rb
1011
+ - lib/dfp_api/v201511/label_service_registry.rb
1012
+ - lib/dfp_api/v201511/line_item_creative_association_service.rb
1013
+ - lib/dfp_api/v201511/line_item_creative_association_service_registry.rb
1031
1014
  - lib/dfp_api/v201511/line_item_service.rb
1032
- - lib/dfp_api/v201511/user_team_association_service.rb
1033
- - lib/dfp_api/v201511/user_service_registry.rb
1034
- - lib/dfp_api/v201511/proposal_line_item_service_registry.rb
1035
- - lib/dfp_api/v201511/order_service.rb
1015
+ - lib/dfp_api/v201511/line_item_service_registry.rb
1016
+ - lib/dfp_api/v201511/line_item_template_service.rb
1017
+ - lib/dfp_api/v201511/line_item_template_service_registry.rb
1018
+ - lib/dfp_api/v201511/live_stream_event_service.rb
1036
1019
  - lib/dfp_api/v201511/live_stream_event_service_registry.rb
1037
- - lib/dfp_api/v201511/forecast_service.rb
1038
- - lib/dfp_api/v201511/rate_card_service.rb
1039
- - lib/dfp_api/v201511/user_service.rb
1040
- - lib/dfp_api/v201511/package_service_registry.rb
1041
- - lib/dfp_api/v201511/reconciliation_order_report_service_registry.rb
1042
- - lib/dfp_api/v201511/report_service.rb
1043
- - lib/dfp_api/v201511/user_team_association_service_registry.rb
1044
- - lib/dfp_api/v201511/publisher_query_language_service_registry.rb
1045
- - lib/dfp_api/v201511/line_item_creative_association_service_registry.rb
1020
+ - lib/dfp_api/v201511/network_service.rb
1021
+ - lib/dfp_api/v201511/network_service_registry.rb
1022
+ - lib/dfp_api/v201511/order_service.rb
1023
+ - lib/dfp_api/v201511/order_service_registry.rb
1046
1024
  - lib/dfp_api/v201511/package_service.rb
1047
- - lib/dfp_api/v201511/creative_wrapper_service_registry.rb
1048
- - lib/dfp_api/v201511/contact_service_registry.rb
1049
- - lib/dfp_api/v201511/reconciliation_line_item_report_service.rb
1025
+ - lib/dfp_api/v201511/package_service_registry.rb
1026
+ - lib/dfp_api/v201511/placement_service.rb
1027
+ - lib/dfp_api/v201511/placement_service_registry.rb
1028
+ - lib/dfp_api/v201511/premium_rate_service.rb
1029
+ - lib/dfp_api/v201511/premium_rate_service_registry.rb
1030
+ - lib/dfp_api/v201511/product_package_item_service.rb
1031
+ - lib/dfp_api/v201511/product_package_item_service_registry.rb
1032
+ - lib/dfp_api/v201511/product_package_service.rb
1033
+ - lib/dfp_api/v201511/product_package_service_registry.rb
1034
+ - lib/dfp_api/v201511/product_service.rb
1035
+ - lib/dfp_api/v201511/product_service_registry.rb
1050
1036
  - lib/dfp_api/v201511/product_template_service.rb
1051
1037
  - lib/dfp_api/v201511/product_template_service_registry.rb
1052
- - lib/dfp_api/v201511/content_bundle_service_registry.rb
1053
- - lib/dfp_api/v201511/activity_group_service_registry.rb
1054
- - lib/dfp_api/v201511/live_stream_event_service.rb
1055
- - lib/dfp_api/v201511/premium_rate_service.rb
1038
+ - lib/dfp_api/v201511/proposal_line_item_service.rb
1039
+ - lib/dfp_api/v201511/proposal_line_item_service_registry.rb
1040
+ - lib/dfp_api/v201511/proposal_service.rb
1056
1041
  - lib/dfp_api/v201511/proposal_service_registry.rb
1057
- - lib/dfp_api/v201511/label_service_registry.rb
1058
- - lib/dfp_api/v201511/content_service_registry.rb
1059
- - lib/dfp_api/v201511/base_rate_service_registry.rb
1060
- - lib/dfp_api/v201511/content_bundle_service.rb
1061
- - lib/dfp_api/v201511/custom_targeting_service.rb
1062
- - lib/dfp_api/v201511/network_service.rb
1063
- - lib/dfp_api/v201511/company_service_registry.rb
1064
- - lib/dfp_api/v201511/ad_rule_service.rb
1065
- - lib/dfp_api/v201511/ad_rule_service_registry.rb
1042
+ - lib/dfp_api/v201511/publisher_query_language_service.rb
1043
+ - lib/dfp_api/v201511/publisher_query_language_service_registry.rb
1044
+ - lib/dfp_api/v201511/rate_card_service.rb
1045
+ - lib/dfp_api/v201511/rate_card_service_registry.rb
1046
+ - lib/dfp_api/v201511/reconciliation_line_item_report_service.rb
1047
+ - lib/dfp_api/v201511/reconciliation_line_item_report_service_registry.rb
1048
+ - lib/dfp_api/v201511/reconciliation_order_report_service.rb
1049
+ - lib/dfp_api/v201511/reconciliation_order_report_service_registry.rb
1050
+ - lib/dfp_api/v201511/reconciliation_report_row_service.rb
1051
+ - lib/dfp_api/v201511/reconciliation_report_row_service_registry.rb
1052
+ - lib/dfp_api/v201511/reconciliation_report_service.rb
1053
+ - lib/dfp_api/v201511/reconciliation_report_service_registry.rb
1054
+ - lib/dfp_api/v201511/report_service.rb
1066
1055
  - lib/dfp_api/v201511/report_service_registry.rb
1056
+ - lib/dfp_api/v201511/shared_ad_unit_service.rb
1067
1057
  - lib/dfp_api/v201511/shared_ad_unit_service_registry.rb
1068
- - lib/dfp_api/v201511/product_package_service_registry.rb
1069
- - lib/dfp_api/v201511/product_package_item_service_registry.rb
1070
- - lib/dfp_api/v201511/ad_exclusion_rule_service.rb
1071
- - lib/dfp_api/v201511/product_service_registry.rb
1072
- - lib/dfp_api/v201411/creative_set_service_registry.rb
1073
- - lib/dfp_api/v201411/base_rate_service.rb
1074
- - lib/dfp_api/v201411/line_item_creative_association_service.rb
1075
- - lib/dfp_api/v201411/content_metadata_key_hierarchy_service.rb
1076
- - lib/dfp_api/v201411/premium_rate_service_registry.rb
1077
- - lib/dfp_api/v201411/placement_service.rb
1078
- - lib/dfp_api/v201411/forecast_service_registry.rb
1079
- - lib/dfp_api/v201411/line_item_service_registry.rb
1080
- - lib/dfp_api/v201411/proposal_line_item_service.rb
1081
- - lib/dfp_api/v201411/team_service.rb
1082
- - lib/dfp_api/v201411/audience_segment_service.rb
1083
- - lib/dfp_api/v201411/custom_field_service.rb
1084
- - lib/dfp_api/v201411/creative_template_service_registry.rb
1085
- - lib/dfp_api/v201411/proposal_service.rb
1086
- - lib/dfp_api/v201411/reconciliation_report_service_registry.rb
1087
- - lib/dfp_api/v201411/contact_service.rb
1088
- - lib/dfp_api/v201411/exchange_rate_service.rb
1089
- - lib/dfp_api/v201411/company_service.rb
1090
- - lib/dfp_api/v201411/creative_service.rb
1091
- - lib/dfp_api/v201411/content_service.rb
1092
- - lib/dfp_api/v201411/reconciliation_report_row_service.rb
1093
- - lib/dfp_api/v201411/suggested_ad_unit_service_registry.rb
1094
- - lib/dfp_api/v201411/team_service_registry.rb
1095
- - lib/dfp_api/v201411/workflow_request_service.rb
1096
- - lib/dfp_api/v201411/reconciliation_report_service.rb
1097
- - lib/dfp_api/v201411/custom_field_service_registry.rb
1098
- - lib/dfp_api/v201411/line_item_template_service_registry.rb
1099
- - lib/dfp_api/v201411/suggested_ad_unit_service.rb
1100
- - lib/dfp_api/v201411/order_service_registry.rb
1101
- - lib/dfp_api/v201411/creative_template_service.rb
1102
- - lib/dfp_api/v201411/creative_service_registry.rb
1103
- - lib/dfp_api/v201411/ad_exclusion_rule_service_registry.rb
1104
- - lib/dfp_api/v201411/creative_wrapper_service.rb
1105
- - lib/dfp_api/v201411/activity_group_service.rb
1106
- - lib/dfp_api/v201411/publisher_query_language_service.rb
1107
- - lib/dfp_api/v201411/exchange_rate_service_registry.rb
1108
- - lib/dfp_api/v201411/label_service.rb
1109
- - lib/dfp_api/v201411/creative_set_service.rb
1110
- - lib/dfp_api/v201411/network_service_registry.rb
1111
- - lib/dfp_api/v201411/custom_targeting_service_registry.rb
1112
- - lib/dfp_api/v201411/rate_card_service_registry.rb
1113
- - lib/dfp_api/v201411/inventory_service_registry.rb
1114
- - lib/dfp_api/v201411/line_item_template_service.rb
1115
- - lib/dfp_api/v201411/workflow_request_service_registry.rb
1116
- - lib/dfp_api/v201411/content_metadata_key_hierarchy_service_registry.rb
1117
- - lib/dfp_api/v201411/product_service.rb
1118
- - lib/dfp_api/v201411/placement_service_registry.rb
1119
- - lib/dfp_api/v201411/reconciliation_report_row_service_registry.rb
1120
- - lib/dfp_api/v201411/shared_ad_unit_service.rb
1121
- - lib/dfp_api/v201411/activity_service.rb
1122
- - lib/dfp_api/v201411/activity_service_registry.rb
1123
- - lib/dfp_api/v201411/reconciliation_order_report_service.rb
1124
- - lib/dfp_api/v201411/inventory_service.rb
1125
- - lib/dfp_api/v201411/audience_segment_service_registry.rb
1126
- - lib/dfp_api/v201411/line_item_service.rb
1127
- - lib/dfp_api/v201411/user_team_association_service.rb
1128
- - lib/dfp_api/v201411/user_service_registry.rb
1129
- - lib/dfp_api/v201411/proposal_line_item_service_registry.rb
1130
- - lib/dfp_api/v201411/order_service.rb
1131
- - lib/dfp_api/v201411/live_stream_event_service_registry.rb
1132
- - lib/dfp_api/v201411/forecast_service.rb
1133
- - lib/dfp_api/v201411/rate_card_service.rb
1134
- - lib/dfp_api/v201411/user_service.rb
1135
- - lib/dfp_api/v201411/reconciliation_order_report_service_registry.rb
1136
- - lib/dfp_api/v201411/report_service.rb
1137
- - lib/dfp_api/v201411/user_team_association_service_registry.rb
1138
- - lib/dfp_api/v201411/publisher_query_language_service_registry.rb
1139
- - lib/dfp_api/v201411/line_item_creative_association_service_registry.rb
1140
- - lib/dfp_api/v201411/creative_wrapper_service_registry.rb
1141
- - lib/dfp_api/v201411/contact_service_registry.rb
1142
- - lib/dfp_api/v201411/product_template_service.rb
1143
- - lib/dfp_api/v201411/product_template_service_registry.rb
1144
- - lib/dfp_api/v201411/content_bundle_service_registry.rb
1145
- - lib/dfp_api/v201411/activity_group_service_registry.rb
1146
- - lib/dfp_api/v201411/live_stream_event_service.rb
1147
- - lib/dfp_api/v201411/premium_rate_service.rb
1148
- - lib/dfp_api/v201411/proposal_service_registry.rb
1149
- - lib/dfp_api/v201411/label_service_registry.rb
1150
- - lib/dfp_api/v201411/content_service_registry.rb
1151
- - lib/dfp_api/v201411/base_rate_service_registry.rb
1152
- - lib/dfp_api/v201411/content_bundle_service.rb
1153
- - lib/dfp_api/v201411/custom_targeting_service.rb
1154
- - lib/dfp_api/v201411/network_service.rb
1155
- - lib/dfp_api/v201411/company_service_registry.rb
1156
- - lib/dfp_api/v201411/ad_rule_service.rb
1157
- - lib/dfp_api/v201411/ad_rule_service_registry.rb
1158
- - lib/dfp_api/v201411/report_service_registry.rb
1159
- - lib/dfp_api/v201411/shared_ad_unit_service_registry.rb
1160
- - lib/dfp_api/v201411/ad_exclusion_rule_service.rb
1161
- - lib/dfp_api/v201411/product_service_registry.rb
1162
- - lib/dfp_api/dfp_api_statement.rb
1163
- - lib/dfp_api.rb
1164
- - test/suite_unittests.rb
1058
+ - lib/dfp_api/v201511/suggested_ad_unit_service.rb
1059
+ - lib/dfp_api/v201511/suggested_ad_unit_service_registry.rb
1060
+ - lib/dfp_api/v201511/team_service.rb
1061
+ - lib/dfp_api/v201511/team_service_registry.rb
1062
+ - lib/dfp_api/v201511/user_service.rb
1063
+ - lib/dfp_api/v201511/user_service_registry.rb
1064
+ - lib/dfp_api/v201511/user_team_association_service.rb
1065
+ - lib/dfp_api/v201511/user_team_association_service_registry.rb
1066
+ - lib/dfp_api/v201511/workflow_request_service.rb
1067
+ - lib/dfp_api/v201511/workflow_request_service_registry.rb
1068
+ - lib/dfp_api/v201602/activity_group_service.rb
1069
+ - lib/dfp_api/v201602/activity_group_service_registry.rb
1070
+ - lib/dfp_api/v201602/activity_service.rb
1071
+ - lib/dfp_api/v201602/activity_service_registry.rb
1072
+ - lib/dfp_api/v201602/ad_exclusion_rule_service.rb
1073
+ - lib/dfp_api/v201602/ad_exclusion_rule_service_registry.rb
1074
+ - lib/dfp_api/v201602/ad_rule_service.rb
1075
+ - lib/dfp_api/v201602/ad_rule_service_registry.rb
1076
+ - lib/dfp_api/v201602/audience_segment_service.rb
1077
+ - lib/dfp_api/v201602/audience_segment_service_registry.rb
1078
+ - lib/dfp_api/v201602/base_rate_service.rb
1079
+ - lib/dfp_api/v201602/base_rate_service_registry.rb
1080
+ - lib/dfp_api/v201602/company_service.rb
1081
+ - lib/dfp_api/v201602/company_service_registry.rb
1082
+ - lib/dfp_api/v201602/contact_service.rb
1083
+ - lib/dfp_api/v201602/contact_service_registry.rb
1084
+ - lib/dfp_api/v201602/content_bundle_service.rb
1085
+ - lib/dfp_api/v201602/content_bundle_service_registry.rb
1086
+ - lib/dfp_api/v201602/content_metadata_key_hierarchy_service.rb
1087
+ - lib/dfp_api/v201602/content_metadata_key_hierarchy_service_registry.rb
1088
+ - lib/dfp_api/v201602/content_service.rb
1089
+ - lib/dfp_api/v201602/content_service_registry.rb
1090
+ - lib/dfp_api/v201602/creative_service.rb
1091
+ - lib/dfp_api/v201602/creative_service_registry.rb
1092
+ - lib/dfp_api/v201602/creative_set_service.rb
1093
+ - lib/dfp_api/v201602/creative_set_service_registry.rb
1094
+ - lib/dfp_api/v201602/creative_template_service.rb
1095
+ - lib/dfp_api/v201602/creative_template_service_registry.rb
1096
+ - lib/dfp_api/v201602/creative_wrapper_service.rb
1097
+ - lib/dfp_api/v201602/creative_wrapper_service_registry.rb
1098
+ - lib/dfp_api/v201602/custom_field_service.rb
1099
+ - lib/dfp_api/v201602/custom_field_service_registry.rb
1100
+ - lib/dfp_api/v201602/custom_targeting_service.rb
1101
+ - lib/dfp_api/v201602/custom_targeting_service_registry.rb
1102
+ - lib/dfp_api/v201602/exchange_rate_service.rb
1103
+ - lib/dfp_api/v201602/exchange_rate_service_registry.rb
1104
+ - lib/dfp_api/v201602/forecast_service.rb
1105
+ - lib/dfp_api/v201602/forecast_service_registry.rb
1106
+ - lib/dfp_api/v201602/inventory_service.rb
1107
+ - lib/dfp_api/v201602/inventory_service_registry.rb
1108
+ - lib/dfp_api/v201602/label_service.rb
1109
+ - lib/dfp_api/v201602/label_service_registry.rb
1110
+ - lib/dfp_api/v201602/line_item_creative_association_service.rb
1111
+ - lib/dfp_api/v201602/line_item_creative_association_service_registry.rb
1112
+ - lib/dfp_api/v201602/line_item_service.rb
1113
+ - lib/dfp_api/v201602/line_item_service_registry.rb
1114
+ - lib/dfp_api/v201602/line_item_template_service.rb
1115
+ - lib/dfp_api/v201602/line_item_template_service_registry.rb
1116
+ - lib/dfp_api/v201602/live_stream_event_service.rb
1117
+ - lib/dfp_api/v201602/live_stream_event_service_registry.rb
1118
+ - lib/dfp_api/v201602/network_service.rb
1119
+ - lib/dfp_api/v201602/network_service_registry.rb
1120
+ - lib/dfp_api/v201602/order_service.rb
1121
+ - lib/dfp_api/v201602/order_service_registry.rb
1122
+ - lib/dfp_api/v201602/package_service.rb
1123
+ - lib/dfp_api/v201602/package_service_registry.rb
1124
+ - lib/dfp_api/v201602/placement_service.rb
1125
+ - lib/dfp_api/v201602/placement_service_registry.rb
1126
+ - lib/dfp_api/v201602/premium_rate_service.rb
1127
+ - lib/dfp_api/v201602/premium_rate_service_registry.rb
1128
+ - lib/dfp_api/v201602/product_package_item_service.rb
1129
+ - lib/dfp_api/v201602/product_package_item_service_registry.rb
1130
+ - lib/dfp_api/v201602/product_package_service.rb
1131
+ - lib/dfp_api/v201602/product_package_service_registry.rb
1132
+ - lib/dfp_api/v201602/product_service.rb
1133
+ - lib/dfp_api/v201602/product_service_registry.rb
1134
+ - lib/dfp_api/v201602/product_template_service.rb
1135
+ - lib/dfp_api/v201602/product_template_service_registry.rb
1136
+ - lib/dfp_api/v201602/proposal_line_item_service.rb
1137
+ - lib/dfp_api/v201602/proposal_line_item_service_registry.rb
1138
+ - lib/dfp_api/v201602/proposal_service.rb
1139
+ - lib/dfp_api/v201602/proposal_service_registry.rb
1140
+ - lib/dfp_api/v201602/publisher_query_language_service.rb
1141
+ - lib/dfp_api/v201602/publisher_query_language_service_registry.rb
1142
+ - lib/dfp_api/v201602/rate_card_service.rb
1143
+ - lib/dfp_api/v201602/rate_card_service_registry.rb
1144
+ - lib/dfp_api/v201602/reconciliation_line_item_report_service.rb
1145
+ - lib/dfp_api/v201602/reconciliation_line_item_report_service_registry.rb
1146
+ - lib/dfp_api/v201602/reconciliation_order_report_service.rb
1147
+ - lib/dfp_api/v201602/reconciliation_order_report_service_registry.rb
1148
+ - lib/dfp_api/v201602/reconciliation_report_row_service.rb
1149
+ - lib/dfp_api/v201602/reconciliation_report_row_service_registry.rb
1150
+ - lib/dfp_api/v201602/reconciliation_report_service.rb
1151
+ - lib/dfp_api/v201602/reconciliation_report_service_registry.rb
1152
+ - lib/dfp_api/v201602/report_service.rb
1153
+ - lib/dfp_api/v201602/report_service_registry.rb
1154
+ - lib/dfp_api/v201602/suggested_ad_unit_service.rb
1155
+ - lib/dfp_api/v201602/suggested_ad_unit_service_registry.rb
1156
+ - lib/dfp_api/v201602/team_service.rb
1157
+ - lib/dfp_api/v201602/team_service_registry.rb
1158
+ - lib/dfp_api/v201602/user_service.rb
1159
+ - lib/dfp_api/v201602/user_service_registry.rb
1160
+ - lib/dfp_api/v201602/user_team_association_service.rb
1161
+ - lib/dfp_api/v201602/user_team_association_service_registry.rb
1162
+ - lib/dfp_api/v201602/workflow_request_service.rb
1163
+ - lib/dfp_api/v201602/workflow_request_service_registry.rb
1164
+ - lib/dfp_api/version.rb
1165
+ - test/bugs/test_issue_00000081.rb
1165
1166
  - test/dfp_api/test_config.yml
1166
1167
  - test/dfp_api/test_dfp_api.rb
1167
- - test/bugs/test_issue_00000081.rb
1168
- - COPYING
1169
- - README.md
1170
- - ChangeLog
1171
- - dfp_api.yml
1168
+ - test/suite_unittests.rb
1172
1169
  homepage: https://github.com/googleads/google-api-ads-ruby
1173
1170
  licenses:
1174
1171
  - Apache-2.0
1172
+ metadata: {}
1175
1173
  post_install_message:
1176
1174
  rdoc_options: []
1177
1175
  require_paths:
1178
1176
  - lib
1179
1177
  required_ruby_version: !ruby/object:Gem::Requirement
1180
- none: false
1181
1178
  requirements:
1182
- - - ! '>='
1179
+ - - ">="
1183
1180
  - !ruby/object:Gem::Version
1184
1181
  version: '0'
1185
1182
  required_rubygems_version: !ruby/object:Gem::Requirement
1186
- none: false
1187
1183
  requirements:
1188
- - - ! '>='
1184
+ - - ">="
1189
1185
  - !ruby/object:Gem::Version
1190
1186
  version: 1.3.6
1191
1187
  requirements: []
1192
1188
  rubyforge_project: google-dfp-api
1193
- rubygems_version: 1.8.23
1189
+ rubygems_version: 2.5.1
1194
1190
  signing_key:
1195
- specification_version: 3
1191
+ specification_version: 4
1196
1192
  summary: Ruby Client libraries for DFP API
1197
1193
  test_files:
1198
1194
  - test/dfp_api/test_dfp_api.rb