google-dfp-api 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (370) hide show
  1. checksums.yaml +15 -0
  2. data/ChangeLog +6 -0
  3. data/examples/{v201311 → v201411}/activity_group_service/create_activity_groups.rb +1 -1
  4. data/examples/{v201311 → v201411}/activity_group_service/get_active_activity_groups.rb +18 -27
  5. data/examples/{v201311 → v201411}/activity_group_service/get_all_activity_groups.rb +13 -23
  6. data/examples/{v201311 → v201411}/activity_group_service/update_activity_groups.rb +25 -14
  7. data/examples/{v201311 → v201411}/activity_service/create_activities.rb +1 -1
  8. data/examples/{v201311 → v201411}/activity_service/get_active_activities.rb +15 -27
  9. data/examples/{v201311 → v201411}/activity_service/get_all_activities.rb +10 -21
  10. data/examples/{v201311 → v201411}/activity_service/update_activities.rb +32 -16
  11. data/examples/{v201311 → v201411}/audience_segment_service/create_audience_segments.rb +1 -1
  12. data/examples/{v201311 → v201411}/audience_segment_service/get_all_audience_segments.rb +10 -19
  13. data/examples/{v201311 → v201411}/audience_segment_service/get_first_party_audience_segments.rb +14 -21
  14. data/examples/{v201311 → v201411}/audience_segment_service/populate_first_party_audience_segments.rb +16 -13
  15. data/examples/{v201311 → v201411}/audience_segment_service/update_audience_segments.rb +12 -11
  16. data/examples/{v201311 → v201411}/common/error_handling.rb +1 -1
  17. data/examples/{v201311 → v201411}/common/oauth2_jwt_handling.rb +9 -17
  18. data/examples/{v201311 → v201411}/common/setup_oauth2.rb +1 -1
  19. data/examples/{v201311 → v201411}/company_service/create_companies.rb +1 -1
  20. data/examples/{v201311 → v201411}/company_service/get_all_companies.rb +10 -18
  21. data/examples/{v201311 → v201411}/company_service/get_companies_by_statement.rb +21 -16
  22. data/examples/{v201311 → v201411}/company_service/update_companies.rb +17 -11
  23. data/examples/{v201311 → v201411}/contact_service/create_contacts.rb +1 -1
  24. data/examples/{v201311 → v201411}/contact_service/get_all_contacts.rb +11 -19
  25. data/examples/{v201311 → v201411}/contact_service/get_uninvited_contacts.rb +18 -22
  26. data/examples/{v201311 → v201411}/contact_service/update_contacts.rb +33 -17
  27. data/examples/v201411/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb +96 -0
  28. data/examples/v201411/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb +106 -0
  29. data/examples/v201411/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb +89 -0
  30. data/examples/v201411/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb +115 -0
  31. data/examples/{v201311 → v201411}/content_service/get_all_content.rb +9 -18
  32. data/examples/{v201311 → v201411}/content_service/get_content_by_category.rb +18 -28
  33. data/examples/{v201311 → v201411}/creative_service/copy_image_creatives.rb +7 -7
  34. data/examples/{v201311 → v201411}/creative_service/create_creative_from_template.rb +1 -1
  35. data/examples/{v201311 → v201411}/creative_service/create_creatives.rb +1 -1
  36. data/examples/{v201311 → v201411}/creative_service/create_custom_creative.rb +1 -1
  37. data/examples/{v201311 → v201411}/creative_service/get_all_creatives.rb +8 -17
  38. data/examples/{v201311 → v201411}/creative_service/get_creatives_by_statement.rb +18 -13
  39. data/examples/{v201311 → v201411}/creative_service/update_creatives.rb +16 -11
  40. data/examples/{v201311 → v201411}/creative_set_service/associate_creative_set_to_line_item.rb +1 -1
  41. data/examples/{v201311 → v201411}/creative_set_service/create_creative_set.rb +1 -1
  42. data/examples/{v201311 → v201411}/creative_set_service/get_all_creative_sets.rb +9 -17
  43. data/examples/{v201311 → v201411}/creative_set_service/get_creative_sets_by_statement.rb +20 -14
  44. data/examples/{v201311 → v201411}/creative_set_service/update_creative_sets.rb +33 -15
  45. data/examples/{v201311 → v201411}/creative_template_service/get_all_creative_templates.rb +9 -17
  46. data/examples/{v201311/creative_template_service/get_creative_templates_by_statement.rb → v201411/creative_template_service/get_system_defined_creative_templates.rb} +24 -13
  47. data/examples/{v201311 → v201411}/creative_wrapper_service/create_creative_wrappers.rb +1 -1
  48. data/examples/{v201311 → v201411}/creative_wrapper_service/deactivate_creative_wrapper.rb +9 -7
  49. data/examples/{v201311 → v201411}/creative_wrapper_service/get_all_creative_wrappers.rb +10 -18
  50. data/examples/{v201311 → v201411}/creative_wrapper_service/get_creative_wrappers_by_statement.rb +17 -12
  51. data/examples/{v201311 → v201411}/creative_wrapper_service/update_creative_wrappers.rb +34 -16
  52. data/examples/{v201311 → v201411}/custom_field_service/create_custom_field_options.rb +1 -1
  53. data/examples/{v201311 → v201411}/custom_field_service/create_custom_fields.rb +1 -1
  54. data/examples/{v201311 → v201411}/custom_field_service/deactivate_all_line_item_custom_fields.rb +13 -23
  55. data/examples/{v201311 → v201411}/custom_field_service/get_all_custom_fields.rb +11 -19
  56. data/examples/{v201311 → v201411}/custom_field_service/get_all_line_item_custom_fields.rb +19 -14
  57. data/examples/{v201311 → v201411}/custom_field_service/set_line_item_custom_field_value.rb +59 -11
  58. data/examples/{v201311 → v201411}/custom_field_service/update_custom_fields.rb +33 -15
  59. data/examples/{v201311 → v201411}/custom_targeting_service/create_custom_targeting_keys_and_values.rb +1 -1
  60. data/examples/{v201311 → v201411}/custom_targeting_service/delete_custom_targeting_keys.rb +16 -20
  61. data/examples/{v201311 → v201411}/custom_targeting_service/delete_custom_targeting_values.rb +23 -21
  62. data/examples/{v201311 → v201411}/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +15 -36
  63. data/examples/{v201311 → v201411}/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +20 -16
  64. data/examples/{v201311 → v201411}/custom_targeting_service/get_custom_targeting_values_by_statement.rb +19 -15
  65. data/examples/{v201311 → v201411}/custom_targeting_service/update_custom_targeting_keys.rb +4 -3
  66. data/examples/{v201311 → v201411}/custom_targeting_service/update_custom_targeting_values.rb +34 -30
  67. data/examples/{v201311 → v201411}/forecast_service/get_forecast.rb +6 -3
  68. data/examples/{v201311 → v201411}/forecast_service/get_forecast_by_id.rb +1 -1
  69. data/examples/{v201311 → v201411}/inventory_service/create_ad_units.rb +1 -1
  70. data/examples/{v201311 → v201411}/inventory_service/create_mobile_ad_unit.rb +1 -1
  71. data/examples/{v201311 → v201411}/inventory_service/create_video_ad_unit.rb +1 -1
  72. data/examples/{v201311 → v201411}/inventory_service/deactivate_ad_units.rb +19 -23
  73. data/examples/{v201311 → v201411}/inventory_service/get_ad_unit_sizes.rb +7 -14
  74. data/examples/{v201311 → v201411}/inventory_service/get_ad_units_by_statement.rb +18 -13
  75. data/examples/{v201311 → v201411}/inventory_service/get_all_ad_units.rb +8 -17
  76. data/examples/{v201311 → v201411}/inventory_service/update_ad_units.rb +23 -11
  77. data/examples/{v201311 → v201411}/label_service/create_labels.rb +1 -1
  78. data/examples/{v201311 → v201411}/label_service/deactivate_labels.rb +15 -22
  79. data/examples/{v201311 → v201411}/label_service/get_all_labels.rb +9 -18
  80. data/examples/{v201311 → v201411}/label_service/get_labels_by_statement.rb +16 -11
  81. data/examples/{v201311 → v201411}/label_service/update_labels.rb +24 -26
  82. data/examples/{v201311 → v201411}/line_item_creative_association_service/create_licas.rb +1 -1
  83. data/examples/{v201311 → v201411}/line_item_creative_association_service/deactivate_licas.rb +15 -24
  84. data/examples/{v201311 → v201411}/line_item_creative_association_service/get_all_licas.rb +8 -17
  85. data/examples/{v201311 → v201411}/line_item_creative_association_service/get_licas_by_statement.rb +10 -8
  86. data/examples/{v201311 → v201411}/line_item_creative_association_service/update_licas.rb +16 -7
  87. data/examples/{v201311 → v201411}/line_item_service/activate_line_items.rb +13 -21
  88. data/examples/{v201311 → v201411}/line_item_service/create_line_items.rb +6 -3
  89. data/examples/{v201311 → v201411}/line_item_service/create_video_line_item.rb +8 -2
  90. data/examples/{v201311 → v201411}/line_item_service/get_all_line_items.rb +9 -17
  91. data/examples/{v201311 → v201411}/line_item_service/get_line_items_by_statement.rb +19 -17
  92. data/examples/{v201311 → v201411}/line_item_service/get_recently_updated_line_items.rb +19 -13
  93. data/examples/{v201311 → v201411}/line_item_service/target_custom_criteria.rb +31 -15
  94. data/examples/{v201311 → v201411}/line_item_service/update_line_items.rb +9 -9
  95. data/examples/{v201311 → v201411}/network_service/get_all_networks.rb +1 -1
  96. data/examples/{v201311 → v201411}/network_service/get_current_network.rb +1 -1
  97. data/examples/{v201311 → v201411}/network_service/make_test_network.rb +1 -1
  98. data/examples/{v201311 → v201411}/order_service/approve_orders.rb +16 -24
  99. data/examples/{v201311 → v201411}/order_service/create_orders.rb +1 -1
  100. data/examples/{v201311 → v201411}/order_service/get_all_orders.rb +8 -17
  101. data/examples/{v201311 → v201411}/order_service/get_orders_by_statement.rb +18 -14
  102. data/examples/{v201311 → v201411}/order_service/update_orders.rb +15 -7
  103. data/examples/{v201311 → v201411}/placement_service/create_placements.rb +4 -2
  104. data/examples/{v201311 → v201411}/placement_service/deactivate_placements.rb +14 -22
  105. data/examples/{v201311 → v201411}/placement_service/get_all_placements.rb +9 -17
  106. data/examples/{v201311 → v201411}/placement_service/get_placements_by_statement.rb +18 -13
  107. data/examples/{v201311 → v201411}/placement_service/update_placements.rb +16 -6
  108. data/examples/{v201311 → v201411}/publisher_query_language_service/fetch_match_tables.rb +9 -11
  109. data/examples/{v201311 → v201411}/publisher_query_language_service/get_all_line_items.rb +8 -9
  110. data/examples/{v201311 → v201411}/publisher_query_language_service/get_geo_targets.rb +10 -10
  111. data/examples/{v201311 → v201411}/publisher_query_language_service/get_line_items_named_like.rb +10 -10
  112. data/examples/{v201311 → v201411}/report_service/display_report.rb +1 -1
  113. data/examples/{v201311 → v201411}/report_service/download_report.rb +1 -1
  114. data/examples/{v201311 → v201411}/report_service/run_delivery_report.rb +1 -1
  115. data/examples/{v201311 → v201411}/report_service/run_inventory_report.rb +4 -4
  116. data/examples/{v201311 → v201411}/report_service/run_reach_report.rb +1 -1
  117. data/examples/{v201311/report_service/run_merged_delivery_report.rb → v201411/report_service/run_report_with_custom_fields.rb} +12 -14
  118. data/examples/{v201311 → v201411}/report_service/run_sales_report.rb +1 -1
  119. data/examples/{v201311 → v201411}/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +25 -21
  120. data/examples/{v201311 → v201411}/suggested_ad_unit_service/get_all_suggested_ad_units.rb +9 -18
  121. data/examples/{v201311 → v201411}/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +24 -21
  122. data/examples/{v201311 → v201411}/team_service/create_teams.rb +1 -1
  123. data/examples/{v201311 → v201411}/team_service/get_all_teams.rb +8 -17
  124. data/examples/{v201311 → v201411}/team_service/get_teams_by_statement.rb +15 -11
  125. data/examples/{v201311 → v201411}/team_service/update_teams.rb +4 -3
  126. data/examples/{v201311 → v201411}/user_service/create_users.rb +1 -1
  127. data/examples/{v201311 → v201411}/user_service/deactivate_users.rb +7 -7
  128. data/examples/{v201311 → v201411}/user_service/get_all_roles.rb +1 -1
  129. data/examples/{v201311 → v201411}/user_service/get_all_users.rb +8 -18
  130. data/examples/{v201311 → v201411}/user_service/get_current_user.rb +1 -1
  131. data/examples/{v201311 → v201411}/user_service/get_users_by_statement.rb +17 -12
  132. data/examples/{v201311 → v201411}/user_service/update_users.rb +15 -6
  133. data/examples/{v201311 → v201411}/user_team_association_service/create_user_team_associations.rb +1 -1
  134. data/examples/{v201311 → v201411}/user_team_association_service/delete_user_team_associations.rb +13 -21
  135. data/examples/{v201311 → v201411}/user_team_association_service/get_all_user_team_associations.rb +10 -17
  136. data/examples/{v201311 → v201411}/user_team_association_service/get_user_team_associations_by_statement.rb +20 -16
  137. data/examples/{v201311 → v201411}/user_team_association_service/update_user_team_associations.rb +8 -7
  138. data/lib/dfp_api/api_config.rb +26 -3
  139. data/lib/dfp_api/{v201302 → v201411}/activity_group_service.rb +6 -18
  140. data/lib/dfp_api/v201411/activity_group_service_registry.rb +46 -0
  141. data/lib/dfp_api/{v201302 → v201411}/activity_service.rb +6 -18
  142. data/lib/dfp_api/v201411/activity_service_registry.rb +46 -0
  143. data/lib/dfp_api/v201411/ad_exclusion_rule_service.rb +46 -0
  144. data/lib/dfp_api/v201411/ad_exclusion_rule_service_registry.rb +46 -0
  145. data/lib/dfp_api/{v201302 → v201411}/ad_rule_service.rb +6 -18
  146. data/lib/dfp_api/v201411/ad_rule_service_registry.rb +46 -0
  147. data/lib/dfp_api/{v201208 → v201411}/audience_segment_service.rb +18 -6
  148. data/lib/dfp_api/v201411/audience_segment_service_registry.rb +46 -0
  149. data/lib/dfp_api/v201411/base_rate_service.rb +46 -0
  150. data/lib/dfp_api/v201411/base_rate_service_registry.rb +46 -0
  151. data/lib/dfp_api/{v201208 → v201411}/company_service.rb +6 -18
  152. data/lib/dfp_api/v201411/company_service_registry.rb +46 -0
  153. data/lib/dfp_api/{v201302 → v201411}/contact_service.rb +6 -18
  154. data/lib/dfp_api/v201411/contact_service_registry.rb +46 -0
  155. data/lib/dfp_api/{v201302 → v201411}/content_bundle_service.rb +6 -18
  156. data/lib/dfp_api/v201411/content_bundle_service_registry.rb +46 -0
  157. data/lib/dfp_api/v201411/content_metadata_key_hierarchy_service.rb +46 -0
  158. data/lib/dfp_api/v201411/content_metadata_key_hierarchy_service_registry.rb +46 -0
  159. data/lib/dfp_api/{v201302 → v201411}/content_service.rb +6 -6
  160. data/lib/dfp_api/v201411/content_service_registry.rb +46 -0
  161. data/lib/dfp_api/{v201208 → v201411}/creative_service.rb +6 -18
  162. data/lib/dfp_api/v201411/creative_service_registry.rb +46 -0
  163. data/lib/dfp_api/{v201208 → v201411}/creative_set_service.rb +6 -10
  164. data/lib/dfp_api/v201411/creative_set_service_registry.rb +46 -0
  165. data/lib/dfp_api/{v201211 → v201411}/creative_template_service.rb +6 -10
  166. data/lib/dfp_api/v201411/creative_template_service_registry.rb +46 -0
  167. data/lib/dfp_api/{v201211 → v201411}/creative_wrapper_service.rb +6 -18
  168. data/lib/dfp_api/v201411/creative_wrapper_service_registry.rb +46 -0
  169. data/lib/dfp_api/{v201302 → v201411}/custom_field_service.rb +6 -26
  170. data/lib/dfp_api/v201411/custom_field_service_registry.rb +46 -0
  171. data/lib/dfp_api/{v201208 → v201411}/custom_targeting_service.rb +6 -6
  172. data/lib/dfp_api/v201411/custom_targeting_service_registry.rb +46 -0
  173. data/lib/dfp_api/v201411/exchange_rate_service.rb +46 -0
  174. data/lib/dfp_api/v201411/exchange_rate_service_registry.rb +46 -0
  175. data/lib/dfp_api/{v201211 → v201411}/forecast_service.rb +6 -6
  176. data/lib/dfp_api/v201411/forecast_service_registry.rb +46 -0
  177. data/lib/dfp_api/{v201211 → v201411}/inventory_service.rb +6 -18
  178. data/lib/dfp_api/v201411/inventory_service_registry.rb +46 -0
  179. data/lib/dfp_api/{v201211 → v201411}/label_service.rb +6 -18
  180. data/lib/dfp_api/v201411/label_service_registry.rb +46 -0
  181. data/lib/dfp_api/{v201211 → v201411}/line_item_creative_association_service.rb +6 -18
  182. data/lib/dfp_api/v201411/line_item_creative_association_service_registry.rb +46 -0
  183. data/lib/dfp_api/{v201211 → v201411}/line_item_service.rb +6 -18
  184. data/lib/dfp_api/v201411/line_item_service_registry.rb +46 -0
  185. data/lib/dfp_api/v201411/line_item_template_service.rb +34 -0
  186. data/lib/dfp_api/v201411/line_item_template_service_registry.rb +46 -0
  187. data/lib/dfp_api/v201411/live_stream_event_service.rb +46 -0
  188. data/lib/dfp_api/v201411/live_stream_event_service_registry.rb +46 -0
  189. data/lib/dfp_api/{v201211 → v201411}/network_service.rb +6 -6
  190. data/lib/dfp_api/v201411/network_service_registry.rb +46 -0
  191. data/lib/dfp_api/{v201302 → v201411}/order_service.rb +6 -18
  192. data/lib/dfp_api/v201411/order_service_registry.rb +46 -0
  193. data/lib/dfp_api/{v201211 → v201411}/placement_service.rb +6 -18
  194. data/lib/dfp_api/v201411/placement_service_registry.rb +46 -0
  195. data/lib/dfp_api/v201411/premium_rate_service.rb +42 -0
  196. data/lib/dfp_api/v201411/premium_rate_service_registry.rb +46 -0
  197. data/lib/dfp_api/v201411/product_service.rb +42 -0
  198. data/lib/dfp_api/v201411/product_service_registry.rb +46 -0
  199. data/lib/dfp_api/v201411/product_template_service.rb +46 -0
  200. data/lib/dfp_api/v201411/product_template_service_registry.rb +46 -0
  201. data/lib/dfp_api/v201411/proposal_line_item_service.rb +46 -0
  202. data/lib/dfp_api/v201411/proposal_line_item_service_registry.rb +46 -0
  203. data/lib/dfp_api/v201411/proposal_service.rb +46 -0
  204. data/lib/dfp_api/v201411/proposal_service_registry.rb +46 -0
  205. data/lib/dfp_api/{v201211 → v201411}/publisher_query_language_service.rb +6 -6
  206. data/lib/dfp_api/v201411/publisher_query_language_service_registry.rb +46 -0
  207. data/lib/dfp_api/v201411/rate_card_service.rb +46 -0
  208. data/lib/dfp_api/v201411/rate_card_service_registry.rb +46 -0
  209. data/lib/dfp_api/v201411/reconciliation_order_report_service.rb +38 -0
  210. data/lib/dfp_api/v201411/reconciliation_order_report_service_registry.rb +46 -0
  211. data/lib/dfp_api/v201411/reconciliation_report_row_service.rb +38 -0
  212. data/lib/dfp_api/v201411/reconciliation_report_row_service_registry.rb +46 -0
  213. data/lib/dfp_api/v201411/reconciliation_report_service.rb +38 -0
  214. data/lib/dfp_api/v201411/reconciliation_report_service_registry.rb +46 -0
  215. data/lib/dfp_api/{v201302 → v201411}/report_service.rb +6 -6
  216. data/lib/dfp_api/v201411/report_service_registry.rb +46 -0
  217. data/lib/dfp_api/v201411/shared_ad_unit_service.rb +38 -0
  218. data/lib/dfp_api/v201411/shared_ad_unit_service_registry.rb +46 -0
  219. data/lib/dfp_api/{v201211 → v201411}/suggested_ad_unit_service.rb +6 -10
  220. data/lib/dfp_api/v201411/suggested_ad_unit_service_registry.rb +46 -0
  221. data/lib/dfp_api/{v201302 → v201411}/team_service.rb +6 -18
  222. data/lib/dfp_api/v201411/team_service_registry.rb +46 -0
  223. data/lib/dfp_api/{v201208 → v201411}/user_service.rb +6 -18
  224. data/lib/dfp_api/v201411/user_service_registry.rb +46 -0
  225. data/lib/dfp_api/{v201211 → v201411}/user_team_association_service.rb +6 -18
  226. data/lib/dfp_api/v201411/user_team_association_service_registry.rb +46 -0
  227. data/lib/dfp_api/v201411/workflow_request_service.rb +38 -0
  228. data/lib/dfp_api/v201411/workflow_request_service_registry.rb +46 -0
  229. data/lib/dfp_api/version.rb +1 -1
  230. data/lib/dfp_api_statement.rb +5 -1
  231. metadata +1118 -1190
  232. data/examples/v201311/company_service/get_company.rb +0 -72
  233. data/examples/v201311/creative_service/get_creative.rb +0 -72
  234. data/examples/v201311/creative_template_service/get_creative_template.rb +0 -74
  235. data/examples/v201311/inventory_service/get_ad_unit.rb +0 -72
  236. data/examples/v201311/label_service/get_label.rb +0 -76
  237. data/examples/v201311/line_item_creative_association_service/get_lica.rb +0 -77
  238. data/examples/v201311/line_item_service/create_mobile_line_item.rb +0 -135
  239. data/examples/v201311/line_item_service/get_line_item.rb +0 -74
  240. data/examples/v201311/order_service/get_order.rb +0 -74
  241. data/examples/v201311/placement_service/get_placement.rb +0 -74
  242. data/examples/v201311/report_service/run_report_with_custom_fields.rb +0 -135
  243. data/examples/v201311/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -75
  244. data/examples/v201311/team_service/get_team.rb +0 -74
  245. data/examples/v201311/user_service/get_user.rb +0 -73
  246. data/examples/v201311/user_team_association_service/get_user_team_association.rb +0 -76
  247. data/lib/dfp_api/v201208/audience_segment_service_registry.rb +0 -46
  248. data/lib/dfp_api/v201208/company_service_registry.rb +0 -46
  249. data/lib/dfp_api/v201208/content_service.rb +0 -42
  250. data/lib/dfp_api/v201208/content_service_registry.rb +0 -46
  251. data/lib/dfp_api/v201208/creative_service_registry.rb +0 -46
  252. data/lib/dfp_api/v201208/creative_set_service_registry.rb +0 -46
  253. data/lib/dfp_api/v201208/creative_template_service.rb +0 -38
  254. data/lib/dfp_api/v201208/creative_template_service_registry.rb +0 -46
  255. data/lib/dfp_api/v201208/custom_field_service.rb +0 -78
  256. data/lib/dfp_api/v201208/custom_field_service_registry.rb +0 -46
  257. data/lib/dfp_api/v201208/custom_targeting_service_registry.rb +0 -46
  258. data/lib/dfp_api/v201208/forecast_service.rb +0 -38
  259. data/lib/dfp_api/v201208/forecast_service_registry.rb +0 -46
  260. data/lib/dfp_api/v201208/inventory_service.rb +0 -62
  261. data/lib/dfp_api/v201208/inventory_service_registry.rb +0 -46
  262. data/lib/dfp_api/v201208/label_service.rb +0 -58
  263. data/lib/dfp_api/v201208/label_service_registry.rb +0 -46
  264. data/lib/dfp_api/v201208/line_item_creative_association_service.rb +0 -62
  265. data/lib/dfp_api/v201208/line_item_creative_association_service_registry.rb +0 -46
  266. data/lib/dfp_api/v201208/line_item_service.rb +0 -58
  267. data/lib/dfp_api/v201208/line_item_service_registry.rb +0 -46
  268. data/lib/dfp_api/v201208/network_service.rb +0 -46
  269. data/lib/dfp_api/v201208/network_service_registry.rb +0 -46
  270. data/lib/dfp_api/v201208/order_service.rb +0 -58
  271. data/lib/dfp_api/v201208/order_service_registry.rb +0 -46
  272. data/lib/dfp_api/v201208/placement_service.rb +0 -58
  273. data/lib/dfp_api/v201208/placement_service_registry.rb +0 -46
  274. data/lib/dfp_api/v201208/publisher_query_language_service.rb +0 -34
  275. data/lib/dfp_api/v201208/publisher_query_language_service_registry.rb +0 -46
  276. data/lib/dfp_api/v201208/report_service.rb +0 -46
  277. data/lib/dfp_api/v201208/report_service_registry.rb +0 -46
  278. data/lib/dfp_api/v201208/suggested_ad_unit_service.rb +0 -42
  279. data/lib/dfp_api/v201208/suggested_ad_unit_service_registry.rb +0 -46
  280. data/lib/dfp_api/v201208/team_service.rb +0 -54
  281. data/lib/dfp_api/v201208/team_service_registry.rb +0 -46
  282. data/lib/dfp_api/v201208/third_party_slot_service.rb +0 -46
  283. data/lib/dfp_api/v201208/third_party_slot_service_registry.rb +0 -46
  284. data/lib/dfp_api/v201208/user_service_registry.rb +0 -46
  285. data/lib/dfp_api/v201208/user_team_association_service.rb +0 -58
  286. data/lib/dfp_api/v201208/user_team_association_service_registry.rb +0 -46
  287. data/lib/dfp_api/v201211/audience_segment_service.rb +0 -34
  288. data/lib/dfp_api/v201211/audience_segment_service_registry.rb +0 -46
  289. data/lib/dfp_api/v201211/company_service.rb +0 -54
  290. data/lib/dfp_api/v201211/company_service_registry.rb +0 -46
  291. data/lib/dfp_api/v201211/content_service.rb +0 -42
  292. data/lib/dfp_api/v201211/content_service_registry.rb +0 -46
  293. data/lib/dfp_api/v201211/creative_service.rb +0 -54
  294. data/lib/dfp_api/v201211/creative_service_registry.rb +0 -46
  295. data/lib/dfp_api/v201211/creative_set_service.rb +0 -46
  296. data/lib/dfp_api/v201211/creative_set_service_registry.rb +0 -46
  297. data/lib/dfp_api/v201211/creative_template_service_registry.rb +0 -46
  298. data/lib/dfp_api/v201211/creative_wrapper_service_registry.rb +0 -46
  299. data/lib/dfp_api/v201211/custom_field_service.rb +0 -78
  300. data/lib/dfp_api/v201211/custom_field_service_registry.rb +0 -46
  301. data/lib/dfp_api/v201211/custom_targeting_service.rb +0 -62
  302. data/lib/dfp_api/v201211/custom_targeting_service_registry.rb +0 -46
  303. data/lib/dfp_api/v201211/forecast_service_registry.rb +0 -46
  304. data/lib/dfp_api/v201211/inventory_service_registry.rb +0 -46
  305. data/lib/dfp_api/v201211/label_service_registry.rb +0 -46
  306. data/lib/dfp_api/v201211/line_item_creative_association_service_registry.rb +0 -46
  307. data/lib/dfp_api/v201211/line_item_service_registry.rb +0 -46
  308. data/lib/dfp_api/v201211/network_service_registry.rb +0 -46
  309. data/lib/dfp_api/v201211/order_service.rb +0 -58
  310. data/lib/dfp_api/v201211/order_service_registry.rb +0 -46
  311. data/lib/dfp_api/v201211/placement_service_registry.rb +0 -46
  312. data/lib/dfp_api/v201211/publisher_query_language_service_registry.rb +0 -46
  313. data/lib/dfp_api/v201211/report_service.rb +0 -46
  314. data/lib/dfp_api/v201211/report_service_registry.rb +0 -46
  315. data/lib/dfp_api/v201211/suggested_ad_unit_service_registry.rb +0 -46
  316. data/lib/dfp_api/v201211/team_service.rb +0 -54
  317. data/lib/dfp_api/v201211/team_service_registry.rb +0 -46
  318. data/lib/dfp_api/v201211/third_party_slot_service.rb +0 -46
  319. data/lib/dfp_api/v201211/third_party_slot_service_registry.rb +0 -46
  320. data/lib/dfp_api/v201211/user_service.rb +0 -66
  321. data/lib/dfp_api/v201211/user_service_registry.rb +0 -46
  322. data/lib/dfp_api/v201211/user_team_association_service_registry.rb +0 -46
  323. data/lib/dfp_api/v201302/activity_group_service_registry.rb +0 -46
  324. data/lib/dfp_api/v201302/activity_service_registry.rb +0 -46
  325. data/lib/dfp_api/v201302/ad_rule_service_registry.rb +0 -46
  326. data/lib/dfp_api/v201302/audience_segment_service.rb +0 -34
  327. data/lib/dfp_api/v201302/audience_segment_service_registry.rb +0 -46
  328. data/lib/dfp_api/v201302/company_service.rb +0 -54
  329. data/lib/dfp_api/v201302/company_service_registry.rb +0 -46
  330. data/lib/dfp_api/v201302/contact_service_registry.rb +0 -46
  331. data/lib/dfp_api/v201302/content_bundle_service_registry.rb +0 -46
  332. data/lib/dfp_api/v201302/content_service_registry.rb +0 -46
  333. data/lib/dfp_api/v201302/creative_service.rb +0 -54
  334. data/lib/dfp_api/v201302/creative_service_registry.rb +0 -46
  335. data/lib/dfp_api/v201302/creative_set_service.rb +0 -46
  336. data/lib/dfp_api/v201302/creative_set_service_registry.rb +0 -46
  337. data/lib/dfp_api/v201302/creative_template_service.rb +0 -38
  338. data/lib/dfp_api/v201302/creative_template_service_registry.rb +0 -46
  339. data/lib/dfp_api/v201302/creative_wrapper_service.rb +0 -58
  340. data/lib/dfp_api/v201302/creative_wrapper_service_registry.rb +0 -46
  341. data/lib/dfp_api/v201302/custom_field_service_registry.rb +0 -46
  342. data/lib/dfp_api/v201302/custom_targeting_service.rb +0 -62
  343. data/lib/dfp_api/v201302/custom_targeting_service_registry.rb +0 -46
  344. data/lib/dfp_api/v201302/forecast_service.rb +0 -38
  345. data/lib/dfp_api/v201302/forecast_service_registry.rb +0 -46
  346. data/lib/dfp_api/v201302/inventory_service.rb +0 -62
  347. data/lib/dfp_api/v201302/inventory_service_registry.rb +0 -46
  348. data/lib/dfp_api/v201302/label_service.rb +0 -58
  349. data/lib/dfp_api/v201302/label_service_registry.rb +0 -46
  350. data/lib/dfp_api/v201302/line_item_creative_association_service.rb +0 -62
  351. data/lib/dfp_api/v201302/line_item_creative_association_service_registry.rb +0 -46
  352. data/lib/dfp_api/v201302/line_item_service.rb +0 -58
  353. data/lib/dfp_api/v201302/line_item_service_registry.rb +0 -46
  354. data/lib/dfp_api/v201302/network_service.rb +0 -46
  355. data/lib/dfp_api/v201302/network_service_registry.rb +0 -46
  356. data/lib/dfp_api/v201302/order_service_registry.rb +0 -46
  357. data/lib/dfp_api/v201302/placement_service.rb +0 -58
  358. data/lib/dfp_api/v201302/placement_service_registry.rb +0 -46
  359. data/lib/dfp_api/v201302/publisher_query_language_service.rb +0 -34
  360. data/lib/dfp_api/v201302/publisher_query_language_service_registry.rb +0 -46
  361. data/lib/dfp_api/v201302/report_service_registry.rb +0 -46
  362. data/lib/dfp_api/v201302/suggested_ad_unit_service.rb +0 -42
  363. data/lib/dfp_api/v201302/suggested_ad_unit_service_registry.rb +0 -46
  364. data/lib/dfp_api/v201302/team_service_registry.rb +0 -46
  365. data/lib/dfp_api/v201302/third_party_slot_service.rb +0 -46
  366. data/lib/dfp_api/v201302/third_party_slot_service_registry.rb +0 -46
  367. data/lib/dfp_api/v201302/user_service.rb +0 -66
  368. data/lib/dfp_api/v201302/user_service_registry.rb +0 -46
  369. data/lib/dfp_api/v201302/user_team_association_service.rb +0 -58
  370. data/lib/dfp_api/v201302/user_team_association_service_registry.rb +0 -46
@@ -0,0 +1,46 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.9.5 on 2014-10-29 15:59:34.
9
+
10
+ require 'dfp_api/errors'
11
+
12
+ module DfpApi; module V201411; module UserTeamAssociationService
13
+ class UserTeamAssociationServiceRegistry
14
+ USERTEAMASSOCIATIONSERVICE_METHODS = {:create_user_team_associations=>{:input=>[{:name=>:user_team_associations, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_user_team_associations_response", :fields=>[{:name=>:rval, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_user_team_associations_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_user_team_associations_by_statement_response", :fields=>[{:name=>:rval, :type=>"UserTeamAssociationPage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_user_team_association_action=>{:input=>[{:name=>:user_team_association_action, :type=>"UserTeamAssociationAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_user_team_association_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}, :update_user_team_associations=>{:input=>[{:name=>:user_team_associations, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_user_team_associations_response", :fields=>[{:name=>:rval, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
15
+ USERTEAMASSOCIATIONSERVICE_TYPES = {:ObjectValue=>{:fields=>[], :abstract=>true, :base=>"Value"}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:api_error_type, :original_name=>"ApiError.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_exception_type, :original_name=>"ApplicationException.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :original_name=>"timeZoneID", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DeleteUserTeamAssociations=>{:fields=>[], :base=>"UserTeamAssociationAction"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NullError=>{:fields=>[{:name=>:reason, :type=>"NullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UpdateResult=>{:fields=>[{:name=>:num_changes, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :UserRecordTeamAssociation=>{:fields=>[{:name=>:team_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:overridden_team_access_type, :type=>"TeamAccessType", :min_occurs=>0, :max_occurs=>1}, {:name=>:default_team_access_type, :type=>"TeamAccessType", :min_occurs=>0, :max_occurs=>1}, {:name=>:user_record_team_association_type, :original_name=>"UserRecordTeamAssociation.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :UserTeamAssociationAction=>{:fields=>[{:name=>:user_team_association_action_type, :original_name=>"UserTeamAssociationAction.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :UserTeamAssociation=>{:fields=>[{:name=>:user_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}], :base=>"UserRecordTeamAssociation"}, :UserTeamAssociationPage=>{:fields=>[{:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:results, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}]}, :Value=>{:fields=>[{:name=>:value_type, :original_name=>"Value.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :"ApiVersionError.Reason"=>{:fields=>[]}, :"AuthenticationError.Reason"=>{:fields=>[]}, :"CommonError.Reason"=>{:fields=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"NullError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}, :TeamAccessType=>{:fields=>[]}}
16
+ USERTEAMASSOCIATIONSERVICE_NAMESPACES = []
17
+
18
+ def self.get_method_signature(method_name)
19
+ return USERTEAMASSOCIATIONSERVICE_METHODS[method_name.to_sym]
20
+ end
21
+
22
+ def self.get_type_signature(type_name)
23
+ return USERTEAMASSOCIATIONSERVICE_TYPES[type_name.to_sym]
24
+ end
25
+
26
+ def self.get_namespace(index)
27
+ return USERTEAMASSOCIATIONSERVICE_NAMESPACES[index]
28
+ end
29
+ end
30
+
31
+ # Base class for exceptions.
32
+ class ApplicationException < DfpApi::Errors::ApiException
33
+ attr_reader :message # string
34
+ attr_reader :application_exception_type # string
35
+ end
36
+
37
+ # Exception class for holding a list of service errors.
38
+ class ApiException < ApplicationException
39
+ attr_reader :errors # ApiError
40
+ def initialize(exception_fault)
41
+ @array_fields ||= []
42
+ @array_fields << 'errors'
43
+ super(exception_fault, UserTeamAssociationServiceRegistry)
44
+ end
45
+ end
46
+ end; end; end
@@ -0,0 +1,38 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.9.5 on 2014-10-29 15:59:35.
9
+
10
+ require 'ads_common/savon_service'
11
+ require 'dfp_api/v201411/workflow_request_service_registry'
12
+
13
+ module DfpApi; module V201411; module WorkflowRequestService
14
+ class WorkflowRequestService < AdsCommon::SavonService
15
+ def initialize(config, endpoint)
16
+ namespace = 'https://www.google.com/apis/ads/publisher/v201411'
17
+ super(config, endpoint, namespace, :v201411)
18
+ end
19
+
20
+ def get_workflow_requests_by_statement(*args, &block)
21
+ return execute_action('get_workflow_requests_by_statement', args, &block)
22
+ end
23
+
24
+ def perform_workflow_request_action(*args, &block)
25
+ return execute_action('perform_workflow_request_action', args, &block)
26
+ end
27
+
28
+ private
29
+
30
+ def get_service_registry()
31
+ return WorkflowRequestServiceRegistry
32
+ end
33
+
34
+ def get_module()
35
+ return DfpApi::V201411::WorkflowRequestService
36
+ end
37
+ end
38
+ end; end; end
@@ -0,0 +1,46 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.9.5 on 2014-10-29 15:59:35.
9
+
10
+ require 'dfp_api/errors'
11
+
12
+ module DfpApi; module V201411; module WorkflowRequestService
13
+ class WorkflowRequestServiceRegistry
14
+ WORKFLOWREQUESTSERVICE_METHODS = {:get_workflow_requests_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_workflow_requests_by_statement_response", :fields=>[{:name=>:rval, :type=>"WorkflowRequestPage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_workflow_request_action=>{:input=>[{:name=>:action, :type=>"WorkflowRequestAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_workflow_request_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}}
15
+ WORKFLOWREQUESTSERVICE_TYPES = {:ObjectValue=>{:fields=>[], :abstract=>true, :base=>"Value"}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:api_error_type, :original_name=>"ApiError.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_exception_type, :original_name=>"ApplicationException.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :ApproveWorkflowApprovalRequests=>{:fields=>[], :base=>"WorkflowRequestAction"}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :WorkflowRequest=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:workflow_rule_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:entity_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:entity_type, :type=>"WorkflowEntityType", :min_occurs=>0, :max_occurs=>1}, {:name=>:type, :type=>"WorkflowRequestType", :min_occurs=>0, :max_occurs=>1}, {:name=>:workflow_request_type, :original_name=>"WorkflowRequest.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :original_name=>"timeZoneID", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :SkipWorkflowExternalConditionRequests=>{:fields=>[], :base=>"WorkflowRequestAction"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ForecastError=>{:fields=>[{:name=>:reason, :type=>"ForecastError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :LineItemOperationError=>{:fields=>[{:name=>:reason, :type=>"LineItemOperationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :TriggerWorkflowExternalConditionRequests=>{:fields=>[], :base=>"WorkflowRequestAction"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ProposalActionError=>{:fields=>[{:name=>:reason, :type=>"ProposalActionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RejectWorkflowApprovalRequests=>{:fields=>[], :base=>"WorkflowRequestAction"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UpdateResult=>{:fields=>[{:name=>:num_changes, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :Value=>{:fields=>[{:name=>:value_type, :original_name=>"Value.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :WorkflowActionError=>{:fields=>[{:name=>:reason, :type=>"WorkflowActionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :WorkflowApprovalRequest=>{:fields=>[{:name=>:status, :type=>"WorkflowApprovalRequestStatus", :min_occurs=>0, :max_occurs=>1}], :base=>"WorkflowRequest"}, :WorkflowExternalConditionRequest=>{:fields=>[{:name=>:status, :type=>"WorkflowExternalConditionStatus", :min_occurs=>0, :max_occurs=>1}], :base=>"WorkflowRequest"}, :WorkflowRequestAction=>{:fields=>[{:name=>:workflow_request_action_type, :original_name=>"WorkflowRequestAction.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :WorkflowRequestError=>{:fields=>[{:name=>:reason, :type=>"WorkflowRequestError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :WorkflowRequestPage=>{:fields=>[{:name=>:results, :type=>"WorkflowRequest", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :"ApiVersionError.Reason"=>{:fields=>[]}, :WorkflowApprovalRequestStatus=>{:fields=>[]}, :"AuthenticationError.Reason"=>{:fields=>[]}, :"CommonError.Reason"=>{:fields=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"ForecastError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"LineItemOperationError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"ProposalActionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}, :"WorkflowActionError.Reason"=>{:fields=>[]}, :WorkflowEntityType=>{:fields=>[]}, :"WorkflowRequestError.Reason"=>{:fields=>[]}, :WorkflowRequestType=>{:fields=>[]}, :WorkflowExternalConditionStatus=>{:fields=>[]}}
16
+ WORKFLOWREQUESTSERVICE_NAMESPACES = []
17
+
18
+ def self.get_method_signature(method_name)
19
+ return WORKFLOWREQUESTSERVICE_METHODS[method_name.to_sym]
20
+ end
21
+
22
+ def self.get_type_signature(type_name)
23
+ return WORKFLOWREQUESTSERVICE_TYPES[type_name.to_sym]
24
+ end
25
+
26
+ def self.get_namespace(index)
27
+ return WORKFLOWREQUESTSERVICE_NAMESPACES[index]
28
+ end
29
+ end
30
+
31
+ # Base class for exceptions.
32
+ class ApplicationException < DfpApi::Errors::ApiException
33
+ attr_reader :message # string
34
+ attr_reader :application_exception_type # string
35
+ end
36
+
37
+ # Exception class for holding a list of service errors.
38
+ class ApiException < ApplicationException
39
+ attr_reader :errors # ApiError
40
+ def initialize(exception_fault)
41
+ @array_fields ||= []
42
+ @array_fields << 'errors'
43
+ super(exception_fault, WorkflowRequestServiceRegistry)
44
+ end
45
+ end
46
+ end; end; end
@@ -21,6 +21,6 @@
21
21
 
22
22
  module DfpApi
23
23
  module ApiConfig
24
- CLIENT_LIB_VERSION = '0.9.2'
24
+ CLIENT_LIB_VERSION = '0.9.3'
25
25
  end
26
26
  end
@@ -28,7 +28,7 @@ module DfpApiStatement
28
28
  # Constructor for a Filter Statement.
29
29
  def initialize(query_statement='', values=[], limit=SUGGESTED_PAGE_LIMIT,
30
30
  offset=0)
31
- @query_statement = query_statement
31
+ @query_statement = query_statement.dup()
32
32
  @values = values
33
33
  @limit = limit
34
34
  @offset = offset
@@ -41,5 +41,9 @@ module DfpApiStatement
41
41
  statement = @query_statement + ' LIMIT %d OFFSET %d' % [@limit, @offset]
42
42
  return {:query => statement, :values => @values}
43
43
  end
44
+
45
+ def toStatementForAction()
46
+ return {:query => @query_statement.dup(), :values => @values}
47
+ end
44
48
  end
45
49
  end
metadata CHANGED
@@ -1,27 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-dfp-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
5
- prerelease:
4
+ version: 0.9.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Danial Klimkin
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-09-29 00:00:00.000000000 Z
11
+ date: 2014-11-11 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: google-ads-common
16
- requirement: &20134420 !ruby/object:Gem::Requirement
17
- none: false
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
21
19
  version: 0.9.4
22
20
  type: :runtime
23
21
  prerelease: false
24
- version_requirements: *20134420
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 0.9.4
25
27
  description: google-dfp-api is a DFP API client library for Ruby
26
28
  email:
27
29
  - api.dklimkin@gmail.com
@@ -29,1261 +31,1187 @@ executables: []
29
31
  extensions: []
30
32
  extra_rdoc_files: []
31
33
  files:
32
- - examples/v201311/user_team_association_service/update_user_team_associations.rb
33
- - examples/v201311/user_team_association_service/get_user_team_association.rb
34
- - examples/v201311/user_team_association_service/delete_user_team_associations.rb
35
- - examples/v201311/user_team_association_service/create_user_team_associations.rb
36
- - examples/v201311/user_team_association_service/get_all_user_team_associations.rb
37
- - examples/v201311/user_team_association_service/get_user_team_associations_by_statement.rb
38
- - examples/v201311/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
39
- - examples/v201311/suggested_ad_unit_service/get_all_suggested_ad_units.rb
40
- - examples/v201311/suggested_ad_unit_service/get_suggested_ad_unit.rb
41
- - examples/v201311/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
42
- - examples/v201311/custom_field_service/get_all_line_item_custom_fields.rb
43
- - examples/v201311/custom_field_service/update_custom_fields.rb
44
- - examples/v201311/custom_field_service/set_line_item_custom_field_value.rb
45
- - examples/v201311/custom_field_service/create_custom_field_options.rb
46
- - examples/v201311/custom_field_service/get_all_custom_fields.rb
47
- - examples/v201311/custom_field_service/create_custom_fields.rb
48
- - examples/v201311/custom_field_service/deactivate_all_line_item_custom_fields.rb
49
- - examples/v201311/network_service/get_all_networks.rb
50
- - examples/v201311/network_service/make_test_network.rb
51
- - examples/v201311/network_service/get_current_network.rb
52
- - examples/v201311/company_service/get_all_companies.rb
53
- - examples/v201311/company_service/create_companies.rb
54
- - examples/v201311/company_service/get_companies_by_statement.rb
55
- - examples/v201311/company_service/update_companies.rb
56
- - examples/v201311/company_service/get_company.rb
57
- - examples/v201311/line_item_service/target_custom_criteria.rb
58
- - examples/v201311/line_item_service/update_line_items.rb
59
- - examples/v201311/line_item_service/get_line_item.rb
60
- - examples/v201311/line_item_service/create_line_items.rb
61
- - examples/v201311/line_item_service/get_all_line_items.rb
62
- - examples/v201311/line_item_service/get_recently_updated_line_items.rb
63
- - examples/v201311/line_item_service/create_mobile_line_item.rb
64
- - examples/v201311/line_item_service/create_video_line_item.rb
65
- - examples/v201311/line_item_service/get_line_items_by_statement.rb
66
- - examples/v201311/line_item_service/activate_line_items.rb
67
- - examples/v201311/label_service/create_labels.rb
68
- - examples/v201311/label_service/update_labels.rb
69
- - examples/v201311/label_service/get_all_labels.rb
70
- - examples/v201311/label_service/deactivate_labels.rb
71
- - examples/v201311/label_service/get_labels_by_statement.rb
72
- - examples/v201311/label_service/get_label.rb
73
- - examples/v201311/forecast_service/get_forecast.rb
74
- - examples/v201311/forecast_service/get_forecast_by_id.rb
75
- - examples/v201311/activity_group_service/get_all_activity_groups.rb
76
- - examples/v201311/activity_group_service/get_active_activity_groups.rb
77
- - examples/v201311/activity_group_service/create_activity_groups.rb
78
- - examples/v201311/activity_group_service/update_activity_groups.rb
79
- - examples/v201311/creative_service/copy_image_creatives.rb
80
- - examples/v201311/creative_service/create_creatives.rb
81
- - examples/v201311/creative_service/create_creative_from_template.rb
82
- - examples/v201311/creative_service/get_all_creatives.rb
83
- - examples/v201311/creative_service/get_creative.rb
84
- - examples/v201311/creative_service/get_creatives_by_statement.rb
85
- - examples/v201311/creative_service/update_creatives.rb
86
- - examples/v201311/creative_service/create_custom_creative.rb
87
- - examples/v201311/content_service/get_all_content.rb
88
- - examples/v201311/content_service/get_content_by_category.rb
89
- - examples/v201311/placement_service/create_placements.rb
90
- - examples/v201311/placement_service/get_placements_by_statement.rb
91
- - examples/v201311/placement_service/get_placement.rb
92
- - examples/v201311/placement_service/deactivate_placements.rb
93
- - examples/v201311/placement_service/update_placements.rb
94
- - examples/v201311/placement_service/get_all_placements.rb
95
- - examples/v201311/order_service/update_orders.rb
96
- - examples/v201311/order_service/get_orders_by_statement.rb
97
- - examples/v201311/order_service/create_orders.rb
98
- - examples/v201311/order_service/get_order.rb
99
- - examples/v201311/order_service/approve_orders.rb
100
- - examples/v201311/order_service/get_all_orders.rb
101
- - examples/v201311/inventory_service/create_video_ad_unit.rb
102
- - examples/v201311/inventory_service/deactivate_ad_units.rb
103
- - examples/v201311/inventory_service/get_all_ad_units.rb
104
- - examples/v201311/inventory_service/get_ad_unit_sizes.rb
105
- - examples/v201311/inventory_service/get_ad_units_by_statement.rb
106
- - examples/v201311/inventory_service/update_ad_units.rb
107
- - examples/v201311/inventory_service/get_ad_unit.rb
108
- - examples/v201311/inventory_service/create_ad_units.rb
109
- - examples/v201311/inventory_service/create_mobile_ad_unit.rb
110
- - examples/v201311/publisher_query_language_service/get_geo_targets.rb
111
- - examples/v201311/publisher_query_language_service/fetch_match_tables.rb
112
- - examples/v201311/publisher_query_language_service/get_line_items_named_like.rb
113
- - examples/v201311/publisher_query_language_service/get_all_line_items.rb
114
- - examples/v201311/team_service/create_teams.rb
115
- - examples/v201311/team_service/get_all_teams.rb
116
- - examples/v201311/team_service/get_team.rb
117
- - examples/v201311/team_service/get_teams_by_statement.rb
118
- - examples/v201311/team_service/update_teams.rb
119
- - examples/v201311/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
120
- - examples/v201311/custom_targeting_service/update_custom_targeting_keys.rb
121
- - examples/v201311/custom_targeting_service/delete_custom_targeting_values.rb
122
- - examples/v201311/custom_targeting_service/create_custom_targeting_keys_and_values.rb
123
- - examples/v201311/custom_targeting_service/get_custom_targeting_values_by_statement.rb
124
- - examples/v201311/custom_targeting_service/update_custom_targeting_values.rb
125
- - examples/v201311/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
126
- - examples/v201311/custom_targeting_service/delete_custom_targeting_keys.rb
127
- - examples/v201311/creative_set_service/get_creative_sets_by_statement.rb
128
- - examples/v201311/creative_set_service/get_all_creative_sets.rb
129
- - examples/v201311/creative_set_service/create_creative_set.rb
130
- - examples/v201311/creative_set_service/update_creative_sets.rb
131
- - examples/v201311/creative_set_service/associate_creative_set_to_line_item.rb
132
- - examples/v201311/line_item_creative_association_service/get_all_licas.rb
133
- - examples/v201311/line_item_creative_association_service/get_licas_by_statement.rb
134
- - examples/v201311/line_item_creative_association_service/create_licas.rb
135
- - examples/v201311/line_item_creative_association_service/update_licas.rb
136
- - examples/v201311/line_item_creative_association_service/get_lica.rb
137
- - examples/v201311/line_item_creative_association_service/deactivate_licas.rb
138
- - examples/v201311/creative_template_service/get_all_creative_templates.rb
139
- - examples/v201311/creative_template_service/get_creative_templates_by_statement.rb
140
- - examples/v201311/creative_template_service/get_creative_template.rb
141
- - examples/v201311/creative_wrapper_service/deactivate_creative_wrapper.rb
142
- - examples/v201311/creative_wrapper_service/update_creative_wrappers.rb
143
- - examples/v201311/creative_wrapper_service/get_all_creative_wrappers.rb
144
- - examples/v201311/creative_wrapper_service/create_creative_wrappers.rb
145
- - examples/v201311/creative_wrapper_service/get_creative_wrappers_by_statement.rb
146
- - examples/v201311/user_service/update_users.rb
147
- - examples/v201311/user_service/get_current_user.rb
148
- - examples/v201311/user_service/get_all_roles.rb
149
- - examples/v201311/user_service/get_users_by_statement.rb
150
- - examples/v201311/user_service/create_users.rb
151
- - examples/v201311/user_service/deactivate_users.rb
152
- - examples/v201311/user_service/get_user.rb
153
- - examples/v201311/user_service/get_all_users.rb
154
- - examples/v201311/common/setup_oauth2.rb
155
- - examples/v201311/common/oauth2_jwt_handling.rb
156
- - examples/v201311/common/error_handling.rb
157
- - examples/v201311/report_service/run_delivery_report.rb
158
- - examples/v201311/report_service/run_merged_delivery_report.rb
159
- - examples/v201311/report_service/display_report.rb
160
- - examples/v201311/report_service/run_sales_report.rb
161
- - examples/v201311/report_service/run_inventory_report.rb
162
- - examples/v201311/report_service/run_report_with_custom_fields.rb
163
- - examples/v201311/report_service/download_report.rb
164
- - examples/v201311/report_service/run_reach_report.rb
165
- - examples/v201311/contact_service/get_uninvited_contacts.rb
166
- - examples/v201311/contact_service/update_contacts.rb
167
- - examples/v201311/contact_service/create_contacts.rb
168
- - examples/v201311/contact_service/get_all_contacts.rb
169
- - examples/v201311/activity_service/get_all_activities.rb
170
- - examples/v201311/activity_service/update_activities.rb
171
- - examples/v201311/activity_service/create_activities.rb
172
- - examples/v201311/activity_service/get_active_activities.rb
173
- - examples/v201311/audience_segment_service/get_first_party_audience_segments.rb
174
- - examples/v201311/audience_segment_service/populate_first_party_audience_segments.rb
175
- - examples/v201311/audience_segment_service/create_audience_segments.rb
176
- - examples/v201311/audience_segment_service/get_all_audience_segments.rb
177
- - examples/v201311/audience_segment_service/update_audience_segments.rb
178
- - examples/v201405/user_team_association_service/update_user_team_associations.rb
179
- - examples/v201405/user_team_association_service/delete_user_team_associations.rb
180
- - examples/v201405/user_team_association_service/create_user_team_associations.rb
181
- - examples/v201405/user_team_association_service/get_all_user_team_associations.rb
182
- - examples/v201405/user_team_association_service/get_user_team_associations_by_statement.rb
183
- - examples/v201405/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
184
- - examples/v201405/suggested_ad_unit_service/get_all_suggested_ad_units.rb
185
- - examples/v201405/suggested_ad_unit_service/get_suggested_ad_unit.rb
186
- - examples/v201405/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
187
- - examples/v201405/custom_field_service/get_all_line_item_custom_fields.rb
188
- - examples/v201405/custom_field_service/update_custom_fields.rb
189
- - examples/v201405/custom_field_service/set_line_item_custom_field_value.rb
190
- - examples/v201405/custom_field_service/create_custom_field_options.rb
191
- - examples/v201405/custom_field_service/get_all_custom_fields.rb
192
- - examples/v201405/custom_field_service/create_custom_fields.rb
193
- - examples/v201405/custom_field_service/deactivate_all_line_item_custom_fields.rb
194
- - examples/v201405/network_service/get_all_networks.rb
195
- - examples/v201405/network_service/make_test_network.rb
196
- - examples/v201405/network_service/get_current_network.rb
197
- - examples/v201405/company_service/get_all_companies.rb
34
+ - COPYING
35
+ - ChangeLog
36
+ - README.md
37
+ - dfp_api.yml
38
+ - examples/v201403/activity_group_service/create_activity_groups.rb
39
+ - examples/v201403/activity_group_service/get_active_activity_groups.rb
40
+ - examples/v201403/activity_group_service/get_all_activity_groups.rb
41
+ - examples/v201403/activity_group_service/update_activity_groups.rb
42
+ - examples/v201403/activity_service/create_activities.rb
43
+ - examples/v201403/activity_service/get_active_activities.rb
44
+ - examples/v201403/activity_service/get_all_activities.rb
45
+ - examples/v201403/activity_service/update_activities.rb
46
+ - examples/v201403/audience_segment_service/create_audience_segments.rb
47
+ - examples/v201403/audience_segment_service/get_all_audience_segments.rb
48
+ - examples/v201403/audience_segment_service/get_first_party_audience_segments.rb
49
+ - examples/v201403/audience_segment_service/populate_first_party_audience_segments.rb
50
+ - examples/v201403/audience_segment_service/update_audience_segments.rb
51
+ - examples/v201403/common/error_handling.rb
52
+ - examples/v201403/common/oauth2_jwt_handling.rb
53
+ - examples/v201403/common/setup_oauth2.rb
54
+ - examples/v201403/company_service/create_companies.rb
55
+ - examples/v201403/company_service/get_all_companies.rb
56
+ - examples/v201403/company_service/get_companies_by_statement.rb
57
+ - examples/v201403/company_service/update_companies.rb
58
+ - examples/v201403/contact_service/create_contacts.rb
59
+ - examples/v201403/contact_service/get_all_contacts.rb
60
+ - examples/v201403/contact_service/get_uninvited_contacts.rb
61
+ - examples/v201403/contact_service/update_contacts.rb
62
+ - examples/v201403/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
63
+ - examples/v201403/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
64
+ - examples/v201403/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
65
+ - examples/v201403/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
66
+ - examples/v201403/content_service/get_all_content.rb
67
+ - examples/v201403/content_service/get_content_by_category.rb
68
+ - examples/v201403/creative_service/copy_image_creatives.rb
69
+ - examples/v201403/creative_service/create_creative_from_template.rb
70
+ - examples/v201403/creative_service/create_creatives.rb
71
+ - examples/v201403/creative_service/create_custom_creative.rb
72
+ - examples/v201403/creative_service/get_all_creatives.rb
73
+ - examples/v201403/creative_service/get_creatives_by_statement.rb
74
+ - examples/v201403/creative_service/update_creatives.rb
75
+ - examples/v201403/creative_set_service/associate_creative_set_to_line_item.rb
76
+ - examples/v201403/creative_set_service/create_creative_set.rb
77
+ - examples/v201403/creative_set_service/get_all_creative_sets.rb
78
+ - examples/v201403/creative_set_service/get_creative_sets_by_statement.rb
79
+ - examples/v201403/creative_set_service/update_creative_sets.rb
80
+ - examples/v201403/creative_template_service/get_all_creative_templates.rb
81
+ - examples/v201403/creative_template_service/get_creative_template.rb
82
+ - examples/v201403/creative_template_service/get_creative_templates_by_statement.rb
83
+ - examples/v201403/creative_wrapper_service/create_creative_wrappers.rb
84
+ - examples/v201403/creative_wrapper_service/deactivate_creative_wrapper.rb
85
+ - examples/v201403/creative_wrapper_service/get_all_creative_wrappers.rb
86
+ - examples/v201403/creative_wrapper_service/get_creative_wrappers_by_statement.rb
87
+ - examples/v201403/creative_wrapper_service/update_creative_wrappers.rb
88
+ - examples/v201403/custom_field_service/create_custom_field_options.rb
89
+ - examples/v201403/custom_field_service/create_custom_fields.rb
90
+ - examples/v201403/custom_field_service/deactivate_all_line_item_custom_fields.rb
91
+ - examples/v201403/custom_field_service/get_all_custom_fields.rb
92
+ - examples/v201403/custom_field_service/get_all_line_item_custom_fields.rb
93
+ - examples/v201403/custom_field_service/set_line_item_custom_field_value.rb
94
+ - examples/v201403/custom_field_service/update_custom_fields.rb
95
+ - examples/v201403/custom_targeting_service/create_custom_targeting_keys_and_values.rb
96
+ - examples/v201403/custom_targeting_service/delete_custom_targeting_keys.rb
97
+ - examples/v201403/custom_targeting_service/delete_custom_targeting_values.rb
98
+ - examples/v201403/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
99
+ - examples/v201403/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
100
+ - examples/v201403/custom_targeting_service/get_custom_targeting_values_by_statement.rb
101
+ - examples/v201403/custom_targeting_service/update_custom_targeting_keys.rb
102
+ - examples/v201403/custom_targeting_service/update_custom_targeting_values.rb
103
+ - examples/v201403/forecast_service/get_forecast.rb
104
+ - examples/v201403/forecast_service/get_forecast_by_id.rb
105
+ - examples/v201403/inventory_service/create_ad_units.rb
106
+ - examples/v201403/inventory_service/create_mobile_ad_unit.rb
107
+ - examples/v201403/inventory_service/create_video_ad_unit.rb
108
+ - examples/v201403/inventory_service/deactivate_ad_units.rb
109
+ - examples/v201403/inventory_service/get_ad_unit_sizes.rb
110
+ - examples/v201403/inventory_service/get_ad_units_by_statement.rb
111
+ - examples/v201403/inventory_service/get_all_ad_units.rb
112
+ - examples/v201403/inventory_service/update_ad_units.rb
113
+ - examples/v201403/label_service/create_labels.rb
114
+ - examples/v201403/label_service/deactivate_labels.rb
115
+ - examples/v201403/label_service/get_all_labels.rb
116
+ - examples/v201403/label_service/get_labels_by_statement.rb
117
+ - examples/v201403/label_service/update_labels.rb
118
+ - examples/v201403/line_item_creative_association_service/create_licas.rb
119
+ - examples/v201403/line_item_creative_association_service/deactivate_licas.rb
120
+ - examples/v201403/line_item_creative_association_service/get_all_licas.rb
121
+ - examples/v201403/line_item_creative_association_service/get_licas_by_statement.rb
122
+ - examples/v201403/line_item_creative_association_service/update_licas.rb
123
+ - examples/v201403/line_item_service/activate_line_items.rb
124
+ - examples/v201403/line_item_service/create_line_items.rb
125
+ - examples/v201403/line_item_service/create_mobile_line_item.rb
126
+ - examples/v201403/line_item_service/create_video_line_item.rb
127
+ - examples/v201403/line_item_service/get_all_line_items.rb
128
+ - examples/v201403/line_item_service/get_line_items_by_statement.rb
129
+ - examples/v201403/line_item_service/get_recently_updated_line_items.rb
130
+ - examples/v201403/line_item_service/target_custom_criteria.rb
131
+ - examples/v201403/line_item_service/update_line_items.rb
132
+ - examples/v201403/network_service/get_all_networks.rb
133
+ - examples/v201403/network_service/get_current_network.rb
134
+ - examples/v201403/network_service/make_test_network.rb
135
+ - examples/v201403/order_service/approve_orders.rb
136
+ - examples/v201403/order_service/create_orders.rb
137
+ - examples/v201403/order_service/get_all_orders.rb
138
+ - examples/v201403/order_service/get_orders_by_statement.rb
139
+ - examples/v201403/order_service/update_orders.rb
140
+ - examples/v201403/placement_service/create_placements.rb
141
+ - examples/v201403/placement_service/deactivate_placements.rb
142
+ - examples/v201403/placement_service/get_all_placements.rb
143
+ - examples/v201403/placement_service/get_placements_by_statement.rb
144
+ - examples/v201403/placement_service/update_placements.rb
145
+ - examples/v201403/publisher_query_language_service/fetch_match_tables.rb
146
+ - examples/v201403/publisher_query_language_service/get_all_line_items.rb
147
+ - examples/v201403/publisher_query_language_service/get_geo_targets.rb
148
+ - examples/v201403/publisher_query_language_service/get_line_items_named_like.rb
149
+ - examples/v201403/report_service/display_report.rb
150
+ - examples/v201403/report_service/download_report.rb
151
+ - examples/v201403/report_service/run_delivery_report.rb
152
+ - examples/v201403/report_service/run_inventory_report.rb
153
+ - examples/v201403/report_service/run_merged_delivery_report.rb
154
+ - examples/v201403/report_service/run_reach_report.rb
155
+ - examples/v201403/report_service/run_report_with_custom_fields.rb
156
+ - examples/v201403/report_service/run_sales_report.rb
157
+ - examples/v201403/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
158
+ - examples/v201403/suggested_ad_unit_service/get_all_suggested_ad_units.rb
159
+ - examples/v201403/suggested_ad_unit_service/get_suggested_ad_unit.rb
160
+ - examples/v201403/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
161
+ - examples/v201403/team_service/create_teams.rb
162
+ - examples/v201403/team_service/get_all_teams.rb
163
+ - examples/v201403/team_service/get_teams_by_statement.rb
164
+ - examples/v201403/team_service/update_teams.rb
165
+ - examples/v201403/user_service/create_users.rb
166
+ - examples/v201403/user_service/deactivate_users.rb
167
+ - examples/v201403/user_service/get_all_roles.rb
168
+ - examples/v201403/user_service/get_all_users.rb
169
+ - examples/v201403/user_service/get_current_user.rb
170
+ - examples/v201403/user_service/get_users_by_statement.rb
171
+ - examples/v201403/user_service/update_users.rb
172
+ - examples/v201403/user_team_association_service/create_user_team_associations.rb
173
+ - examples/v201403/user_team_association_service/delete_user_team_associations.rb
174
+ - examples/v201403/user_team_association_service/get_all_user_team_associations.rb
175
+ - examples/v201403/user_team_association_service/get_user_team_associations_by_statement.rb
176
+ - examples/v201403/user_team_association_service/update_user_team_associations.rb
177
+ - examples/v201405/activity_group_service/create_activity_groups.rb
178
+ - examples/v201405/activity_group_service/get_active_activity_groups.rb
179
+ - examples/v201405/activity_group_service/get_all_activity_groups.rb
180
+ - examples/v201405/activity_group_service/update_activity_groups.rb
181
+ - examples/v201405/activity_service/create_activities.rb
182
+ - examples/v201405/activity_service/get_active_activities.rb
183
+ - examples/v201405/activity_service/get_all_activities.rb
184
+ - examples/v201405/activity_service/update_activities.rb
185
+ - examples/v201405/audience_segment_service/create_audience_segments.rb
186
+ - examples/v201405/audience_segment_service/get_all_audience_segments.rb
187
+ - examples/v201405/audience_segment_service/get_first_party_audience_segments.rb
188
+ - examples/v201405/audience_segment_service/populate_first_party_audience_segments.rb
189
+ - examples/v201405/audience_segment_service/update_audience_segments.rb
190
+ - examples/v201405/common/error_handling.rb
191
+ - examples/v201405/common/oauth2_jwt_handling.rb
192
+ - examples/v201405/common/setup_oauth2.rb
198
193
  - examples/v201405/company_service/create_companies.rb
194
+ - examples/v201405/company_service/get_all_companies.rb
199
195
  - examples/v201405/company_service/get_companies_by_statement.rb
200
196
  - examples/v201405/company_service/update_companies.rb
201
- - examples/v201405/line_item_service/target_custom_criteria.rb
202
- - examples/v201405/line_item_service/update_line_items.rb
203
- - examples/v201405/line_item_service/create_line_items.rb
204
- - examples/v201405/line_item_service/get_all_line_items.rb
205
- - examples/v201405/line_item_service/get_recently_updated_line_items.rb
206
- - examples/v201405/line_item_service/create_video_line_item.rb
207
- - examples/v201405/line_item_service/get_line_items_by_statement.rb
208
- - examples/v201405/line_item_service/activate_line_items.rb
209
- - examples/v201405/label_service/create_labels.rb
210
- - examples/v201405/label_service/update_labels.rb
211
- - examples/v201405/label_service/get_all_labels.rb
212
- - examples/v201405/label_service/deactivate_labels.rb
213
- - examples/v201405/label_service/get_labels_by_statement.rb
214
- - examples/v201405/forecast_service/get_forecast.rb
215
- - examples/v201405/forecast_service/get_forecast_by_id.rb
216
- - examples/v201405/activity_group_service/get_all_activity_groups.rb
217
- - examples/v201405/activity_group_service/get_active_activity_groups.rb
218
- - examples/v201405/activity_group_service/create_activity_groups.rb
219
- - examples/v201405/activity_group_service/update_activity_groups.rb
197
+ - examples/v201405/contact_service/create_contacts.rb
198
+ - examples/v201405/contact_service/get_all_contacts.rb
199
+ - examples/v201405/contact_service/get_uninvited_contacts.rb
200
+ - examples/v201405/contact_service/update_contacts.rb
201
+ - examples/v201405/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
202
+ - examples/v201405/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
203
+ - examples/v201405/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
204
+ - examples/v201405/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
205
+ - examples/v201405/content_service/get_all_content.rb
206
+ - examples/v201405/content_service/get_content_by_category.rb
220
207
  - examples/v201405/creative_service/copy_image_creatives.rb
221
- - examples/v201405/creative_service/create_creatives.rb
222
208
  - examples/v201405/creative_service/create_creative_from_template.rb
209
+ - examples/v201405/creative_service/create_creatives.rb
210
+ - examples/v201405/creative_service/create_custom_creative.rb
223
211
  - examples/v201405/creative_service/get_all_creatives.rb
224
212
  - examples/v201405/creative_service/get_creatives_by_statement.rb
225
213
  - examples/v201405/creative_service/update_creatives.rb
226
- - examples/v201405/creative_service/create_custom_creative.rb
227
- - examples/v201405/content_service/get_all_content.rb
228
- - examples/v201405/content_service/get_content_by_category.rb
229
- - examples/v201405/placement_service/create_placements.rb
230
- - examples/v201405/placement_service/get_placements_by_statement.rb
231
- - examples/v201405/placement_service/deactivate_placements.rb
232
- - examples/v201405/placement_service/update_placements.rb
233
- - examples/v201405/placement_service/get_all_placements.rb
234
- - examples/v201405/order_service/update_orders.rb
235
- - examples/v201405/order_service/get_orders_by_statement.rb
236
- - examples/v201405/order_service/create_orders.rb
237
- - examples/v201405/order_service/approve_orders.rb
238
- - examples/v201405/order_service/get_all_orders.rb
239
- - examples/v201405/inventory_service/create_video_ad_unit.rb
240
- - examples/v201405/inventory_service/deactivate_ad_units.rb
241
- - examples/v201405/inventory_service/get_all_ad_units.rb
242
- - examples/v201405/inventory_service/get_ad_unit_sizes.rb
243
- - examples/v201405/inventory_service/get_ad_units_by_statement.rb
244
- - examples/v201405/inventory_service/update_ad_units.rb
245
- - examples/v201405/inventory_service/create_ad_units.rb
246
- - examples/v201405/inventory_service/create_mobile_ad_unit.rb
247
- - examples/v201405/publisher_query_language_service/get_geo_targets.rb
248
- - examples/v201405/publisher_query_language_service/fetch_match_tables.rb
249
- - examples/v201405/publisher_query_language_service/get_line_items_named_like.rb
250
- - examples/v201405/publisher_query_language_service/get_all_line_items.rb
251
- - examples/v201405/team_service/create_teams.rb
252
- - examples/v201405/team_service/get_all_teams.rb
253
- - examples/v201405/team_service/get_teams_by_statement.rb
254
- - examples/v201405/team_service/update_teams.rb
255
- - examples/v201405/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
256
- - examples/v201405/custom_targeting_service/update_custom_targeting_keys.rb
257
- - examples/v201405/custom_targeting_service/delete_custom_targeting_values.rb
258
- - examples/v201405/custom_targeting_service/create_custom_targeting_keys_and_values.rb
259
- - examples/v201405/custom_targeting_service/get_custom_targeting_values_by_statement.rb
260
- - examples/v201405/custom_targeting_service/update_custom_targeting_values.rb
261
- - examples/v201405/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
262
- - examples/v201405/custom_targeting_service/delete_custom_targeting_keys.rb
263
- - examples/v201405/creative_set_service/get_creative_sets_by_statement.rb
264
- - examples/v201405/creative_set_service/get_all_creative_sets.rb
214
+ - examples/v201405/creative_set_service/associate_creative_set_to_line_item.rb
265
215
  - examples/v201405/creative_set_service/create_creative_set.rb
216
+ - examples/v201405/creative_set_service/get_all_creative_sets.rb
217
+ - examples/v201405/creative_set_service/get_creative_sets_by_statement.rb
266
218
  - examples/v201405/creative_set_service/update_creative_sets.rb
267
- - examples/v201405/creative_set_service/associate_creative_set_to_line_item.rb
268
- - examples/v201405/line_item_creative_association_service/get_all_licas.rb
269
- - examples/v201405/line_item_creative_association_service/get_licas_by_statement.rb
270
- - examples/v201405/line_item_creative_association_service/create_licas.rb
271
- - examples/v201405/line_item_creative_association_service/update_licas.rb
272
- - examples/v201405/line_item_creative_association_service/deactivate_licas.rb
273
219
  - examples/v201405/creative_template_service/get_all_creative_templates.rb
274
- - examples/v201405/creative_template_service/get_creative_templates_by_statement.rb
275
220
  - examples/v201405/creative_template_service/get_creative_template.rb
221
+ - examples/v201405/creative_template_service/get_creative_templates_by_statement.rb
222
+ - examples/v201405/creative_wrapper_service/create_creative_wrappers.rb
276
223
  - examples/v201405/creative_wrapper_service/deactivate_creative_wrapper.rb
277
- - examples/v201405/creative_wrapper_service/update_creative_wrappers.rb
278
224
  - examples/v201405/creative_wrapper_service/get_all_creative_wrappers.rb
279
- - examples/v201405/creative_wrapper_service/create_creative_wrappers.rb
280
225
  - examples/v201405/creative_wrapper_service/get_creative_wrappers_by_statement.rb
281
- - examples/v201405/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
282
- - examples/v201405/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
283
- - examples/v201405/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
284
- - examples/v201405/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
285
- - examples/v201405/user_service/update_users.rb
286
- - examples/v201405/user_service/get_current_user.rb
287
- - examples/v201405/user_service/get_all_roles.rb
288
- - examples/v201405/user_service/get_users_by_statement.rb
289
- - examples/v201405/user_service/create_users.rb
290
- - examples/v201405/user_service/deactivate_users.rb
291
- - examples/v201405/user_service/get_all_users.rb
292
- - examples/v201405/common/setup_oauth2.rb
293
- - examples/v201405/common/oauth2_jwt_handling.rb
294
- - examples/v201405/common/error_handling.rb
295
- - examples/v201405/report_service/run_delivery_report.rb
296
- - examples/v201405/report_service/run_merged_delivery_report.rb
226
+ - examples/v201405/creative_wrapper_service/update_creative_wrappers.rb
227
+ - examples/v201405/custom_field_service/create_custom_field_options.rb
228
+ - examples/v201405/custom_field_service/create_custom_fields.rb
229
+ - examples/v201405/custom_field_service/deactivate_all_line_item_custom_fields.rb
230
+ - examples/v201405/custom_field_service/get_all_custom_fields.rb
231
+ - examples/v201405/custom_field_service/get_all_line_item_custom_fields.rb
232
+ - examples/v201405/custom_field_service/set_line_item_custom_field_value.rb
233
+ - examples/v201405/custom_field_service/update_custom_fields.rb
234
+ - examples/v201405/custom_targeting_service/create_custom_targeting_keys_and_values.rb
235
+ - examples/v201405/custom_targeting_service/delete_custom_targeting_keys.rb
236
+ - examples/v201405/custom_targeting_service/delete_custom_targeting_values.rb
237
+ - examples/v201405/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
238
+ - examples/v201405/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
239
+ - examples/v201405/custom_targeting_service/get_custom_targeting_values_by_statement.rb
240
+ - examples/v201405/custom_targeting_service/update_custom_targeting_keys.rb
241
+ - examples/v201405/custom_targeting_service/update_custom_targeting_values.rb
242
+ - examples/v201405/forecast_service/get_forecast.rb
243
+ - examples/v201405/forecast_service/get_forecast_by_id.rb
244
+ - examples/v201405/inventory_service/create_ad_units.rb
245
+ - examples/v201405/inventory_service/create_mobile_ad_unit.rb
246
+ - examples/v201405/inventory_service/create_video_ad_unit.rb
247
+ - examples/v201405/inventory_service/deactivate_ad_units.rb
248
+ - examples/v201405/inventory_service/get_ad_unit_sizes.rb
249
+ - examples/v201405/inventory_service/get_ad_units_by_statement.rb
250
+ - examples/v201405/inventory_service/get_all_ad_units.rb
251
+ - examples/v201405/inventory_service/update_ad_units.rb
252
+ - examples/v201405/label_service/create_labels.rb
253
+ - examples/v201405/label_service/deactivate_labels.rb
254
+ - examples/v201405/label_service/get_all_labels.rb
255
+ - examples/v201405/label_service/get_labels_by_statement.rb
256
+ - examples/v201405/label_service/update_labels.rb
257
+ - examples/v201405/line_item_creative_association_service/create_licas.rb
258
+ - examples/v201405/line_item_creative_association_service/deactivate_licas.rb
259
+ - examples/v201405/line_item_creative_association_service/get_all_licas.rb
260
+ - examples/v201405/line_item_creative_association_service/get_licas_by_statement.rb
261
+ - examples/v201405/line_item_creative_association_service/update_licas.rb
262
+ - examples/v201405/line_item_service/activate_line_items.rb
263
+ - examples/v201405/line_item_service/create_line_items.rb
264
+ - examples/v201405/line_item_service/create_video_line_item.rb
265
+ - examples/v201405/line_item_service/get_all_line_items.rb
266
+ - examples/v201405/line_item_service/get_line_items_by_statement.rb
267
+ - examples/v201405/line_item_service/get_recently_updated_line_items.rb
268
+ - examples/v201405/line_item_service/target_custom_criteria.rb
269
+ - examples/v201405/line_item_service/update_line_items.rb
270
+ - examples/v201405/network_service/get_all_networks.rb
271
+ - examples/v201405/network_service/get_current_network.rb
272
+ - examples/v201405/network_service/make_test_network.rb
273
+ - examples/v201405/order_service/approve_orders.rb
274
+ - examples/v201405/order_service/create_orders.rb
275
+ - examples/v201405/order_service/get_all_orders.rb
276
+ - examples/v201405/order_service/get_orders_by_statement.rb
277
+ - examples/v201405/order_service/update_orders.rb
278
+ - examples/v201405/placement_service/create_placements.rb
279
+ - examples/v201405/placement_service/deactivate_placements.rb
280
+ - examples/v201405/placement_service/get_all_placements.rb
281
+ - examples/v201405/placement_service/get_placements_by_statement.rb
282
+ - examples/v201405/placement_service/update_placements.rb
283
+ - examples/v201405/publisher_query_language_service/fetch_match_tables.rb
284
+ - examples/v201405/publisher_query_language_service/get_all_line_items.rb
285
+ - examples/v201405/publisher_query_language_service/get_geo_targets.rb
286
+ - examples/v201405/publisher_query_language_service/get_line_items_named_like.rb
297
287
  - examples/v201405/report_service/display_report.rb
298
- - examples/v201405/report_service/run_sales_report.rb
299
- - examples/v201405/report_service/run_inventory_report.rb
300
- - examples/v201405/report_service/run_report_with_custom_fields.rb
301
288
  - examples/v201405/report_service/download_report.rb
289
+ - examples/v201405/report_service/run_delivery_report.rb
290
+ - examples/v201405/report_service/run_inventory_report.rb
291
+ - examples/v201405/report_service/run_merged_delivery_report.rb
302
292
  - examples/v201405/report_service/run_reach_report.rb
303
- - examples/v201405/contact_service/get_uninvited_contacts.rb
304
- - examples/v201405/contact_service/update_contacts.rb
305
- - examples/v201405/contact_service/create_contacts.rb
306
- - examples/v201405/contact_service/get_all_contacts.rb
307
- - examples/v201405/activity_service/get_all_activities.rb
308
- - examples/v201405/activity_service/update_activities.rb
309
- - examples/v201405/activity_service/create_activities.rb
310
- - examples/v201405/activity_service/get_active_activities.rb
311
- - examples/v201405/audience_segment_service/get_first_party_audience_segments.rb
312
- - examples/v201405/audience_segment_service/populate_first_party_audience_segments.rb
313
- - examples/v201405/audience_segment_service/create_audience_segments.rb
314
- - examples/v201405/audience_segment_service/get_all_audience_segments.rb
315
- - examples/v201405/audience_segment_service/update_audience_segments.rb
316
- - examples/v201408/user_team_association_service/update_user_team_associations.rb
317
- - examples/v201408/user_team_association_service/delete_user_team_associations.rb
318
- - examples/v201408/user_team_association_service/create_user_team_associations.rb
319
- - examples/v201408/user_team_association_service/get_all_user_team_associations.rb
320
- - examples/v201408/user_team_association_service/get_user_team_associations_by_statement.rb
321
- - examples/v201408/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
322
- - examples/v201408/suggested_ad_unit_service/get_all_suggested_ad_units.rb
323
- - examples/v201408/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
324
- - examples/v201408/custom_field_service/get_all_line_item_custom_fields.rb
325
- - examples/v201408/custom_field_service/update_custom_fields.rb
326
- - examples/v201408/custom_field_service/set_line_item_custom_field_value.rb
327
- - examples/v201408/custom_field_service/create_custom_field_options.rb
328
- - examples/v201408/custom_field_service/get_all_custom_fields.rb
329
- - examples/v201408/custom_field_service/create_custom_fields.rb
330
- - examples/v201408/custom_field_service/deactivate_all_line_item_custom_fields.rb
331
- - examples/v201408/network_service/get_all_networks.rb
332
- - examples/v201408/network_service/make_test_network.rb
333
- - examples/v201408/network_service/get_current_network.rb
334
- - examples/v201408/company_service/get_all_companies.rb
293
+ - examples/v201405/report_service/run_report_with_custom_fields.rb
294
+ - examples/v201405/report_service/run_sales_report.rb
295
+ - examples/v201405/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
296
+ - examples/v201405/suggested_ad_unit_service/get_all_suggested_ad_units.rb
297
+ - examples/v201405/suggested_ad_unit_service/get_suggested_ad_unit.rb
298
+ - examples/v201405/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
299
+ - examples/v201405/team_service/create_teams.rb
300
+ - examples/v201405/team_service/get_all_teams.rb
301
+ - examples/v201405/team_service/get_teams_by_statement.rb
302
+ - examples/v201405/team_service/update_teams.rb
303
+ - examples/v201405/user_service/create_users.rb
304
+ - examples/v201405/user_service/deactivate_users.rb
305
+ - examples/v201405/user_service/get_all_roles.rb
306
+ - examples/v201405/user_service/get_all_users.rb
307
+ - examples/v201405/user_service/get_current_user.rb
308
+ - examples/v201405/user_service/get_users_by_statement.rb
309
+ - examples/v201405/user_service/update_users.rb
310
+ - examples/v201405/user_team_association_service/create_user_team_associations.rb
311
+ - examples/v201405/user_team_association_service/delete_user_team_associations.rb
312
+ - examples/v201405/user_team_association_service/get_all_user_team_associations.rb
313
+ - examples/v201405/user_team_association_service/get_user_team_associations_by_statement.rb
314
+ - examples/v201405/user_team_association_service/update_user_team_associations.rb
315
+ - examples/v201408/activity_group_service/create_activity_groups.rb
316
+ - examples/v201408/activity_group_service/get_active_activity_groups.rb
317
+ - examples/v201408/activity_group_service/get_all_activity_groups.rb
318
+ - examples/v201408/activity_group_service/update_activity_groups.rb
319
+ - examples/v201408/activity_service/create_activities.rb
320
+ - examples/v201408/activity_service/get_active_activities.rb
321
+ - examples/v201408/activity_service/get_all_activities.rb
322
+ - examples/v201408/activity_service/update_activities.rb
323
+ - examples/v201408/audience_segment_service/create_audience_segments.rb
324
+ - examples/v201408/audience_segment_service/get_all_audience_segments.rb
325
+ - examples/v201408/audience_segment_service/get_first_party_audience_segments.rb
326
+ - examples/v201408/audience_segment_service/populate_first_party_audience_segments.rb
327
+ - examples/v201408/audience_segment_service/update_audience_segments.rb
328
+ - examples/v201408/common/error_handling.rb
329
+ - examples/v201408/common/oauth2_jwt_handling.rb
330
+ - examples/v201408/common/setup_oauth2.rb
335
331
  - examples/v201408/company_service/create_companies.rb
332
+ - examples/v201408/company_service/get_all_companies.rb
336
333
  - examples/v201408/company_service/get_companies_by_statement.rb
337
334
  - examples/v201408/company_service/update_companies.rb
338
- - examples/v201408/line_item_service/target_custom_criteria.rb
339
- - examples/v201408/line_item_service/update_line_items.rb
340
- - examples/v201408/line_item_service/create_line_items.rb
341
- - examples/v201408/line_item_service/get_all_line_items.rb
342
- - examples/v201408/line_item_service/get_recently_updated_line_items.rb
343
- - examples/v201408/line_item_service/create_video_line_item.rb
344
- - examples/v201408/line_item_service/get_line_items_by_statement.rb
345
- - examples/v201408/line_item_service/activate_line_items.rb
346
- - examples/v201408/label_service/create_labels.rb
347
- - examples/v201408/label_service/update_labels.rb
348
- - examples/v201408/label_service/get_all_labels.rb
349
- - examples/v201408/label_service/deactivate_labels.rb
350
- - examples/v201408/label_service/get_labels_by_statement.rb
351
- - examples/v201408/forecast_service/get_forecast.rb
352
- - examples/v201408/forecast_service/get_forecast_by_id.rb
353
- - examples/v201408/activity_group_service/get_all_activity_groups.rb
354
- - examples/v201408/activity_group_service/get_active_activity_groups.rb
355
- - examples/v201408/activity_group_service/create_activity_groups.rb
356
- - examples/v201408/activity_group_service/update_activity_groups.rb
335
+ - examples/v201408/contact_service/create_contacts.rb
336
+ - examples/v201408/contact_service/get_all_contacts.rb
337
+ - examples/v201408/contact_service/get_uninvited_contacts.rb
338
+ - examples/v201408/contact_service/update_contacts.rb
339
+ - examples/v201408/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
340
+ - examples/v201408/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
341
+ - examples/v201408/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
342
+ - examples/v201408/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
343
+ - examples/v201408/content_service/get_all_content.rb
344
+ - examples/v201408/content_service/get_content_by_category.rb
357
345
  - examples/v201408/creative_service/copy_image_creatives.rb
358
- - examples/v201408/creative_service/create_creatives.rb
359
346
  - examples/v201408/creative_service/create_creative_from_template.rb
347
+ - examples/v201408/creative_service/create_creatives.rb
348
+ - examples/v201408/creative_service/create_custom_creative.rb
360
349
  - examples/v201408/creative_service/get_all_creatives.rb
361
350
  - examples/v201408/creative_service/get_creatives_by_statement.rb
362
351
  - examples/v201408/creative_service/update_creatives.rb
363
- - examples/v201408/creative_service/create_custom_creative.rb
364
- - examples/v201408/content_service/get_all_content.rb
365
- - examples/v201408/content_service/get_content_by_category.rb
366
- - examples/v201408/placement_service/create_placements.rb
367
- - examples/v201408/placement_service/get_placements_by_statement.rb
368
- - examples/v201408/placement_service/deactivate_placements.rb
369
- - examples/v201408/placement_service/update_placements.rb
370
- - examples/v201408/placement_service/get_all_placements.rb
371
- - examples/v201408/order_service/update_orders.rb
372
- - examples/v201408/order_service/get_orders_by_statement.rb
373
- - examples/v201408/order_service/create_orders.rb
374
- - examples/v201408/order_service/approve_orders.rb
375
- - examples/v201408/order_service/get_all_orders.rb
376
- - examples/v201408/inventory_service/create_video_ad_unit.rb
377
- - examples/v201408/inventory_service/deactivate_ad_units.rb
378
- - examples/v201408/inventory_service/get_all_ad_units.rb
379
- - examples/v201408/inventory_service/get_ad_unit_sizes.rb
380
- - examples/v201408/inventory_service/get_ad_units_by_statement.rb
381
- - examples/v201408/inventory_service/update_ad_units.rb
382
- - examples/v201408/inventory_service/create_ad_units.rb
383
- - examples/v201408/inventory_service/create_mobile_ad_unit.rb
384
- - examples/v201408/publisher_query_language_service/get_geo_targets.rb
385
- - examples/v201408/publisher_query_language_service/fetch_match_tables.rb
386
- - examples/v201408/publisher_query_language_service/get_line_items_named_like.rb
387
- - examples/v201408/publisher_query_language_service/get_all_line_items.rb
388
- - examples/v201408/team_service/create_teams.rb
389
- - examples/v201408/team_service/get_all_teams.rb
390
- - examples/v201408/team_service/get_teams_by_statement.rb
391
- - examples/v201408/team_service/update_teams.rb
392
- - examples/v201408/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
393
- - examples/v201408/custom_targeting_service/update_custom_targeting_keys.rb
394
- - examples/v201408/custom_targeting_service/delete_custom_targeting_values.rb
395
- - examples/v201408/custom_targeting_service/create_custom_targeting_keys_and_values.rb
396
- - examples/v201408/custom_targeting_service/get_custom_targeting_values_by_statement.rb
397
- - examples/v201408/custom_targeting_service/update_custom_targeting_values.rb
398
- - examples/v201408/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
399
- - examples/v201408/custom_targeting_service/delete_custom_targeting_keys.rb
400
- - examples/v201408/creative_set_service/get_creative_sets_by_statement.rb
401
- - examples/v201408/creative_set_service/get_all_creative_sets.rb
352
+ - examples/v201408/creative_set_service/associate_creative_set_to_line_item.rb
402
353
  - examples/v201408/creative_set_service/create_creative_set.rb
354
+ - examples/v201408/creative_set_service/get_all_creative_sets.rb
355
+ - examples/v201408/creative_set_service/get_creative_sets_by_statement.rb
403
356
  - examples/v201408/creative_set_service/update_creative_sets.rb
404
- - examples/v201408/creative_set_service/associate_creative_set_to_line_item.rb
405
- - examples/v201408/line_item_creative_association_service/get_all_licas.rb
406
- - examples/v201408/line_item_creative_association_service/get_licas_by_statement.rb
407
- - examples/v201408/line_item_creative_association_service/create_licas.rb
408
- - examples/v201408/line_item_creative_association_service/update_licas.rb
409
- - examples/v201408/line_item_creative_association_service/deactivate_licas.rb
410
357
  - examples/v201408/creative_template_service/get_all_creative_templates.rb
411
358
  - examples/v201408/creative_template_service/get_creative_templates_by_statement.rb
359
+ - examples/v201408/creative_wrapper_service/create_creative_wrappers.rb
412
360
  - examples/v201408/creative_wrapper_service/deactivate_creative_wrapper.rb
413
- - examples/v201408/creative_wrapper_service/update_creative_wrappers.rb
414
361
  - examples/v201408/creative_wrapper_service/get_all_creative_wrappers.rb
415
- - examples/v201408/creative_wrapper_service/create_creative_wrappers.rb
416
362
  - examples/v201408/creative_wrapper_service/get_creative_wrappers_by_statement.rb
417
- - examples/v201408/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
418
- - examples/v201408/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
419
- - examples/v201408/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
420
- - examples/v201408/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
421
- - examples/v201408/user_service/update_users.rb
422
- - examples/v201408/user_service/get_current_user.rb
423
- - examples/v201408/user_service/get_all_roles.rb
424
- - examples/v201408/user_service/get_users_by_statement.rb
425
- - examples/v201408/user_service/create_users.rb
426
- - examples/v201408/user_service/deactivate_users.rb
427
- - examples/v201408/user_service/get_all_users.rb
428
- - examples/v201408/common/setup_oauth2.rb
429
- - examples/v201408/common/oauth2_jwt_handling.rb
430
- - examples/v201408/common/error_handling.rb
431
- - examples/v201408/report_service/run_delivery_report.rb
432
- - examples/v201408/report_service/display_report.rb
433
- - examples/v201408/report_service/run_sales_report.rb
434
- - examples/v201408/report_service/run_inventory_report.rb
435
- - examples/v201408/report_service/run_report_with_custom_fields.rb
436
- - examples/v201408/report_service/download_report.rb
437
- - examples/v201408/report_service/run_reach_report.rb
438
- - examples/v201408/contact_service/get_uninvited_contacts.rb
439
- - examples/v201408/contact_service/update_contacts.rb
440
- - examples/v201408/contact_service/create_contacts.rb
441
- - examples/v201408/contact_service/get_all_contacts.rb
442
- - examples/v201408/activity_service/get_all_activities.rb
443
- - examples/v201408/activity_service/update_activities.rb
444
- - examples/v201408/activity_service/create_activities.rb
445
- - examples/v201408/activity_service/get_active_activities.rb
446
- - examples/v201408/audience_segment_service/get_first_party_audience_segments.rb
447
- - examples/v201408/audience_segment_service/populate_first_party_audience_segments.rb
448
- - examples/v201408/audience_segment_service/create_audience_segments.rb
449
- - examples/v201408/audience_segment_service/get_all_audience_segments.rb
450
- - examples/v201408/audience_segment_service/update_audience_segments.rb
451
- - examples/v201403/user_team_association_service/update_user_team_associations.rb
452
- - examples/v201403/user_team_association_service/delete_user_team_associations.rb
453
- - examples/v201403/user_team_association_service/create_user_team_associations.rb
454
- - examples/v201403/user_team_association_service/get_all_user_team_associations.rb
455
- - examples/v201403/user_team_association_service/get_user_team_associations_by_statement.rb
456
- - examples/v201403/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
457
- - examples/v201403/suggested_ad_unit_service/get_all_suggested_ad_units.rb
458
- - examples/v201403/suggested_ad_unit_service/get_suggested_ad_unit.rb
459
- - examples/v201403/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
460
- - examples/v201403/custom_field_service/get_all_line_item_custom_fields.rb
461
- - examples/v201403/custom_field_service/update_custom_fields.rb
462
- - examples/v201403/custom_field_service/set_line_item_custom_field_value.rb
463
- - examples/v201403/custom_field_service/create_custom_field_options.rb
464
- - examples/v201403/custom_field_service/get_all_custom_fields.rb
465
- - examples/v201403/custom_field_service/create_custom_fields.rb
466
- - examples/v201403/custom_field_service/deactivate_all_line_item_custom_fields.rb
467
- - examples/v201403/network_service/get_all_networks.rb
468
- - examples/v201403/network_service/make_test_network.rb
469
- - examples/v201403/network_service/get_current_network.rb
470
- - examples/v201403/company_service/get_all_companies.rb
471
- - examples/v201403/company_service/create_companies.rb
472
- - examples/v201403/company_service/get_companies_by_statement.rb
473
- - examples/v201403/company_service/update_companies.rb
474
- - examples/v201403/line_item_service/target_custom_criteria.rb
475
- - examples/v201403/line_item_service/update_line_items.rb
476
- - examples/v201403/line_item_service/create_line_items.rb
477
- - examples/v201403/line_item_service/get_all_line_items.rb
478
- - examples/v201403/line_item_service/get_recently_updated_line_items.rb
479
- - examples/v201403/line_item_service/create_mobile_line_item.rb
480
- - examples/v201403/line_item_service/create_video_line_item.rb
481
- - examples/v201403/line_item_service/get_line_items_by_statement.rb
482
- - examples/v201403/line_item_service/activate_line_items.rb
483
- - examples/v201403/label_service/create_labels.rb
484
- - examples/v201403/label_service/update_labels.rb
485
- - examples/v201403/label_service/get_all_labels.rb
486
- - examples/v201403/label_service/deactivate_labels.rb
487
- - examples/v201403/label_service/get_labels_by_statement.rb
488
- - examples/v201403/forecast_service/get_forecast.rb
489
- - examples/v201403/forecast_service/get_forecast_by_id.rb
490
- - examples/v201403/activity_group_service/get_all_activity_groups.rb
491
- - examples/v201403/activity_group_service/get_active_activity_groups.rb
492
- - examples/v201403/activity_group_service/create_activity_groups.rb
493
- - examples/v201403/activity_group_service/update_activity_groups.rb
494
- - examples/v201403/creative_service/copy_image_creatives.rb
495
- - examples/v201403/creative_service/create_creatives.rb
496
- - examples/v201403/creative_service/create_creative_from_template.rb
497
- - examples/v201403/creative_service/get_all_creatives.rb
498
- - examples/v201403/creative_service/get_creatives_by_statement.rb
499
- - examples/v201403/creative_service/update_creatives.rb
500
- - examples/v201403/creative_service/create_custom_creative.rb
501
- - examples/v201403/content_service/get_all_content.rb
502
- - examples/v201403/content_service/get_content_by_category.rb
503
- - examples/v201403/placement_service/create_placements.rb
504
- - examples/v201403/placement_service/get_placements_by_statement.rb
505
- - examples/v201403/placement_service/deactivate_placements.rb
506
- - examples/v201403/placement_service/update_placements.rb
507
- - examples/v201403/placement_service/get_all_placements.rb
508
- - examples/v201403/order_service/update_orders.rb
509
- - examples/v201403/order_service/get_orders_by_statement.rb
510
- - examples/v201403/order_service/create_orders.rb
511
- - examples/v201403/order_service/approve_orders.rb
512
- - examples/v201403/order_service/get_all_orders.rb
513
- - examples/v201403/inventory_service/create_video_ad_unit.rb
514
- - examples/v201403/inventory_service/deactivate_ad_units.rb
515
- - examples/v201403/inventory_service/get_all_ad_units.rb
516
- - examples/v201403/inventory_service/get_ad_unit_sizes.rb
517
- - examples/v201403/inventory_service/get_ad_units_by_statement.rb
518
- - examples/v201403/inventory_service/update_ad_units.rb
519
- - examples/v201403/inventory_service/create_ad_units.rb
520
- - examples/v201403/inventory_service/create_mobile_ad_unit.rb
521
- - examples/v201403/publisher_query_language_service/get_geo_targets.rb
522
- - examples/v201403/publisher_query_language_service/fetch_match_tables.rb
523
- - examples/v201403/publisher_query_language_service/get_line_items_named_like.rb
524
- - examples/v201403/publisher_query_language_service/get_all_line_items.rb
525
- - examples/v201403/team_service/create_teams.rb
526
- - examples/v201403/team_service/get_all_teams.rb
527
- - examples/v201403/team_service/get_teams_by_statement.rb
528
- - examples/v201403/team_service/update_teams.rb
529
- - examples/v201403/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
530
- - examples/v201403/custom_targeting_service/update_custom_targeting_keys.rb
531
- - examples/v201403/custom_targeting_service/delete_custom_targeting_values.rb
532
- - examples/v201403/custom_targeting_service/create_custom_targeting_keys_and_values.rb
533
- - examples/v201403/custom_targeting_service/get_custom_targeting_values_by_statement.rb
534
- - examples/v201403/custom_targeting_service/update_custom_targeting_values.rb
535
- - examples/v201403/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
536
- - examples/v201403/custom_targeting_service/delete_custom_targeting_keys.rb
537
- - examples/v201403/creative_set_service/get_creative_sets_by_statement.rb
538
- - examples/v201403/creative_set_service/get_all_creative_sets.rb
539
- - examples/v201403/creative_set_service/create_creative_set.rb
540
- - examples/v201403/creative_set_service/update_creative_sets.rb
541
- - examples/v201403/creative_set_service/associate_creative_set_to_line_item.rb
542
- - examples/v201403/line_item_creative_association_service/get_all_licas.rb
543
- - examples/v201403/line_item_creative_association_service/get_licas_by_statement.rb
544
- - examples/v201403/line_item_creative_association_service/create_licas.rb
545
- - examples/v201403/line_item_creative_association_service/update_licas.rb
546
- - examples/v201403/line_item_creative_association_service/deactivate_licas.rb
547
- - examples/v201403/creative_template_service/get_all_creative_templates.rb
548
- - examples/v201403/creative_template_service/get_creative_templates_by_statement.rb
549
- - examples/v201403/creative_template_service/get_creative_template.rb
550
- - examples/v201403/creative_wrapper_service/deactivate_creative_wrapper.rb
551
- - examples/v201403/creative_wrapper_service/update_creative_wrappers.rb
552
- - examples/v201403/creative_wrapper_service/get_all_creative_wrappers.rb
553
- - examples/v201403/creative_wrapper_service/create_creative_wrappers.rb
554
- - examples/v201403/creative_wrapper_service/get_creative_wrappers_by_statement.rb
555
- - examples/v201403/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
556
- - examples/v201403/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
557
- - examples/v201403/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
558
- - examples/v201403/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
559
- - examples/v201403/user_service/update_users.rb
560
- - examples/v201403/user_service/get_current_user.rb
561
- - examples/v201403/user_service/get_all_roles.rb
562
- - examples/v201403/user_service/get_users_by_statement.rb
563
- - examples/v201403/user_service/create_users.rb
564
- - examples/v201403/user_service/deactivate_users.rb
565
- - examples/v201403/user_service/get_all_users.rb
566
- - examples/v201403/common/setup_oauth2.rb
567
- - examples/v201403/common/oauth2_jwt_handling.rb
568
- - examples/v201403/common/error_handling.rb
569
- - examples/v201403/report_service/run_delivery_report.rb
570
- - examples/v201403/report_service/run_merged_delivery_report.rb
571
- - examples/v201403/report_service/display_report.rb
572
- - examples/v201403/report_service/run_sales_report.rb
573
- - examples/v201403/report_service/run_inventory_report.rb
574
- - examples/v201403/report_service/run_report_with_custom_fields.rb
575
- - examples/v201403/report_service/download_report.rb
576
- - examples/v201403/report_service/run_reach_report.rb
577
- - examples/v201403/contact_service/get_uninvited_contacts.rb
578
- - examples/v201403/contact_service/update_contacts.rb
579
- - examples/v201403/contact_service/create_contacts.rb
580
- - examples/v201403/contact_service/get_all_contacts.rb
581
- - examples/v201403/activity_service/get_all_activities.rb
582
- - examples/v201403/activity_service/update_activities.rb
583
- - examples/v201403/activity_service/create_activities.rb
584
- - examples/v201403/activity_service/get_active_activities.rb
585
- - examples/v201403/audience_segment_service/get_first_party_audience_segments.rb
586
- - examples/v201403/audience_segment_service/populate_first_party_audience_segments.rb
587
- - examples/v201403/audience_segment_service/create_audience_segments.rb
588
- - examples/v201403/audience_segment_service/get_all_audience_segments.rb
589
- - examples/v201403/audience_segment_service/update_audience_segments.rb
590
- - lib/dfp_api/version.rb
591
- - lib/dfp_api/v201311/creative_set_service_registry.rb
592
- - lib/dfp_api/v201311/base_rate_service.rb
593
- - lib/dfp_api/v201311/line_item_creative_association_service.rb
594
- - lib/dfp_api/v201311/content_metadata_key_hierarchy_service.rb
595
- - lib/dfp_api/v201311/placement_service.rb
596
- - lib/dfp_api/v201311/forecast_service_registry.rb
597
- - lib/dfp_api/v201311/line_item_service_registry.rb
598
- - lib/dfp_api/v201311/proposal_line_item_service.rb
599
- - lib/dfp_api/v201311/team_service.rb
600
- - lib/dfp_api/v201311/audience_segment_service.rb
601
- - lib/dfp_api/v201311/custom_field_service.rb
602
- - lib/dfp_api/v201311/creative_template_service_registry.rb
603
- - lib/dfp_api/v201311/proposal_service.rb
604
- - lib/dfp_api/v201311/reconciliation_report_service_registry.rb
605
- - lib/dfp_api/v201311/contact_service.rb
606
- - lib/dfp_api/v201311/exchange_rate_service.rb
607
- - lib/dfp_api/v201311/company_service.rb
608
- - lib/dfp_api/v201311/creative_service.rb
609
- - lib/dfp_api/v201311/content_service.rb
610
- - lib/dfp_api/v201311/reconciliation_report_row_service.rb
611
- - lib/dfp_api/v201311/suggested_ad_unit_service_registry.rb
612
- - lib/dfp_api/v201311/team_service_registry.rb
613
- - lib/dfp_api/v201311/workflow_request_service.rb
614
- - lib/dfp_api/v201311/reconciliation_report_service.rb
615
- - lib/dfp_api/v201311/custom_field_service_registry.rb
616
- - lib/dfp_api/v201311/line_item_template_service_registry.rb
617
- - lib/dfp_api/v201311/suggested_ad_unit_service.rb
618
- - lib/dfp_api/v201311/order_service_registry.rb
619
- - lib/dfp_api/v201311/creative_template_service.rb
620
- - lib/dfp_api/v201311/creative_service_registry.rb
621
- - lib/dfp_api/v201311/creative_wrapper_service.rb
622
- - lib/dfp_api/v201311/activity_group_service.rb
623
- - lib/dfp_api/v201311/publisher_query_language_service.rb
624
- - lib/dfp_api/v201311/exchange_rate_service_registry.rb
625
- - lib/dfp_api/v201311/label_service.rb
626
- - lib/dfp_api/v201311/creative_set_service.rb
627
- - lib/dfp_api/v201311/network_service_registry.rb
628
- - lib/dfp_api/v201311/custom_targeting_service_registry.rb
629
- - lib/dfp_api/v201311/rate_card_service_registry.rb
630
- - lib/dfp_api/v201311/inventory_service_registry.rb
631
- - lib/dfp_api/v201311/line_item_template_service.rb
632
- - lib/dfp_api/v201311/workflow_request_service_registry.rb
633
- - lib/dfp_api/v201311/content_metadata_key_hierarchy_service_registry.rb
634
- - lib/dfp_api/v201311/product_service.rb
635
- - lib/dfp_api/v201311/placement_service_registry.rb
636
- - lib/dfp_api/v201311/reconciliation_report_row_service_registry.rb
637
- - lib/dfp_api/v201311/rate_card_customization_service.rb
638
- - lib/dfp_api/v201311/activity_service.rb
639
- - lib/dfp_api/v201311/activity_service_registry.rb
640
- - lib/dfp_api/v201311/reconciliation_order_report_service.rb
641
- - lib/dfp_api/v201311/inventory_service.rb
642
- - lib/dfp_api/v201311/audience_segment_service_registry.rb
643
- - lib/dfp_api/v201311/line_item_service.rb
644
- - lib/dfp_api/v201311/user_team_association_service.rb
645
- - lib/dfp_api/v201311/user_service_registry.rb
646
- - lib/dfp_api/v201311/proposal_line_item_service_registry.rb
647
- - lib/dfp_api/v201311/order_service.rb
648
- - lib/dfp_api/v201311/forecast_service.rb
649
- - lib/dfp_api/v201311/rate_card_service.rb
650
- - lib/dfp_api/v201311/user_service.rb
651
- - lib/dfp_api/v201311/reconciliation_order_report_service_registry.rb
652
- - lib/dfp_api/v201311/report_service.rb
653
- - lib/dfp_api/v201311/user_team_association_service_registry.rb
654
- - lib/dfp_api/v201311/publisher_query_language_service_registry.rb
655
- - lib/dfp_api/v201311/line_item_creative_association_service_registry.rb
656
- - lib/dfp_api/v201311/creative_wrapper_service_registry.rb
657
- - lib/dfp_api/v201311/contact_service_registry.rb
658
- - lib/dfp_api/v201311/product_template_service.rb
659
- - lib/dfp_api/v201311/product_template_service_registry.rb
660
- - lib/dfp_api/v201311/content_bundle_service_registry.rb
661
- - lib/dfp_api/v201311/activity_group_service_registry.rb
662
- - lib/dfp_api/v201311/proposal_service_registry.rb
663
- - lib/dfp_api/v201311/label_service_registry.rb
664
- - lib/dfp_api/v201311/content_service_registry.rb
665
- - lib/dfp_api/v201311/base_rate_service_registry.rb
666
- - lib/dfp_api/v201311/content_bundle_service.rb
667
- - lib/dfp_api/v201311/custom_targeting_service.rb
668
- - lib/dfp_api/v201311/network_service.rb
669
- - lib/dfp_api/v201311/company_service_registry.rb
670
- - lib/dfp_api/v201311/ad_rule_service.rb
671
- - lib/dfp_api/v201311/ad_rule_service_registry.rb
672
- - lib/dfp_api/v201311/report_service_registry.rb
673
- - lib/dfp_api/v201311/rate_card_customization_service_registry.rb
674
- - lib/dfp_api/v201311/product_service_registry.rb
675
- - lib/dfp_api/v201405/creative_set_service_registry.rb
676
- - lib/dfp_api/v201405/base_rate_service.rb
677
- - lib/dfp_api/v201405/line_item_creative_association_service.rb
678
- - lib/dfp_api/v201405/content_metadata_key_hierarchy_service.rb
679
- - lib/dfp_api/v201405/placement_service.rb
680
- - lib/dfp_api/v201405/forecast_service_registry.rb
681
- - lib/dfp_api/v201405/line_item_service_registry.rb
682
- - lib/dfp_api/v201405/proposal_line_item_service.rb
683
- - lib/dfp_api/v201405/team_service.rb
684
- - lib/dfp_api/v201405/audience_segment_service.rb
685
- - lib/dfp_api/v201405/custom_field_service.rb
686
- - lib/dfp_api/v201405/creative_template_service_registry.rb
687
- - lib/dfp_api/v201405/rate_card_customization_group_service_registry.rb
688
- - lib/dfp_api/v201405/proposal_service.rb
689
- - lib/dfp_api/v201405/reconciliation_report_service_registry.rb
690
- - lib/dfp_api/v201405/contact_service.rb
691
- - lib/dfp_api/v201405/exchange_rate_service.rb
692
- - lib/dfp_api/v201405/company_service.rb
693
- - lib/dfp_api/v201405/creative_service.rb
694
- - lib/dfp_api/v201405/content_service.rb
695
- - lib/dfp_api/v201405/reconciliation_report_row_service.rb
696
- - lib/dfp_api/v201405/suggested_ad_unit_service_registry.rb
697
- - lib/dfp_api/v201405/team_service_registry.rb
698
- - lib/dfp_api/v201405/workflow_request_service.rb
699
- - lib/dfp_api/v201405/reconciliation_report_service.rb
700
- - lib/dfp_api/v201405/custom_field_service_registry.rb
701
- - lib/dfp_api/v201405/line_item_template_service_registry.rb
702
- - lib/dfp_api/v201405/suggested_ad_unit_service.rb
703
- - lib/dfp_api/v201405/order_service_registry.rb
704
- - lib/dfp_api/v201405/creative_template_service.rb
705
- - lib/dfp_api/v201405/creative_service_registry.rb
706
- - lib/dfp_api/v201405/creative_wrapper_service.rb
707
- - lib/dfp_api/v201405/activity_group_service.rb
708
- - lib/dfp_api/v201405/rate_card_customization_group_service.rb
709
- - lib/dfp_api/v201405/publisher_query_language_service.rb
710
- - lib/dfp_api/v201405/exchange_rate_service_registry.rb
711
- - lib/dfp_api/v201405/label_service.rb
712
- - lib/dfp_api/v201405/creative_set_service.rb
713
- - lib/dfp_api/v201405/network_service_registry.rb
714
- - lib/dfp_api/v201405/custom_targeting_service_registry.rb
715
- - lib/dfp_api/v201405/rate_card_service_registry.rb
716
- - lib/dfp_api/v201405/inventory_service_registry.rb
717
- - lib/dfp_api/v201405/line_item_template_service.rb
718
- - lib/dfp_api/v201405/workflow_request_service_registry.rb
719
- - lib/dfp_api/v201405/content_metadata_key_hierarchy_service_registry.rb
720
- - lib/dfp_api/v201405/product_service.rb
721
- - lib/dfp_api/v201405/placement_service_registry.rb
722
- - lib/dfp_api/v201405/reconciliation_report_row_service_registry.rb
723
- - lib/dfp_api/v201405/rate_card_customization_service.rb
724
- - lib/dfp_api/v201405/activity_service.rb
725
- - lib/dfp_api/v201405/activity_service_registry.rb
726
- - lib/dfp_api/v201405/reconciliation_order_report_service.rb
727
- - lib/dfp_api/v201405/inventory_service.rb
728
- - lib/dfp_api/v201405/audience_segment_service_registry.rb
729
- - lib/dfp_api/v201405/line_item_service.rb
730
- - lib/dfp_api/v201405/user_team_association_service.rb
731
- - lib/dfp_api/v201405/user_service_registry.rb
732
- - lib/dfp_api/v201405/proposal_line_item_service_registry.rb
733
- - lib/dfp_api/v201405/order_service.rb
734
- - lib/dfp_api/v201405/live_stream_event_service_registry.rb
735
- - lib/dfp_api/v201405/forecast_service.rb
736
- - lib/dfp_api/v201405/rate_card_service.rb
737
- - lib/dfp_api/v201405/user_service.rb
738
- - lib/dfp_api/v201405/reconciliation_order_report_service_registry.rb
739
- - lib/dfp_api/v201405/report_service.rb
740
- - lib/dfp_api/v201405/user_team_association_service_registry.rb
741
- - lib/dfp_api/v201405/publisher_query_language_service_registry.rb
742
- - lib/dfp_api/v201405/line_item_creative_association_service_registry.rb
743
- - lib/dfp_api/v201405/creative_wrapper_service_registry.rb
744
- - lib/dfp_api/v201405/contact_service_registry.rb
745
- - lib/dfp_api/v201405/product_template_service.rb
746
- - lib/dfp_api/v201405/product_template_service_registry.rb
747
- - lib/dfp_api/v201405/content_bundle_service_registry.rb
748
- - lib/dfp_api/v201405/activity_group_service_registry.rb
749
- - lib/dfp_api/v201405/live_stream_event_service.rb
750
- - lib/dfp_api/v201405/proposal_service_registry.rb
751
- - lib/dfp_api/v201405/label_service_registry.rb
752
- - lib/dfp_api/v201405/content_service_registry.rb
753
- - lib/dfp_api/v201405/base_rate_service_registry.rb
754
- - lib/dfp_api/v201405/content_bundle_service.rb
755
- - lib/dfp_api/v201405/custom_targeting_service.rb
756
- - lib/dfp_api/v201405/network_service.rb
757
- - lib/dfp_api/v201405/company_service_registry.rb
758
- - lib/dfp_api/v201405/ad_rule_service.rb
759
- - lib/dfp_api/v201405/ad_rule_service_registry.rb
760
- - lib/dfp_api/v201405/report_service_registry.rb
761
- - lib/dfp_api/v201405/rate_card_customization_service_registry.rb
762
- - lib/dfp_api/v201405/product_service_registry.rb
763
- - lib/dfp_api/errors.rb
764
- - lib/dfp_api/credential_handler.rb
765
- - lib/dfp_api/api_config.rb
766
- - lib/dfp_api/v201408/creative_set_service_registry.rb
767
- - lib/dfp_api/v201408/base_rate_service.rb
768
- - lib/dfp_api/v201408/line_item_creative_association_service.rb
769
- - lib/dfp_api/v201408/content_metadata_key_hierarchy_service.rb
770
- - lib/dfp_api/v201408/premium_rate_service_registry.rb
771
- - lib/dfp_api/v201408/placement_service.rb
772
- - lib/dfp_api/v201408/forecast_service_registry.rb
773
- - lib/dfp_api/v201408/line_item_service_registry.rb
774
- - lib/dfp_api/v201408/proposal_line_item_service.rb
775
- - lib/dfp_api/v201408/team_service.rb
776
- - lib/dfp_api/v201408/audience_segment_service.rb
777
- - lib/dfp_api/v201408/custom_field_service.rb
778
- - lib/dfp_api/v201408/creative_template_service_registry.rb
779
- - lib/dfp_api/v201408/proposal_service.rb
780
- - lib/dfp_api/v201408/reconciliation_report_service_registry.rb
781
- - lib/dfp_api/v201408/contact_service.rb
782
- - lib/dfp_api/v201408/exchange_rate_service.rb
783
- - lib/dfp_api/v201408/company_service.rb
784
- - lib/dfp_api/v201408/creative_service.rb
785
- - lib/dfp_api/v201408/content_service.rb
786
- - lib/dfp_api/v201408/reconciliation_report_row_service.rb
787
- - lib/dfp_api/v201408/suggested_ad_unit_service_registry.rb
788
- - lib/dfp_api/v201408/team_service_registry.rb
789
- - lib/dfp_api/v201408/workflow_request_service.rb
790
- - lib/dfp_api/v201408/reconciliation_report_service.rb
791
- - lib/dfp_api/v201408/custom_field_service_registry.rb
792
- - lib/dfp_api/v201408/line_item_template_service_registry.rb
793
- - lib/dfp_api/v201408/suggested_ad_unit_service.rb
794
- - lib/dfp_api/v201408/order_service_registry.rb
795
- - lib/dfp_api/v201408/creative_template_service.rb
796
- - lib/dfp_api/v201408/creative_service_registry.rb
797
- - lib/dfp_api/v201408/creative_wrapper_service.rb
798
- - lib/dfp_api/v201408/activity_group_service.rb
799
- - lib/dfp_api/v201408/publisher_query_language_service.rb
800
- - lib/dfp_api/v201408/exchange_rate_service_registry.rb
801
- - lib/dfp_api/v201408/label_service.rb
802
- - lib/dfp_api/v201408/creative_set_service.rb
803
- - lib/dfp_api/v201408/network_service_registry.rb
804
- - lib/dfp_api/v201408/custom_targeting_service_registry.rb
805
- - lib/dfp_api/v201408/rate_card_service_registry.rb
806
- - lib/dfp_api/v201408/inventory_service_registry.rb
807
- - lib/dfp_api/v201408/line_item_template_service.rb
808
- - lib/dfp_api/v201408/workflow_request_service_registry.rb
809
- - lib/dfp_api/v201408/content_metadata_key_hierarchy_service_registry.rb
810
- - lib/dfp_api/v201408/product_service.rb
811
- - lib/dfp_api/v201408/placement_service_registry.rb
812
- - lib/dfp_api/v201408/reconciliation_report_row_service_registry.rb
813
- - lib/dfp_api/v201408/activity_service.rb
814
- - lib/dfp_api/v201408/activity_service_registry.rb
815
- - lib/dfp_api/v201408/reconciliation_order_report_service.rb
816
- - lib/dfp_api/v201408/inventory_service.rb
817
- - lib/dfp_api/v201408/audience_segment_service_registry.rb
818
- - lib/dfp_api/v201408/line_item_service.rb
819
- - lib/dfp_api/v201408/user_team_association_service.rb
820
- - lib/dfp_api/v201408/user_service_registry.rb
821
- - lib/dfp_api/v201408/proposal_line_item_service_registry.rb
822
- - lib/dfp_api/v201408/order_service.rb
823
- - lib/dfp_api/v201408/live_stream_event_service_registry.rb
824
- - lib/dfp_api/v201408/forecast_service.rb
825
- - lib/dfp_api/v201408/rate_card_service.rb
826
- - lib/dfp_api/v201408/user_service.rb
827
- - lib/dfp_api/v201408/reconciliation_order_report_service_registry.rb
828
- - lib/dfp_api/v201408/report_service.rb
829
- - lib/dfp_api/v201408/user_team_association_service_registry.rb
830
- - lib/dfp_api/v201408/publisher_query_language_service_registry.rb
831
- - lib/dfp_api/v201408/line_item_creative_association_service_registry.rb
832
- - lib/dfp_api/v201408/creative_wrapper_service_registry.rb
833
- - lib/dfp_api/v201408/contact_service_registry.rb
834
- - lib/dfp_api/v201408/product_template_service.rb
835
- - lib/dfp_api/v201408/product_template_service_registry.rb
836
- - lib/dfp_api/v201408/content_bundle_service_registry.rb
837
- - lib/dfp_api/v201408/activity_group_service_registry.rb
838
- - lib/dfp_api/v201408/live_stream_event_service.rb
839
- - lib/dfp_api/v201408/premium_rate_service.rb
840
- - lib/dfp_api/v201408/proposal_service_registry.rb
841
- - lib/dfp_api/v201408/label_service_registry.rb
842
- - lib/dfp_api/v201408/content_service_registry.rb
843
- - lib/dfp_api/v201408/base_rate_service_registry.rb
844
- - lib/dfp_api/v201408/content_bundle_service.rb
845
- - lib/dfp_api/v201408/custom_targeting_service.rb
846
- - lib/dfp_api/v201408/network_service.rb
847
- - lib/dfp_api/v201408/company_service_registry.rb
848
- - lib/dfp_api/v201408/ad_rule_service.rb
849
- - lib/dfp_api/v201408/ad_rule_service_registry.rb
850
- - lib/dfp_api/v201408/report_service_registry.rb
851
- - lib/dfp_api/v201408/product_service_registry.rb
852
- - lib/dfp_api/v201302/creative_set_service_registry.rb
853
- - lib/dfp_api/v201302/line_item_creative_association_service.rb
854
- - lib/dfp_api/v201302/placement_service.rb
855
- - lib/dfp_api/v201302/forecast_service_registry.rb
856
- - lib/dfp_api/v201302/line_item_service_registry.rb
857
- - lib/dfp_api/v201302/team_service.rb
858
- - lib/dfp_api/v201302/audience_segment_service.rb
859
- - lib/dfp_api/v201302/custom_field_service.rb
860
- - lib/dfp_api/v201302/third_party_slot_service.rb
861
- - lib/dfp_api/v201302/creative_template_service_registry.rb
862
- - lib/dfp_api/v201302/contact_service.rb
863
- - lib/dfp_api/v201302/company_service.rb
864
- - lib/dfp_api/v201302/creative_service.rb
865
- - lib/dfp_api/v201302/content_service.rb
866
- - lib/dfp_api/v201302/suggested_ad_unit_service_registry.rb
867
- - lib/dfp_api/v201302/third_party_slot_service_registry.rb
868
- - lib/dfp_api/v201302/team_service_registry.rb
869
- - lib/dfp_api/v201302/custom_field_service_registry.rb
870
- - lib/dfp_api/v201302/suggested_ad_unit_service.rb
871
- - lib/dfp_api/v201302/order_service_registry.rb
872
- - lib/dfp_api/v201302/creative_template_service.rb
873
- - lib/dfp_api/v201302/creative_service_registry.rb
874
- - lib/dfp_api/v201302/creative_wrapper_service.rb
875
- - lib/dfp_api/v201302/activity_group_service.rb
876
- - lib/dfp_api/v201302/publisher_query_language_service.rb
877
- - lib/dfp_api/v201302/label_service.rb
878
- - lib/dfp_api/v201302/creative_set_service.rb
879
- - lib/dfp_api/v201302/network_service_registry.rb
880
- - lib/dfp_api/v201302/custom_targeting_service_registry.rb
881
- - lib/dfp_api/v201302/inventory_service_registry.rb
882
- - lib/dfp_api/v201302/placement_service_registry.rb
883
- - lib/dfp_api/v201302/activity_service.rb
884
- - lib/dfp_api/v201302/activity_service_registry.rb
885
- - lib/dfp_api/v201302/inventory_service.rb
886
- - lib/dfp_api/v201302/audience_segment_service_registry.rb
887
- - lib/dfp_api/v201302/line_item_service.rb
888
- - lib/dfp_api/v201302/user_team_association_service.rb
889
- - lib/dfp_api/v201302/user_service_registry.rb
890
- - lib/dfp_api/v201302/order_service.rb
891
- - lib/dfp_api/v201302/forecast_service.rb
892
- - lib/dfp_api/v201302/user_service.rb
893
- - lib/dfp_api/v201302/report_service.rb
894
- - lib/dfp_api/v201302/user_team_association_service_registry.rb
895
- - lib/dfp_api/v201302/publisher_query_language_service_registry.rb
896
- - lib/dfp_api/v201302/line_item_creative_association_service_registry.rb
897
- - lib/dfp_api/v201302/creative_wrapper_service_registry.rb
898
- - lib/dfp_api/v201302/contact_service_registry.rb
899
- - lib/dfp_api/v201302/content_bundle_service_registry.rb
900
- - lib/dfp_api/v201302/activity_group_service_registry.rb
901
- - lib/dfp_api/v201302/label_service_registry.rb
902
- - lib/dfp_api/v201302/content_service_registry.rb
903
- - lib/dfp_api/v201302/content_bundle_service.rb
904
- - lib/dfp_api/v201302/custom_targeting_service.rb
905
- - lib/dfp_api/v201302/network_service.rb
906
- - lib/dfp_api/v201302/company_service_registry.rb
907
- - lib/dfp_api/v201302/ad_rule_service.rb
908
- - lib/dfp_api/v201302/ad_rule_service_registry.rb
909
- - lib/dfp_api/v201302/report_service_registry.rb
910
- - lib/dfp_api/v201403/creative_set_service_registry.rb
911
- - lib/dfp_api/v201403/base_rate_service.rb
912
- - lib/dfp_api/v201403/line_item_creative_association_service.rb
913
- - lib/dfp_api/v201403/content_metadata_key_hierarchy_service.rb
914
- - lib/dfp_api/v201403/placement_service.rb
915
- - lib/dfp_api/v201403/forecast_service_registry.rb
916
- - lib/dfp_api/v201403/line_item_service_registry.rb
917
- - lib/dfp_api/v201403/proposal_line_item_service.rb
918
- - lib/dfp_api/v201403/team_service.rb
919
- - lib/dfp_api/v201403/audience_segment_service.rb
920
- - lib/dfp_api/v201403/custom_field_service.rb
921
- - lib/dfp_api/v201403/creative_template_service_registry.rb
922
- - lib/dfp_api/v201403/rate_card_customization_group_service_registry.rb
923
- - lib/dfp_api/v201403/proposal_service.rb
924
- - lib/dfp_api/v201403/reconciliation_report_service_registry.rb
925
- - lib/dfp_api/v201403/contact_service.rb
926
- - lib/dfp_api/v201403/exchange_rate_service.rb
927
- - lib/dfp_api/v201403/company_service.rb
928
- - lib/dfp_api/v201403/creative_service.rb
929
- - lib/dfp_api/v201403/content_service.rb
930
- - lib/dfp_api/v201403/reconciliation_report_row_service.rb
931
- - lib/dfp_api/v201403/suggested_ad_unit_service_registry.rb
932
- - lib/dfp_api/v201403/team_service_registry.rb
933
- - lib/dfp_api/v201403/workflow_request_service.rb
934
- - lib/dfp_api/v201403/reconciliation_report_service.rb
935
- - lib/dfp_api/v201403/custom_field_service_registry.rb
936
- - lib/dfp_api/v201403/line_item_template_service_registry.rb
937
- - lib/dfp_api/v201403/suggested_ad_unit_service.rb
938
- - lib/dfp_api/v201403/order_service_registry.rb
939
- - lib/dfp_api/v201403/creative_template_service.rb
940
- - lib/dfp_api/v201403/creative_service_registry.rb
941
- - lib/dfp_api/v201403/creative_wrapper_service.rb
942
- - lib/dfp_api/v201403/activity_group_service.rb
943
- - lib/dfp_api/v201403/rate_card_customization_group_service.rb
944
- - lib/dfp_api/v201403/publisher_query_language_service.rb
945
- - lib/dfp_api/v201403/exchange_rate_service_registry.rb
946
- - lib/dfp_api/v201403/label_service.rb
947
- - lib/dfp_api/v201403/creative_set_service.rb
948
- - lib/dfp_api/v201403/network_service_registry.rb
949
- - lib/dfp_api/v201403/custom_targeting_service_registry.rb
950
- - lib/dfp_api/v201403/rate_card_service_registry.rb
951
- - lib/dfp_api/v201403/inventory_service_registry.rb
952
- - lib/dfp_api/v201403/line_item_template_service.rb
953
- - lib/dfp_api/v201403/workflow_request_service_registry.rb
954
- - lib/dfp_api/v201403/content_metadata_key_hierarchy_service_registry.rb
955
- - lib/dfp_api/v201403/product_service.rb
956
- - lib/dfp_api/v201403/placement_service_registry.rb
957
- - lib/dfp_api/v201403/reconciliation_report_row_service_registry.rb
958
- - lib/dfp_api/v201403/rate_card_customization_service.rb
959
- - lib/dfp_api/v201403/activity_service.rb
960
- - lib/dfp_api/v201403/activity_service_registry.rb
961
- - lib/dfp_api/v201403/reconciliation_order_report_service.rb
962
- - lib/dfp_api/v201403/inventory_service.rb
963
- - lib/dfp_api/v201403/audience_segment_service_registry.rb
964
- - lib/dfp_api/v201403/line_item_service.rb
965
- - lib/dfp_api/v201403/user_team_association_service.rb
966
- - lib/dfp_api/v201403/user_service_registry.rb
967
- - lib/dfp_api/v201403/proposal_line_item_service_registry.rb
968
- - lib/dfp_api/v201403/order_service.rb
969
- - lib/dfp_api/v201403/live_stream_event_service_registry.rb
970
- - lib/dfp_api/v201403/forecast_service.rb
971
- - lib/dfp_api/v201403/rate_card_service.rb
972
- - lib/dfp_api/v201403/user_service.rb
973
- - lib/dfp_api/v201403/reconciliation_order_report_service_registry.rb
974
- - lib/dfp_api/v201403/report_service.rb
975
- - lib/dfp_api/v201403/user_team_association_service_registry.rb
976
- - lib/dfp_api/v201403/publisher_query_language_service_registry.rb
977
- - lib/dfp_api/v201403/line_item_creative_association_service_registry.rb
978
- - lib/dfp_api/v201403/creative_wrapper_service_registry.rb
979
- - lib/dfp_api/v201403/contact_service_registry.rb
980
- - lib/dfp_api/v201403/product_template_service.rb
981
- - lib/dfp_api/v201403/product_template_service_registry.rb
982
- - lib/dfp_api/v201403/content_bundle_service_registry.rb
983
- - lib/dfp_api/v201403/activity_group_service_registry.rb
984
- - lib/dfp_api/v201403/live_stream_event_service.rb
985
- - lib/dfp_api/v201403/proposal_service_registry.rb
986
- - lib/dfp_api/v201403/label_service_registry.rb
987
- - lib/dfp_api/v201403/content_service_registry.rb
988
- - lib/dfp_api/v201403/base_rate_service_registry.rb
989
- - lib/dfp_api/v201403/content_bundle_service.rb
990
- - lib/dfp_api/v201403/custom_targeting_service.rb
991
- - lib/dfp_api/v201403/network_service.rb
992
- - lib/dfp_api/v201403/company_service_registry.rb
993
- - lib/dfp_api/v201403/ad_rule_service.rb
994
- - lib/dfp_api/v201403/ad_rule_service_registry.rb
995
- - lib/dfp_api/v201403/report_service_registry.rb
996
- - lib/dfp_api/v201403/rate_card_customization_service_registry.rb
997
- - lib/dfp_api/v201403/product_service_registry.rb
998
- - lib/dfp_api/v201308/creative_set_service_registry.rb
999
- - lib/dfp_api/v201308/base_rate_service.rb
1000
- - lib/dfp_api/v201308/line_item_creative_association_service.rb
1001
- - lib/dfp_api/v201308/placement_service.rb
1002
- - lib/dfp_api/v201308/forecast_service_registry.rb
1003
- - lib/dfp_api/v201308/line_item_service_registry.rb
1004
- - lib/dfp_api/v201308/proposal_line_item_service.rb
1005
- - lib/dfp_api/v201308/team_service.rb
1006
- - lib/dfp_api/v201308/audience_segment_service.rb
1007
- - lib/dfp_api/v201308/custom_field_service.rb
1008
- - lib/dfp_api/v201308/creative_template_service_registry.rb
1009
- - lib/dfp_api/v201308/proposal_service.rb
1010
- - lib/dfp_api/v201308/reconciliation_report_service_registry.rb
1011
- - lib/dfp_api/v201308/contact_service.rb
1012
- - lib/dfp_api/v201308/company_service.rb
1013
- - lib/dfp_api/v201308/creative_service.rb
1014
- - lib/dfp_api/v201308/content_service.rb
1015
- - lib/dfp_api/v201308/reconciliation_report_row_service.rb
1016
- - lib/dfp_api/v201308/suggested_ad_unit_service_registry.rb
1017
- - lib/dfp_api/v201308/team_service_registry.rb
1018
- - lib/dfp_api/v201308/reconciliation_report_service.rb
1019
- - lib/dfp_api/v201308/custom_field_service_registry.rb
1020
- - lib/dfp_api/v201308/line_item_template_service_registry.rb
1021
- - lib/dfp_api/v201308/suggested_ad_unit_service.rb
1022
- - lib/dfp_api/v201308/order_service_registry.rb
1023
- - lib/dfp_api/v201308/creative_template_service.rb
1024
- - lib/dfp_api/v201308/creative_service_registry.rb
1025
- - lib/dfp_api/v201308/creative_wrapper_service.rb
1026
- - lib/dfp_api/v201308/activity_group_service.rb
1027
- - lib/dfp_api/v201308/publisher_query_language_service.rb
1028
- - lib/dfp_api/v201308/label_service.rb
1029
- - lib/dfp_api/v201308/creative_set_service.rb
1030
- - lib/dfp_api/v201308/network_service_registry.rb
1031
- - lib/dfp_api/v201308/custom_targeting_service_registry.rb
1032
- - lib/dfp_api/v201308/rate_card_service_registry.rb
1033
- - lib/dfp_api/v201308/inventory_service_registry.rb
1034
- - lib/dfp_api/v201308/line_item_template_service.rb
1035
- - lib/dfp_api/v201308/product_service.rb
1036
- - lib/dfp_api/v201308/placement_service_registry.rb
1037
- - lib/dfp_api/v201308/reconciliation_report_row_service_registry.rb
1038
- - lib/dfp_api/v201308/rate_card_customization_service.rb
1039
- - lib/dfp_api/v201308/activity_service.rb
1040
- - lib/dfp_api/v201308/activity_service_registry.rb
1041
- - lib/dfp_api/v201308/reconciliation_order_report_service.rb
1042
- - lib/dfp_api/v201308/workflow_action_service_registry.rb
1043
- - lib/dfp_api/v201308/inventory_service.rb
1044
- - lib/dfp_api/v201308/audience_segment_service_registry.rb
1045
- - lib/dfp_api/v201308/line_item_service.rb
1046
- - lib/dfp_api/v201308/user_team_association_service.rb
1047
- - lib/dfp_api/v201308/user_service_registry.rb
1048
- - lib/dfp_api/v201308/proposal_line_item_service_registry.rb
1049
- - lib/dfp_api/v201308/order_service.rb
1050
- - lib/dfp_api/v201308/forecast_service.rb
1051
- - lib/dfp_api/v201308/rate_card_service.rb
1052
- - lib/dfp_api/v201308/user_service.rb
1053
- - lib/dfp_api/v201308/reconciliation_order_report_service_registry.rb
1054
- - lib/dfp_api/v201308/report_service.rb
1055
- - lib/dfp_api/v201308/user_team_association_service_registry.rb
1056
- - lib/dfp_api/v201308/publisher_query_language_service_registry.rb
1057
- - lib/dfp_api/v201308/line_item_creative_association_service_registry.rb
1058
- - lib/dfp_api/v201308/creative_wrapper_service_registry.rb
1059
- - lib/dfp_api/v201308/contact_service_registry.rb
1060
- - lib/dfp_api/v201308/product_template_service.rb
1061
- - lib/dfp_api/v201308/product_template_service_registry.rb
1062
- - lib/dfp_api/v201308/content_bundle_service_registry.rb
1063
- - lib/dfp_api/v201308/activity_group_service_registry.rb
1064
- - lib/dfp_api/v201308/proposal_service_registry.rb
1065
- - lib/dfp_api/v201308/label_service_registry.rb
1066
- - lib/dfp_api/v201308/content_service_registry.rb
1067
- - lib/dfp_api/v201308/base_rate_service_registry.rb
1068
- - lib/dfp_api/v201308/content_bundle_service.rb
1069
- - lib/dfp_api/v201308/workflow_action_service.rb
1070
- - lib/dfp_api/v201308/custom_targeting_service.rb
1071
- - lib/dfp_api/v201308/network_service.rb
1072
- - lib/dfp_api/v201308/company_service_registry.rb
1073
- - lib/dfp_api/v201308/ad_rule_service.rb
1074
- - lib/dfp_api/v201308/ad_rule_service_registry.rb
1075
- - lib/dfp_api/v201308/report_service_registry.rb
1076
- - lib/dfp_api/v201308/rate_card_customization_service_registry.rb
1077
- - lib/dfp_api/v201308/product_service_registry.rb
1078
- - lib/dfp_api/v201211/creative_set_service_registry.rb
1079
- - lib/dfp_api/v201211/line_item_creative_association_service.rb
1080
- - lib/dfp_api/v201211/placement_service.rb
1081
- - lib/dfp_api/v201211/forecast_service_registry.rb
1082
- - lib/dfp_api/v201211/line_item_service_registry.rb
1083
- - lib/dfp_api/v201211/team_service.rb
1084
- - lib/dfp_api/v201211/audience_segment_service.rb
1085
- - lib/dfp_api/v201211/custom_field_service.rb
1086
- - lib/dfp_api/v201211/third_party_slot_service.rb
1087
- - lib/dfp_api/v201211/creative_template_service_registry.rb
1088
- - lib/dfp_api/v201211/company_service.rb
1089
- - lib/dfp_api/v201211/creative_service.rb
1090
- - lib/dfp_api/v201211/content_service.rb
1091
- - lib/dfp_api/v201211/suggested_ad_unit_service_registry.rb
1092
- - lib/dfp_api/v201211/third_party_slot_service_registry.rb
1093
- - lib/dfp_api/v201211/team_service_registry.rb
1094
- - lib/dfp_api/v201211/custom_field_service_registry.rb
1095
- - lib/dfp_api/v201211/suggested_ad_unit_service.rb
1096
- - lib/dfp_api/v201211/order_service_registry.rb
1097
- - lib/dfp_api/v201211/creative_template_service.rb
1098
- - lib/dfp_api/v201211/creative_service_registry.rb
1099
- - lib/dfp_api/v201211/creative_wrapper_service.rb
1100
- - lib/dfp_api/v201211/publisher_query_language_service.rb
1101
- - lib/dfp_api/v201211/label_service.rb
1102
- - lib/dfp_api/v201211/creative_set_service.rb
1103
- - lib/dfp_api/v201211/network_service_registry.rb
1104
- - lib/dfp_api/v201211/custom_targeting_service_registry.rb
1105
- - lib/dfp_api/v201211/inventory_service_registry.rb
1106
- - lib/dfp_api/v201211/placement_service_registry.rb
1107
- - lib/dfp_api/v201211/inventory_service.rb
1108
- - lib/dfp_api/v201211/audience_segment_service_registry.rb
1109
- - lib/dfp_api/v201211/line_item_service.rb
1110
- - lib/dfp_api/v201211/user_team_association_service.rb
1111
- - lib/dfp_api/v201211/user_service_registry.rb
1112
- - lib/dfp_api/v201211/order_service.rb
1113
- - lib/dfp_api/v201211/forecast_service.rb
1114
- - lib/dfp_api/v201211/user_service.rb
1115
- - lib/dfp_api/v201211/report_service.rb
1116
- - lib/dfp_api/v201211/user_team_association_service_registry.rb
1117
- - lib/dfp_api/v201211/publisher_query_language_service_registry.rb
1118
- - lib/dfp_api/v201211/line_item_creative_association_service_registry.rb
1119
- - lib/dfp_api/v201211/creative_wrapper_service_registry.rb
1120
- - lib/dfp_api/v201211/label_service_registry.rb
1121
- - lib/dfp_api/v201211/content_service_registry.rb
1122
- - lib/dfp_api/v201211/custom_targeting_service.rb
1123
- - lib/dfp_api/v201211/network_service.rb
1124
- - lib/dfp_api/v201211/company_service_registry.rb
1125
- - lib/dfp_api/v201211/report_service_registry.rb
1126
- - lib/dfp_api/v201306/creative_set_service_registry.rb
1127
- - lib/dfp_api/v201306/base_rate_service.rb
1128
- - lib/dfp_api/v201306/line_item_creative_association_service.rb
1129
- - lib/dfp_api/v201306/placement_service.rb
1130
- - lib/dfp_api/v201306/forecast_service_registry.rb
1131
- - lib/dfp_api/v201306/line_item_service_registry.rb
1132
- - lib/dfp_api/v201306/proposal_line_item_service.rb
1133
- - lib/dfp_api/v201306/team_service.rb
363
+ - examples/v201408/creative_wrapper_service/update_creative_wrappers.rb
364
+ - examples/v201408/custom_field_service/create_custom_field_options.rb
365
+ - examples/v201408/custom_field_service/create_custom_fields.rb
366
+ - examples/v201408/custom_field_service/deactivate_all_line_item_custom_fields.rb
367
+ - examples/v201408/custom_field_service/get_all_custom_fields.rb
368
+ - examples/v201408/custom_field_service/get_all_line_item_custom_fields.rb
369
+ - examples/v201408/custom_field_service/set_line_item_custom_field_value.rb
370
+ - examples/v201408/custom_field_service/update_custom_fields.rb
371
+ - examples/v201408/custom_targeting_service/create_custom_targeting_keys_and_values.rb
372
+ - examples/v201408/custom_targeting_service/delete_custom_targeting_keys.rb
373
+ - examples/v201408/custom_targeting_service/delete_custom_targeting_values.rb
374
+ - examples/v201408/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
375
+ - examples/v201408/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
376
+ - examples/v201408/custom_targeting_service/get_custom_targeting_values_by_statement.rb
377
+ - examples/v201408/custom_targeting_service/update_custom_targeting_keys.rb
378
+ - examples/v201408/custom_targeting_service/update_custom_targeting_values.rb
379
+ - examples/v201408/forecast_service/get_forecast.rb
380
+ - examples/v201408/forecast_service/get_forecast_by_id.rb
381
+ - examples/v201408/inventory_service/create_ad_units.rb
382
+ - examples/v201408/inventory_service/create_mobile_ad_unit.rb
383
+ - examples/v201408/inventory_service/create_video_ad_unit.rb
384
+ - examples/v201408/inventory_service/deactivate_ad_units.rb
385
+ - examples/v201408/inventory_service/get_ad_unit_sizes.rb
386
+ - examples/v201408/inventory_service/get_ad_units_by_statement.rb
387
+ - examples/v201408/inventory_service/get_all_ad_units.rb
388
+ - examples/v201408/inventory_service/update_ad_units.rb
389
+ - examples/v201408/label_service/create_labels.rb
390
+ - examples/v201408/label_service/deactivate_labels.rb
391
+ - examples/v201408/label_service/get_all_labels.rb
392
+ - examples/v201408/label_service/get_labels_by_statement.rb
393
+ - examples/v201408/label_service/update_labels.rb
394
+ - examples/v201408/line_item_creative_association_service/create_licas.rb
395
+ - examples/v201408/line_item_creative_association_service/deactivate_licas.rb
396
+ - examples/v201408/line_item_creative_association_service/get_all_licas.rb
397
+ - examples/v201408/line_item_creative_association_service/get_licas_by_statement.rb
398
+ - examples/v201408/line_item_creative_association_service/update_licas.rb
399
+ - examples/v201408/line_item_service/activate_line_items.rb
400
+ - examples/v201408/line_item_service/create_line_items.rb
401
+ - examples/v201408/line_item_service/create_video_line_item.rb
402
+ - examples/v201408/line_item_service/get_all_line_items.rb
403
+ - examples/v201408/line_item_service/get_line_items_by_statement.rb
404
+ - examples/v201408/line_item_service/get_recently_updated_line_items.rb
405
+ - examples/v201408/line_item_service/target_custom_criteria.rb
406
+ - examples/v201408/line_item_service/update_line_items.rb
407
+ - examples/v201408/network_service/get_all_networks.rb
408
+ - examples/v201408/network_service/get_current_network.rb
409
+ - examples/v201408/network_service/make_test_network.rb
410
+ - examples/v201408/order_service/approve_orders.rb
411
+ - examples/v201408/order_service/create_orders.rb
412
+ - examples/v201408/order_service/get_all_orders.rb
413
+ - examples/v201408/order_service/get_orders_by_statement.rb
414
+ - examples/v201408/order_service/update_orders.rb
415
+ - examples/v201408/placement_service/create_placements.rb
416
+ - examples/v201408/placement_service/deactivate_placements.rb
417
+ - examples/v201408/placement_service/get_all_placements.rb
418
+ - examples/v201408/placement_service/get_placements_by_statement.rb
419
+ - examples/v201408/placement_service/update_placements.rb
420
+ - examples/v201408/publisher_query_language_service/fetch_match_tables.rb
421
+ - examples/v201408/publisher_query_language_service/get_all_line_items.rb
422
+ - examples/v201408/publisher_query_language_service/get_geo_targets.rb
423
+ - examples/v201408/publisher_query_language_service/get_line_items_named_like.rb
424
+ - examples/v201408/report_service/display_report.rb
425
+ - examples/v201408/report_service/download_report.rb
426
+ - examples/v201408/report_service/run_delivery_report.rb
427
+ - examples/v201408/report_service/run_inventory_report.rb
428
+ - examples/v201408/report_service/run_reach_report.rb
429
+ - examples/v201408/report_service/run_report_with_custom_fields.rb
430
+ - examples/v201408/report_service/run_sales_report.rb
431
+ - examples/v201408/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
432
+ - examples/v201408/suggested_ad_unit_service/get_all_suggested_ad_units.rb
433
+ - examples/v201408/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
434
+ - examples/v201408/team_service/create_teams.rb
435
+ - examples/v201408/team_service/get_all_teams.rb
436
+ - examples/v201408/team_service/get_teams_by_statement.rb
437
+ - examples/v201408/team_service/update_teams.rb
438
+ - examples/v201408/user_service/create_users.rb
439
+ - examples/v201408/user_service/deactivate_users.rb
440
+ - examples/v201408/user_service/get_all_roles.rb
441
+ - examples/v201408/user_service/get_all_users.rb
442
+ - examples/v201408/user_service/get_current_user.rb
443
+ - examples/v201408/user_service/get_users_by_statement.rb
444
+ - examples/v201408/user_service/update_users.rb
445
+ - examples/v201408/user_team_association_service/create_user_team_associations.rb
446
+ - examples/v201408/user_team_association_service/delete_user_team_associations.rb
447
+ - examples/v201408/user_team_association_service/get_all_user_team_associations.rb
448
+ - examples/v201408/user_team_association_service/get_user_team_associations_by_statement.rb
449
+ - examples/v201408/user_team_association_service/update_user_team_associations.rb
450
+ - examples/v201411/activity_group_service/create_activity_groups.rb
451
+ - examples/v201411/activity_group_service/get_active_activity_groups.rb
452
+ - examples/v201411/activity_group_service/get_all_activity_groups.rb
453
+ - examples/v201411/activity_group_service/update_activity_groups.rb
454
+ - examples/v201411/activity_service/create_activities.rb
455
+ - examples/v201411/activity_service/get_active_activities.rb
456
+ - examples/v201411/activity_service/get_all_activities.rb
457
+ - examples/v201411/activity_service/update_activities.rb
458
+ - examples/v201411/audience_segment_service/create_audience_segments.rb
459
+ - examples/v201411/audience_segment_service/get_all_audience_segments.rb
460
+ - examples/v201411/audience_segment_service/get_first_party_audience_segments.rb
461
+ - examples/v201411/audience_segment_service/populate_first_party_audience_segments.rb
462
+ - examples/v201411/audience_segment_service/update_audience_segments.rb
463
+ - examples/v201411/common/error_handling.rb
464
+ - examples/v201411/common/oauth2_jwt_handling.rb
465
+ - examples/v201411/common/setup_oauth2.rb
466
+ - examples/v201411/company_service/create_companies.rb
467
+ - examples/v201411/company_service/get_all_companies.rb
468
+ - examples/v201411/company_service/get_companies_by_statement.rb
469
+ - examples/v201411/company_service/update_companies.rb
470
+ - examples/v201411/contact_service/create_contacts.rb
471
+ - examples/v201411/contact_service/get_all_contacts.rb
472
+ - examples/v201411/contact_service/get_uninvited_contacts.rb
473
+ - examples/v201411/contact_service/update_contacts.rb
474
+ - examples/v201411/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
475
+ - examples/v201411/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
476
+ - examples/v201411/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
477
+ - examples/v201411/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
478
+ - examples/v201411/content_service/get_all_content.rb
479
+ - examples/v201411/content_service/get_content_by_category.rb
480
+ - examples/v201411/creative_service/copy_image_creatives.rb
481
+ - examples/v201411/creative_service/create_creative_from_template.rb
482
+ - examples/v201411/creative_service/create_creatives.rb
483
+ - examples/v201411/creative_service/create_custom_creative.rb
484
+ - examples/v201411/creative_service/get_all_creatives.rb
485
+ - examples/v201411/creative_service/get_creatives_by_statement.rb
486
+ - examples/v201411/creative_service/update_creatives.rb
487
+ - examples/v201411/creative_set_service/associate_creative_set_to_line_item.rb
488
+ - examples/v201411/creative_set_service/create_creative_set.rb
489
+ - examples/v201411/creative_set_service/get_all_creative_sets.rb
490
+ - examples/v201411/creative_set_service/get_creative_sets_by_statement.rb
491
+ - examples/v201411/creative_set_service/update_creative_sets.rb
492
+ - examples/v201411/creative_template_service/get_all_creative_templates.rb
493
+ - examples/v201411/creative_template_service/get_system_defined_creative_templates.rb
494
+ - examples/v201411/creative_wrapper_service/create_creative_wrappers.rb
495
+ - examples/v201411/creative_wrapper_service/deactivate_creative_wrapper.rb
496
+ - examples/v201411/creative_wrapper_service/get_all_creative_wrappers.rb
497
+ - examples/v201411/creative_wrapper_service/get_creative_wrappers_by_statement.rb
498
+ - examples/v201411/creative_wrapper_service/update_creative_wrappers.rb
499
+ - examples/v201411/custom_field_service/create_custom_field_options.rb
500
+ - examples/v201411/custom_field_service/create_custom_fields.rb
501
+ - examples/v201411/custom_field_service/deactivate_all_line_item_custom_fields.rb
502
+ - examples/v201411/custom_field_service/get_all_custom_fields.rb
503
+ - examples/v201411/custom_field_service/get_all_line_item_custom_fields.rb
504
+ - examples/v201411/custom_field_service/set_line_item_custom_field_value.rb
505
+ - examples/v201411/custom_field_service/update_custom_fields.rb
506
+ - examples/v201411/custom_targeting_service/create_custom_targeting_keys_and_values.rb
507
+ - examples/v201411/custom_targeting_service/delete_custom_targeting_keys.rb
508
+ - examples/v201411/custom_targeting_service/delete_custom_targeting_values.rb
509
+ - examples/v201411/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
510
+ - examples/v201411/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
511
+ - examples/v201411/custom_targeting_service/get_custom_targeting_values_by_statement.rb
512
+ - examples/v201411/custom_targeting_service/update_custom_targeting_keys.rb
513
+ - examples/v201411/custom_targeting_service/update_custom_targeting_values.rb
514
+ - examples/v201411/forecast_service/get_forecast.rb
515
+ - examples/v201411/forecast_service/get_forecast_by_id.rb
516
+ - examples/v201411/inventory_service/create_ad_units.rb
517
+ - examples/v201411/inventory_service/create_mobile_ad_unit.rb
518
+ - examples/v201411/inventory_service/create_video_ad_unit.rb
519
+ - examples/v201411/inventory_service/deactivate_ad_units.rb
520
+ - examples/v201411/inventory_service/get_ad_unit_sizes.rb
521
+ - examples/v201411/inventory_service/get_ad_units_by_statement.rb
522
+ - examples/v201411/inventory_service/get_all_ad_units.rb
523
+ - examples/v201411/inventory_service/update_ad_units.rb
524
+ - examples/v201411/label_service/create_labels.rb
525
+ - examples/v201411/label_service/deactivate_labels.rb
526
+ - examples/v201411/label_service/get_all_labels.rb
527
+ - examples/v201411/label_service/get_labels_by_statement.rb
528
+ - examples/v201411/label_service/update_labels.rb
529
+ - examples/v201411/line_item_creative_association_service/create_licas.rb
530
+ - examples/v201411/line_item_creative_association_service/deactivate_licas.rb
531
+ - examples/v201411/line_item_creative_association_service/get_all_licas.rb
532
+ - examples/v201411/line_item_creative_association_service/get_licas_by_statement.rb
533
+ - examples/v201411/line_item_creative_association_service/update_licas.rb
534
+ - examples/v201411/line_item_service/activate_line_items.rb
535
+ - examples/v201411/line_item_service/create_line_items.rb
536
+ - examples/v201411/line_item_service/create_video_line_item.rb
537
+ - examples/v201411/line_item_service/get_all_line_items.rb
538
+ - examples/v201411/line_item_service/get_line_items_by_statement.rb
539
+ - examples/v201411/line_item_service/get_recently_updated_line_items.rb
540
+ - examples/v201411/line_item_service/target_custom_criteria.rb
541
+ - examples/v201411/line_item_service/update_line_items.rb
542
+ - examples/v201411/network_service/get_all_networks.rb
543
+ - examples/v201411/network_service/get_current_network.rb
544
+ - examples/v201411/network_service/make_test_network.rb
545
+ - examples/v201411/order_service/approve_orders.rb
546
+ - examples/v201411/order_service/create_orders.rb
547
+ - examples/v201411/order_service/get_all_orders.rb
548
+ - examples/v201411/order_service/get_orders_by_statement.rb
549
+ - examples/v201411/order_service/update_orders.rb
550
+ - examples/v201411/placement_service/create_placements.rb
551
+ - examples/v201411/placement_service/deactivate_placements.rb
552
+ - examples/v201411/placement_service/get_all_placements.rb
553
+ - examples/v201411/placement_service/get_placements_by_statement.rb
554
+ - examples/v201411/placement_service/update_placements.rb
555
+ - examples/v201411/publisher_query_language_service/fetch_match_tables.rb
556
+ - examples/v201411/publisher_query_language_service/get_all_line_items.rb
557
+ - examples/v201411/publisher_query_language_service/get_geo_targets.rb
558
+ - examples/v201411/publisher_query_language_service/get_line_items_named_like.rb
559
+ - examples/v201411/report_service/display_report.rb
560
+ - examples/v201411/report_service/download_report.rb
561
+ - examples/v201411/report_service/run_delivery_report.rb
562
+ - examples/v201411/report_service/run_inventory_report.rb
563
+ - examples/v201411/report_service/run_reach_report.rb
564
+ - examples/v201411/report_service/run_report_with_custom_fields.rb
565
+ - examples/v201411/report_service/run_sales_report.rb
566
+ - examples/v201411/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
567
+ - examples/v201411/suggested_ad_unit_service/get_all_suggested_ad_units.rb
568
+ - examples/v201411/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
569
+ - examples/v201411/team_service/create_teams.rb
570
+ - examples/v201411/team_service/get_all_teams.rb
571
+ - examples/v201411/team_service/get_teams_by_statement.rb
572
+ - examples/v201411/team_service/update_teams.rb
573
+ - examples/v201411/user_service/create_users.rb
574
+ - examples/v201411/user_service/deactivate_users.rb
575
+ - examples/v201411/user_service/get_all_roles.rb
576
+ - examples/v201411/user_service/get_all_users.rb
577
+ - examples/v201411/user_service/get_current_user.rb
578
+ - examples/v201411/user_service/get_users_by_statement.rb
579
+ - examples/v201411/user_service/update_users.rb
580
+ - examples/v201411/user_team_association_service/create_user_team_associations.rb
581
+ - examples/v201411/user_team_association_service/delete_user_team_associations.rb
582
+ - examples/v201411/user_team_association_service/get_all_user_team_associations.rb
583
+ - examples/v201411/user_team_association_service/get_user_team_associations_by_statement.rb
584
+ - examples/v201411/user_team_association_service/update_user_team_associations.rb
585
+ - lib/dfp_api.rb
586
+ - lib/dfp_api/api_config.rb
587
+ - lib/dfp_api/client_login_header_handler.rb
588
+ - lib/dfp_api/credential_handler.rb
589
+ - lib/dfp_api/errors.rb
590
+ - lib/dfp_api/v201306/activity_group_service.rb
591
+ - lib/dfp_api/v201306/activity_group_service_registry.rb
592
+ - lib/dfp_api/v201306/activity_service.rb
593
+ - lib/dfp_api/v201306/activity_service_registry.rb
594
+ - lib/dfp_api/v201306/ad_rule_service.rb
595
+ - lib/dfp_api/v201306/ad_rule_service_registry.rb
1134
596
  - lib/dfp_api/v201306/audience_segment_service.rb
1135
- - lib/dfp_api/v201306/custom_field_service.rb
1136
- - lib/dfp_api/v201306/creative_template_service_registry.rb
1137
- - lib/dfp_api/v201306/proposal_service.rb
1138
- - lib/dfp_api/v201306/reconciliation_report_service_registry.rb
1139
- - lib/dfp_api/v201306/contact_service.rb
597
+ - lib/dfp_api/v201306/audience_segment_service_registry.rb
598
+ - lib/dfp_api/v201306/base_rate_service.rb
599
+ - lib/dfp_api/v201306/base_rate_service_registry.rb
1140
600
  - lib/dfp_api/v201306/company_service.rb
1141
- - lib/dfp_api/v201306/creative_service.rb
601
+ - lib/dfp_api/v201306/company_service_registry.rb
602
+ - lib/dfp_api/v201306/contact_service.rb
603
+ - lib/dfp_api/v201306/contact_service_registry.rb
604
+ - lib/dfp_api/v201306/content_bundle_service.rb
605
+ - lib/dfp_api/v201306/content_bundle_service_registry.rb
1142
606
  - lib/dfp_api/v201306/content_service.rb
1143
- - lib/dfp_api/v201306/reconciliation_report_row_service.rb
1144
- - lib/dfp_api/v201306/suggested_ad_unit_service_registry.rb
1145
- - lib/dfp_api/v201306/team_service_registry.rb
1146
- - lib/dfp_api/v201306/reconciliation_report_service.rb
1147
- - lib/dfp_api/v201306/custom_field_service_registry.rb
1148
- - lib/dfp_api/v201306/line_item_template_service_registry.rb
1149
- - lib/dfp_api/v201306/suggested_ad_unit_service.rb
1150
- - lib/dfp_api/v201306/order_service_registry.rb
1151
- - lib/dfp_api/v201306/creative_template_service.rb
607
+ - lib/dfp_api/v201306/content_service_registry.rb
608
+ - lib/dfp_api/v201306/creative_service.rb
1152
609
  - lib/dfp_api/v201306/creative_service_registry.rb
1153
- - lib/dfp_api/v201306/creative_wrapper_service.rb
1154
- - lib/dfp_api/v201306/activity_group_service.rb
1155
- - lib/dfp_api/v201306/publisher_query_language_service.rb
1156
- - lib/dfp_api/v201306/label_service.rb
1157
610
  - lib/dfp_api/v201306/creative_set_service.rb
1158
- - lib/dfp_api/v201306/network_service_registry.rb
611
+ - lib/dfp_api/v201306/creative_set_service_registry.rb
612
+ - lib/dfp_api/v201306/creative_template_service.rb
613
+ - lib/dfp_api/v201306/creative_template_service_registry.rb
614
+ - lib/dfp_api/v201306/creative_wrapper_service.rb
615
+ - lib/dfp_api/v201306/creative_wrapper_service_registry.rb
616
+ - lib/dfp_api/v201306/custom_field_service.rb
617
+ - lib/dfp_api/v201306/custom_field_service_registry.rb
618
+ - lib/dfp_api/v201306/custom_targeting_service.rb
1159
619
  - lib/dfp_api/v201306/custom_targeting_service_registry.rb
1160
- - lib/dfp_api/v201306/rate_card_service_registry.rb
620
+ - lib/dfp_api/v201306/forecast_service.rb
621
+ - lib/dfp_api/v201306/forecast_service_registry.rb
622
+ - lib/dfp_api/v201306/inventory_service.rb
1161
623
  - lib/dfp_api/v201306/inventory_service_registry.rb
624
+ - lib/dfp_api/v201306/label_service.rb
625
+ - lib/dfp_api/v201306/label_service_registry.rb
626
+ - lib/dfp_api/v201306/line_item_creative_association_service.rb
627
+ - lib/dfp_api/v201306/line_item_creative_association_service_registry.rb
628
+ - lib/dfp_api/v201306/line_item_service.rb
629
+ - lib/dfp_api/v201306/line_item_service_registry.rb
1162
630
  - lib/dfp_api/v201306/line_item_template_service.rb
1163
- - lib/dfp_api/v201306/product_service.rb
631
+ - lib/dfp_api/v201306/line_item_template_service_registry.rb
632
+ - lib/dfp_api/v201306/network_service.rb
633
+ - lib/dfp_api/v201306/network_service_registry.rb
634
+ - lib/dfp_api/v201306/order_service.rb
635
+ - lib/dfp_api/v201306/order_service_registry.rb
636
+ - lib/dfp_api/v201306/placement_service.rb
1164
637
  - lib/dfp_api/v201306/placement_service_registry.rb
1165
- - lib/dfp_api/v201306/reconciliation_report_row_service_registry.rb
1166
- - lib/dfp_api/v201306/rate_card_customization_service.rb
1167
- - lib/dfp_api/v201306/activity_service.rb
1168
- - lib/dfp_api/v201306/activity_service_registry.rb
1169
- - lib/dfp_api/v201306/reconciliation_order_report_service.rb
1170
- - lib/dfp_api/v201306/workflow_action_service_registry.rb
1171
- - lib/dfp_api/v201306/inventory_service.rb
1172
- - lib/dfp_api/v201306/audience_segment_service_registry.rb
1173
- - lib/dfp_api/v201306/line_item_service.rb
1174
- - lib/dfp_api/v201306/user_team_association_service.rb
1175
- - lib/dfp_api/v201306/user_service_registry.rb
638
+ - lib/dfp_api/v201306/product_service.rb
639
+ - lib/dfp_api/v201306/product_service_registry.rb
640
+ - lib/dfp_api/v201306/product_template_service.rb
641
+ - lib/dfp_api/v201306/product_template_service_registry.rb
642
+ - lib/dfp_api/v201306/proposal_line_item_service.rb
1176
643
  - lib/dfp_api/v201306/proposal_line_item_service_registry.rb
1177
- - lib/dfp_api/v201306/order_service.rb
1178
- - lib/dfp_api/v201306/forecast_service.rb
644
+ - lib/dfp_api/v201306/proposal_service.rb
645
+ - lib/dfp_api/v201306/proposal_service_registry.rb
646
+ - lib/dfp_api/v201306/publisher_query_language_service.rb
647
+ - lib/dfp_api/v201306/publisher_query_language_service_registry.rb
648
+ - lib/dfp_api/v201306/rate_card_customization_service.rb
649
+ - lib/dfp_api/v201306/rate_card_customization_service_registry.rb
1179
650
  - lib/dfp_api/v201306/rate_card_service.rb
1180
- - lib/dfp_api/v201306/user_service.rb
651
+ - lib/dfp_api/v201306/rate_card_service_registry.rb
652
+ - lib/dfp_api/v201306/reconciliation_order_report_service.rb
1181
653
  - lib/dfp_api/v201306/reconciliation_order_report_service_registry.rb
654
+ - lib/dfp_api/v201306/reconciliation_report_row_service.rb
655
+ - lib/dfp_api/v201306/reconciliation_report_row_service_registry.rb
656
+ - lib/dfp_api/v201306/reconciliation_report_service.rb
657
+ - lib/dfp_api/v201306/reconciliation_report_service_registry.rb
1182
658
  - lib/dfp_api/v201306/report_service.rb
659
+ - lib/dfp_api/v201306/report_service_registry.rb
660
+ - lib/dfp_api/v201306/suggested_ad_unit_service.rb
661
+ - lib/dfp_api/v201306/suggested_ad_unit_service_registry.rb
662
+ - lib/dfp_api/v201306/team_service.rb
663
+ - lib/dfp_api/v201306/team_service_registry.rb
664
+ - lib/dfp_api/v201306/user_service.rb
665
+ - lib/dfp_api/v201306/user_service_registry.rb
666
+ - lib/dfp_api/v201306/user_team_association_service.rb
1183
667
  - lib/dfp_api/v201306/user_team_association_service_registry.rb
1184
- - lib/dfp_api/v201306/publisher_query_language_service_registry.rb
1185
- - lib/dfp_api/v201306/line_item_creative_association_service_registry.rb
1186
- - lib/dfp_api/v201306/creative_wrapper_service_registry.rb
1187
- - lib/dfp_api/v201306/contact_service_registry.rb
1188
- - lib/dfp_api/v201306/product_template_service.rb
1189
- - lib/dfp_api/v201306/product_template_service_registry.rb
1190
- - lib/dfp_api/v201306/content_bundle_service_registry.rb
1191
- - lib/dfp_api/v201306/activity_group_service_registry.rb
1192
- - lib/dfp_api/v201306/proposal_service_registry.rb
1193
- - lib/dfp_api/v201306/label_service_registry.rb
1194
- - lib/dfp_api/v201306/content_service_registry.rb
1195
- - lib/dfp_api/v201306/base_rate_service_registry.rb
1196
- - lib/dfp_api/v201306/content_bundle_service.rb
1197
668
  - lib/dfp_api/v201306/workflow_action_service.rb
1198
- - lib/dfp_api/v201306/custom_targeting_service.rb
1199
- - lib/dfp_api/v201306/network_service.rb
1200
- - lib/dfp_api/v201306/company_service_registry.rb
1201
- - lib/dfp_api/v201306/ad_rule_service.rb
1202
- - lib/dfp_api/v201306/ad_rule_service_registry.rb
1203
- - lib/dfp_api/v201306/report_service_registry.rb
1204
- - lib/dfp_api/v201306/rate_card_customization_service_registry.rb
1205
- - lib/dfp_api/v201306/product_service_registry.rb
1206
- - lib/dfp_api/v201208/creative_set_service_registry.rb
1207
- - lib/dfp_api/v201208/line_item_creative_association_service.rb
1208
- - lib/dfp_api/v201208/placement_service.rb
1209
- - lib/dfp_api/v201208/forecast_service_registry.rb
1210
- - lib/dfp_api/v201208/line_item_service_registry.rb
1211
- - lib/dfp_api/v201208/team_service.rb
1212
- - lib/dfp_api/v201208/audience_segment_service.rb
1213
- - lib/dfp_api/v201208/custom_field_service.rb
1214
- - lib/dfp_api/v201208/third_party_slot_service.rb
1215
- - lib/dfp_api/v201208/creative_template_service_registry.rb
1216
- - lib/dfp_api/v201208/company_service.rb
1217
- - lib/dfp_api/v201208/creative_service.rb
1218
- - lib/dfp_api/v201208/content_service.rb
1219
- - lib/dfp_api/v201208/suggested_ad_unit_service_registry.rb
1220
- - lib/dfp_api/v201208/third_party_slot_service_registry.rb
1221
- - lib/dfp_api/v201208/team_service_registry.rb
1222
- - lib/dfp_api/v201208/custom_field_service_registry.rb
1223
- - lib/dfp_api/v201208/suggested_ad_unit_service.rb
1224
- - lib/dfp_api/v201208/order_service_registry.rb
1225
- - lib/dfp_api/v201208/creative_template_service.rb
1226
- - lib/dfp_api/v201208/creative_service_registry.rb
1227
- - lib/dfp_api/v201208/publisher_query_language_service.rb
1228
- - lib/dfp_api/v201208/label_service.rb
1229
- - lib/dfp_api/v201208/creative_set_service.rb
1230
- - lib/dfp_api/v201208/network_service_registry.rb
1231
- - lib/dfp_api/v201208/custom_targeting_service_registry.rb
1232
- - lib/dfp_api/v201208/inventory_service_registry.rb
1233
- - lib/dfp_api/v201208/placement_service_registry.rb
1234
- - lib/dfp_api/v201208/inventory_service.rb
1235
- - lib/dfp_api/v201208/audience_segment_service_registry.rb
1236
- - lib/dfp_api/v201208/line_item_service.rb
1237
- - lib/dfp_api/v201208/user_team_association_service.rb
1238
- - lib/dfp_api/v201208/user_service_registry.rb
1239
- - lib/dfp_api/v201208/order_service.rb
1240
- - lib/dfp_api/v201208/forecast_service.rb
1241
- - lib/dfp_api/v201208/user_service.rb
1242
- - lib/dfp_api/v201208/report_service.rb
1243
- - lib/dfp_api/v201208/user_team_association_service_registry.rb
1244
- - lib/dfp_api/v201208/publisher_query_language_service_registry.rb
1245
- - lib/dfp_api/v201208/line_item_creative_association_service_registry.rb
1246
- - lib/dfp_api/v201208/label_service_registry.rb
1247
- - lib/dfp_api/v201208/content_service_registry.rb
1248
- - lib/dfp_api/v201208/custom_targeting_service.rb
1249
- - lib/dfp_api/v201208/network_service.rb
1250
- - lib/dfp_api/v201208/company_service_registry.rb
1251
- - lib/dfp_api/v201208/report_service_registry.rb
1252
- - lib/dfp_api/client_login_header_handler.rb
1253
- - lib/dfp_api.rb
669
+ - lib/dfp_api/v201306/workflow_action_service_registry.rb
670
+ - lib/dfp_api/v201308/activity_group_service.rb
671
+ - lib/dfp_api/v201308/activity_group_service_registry.rb
672
+ - lib/dfp_api/v201308/activity_service.rb
673
+ - lib/dfp_api/v201308/activity_service_registry.rb
674
+ - lib/dfp_api/v201308/ad_rule_service.rb
675
+ - lib/dfp_api/v201308/ad_rule_service_registry.rb
676
+ - lib/dfp_api/v201308/audience_segment_service.rb
677
+ - lib/dfp_api/v201308/audience_segment_service_registry.rb
678
+ - lib/dfp_api/v201308/base_rate_service.rb
679
+ - lib/dfp_api/v201308/base_rate_service_registry.rb
680
+ - lib/dfp_api/v201308/company_service.rb
681
+ - lib/dfp_api/v201308/company_service_registry.rb
682
+ - lib/dfp_api/v201308/contact_service.rb
683
+ - lib/dfp_api/v201308/contact_service_registry.rb
684
+ - lib/dfp_api/v201308/content_bundle_service.rb
685
+ - lib/dfp_api/v201308/content_bundle_service_registry.rb
686
+ - lib/dfp_api/v201308/content_service.rb
687
+ - lib/dfp_api/v201308/content_service_registry.rb
688
+ - lib/dfp_api/v201308/creative_service.rb
689
+ - lib/dfp_api/v201308/creative_service_registry.rb
690
+ - lib/dfp_api/v201308/creative_set_service.rb
691
+ - lib/dfp_api/v201308/creative_set_service_registry.rb
692
+ - lib/dfp_api/v201308/creative_template_service.rb
693
+ - lib/dfp_api/v201308/creative_template_service_registry.rb
694
+ - lib/dfp_api/v201308/creative_wrapper_service.rb
695
+ - lib/dfp_api/v201308/creative_wrapper_service_registry.rb
696
+ - lib/dfp_api/v201308/custom_field_service.rb
697
+ - lib/dfp_api/v201308/custom_field_service_registry.rb
698
+ - lib/dfp_api/v201308/custom_targeting_service.rb
699
+ - lib/dfp_api/v201308/custom_targeting_service_registry.rb
700
+ - lib/dfp_api/v201308/forecast_service.rb
701
+ - lib/dfp_api/v201308/forecast_service_registry.rb
702
+ - lib/dfp_api/v201308/inventory_service.rb
703
+ - lib/dfp_api/v201308/inventory_service_registry.rb
704
+ - lib/dfp_api/v201308/label_service.rb
705
+ - lib/dfp_api/v201308/label_service_registry.rb
706
+ - lib/dfp_api/v201308/line_item_creative_association_service.rb
707
+ - lib/dfp_api/v201308/line_item_creative_association_service_registry.rb
708
+ - lib/dfp_api/v201308/line_item_service.rb
709
+ - lib/dfp_api/v201308/line_item_service_registry.rb
710
+ - lib/dfp_api/v201308/line_item_template_service.rb
711
+ - lib/dfp_api/v201308/line_item_template_service_registry.rb
712
+ - lib/dfp_api/v201308/network_service.rb
713
+ - lib/dfp_api/v201308/network_service_registry.rb
714
+ - lib/dfp_api/v201308/order_service.rb
715
+ - lib/dfp_api/v201308/order_service_registry.rb
716
+ - lib/dfp_api/v201308/placement_service.rb
717
+ - lib/dfp_api/v201308/placement_service_registry.rb
718
+ - lib/dfp_api/v201308/product_service.rb
719
+ - lib/dfp_api/v201308/product_service_registry.rb
720
+ - lib/dfp_api/v201308/product_template_service.rb
721
+ - lib/dfp_api/v201308/product_template_service_registry.rb
722
+ - lib/dfp_api/v201308/proposal_line_item_service.rb
723
+ - lib/dfp_api/v201308/proposal_line_item_service_registry.rb
724
+ - lib/dfp_api/v201308/proposal_service.rb
725
+ - lib/dfp_api/v201308/proposal_service_registry.rb
726
+ - lib/dfp_api/v201308/publisher_query_language_service.rb
727
+ - lib/dfp_api/v201308/publisher_query_language_service_registry.rb
728
+ - lib/dfp_api/v201308/rate_card_customization_service.rb
729
+ - lib/dfp_api/v201308/rate_card_customization_service_registry.rb
730
+ - lib/dfp_api/v201308/rate_card_service.rb
731
+ - lib/dfp_api/v201308/rate_card_service_registry.rb
732
+ - lib/dfp_api/v201308/reconciliation_order_report_service.rb
733
+ - lib/dfp_api/v201308/reconciliation_order_report_service_registry.rb
734
+ - lib/dfp_api/v201308/reconciliation_report_row_service.rb
735
+ - lib/dfp_api/v201308/reconciliation_report_row_service_registry.rb
736
+ - lib/dfp_api/v201308/reconciliation_report_service.rb
737
+ - lib/dfp_api/v201308/reconciliation_report_service_registry.rb
738
+ - lib/dfp_api/v201308/report_service.rb
739
+ - lib/dfp_api/v201308/report_service_registry.rb
740
+ - lib/dfp_api/v201308/suggested_ad_unit_service.rb
741
+ - lib/dfp_api/v201308/suggested_ad_unit_service_registry.rb
742
+ - lib/dfp_api/v201308/team_service.rb
743
+ - lib/dfp_api/v201308/team_service_registry.rb
744
+ - lib/dfp_api/v201308/user_service.rb
745
+ - lib/dfp_api/v201308/user_service_registry.rb
746
+ - lib/dfp_api/v201308/user_team_association_service.rb
747
+ - lib/dfp_api/v201308/user_team_association_service_registry.rb
748
+ - lib/dfp_api/v201308/workflow_action_service.rb
749
+ - lib/dfp_api/v201308/workflow_action_service_registry.rb
750
+ - lib/dfp_api/v201311/activity_group_service.rb
751
+ - lib/dfp_api/v201311/activity_group_service_registry.rb
752
+ - lib/dfp_api/v201311/activity_service.rb
753
+ - lib/dfp_api/v201311/activity_service_registry.rb
754
+ - lib/dfp_api/v201311/ad_rule_service.rb
755
+ - lib/dfp_api/v201311/ad_rule_service_registry.rb
756
+ - lib/dfp_api/v201311/audience_segment_service.rb
757
+ - lib/dfp_api/v201311/audience_segment_service_registry.rb
758
+ - lib/dfp_api/v201311/base_rate_service.rb
759
+ - lib/dfp_api/v201311/base_rate_service_registry.rb
760
+ - lib/dfp_api/v201311/company_service.rb
761
+ - lib/dfp_api/v201311/company_service_registry.rb
762
+ - lib/dfp_api/v201311/contact_service.rb
763
+ - lib/dfp_api/v201311/contact_service_registry.rb
764
+ - lib/dfp_api/v201311/content_bundle_service.rb
765
+ - lib/dfp_api/v201311/content_bundle_service_registry.rb
766
+ - lib/dfp_api/v201311/content_metadata_key_hierarchy_service.rb
767
+ - lib/dfp_api/v201311/content_metadata_key_hierarchy_service_registry.rb
768
+ - lib/dfp_api/v201311/content_service.rb
769
+ - lib/dfp_api/v201311/content_service_registry.rb
770
+ - lib/dfp_api/v201311/creative_service.rb
771
+ - lib/dfp_api/v201311/creative_service_registry.rb
772
+ - lib/dfp_api/v201311/creative_set_service.rb
773
+ - lib/dfp_api/v201311/creative_set_service_registry.rb
774
+ - lib/dfp_api/v201311/creative_template_service.rb
775
+ - lib/dfp_api/v201311/creative_template_service_registry.rb
776
+ - lib/dfp_api/v201311/creative_wrapper_service.rb
777
+ - lib/dfp_api/v201311/creative_wrapper_service_registry.rb
778
+ - lib/dfp_api/v201311/custom_field_service.rb
779
+ - lib/dfp_api/v201311/custom_field_service_registry.rb
780
+ - lib/dfp_api/v201311/custom_targeting_service.rb
781
+ - lib/dfp_api/v201311/custom_targeting_service_registry.rb
782
+ - lib/dfp_api/v201311/exchange_rate_service.rb
783
+ - lib/dfp_api/v201311/exchange_rate_service_registry.rb
784
+ - lib/dfp_api/v201311/forecast_service.rb
785
+ - lib/dfp_api/v201311/forecast_service_registry.rb
786
+ - lib/dfp_api/v201311/inventory_service.rb
787
+ - lib/dfp_api/v201311/inventory_service_registry.rb
788
+ - lib/dfp_api/v201311/label_service.rb
789
+ - lib/dfp_api/v201311/label_service_registry.rb
790
+ - lib/dfp_api/v201311/line_item_creative_association_service.rb
791
+ - lib/dfp_api/v201311/line_item_creative_association_service_registry.rb
792
+ - lib/dfp_api/v201311/line_item_service.rb
793
+ - lib/dfp_api/v201311/line_item_service_registry.rb
794
+ - lib/dfp_api/v201311/line_item_template_service.rb
795
+ - lib/dfp_api/v201311/line_item_template_service_registry.rb
796
+ - lib/dfp_api/v201311/network_service.rb
797
+ - lib/dfp_api/v201311/network_service_registry.rb
798
+ - lib/dfp_api/v201311/order_service.rb
799
+ - lib/dfp_api/v201311/order_service_registry.rb
800
+ - lib/dfp_api/v201311/placement_service.rb
801
+ - lib/dfp_api/v201311/placement_service_registry.rb
802
+ - lib/dfp_api/v201311/product_service.rb
803
+ - lib/dfp_api/v201311/product_service_registry.rb
804
+ - lib/dfp_api/v201311/product_template_service.rb
805
+ - lib/dfp_api/v201311/product_template_service_registry.rb
806
+ - lib/dfp_api/v201311/proposal_line_item_service.rb
807
+ - lib/dfp_api/v201311/proposal_line_item_service_registry.rb
808
+ - lib/dfp_api/v201311/proposal_service.rb
809
+ - lib/dfp_api/v201311/proposal_service_registry.rb
810
+ - lib/dfp_api/v201311/publisher_query_language_service.rb
811
+ - lib/dfp_api/v201311/publisher_query_language_service_registry.rb
812
+ - lib/dfp_api/v201311/rate_card_customization_service.rb
813
+ - lib/dfp_api/v201311/rate_card_customization_service_registry.rb
814
+ - lib/dfp_api/v201311/rate_card_service.rb
815
+ - lib/dfp_api/v201311/rate_card_service_registry.rb
816
+ - lib/dfp_api/v201311/reconciliation_order_report_service.rb
817
+ - lib/dfp_api/v201311/reconciliation_order_report_service_registry.rb
818
+ - lib/dfp_api/v201311/reconciliation_report_row_service.rb
819
+ - lib/dfp_api/v201311/reconciliation_report_row_service_registry.rb
820
+ - lib/dfp_api/v201311/reconciliation_report_service.rb
821
+ - lib/dfp_api/v201311/reconciliation_report_service_registry.rb
822
+ - lib/dfp_api/v201311/report_service.rb
823
+ - lib/dfp_api/v201311/report_service_registry.rb
824
+ - lib/dfp_api/v201311/suggested_ad_unit_service.rb
825
+ - lib/dfp_api/v201311/suggested_ad_unit_service_registry.rb
826
+ - lib/dfp_api/v201311/team_service.rb
827
+ - lib/dfp_api/v201311/team_service_registry.rb
828
+ - lib/dfp_api/v201311/user_service.rb
829
+ - lib/dfp_api/v201311/user_service_registry.rb
830
+ - lib/dfp_api/v201311/user_team_association_service.rb
831
+ - lib/dfp_api/v201311/user_team_association_service_registry.rb
832
+ - lib/dfp_api/v201311/workflow_request_service.rb
833
+ - lib/dfp_api/v201311/workflow_request_service_registry.rb
834
+ - lib/dfp_api/v201403/activity_group_service.rb
835
+ - lib/dfp_api/v201403/activity_group_service_registry.rb
836
+ - lib/dfp_api/v201403/activity_service.rb
837
+ - lib/dfp_api/v201403/activity_service_registry.rb
838
+ - lib/dfp_api/v201403/ad_rule_service.rb
839
+ - lib/dfp_api/v201403/ad_rule_service_registry.rb
840
+ - lib/dfp_api/v201403/audience_segment_service.rb
841
+ - lib/dfp_api/v201403/audience_segment_service_registry.rb
842
+ - lib/dfp_api/v201403/base_rate_service.rb
843
+ - lib/dfp_api/v201403/base_rate_service_registry.rb
844
+ - lib/dfp_api/v201403/company_service.rb
845
+ - lib/dfp_api/v201403/company_service_registry.rb
846
+ - lib/dfp_api/v201403/contact_service.rb
847
+ - lib/dfp_api/v201403/contact_service_registry.rb
848
+ - lib/dfp_api/v201403/content_bundle_service.rb
849
+ - lib/dfp_api/v201403/content_bundle_service_registry.rb
850
+ - lib/dfp_api/v201403/content_metadata_key_hierarchy_service.rb
851
+ - lib/dfp_api/v201403/content_metadata_key_hierarchy_service_registry.rb
852
+ - lib/dfp_api/v201403/content_service.rb
853
+ - lib/dfp_api/v201403/content_service_registry.rb
854
+ - lib/dfp_api/v201403/creative_service.rb
855
+ - lib/dfp_api/v201403/creative_service_registry.rb
856
+ - lib/dfp_api/v201403/creative_set_service.rb
857
+ - lib/dfp_api/v201403/creative_set_service_registry.rb
858
+ - lib/dfp_api/v201403/creative_template_service.rb
859
+ - lib/dfp_api/v201403/creative_template_service_registry.rb
860
+ - lib/dfp_api/v201403/creative_wrapper_service.rb
861
+ - lib/dfp_api/v201403/creative_wrapper_service_registry.rb
862
+ - lib/dfp_api/v201403/custom_field_service.rb
863
+ - lib/dfp_api/v201403/custom_field_service_registry.rb
864
+ - lib/dfp_api/v201403/custom_targeting_service.rb
865
+ - lib/dfp_api/v201403/custom_targeting_service_registry.rb
866
+ - lib/dfp_api/v201403/exchange_rate_service.rb
867
+ - lib/dfp_api/v201403/exchange_rate_service_registry.rb
868
+ - lib/dfp_api/v201403/forecast_service.rb
869
+ - lib/dfp_api/v201403/forecast_service_registry.rb
870
+ - lib/dfp_api/v201403/inventory_service.rb
871
+ - lib/dfp_api/v201403/inventory_service_registry.rb
872
+ - lib/dfp_api/v201403/label_service.rb
873
+ - lib/dfp_api/v201403/label_service_registry.rb
874
+ - lib/dfp_api/v201403/line_item_creative_association_service.rb
875
+ - lib/dfp_api/v201403/line_item_creative_association_service_registry.rb
876
+ - lib/dfp_api/v201403/line_item_service.rb
877
+ - lib/dfp_api/v201403/line_item_service_registry.rb
878
+ - lib/dfp_api/v201403/line_item_template_service.rb
879
+ - lib/dfp_api/v201403/line_item_template_service_registry.rb
880
+ - lib/dfp_api/v201403/live_stream_event_service.rb
881
+ - lib/dfp_api/v201403/live_stream_event_service_registry.rb
882
+ - lib/dfp_api/v201403/network_service.rb
883
+ - lib/dfp_api/v201403/network_service_registry.rb
884
+ - lib/dfp_api/v201403/order_service.rb
885
+ - lib/dfp_api/v201403/order_service_registry.rb
886
+ - lib/dfp_api/v201403/placement_service.rb
887
+ - lib/dfp_api/v201403/placement_service_registry.rb
888
+ - lib/dfp_api/v201403/product_service.rb
889
+ - lib/dfp_api/v201403/product_service_registry.rb
890
+ - lib/dfp_api/v201403/product_template_service.rb
891
+ - lib/dfp_api/v201403/product_template_service_registry.rb
892
+ - lib/dfp_api/v201403/proposal_line_item_service.rb
893
+ - lib/dfp_api/v201403/proposal_line_item_service_registry.rb
894
+ - lib/dfp_api/v201403/proposal_service.rb
895
+ - lib/dfp_api/v201403/proposal_service_registry.rb
896
+ - lib/dfp_api/v201403/publisher_query_language_service.rb
897
+ - lib/dfp_api/v201403/publisher_query_language_service_registry.rb
898
+ - lib/dfp_api/v201403/rate_card_customization_group_service.rb
899
+ - lib/dfp_api/v201403/rate_card_customization_group_service_registry.rb
900
+ - lib/dfp_api/v201403/rate_card_customization_service.rb
901
+ - lib/dfp_api/v201403/rate_card_customization_service_registry.rb
902
+ - lib/dfp_api/v201403/rate_card_service.rb
903
+ - lib/dfp_api/v201403/rate_card_service_registry.rb
904
+ - lib/dfp_api/v201403/reconciliation_order_report_service.rb
905
+ - lib/dfp_api/v201403/reconciliation_order_report_service_registry.rb
906
+ - lib/dfp_api/v201403/reconciliation_report_row_service.rb
907
+ - lib/dfp_api/v201403/reconciliation_report_row_service_registry.rb
908
+ - lib/dfp_api/v201403/reconciliation_report_service.rb
909
+ - lib/dfp_api/v201403/reconciliation_report_service_registry.rb
910
+ - lib/dfp_api/v201403/report_service.rb
911
+ - lib/dfp_api/v201403/report_service_registry.rb
912
+ - lib/dfp_api/v201403/suggested_ad_unit_service.rb
913
+ - lib/dfp_api/v201403/suggested_ad_unit_service_registry.rb
914
+ - lib/dfp_api/v201403/team_service.rb
915
+ - lib/dfp_api/v201403/team_service_registry.rb
916
+ - lib/dfp_api/v201403/user_service.rb
917
+ - lib/dfp_api/v201403/user_service_registry.rb
918
+ - lib/dfp_api/v201403/user_team_association_service.rb
919
+ - lib/dfp_api/v201403/user_team_association_service_registry.rb
920
+ - lib/dfp_api/v201403/workflow_request_service.rb
921
+ - lib/dfp_api/v201403/workflow_request_service_registry.rb
922
+ - lib/dfp_api/v201405/activity_group_service.rb
923
+ - lib/dfp_api/v201405/activity_group_service_registry.rb
924
+ - lib/dfp_api/v201405/activity_service.rb
925
+ - lib/dfp_api/v201405/activity_service_registry.rb
926
+ - lib/dfp_api/v201405/ad_rule_service.rb
927
+ - lib/dfp_api/v201405/ad_rule_service_registry.rb
928
+ - lib/dfp_api/v201405/audience_segment_service.rb
929
+ - lib/dfp_api/v201405/audience_segment_service_registry.rb
930
+ - lib/dfp_api/v201405/base_rate_service.rb
931
+ - lib/dfp_api/v201405/base_rate_service_registry.rb
932
+ - lib/dfp_api/v201405/company_service.rb
933
+ - lib/dfp_api/v201405/company_service_registry.rb
934
+ - lib/dfp_api/v201405/contact_service.rb
935
+ - lib/dfp_api/v201405/contact_service_registry.rb
936
+ - lib/dfp_api/v201405/content_bundle_service.rb
937
+ - lib/dfp_api/v201405/content_bundle_service_registry.rb
938
+ - lib/dfp_api/v201405/content_metadata_key_hierarchy_service.rb
939
+ - lib/dfp_api/v201405/content_metadata_key_hierarchy_service_registry.rb
940
+ - lib/dfp_api/v201405/content_service.rb
941
+ - lib/dfp_api/v201405/content_service_registry.rb
942
+ - lib/dfp_api/v201405/creative_service.rb
943
+ - lib/dfp_api/v201405/creative_service_registry.rb
944
+ - lib/dfp_api/v201405/creative_set_service.rb
945
+ - lib/dfp_api/v201405/creative_set_service_registry.rb
946
+ - lib/dfp_api/v201405/creative_template_service.rb
947
+ - lib/dfp_api/v201405/creative_template_service_registry.rb
948
+ - lib/dfp_api/v201405/creative_wrapper_service.rb
949
+ - lib/dfp_api/v201405/creative_wrapper_service_registry.rb
950
+ - lib/dfp_api/v201405/custom_field_service.rb
951
+ - lib/dfp_api/v201405/custom_field_service_registry.rb
952
+ - lib/dfp_api/v201405/custom_targeting_service.rb
953
+ - lib/dfp_api/v201405/custom_targeting_service_registry.rb
954
+ - lib/dfp_api/v201405/exchange_rate_service.rb
955
+ - lib/dfp_api/v201405/exchange_rate_service_registry.rb
956
+ - lib/dfp_api/v201405/forecast_service.rb
957
+ - lib/dfp_api/v201405/forecast_service_registry.rb
958
+ - lib/dfp_api/v201405/inventory_service.rb
959
+ - lib/dfp_api/v201405/inventory_service_registry.rb
960
+ - lib/dfp_api/v201405/label_service.rb
961
+ - lib/dfp_api/v201405/label_service_registry.rb
962
+ - lib/dfp_api/v201405/line_item_creative_association_service.rb
963
+ - lib/dfp_api/v201405/line_item_creative_association_service_registry.rb
964
+ - lib/dfp_api/v201405/line_item_service.rb
965
+ - lib/dfp_api/v201405/line_item_service_registry.rb
966
+ - lib/dfp_api/v201405/line_item_template_service.rb
967
+ - lib/dfp_api/v201405/line_item_template_service_registry.rb
968
+ - lib/dfp_api/v201405/live_stream_event_service.rb
969
+ - lib/dfp_api/v201405/live_stream_event_service_registry.rb
970
+ - lib/dfp_api/v201405/network_service.rb
971
+ - lib/dfp_api/v201405/network_service_registry.rb
972
+ - lib/dfp_api/v201405/order_service.rb
973
+ - lib/dfp_api/v201405/order_service_registry.rb
974
+ - lib/dfp_api/v201405/placement_service.rb
975
+ - lib/dfp_api/v201405/placement_service_registry.rb
976
+ - lib/dfp_api/v201405/product_service.rb
977
+ - lib/dfp_api/v201405/product_service_registry.rb
978
+ - lib/dfp_api/v201405/product_template_service.rb
979
+ - lib/dfp_api/v201405/product_template_service_registry.rb
980
+ - lib/dfp_api/v201405/proposal_line_item_service.rb
981
+ - lib/dfp_api/v201405/proposal_line_item_service_registry.rb
982
+ - lib/dfp_api/v201405/proposal_service.rb
983
+ - lib/dfp_api/v201405/proposal_service_registry.rb
984
+ - lib/dfp_api/v201405/publisher_query_language_service.rb
985
+ - lib/dfp_api/v201405/publisher_query_language_service_registry.rb
986
+ - lib/dfp_api/v201405/rate_card_customization_group_service.rb
987
+ - lib/dfp_api/v201405/rate_card_customization_group_service_registry.rb
988
+ - lib/dfp_api/v201405/rate_card_customization_service.rb
989
+ - lib/dfp_api/v201405/rate_card_customization_service_registry.rb
990
+ - lib/dfp_api/v201405/rate_card_service.rb
991
+ - lib/dfp_api/v201405/rate_card_service_registry.rb
992
+ - lib/dfp_api/v201405/reconciliation_order_report_service.rb
993
+ - lib/dfp_api/v201405/reconciliation_order_report_service_registry.rb
994
+ - lib/dfp_api/v201405/reconciliation_report_row_service.rb
995
+ - lib/dfp_api/v201405/reconciliation_report_row_service_registry.rb
996
+ - lib/dfp_api/v201405/reconciliation_report_service.rb
997
+ - lib/dfp_api/v201405/reconciliation_report_service_registry.rb
998
+ - lib/dfp_api/v201405/report_service.rb
999
+ - lib/dfp_api/v201405/report_service_registry.rb
1000
+ - lib/dfp_api/v201405/suggested_ad_unit_service.rb
1001
+ - lib/dfp_api/v201405/suggested_ad_unit_service_registry.rb
1002
+ - lib/dfp_api/v201405/team_service.rb
1003
+ - lib/dfp_api/v201405/team_service_registry.rb
1004
+ - lib/dfp_api/v201405/user_service.rb
1005
+ - lib/dfp_api/v201405/user_service_registry.rb
1006
+ - lib/dfp_api/v201405/user_team_association_service.rb
1007
+ - lib/dfp_api/v201405/user_team_association_service_registry.rb
1008
+ - lib/dfp_api/v201405/workflow_request_service.rb
1009
+ - lib/dfp_api/v201405/workflow_request_service_registry.rb
1010
+ - lib/dfp_api/v201408/activity_group_service.rb
1011
+ - lib/dfp_api/v201408/activity_group_service_registry.rb
1012
+ - lib/dfp_api/v201408/activity_service.rb
1013
+ - lib/dfp_api/v201408/activity_service_registry.rb
1014
+ - lib/dfp_api/v201408/ad_rule_service.rb
1015
+ - lib/dfp_api/v201408/ad_rule_service_registry.rb
1016
+ - lib/dfp_api/v201408/audience_segment_service.rb
1017
+ - lib/dfp_api/v201408/audience_segment_service_registry.rb
1018
+ - lib/dfp_api/v201408/base_rate_service.rb
1019
+ - lib/dfp_api/v201408/base_rate_service_registry.rb
1020
+ - lib/dfp_api/v201408/company_service.rb
1021
+ - lib/dfp_api/v201408/company_service_registry.rb
1022
+ - lib/dfp_api/v201408/contact_service.rb
1023
+ - lib/dfp_api/v201408/contact_service_registry.rb
1024
+ - lib/dfp_api/v201408/content_bundle_service.rb
1025
+ - lib/dfp_api/v201408/content_bundle_service_registry.rb
1026
+ - lib/dfp_api/v201408/content_metadata_key_hierarchy_service.rb
1027
+ - lib/dfp_api/v201408/content_metadata_key_hierarchy_service_registry.rb
1028
+ - lib/dfp_api/v201408/content_service.rb
1029
+ - lib/dfp_api/v201408/content_service_registry.rb
1030
+ - lib/dfp_api/v201408/creative_service.rb
1031
+ - lib/dfp_api/v201408/creative_service_registry.rb
1032
+ - lib/dfp_api/v201408/creative_set_service.rb
1033
+ - lib/dfp_api/v201408/creative_set_service_registry.rb
1034
+ - lib/dfp_api/v201408/creative_template_service.rb
1035
+ - lib/dfp_api/v201408/creative_template_service_registry.rb
1036
+ - lib/dfp_api/v201408/creative_wrapper_service.rb
1037
+ - lib/dfp_api/v201408/creative_wrapper_service_registry.rb
1038
+ - lib/dfp_api/v201408/custom_field_service.rb
1039
+ - lib/dfp_api/v201408/custom_field_service_registry.rb
1040
+ - lib/dfp_api/v201408/custom_targeting_service.rb
1041
+ - lib/dfp_api/v201408/custom_targeting_service_registry.rb
1042
+ - lib/dfp_api/v201408/exchange_rate_service.rb
1043
+ - lib/dfp_api/v201408/exchange_rate_service_registry.rb
1044
+ - lib/dfp_api/v201408/forecast_service.rb
1045
+ - lib/dfp_api/v201408/forecast_service_registry.rb
1046
+ - lib/dfp_api/v201408/inventory_service.rb
1047
+ - lib/dfp_api/v201408/inventory_service_registry.rb
1048
+ - lib/dfp_api/v201408/label_service.rb
1049
+ - lib/dfp_api/v201408/label_service_registry.rb
1050
+ - lib/dfp_api/v201408/line_item_creative_association_service.rb
1051
+ - lib/dfp_api/v201408/line_item_creative_association_service_registry.rb
1052
+ - lib/dfp_api/v201408/line_item_service.rb
1053
+ - lib/dfp_api/v201408/line_item_service_registry.rb
1054
+ - lib/dfp_api/v201408/line_item_template_service.rb
1055
+ - lib/dfp_api/v201408/line_item_template_service_registry.rb
1056
+ - lib/dfp_api/v201408/live_stream_event_service.rb
1057
+ - lib/dfp_api/v201408/live_stream_event_service_registry.rb
1058
+ - lib/dfp_api/v201408/network_service.rb
1059
+ - lib/dfp_api/v201408/network_service_registry.rb
1060
+ - lib/dfp_api/v201408/order_service.rb
1061
+ - lib/dfp_api/v201408/order_service_registry.rb
1062
+ - lib/dfp_api/v201408/placement_service.rb
1063
+ - lib/dfp_api/v201408/placement_service_registry.rb
1064
+ - lib/dfp_api/v201408/premium_rate_service.rb
1065
+ - lib/dfp_api/v201408/premium_rate_service_registry.rb
1066
+ - lib/dfp_api/v201408/product_service.rb
1067
+ - lib/dfp_api/v201408/product_service_registry.rb
1068
+ - lib/dfp_api/v201408/product_template_service.rb
1069
+ - lib/dfp_api/v201408/product_template_service_registry.rb
1070
+ - lib/dfp_api/v201408/proposal_line_item_service.rb
1071
+ - lib/dfp_api/v201408/proposal_line_item_service_registry.rb
1072
+ - lib/dfp_api/v201408/proposal_service.rb
1073
+ - lib/dfp_api/v201408/proposal_service_registry.rb
1074
+ - lib/dfp_api/v201408/publisher_query_language_service.rb
1075
+ - lib/dfp_api/v201408/publisher_query_language_service_registry.rb
1076
+ - lib/dfp_api/v201408/rate_card_service.rb
1077
+ - lib/dfp_api/v201408/rate_card_service_registry.rb
1078
+ - lib/dfp_api/v201408/reconciliation_order_report_service.rb
1079
+ - lib/dfp_api/v201408/reconciliation_order_report_service_registry.rb
1080
+ - lib/dfp_api/v201408/reconciliation_report_row_service.rb
1081
+ - lib/dfp_api/v201408/reconciliation_report_row_service_registry.rb
1082
+ - lib/dfp_api/v201408/reconciliation_report_service.rb
1083
+ - lib/dfp_api/v201408/reconciliation_report_service_registry.rb
1084
+ - lib/dfp_api/v201408/report_service.rb
1085
+ - lib/dfp_api/v201408/report_service_registry.rb
1086
+ - lib/dfp_api/v201408/suggested_ad_unit_service.rb
1087
+ - lib/dfp_api/v201408/suggested_ad_unit_service_registry.rb
1088
+ - lib/dfp_api/v201408/team_service.rb
1089
+ - lib/dfp_api/v201408/team_service_registry.rb
1090
+ - lib/dfp_api/v201408/user_service.rb
1091
+ - lib/dfp_api/v201408/user_service_registry.rb
1092
+ - lib/dfp_api/v201408/user_team_association_service.rb
1093
+ - lib/dfp_api/v201408/user_team_association_service_registry.rb
1094
+ - lib/dfp_api/v201408/workflow_request_service.rb
1095
+ - lib/dfp_api/v201408/workflow_request_service_registry.rb
1096
+ - lib/dfp_api/v201411/activity_group_service.rb
1097
+ - lib/dfp_api/v201411/activity_group_service_registry.rb
1098
+ - lib/dfp_api/v201411/activity_service.rb
1099
+ - lib/dfp_api/v201411/activity_service_registry.rb
1100
+ - lib/dfp_api/v201411/ad_exclusion_rule_service.rb
1101
+ - lib/dfp_api/v201411/ad_exclusion_rule_service_registry.rb
1102
+ - lib/dfp_api/v201411/ad_rule_service.rb
1103
+ - lib/dfp_api/v201411/ad_rule_service_registry.rb
1104
+ - lib/dfp_api/v201411/audience_segment_service.rb
1105
+ - lib/dfp_api/v201411/audience_segment_service_registry.rb
1106
+ - lib/dfp_api/v201411/base_rate_service.rb
1107
+ - lib/dfp_api/v201411/base_rate_service_registry.rb
1108
+ - lib/dfp_api/v201411/company_service.rb
1109
+ - lib/dfp_api/v201411/company_service_registry.rb
1110
+ - lib/dfp_api/v201411/contact_service.rb
1111
+ - lib/dfp_api/v201411/contact_service_registry.rb
1112
+ - lib/dfp_api/v201411/content_bundle_service.rb
1113
+ - lib/dfp_api/v201411/content_bundle_service_registry.rb
1114
+ - lib/dfp_api/v201411/content_metadata_key_hierarchy_service.rb
1115
+ - lib/dfp_api/v201411/content_metadata_key_hierarchy_service_registry.rb
1116
+ - lib/dfp_api/v201411/content_service.rb
1117
+ - lib/dfp_api/v201411/content_service_registry.rb
1118
+ - lib/dfp_api/v201411/creative_service.rb
1119
+ - lib/dfp_api/v201411/creative_service_registry.rb
1120
+ - lib/dfp_api/v201411/creative_set_service.rb
1121
+ - lib/dfp_api/v201411/creative_set_service_registry.rb
1122
+ - lib/dfp_api/v201411/creative_template_service.rb
1123
+ - lib/dfp_api/v201411/creative_template_service_registry.rb
1124
+ - lib/dfp_api/v201411/creative_wrapper_service.rb
1125
+ - lib/dfp_api/v201411/creative_wrapper_service_registry.rb
1126
+ - lib/dfp_api/v201411/custom_field_service.rb
1127
+ - lib/dfp_api/v201411/custom_field_service_registry.rb
1128
+ - lib/dfp_api/v201411/custom_targeting_service.rb
1129
+ - lib/dfp_api/v201411/custom_targeting_service_registry.rb
1130
+ - lib/dfp_api/v201411/exchange_rate_service.rb
1131
+ - lib/dfp_api/v201411/exchange_rate_service_registry.rb
1132
+ - lib/dfp_api/v201411/forecast_service.rb
1133
+ - lib/dfp_api/v201411/forecast_service_registry.rb
1134
+ - lib/dfp_api/v201411/inventory_service.rb
1135
+ - lib/dfp_api/v201411/inventory_service_registry.rb
1136
+ - lib/dfp_api/v201411/label_service.rb
1137
+ - lib/dfp_api/v201411/label_service_registry.rb
1138
+ - lib/dfp_api/v201411/line_item_creative_association_service.rb
1139
+ - lib/dfp_api/v201411/line_item_creative_association_service_registry.rb
1140
+ - lib/dfp_api/v201411/line_item_service.rb
1141
+ - lib/dfp_api/v201411/line_item_service_registry.rb
1142
+ - lib/dfp_api/v201411/line_item_template_service.rb
1143
+ - lib/dfp_api/v201411/line_item_template_service_registry.rb
1144
+ - lib/dfp_api/v201411/live_stream_event_service.rb
1145
+ - lib/dfp_api/v201411/live_stream_event_service_registry.rb
1146
+ - lib/dfp_api/v201411/network_service.rb
1147
+ - lib/dfp_api/v201411/network_service_registry.rb
1148
+ - lib/dfp_api/v201411/order_service.rb
1149
+ - lib/dfp_api/v201411/order_service_registry.rb
1150
+ - lib/dfp_api/v201411/placement_service.rb
1151
+ - lib/dfp_api/v201411/placement_service_registry.rb
1152
+ - lib/dfp_api/v201411/premium_rate_service.rb
1153
+ - lib/dfp_api/v201411/premium_rate_service_registry.rb
1154
+ - lib/dfp_api/v201411/product_service.rb
1155
+ - lib/dfp_api/v201411/product_service_registry.rb
1156
+ - lib/dfp_api/v201411/product_template_service.rb
1157
+ - lib/dfp_api/v201411/product_template_service_registry.rb
1158
+ - lib/dfp_api/v201411/proposal_line_item_service.rb
1159
+ - lib/dfp_api/v201411/proposal_line_item_service_registry.rb
1160
+ - lib/dfp_api/v201411/proposal_service.rb
1161
+ - lib/dfp_api/v201411/proposal_service_registry.rb
1162
+ - lib/dfp_api/v201411/publisher_query_language_service.rb
1163
+ - lib/dfp_api/v201411/publisher_query_language_service_registry.rb
1164
+ - lib/dfp_api/v201411/rate_card_service.rb
1165
+ - lib/dfp_api/v201411/rate_card_service_registry.rb
1166
+ - lib/dfp_api/v201411/reconciliation_order_report_service.rb
1167
+ - lib/dfp_api/v201411/reconciliation_order_report_service_registry.rb
1168
+ - lib/dfp_api/v201411/reconciliation_report_row_service.rb
1169
+ - lib/dfp_api/v201411/reconciliation_report_row_service_registry.rb
1170
+ - lib/dfp_api/v201411/reconciliation_report_service.rb
1171
+ - lib/dfp_api/v201411/reconciliation_report_service_registry.rb
1172
+ - lib/dfp_api/v201411/report_service.rb
1173
+ - lib/dfp_api/v201411/report_service_registry.rb
1174
+ - lib/dfp_api/v201411/shared_ad_unit_service.rb
1175
+ - lib/dfp_api/v201411/shared_ad_unit_service_registry.rb
1176
+ - lib/dfp_api/v201411/suggested_ad_unit_service.rb
1177
+ - lib/dfp_api/v201411/suggested_ad_unit_service_registry.rb
1178
+ - lib/dfp_api/v201411/team_service.rb
1179
+ - lib/dfp_api/v201411/team_service_registry.rb
1180
+ - lib/dfp_api/v201411/user_service.rb
1181
+ - lib/dfp_api/v201411/user_service_registry.rb
1182
+ - lib/dfp_api/v201411/user_team_association_service.rb
1183
+ - lib/dfp_api/v201411/user_team_association_service_registry.rb
1184
+ - lib/dfp_api/v201411/workflow_request_service.rb
1185
+ - lib/dfp_api/v201411/workflow_request_service_registry.rb
1186
+ - lib/dfp_api/version.rb
1254
1187
  - lib/dfp_api_statement.rb
1255
- - test/suite_unittests.rb
1188
+ - test/bugs/test_issue_00000016.rb
1256
1189
  - test/dfp_api/test_config.yml
1257
1190
  - test/dfp_api/test_dfp_api.rb
1258
- - test/bugs/test_issue_00000016.rb
1259
- - COPYING
1260
- - README.md
1261
- - ChangeLog
1262
- - dfp_api.yml
1191
+ - test/suite_unittests.rb
1263
1192
  homepage: http://code.google.com/p/google-api-ads-ruby/
1264
1193
  licenses:
1265
1194
  - Apache-2.0
1195
+ metadata: {}
1266
1196
  post_install_message:
1267
1197
  rdoc_options: []
1268
1198
  require_paths:
1269
1199
  - lib
1270
1200
  required_ruby_version: !ruby/object:Gem::Requirement
1271
- none: false
1272
1201
  requirements:
1273
1202
  - - ! '>='
1274
1203
  - !ruby/object:Gem::Version
1275
1204
  version: '0'
1276
1205
  required_rubygems_version: !ruby/object:Gem::Requirement
1277
- none: false
1278
1206
  requirements:
1279
1207
  - - ! '>='
1280
1208
  - !ruby/object:Gem::Version
1281
1209
  version: 1.3.6
1282
1210
  requirements: []
1283
1211
  rubyforge_project: google-dfp-api
1284
- rubygems_version: 1.8.11
1212
+ rubygems_version: 2.2.2
1285
1213
  signing_key:
1286
- specification_version: 3
1214
+ specification_version: 4
1287
1215
  summary: Ruby Client libraries for DFP API
1288
1216
  test_files:
1289
1217
  - test/dfp_api/test_dfp_api.rb