google-dfp-api 0.8.1 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1200) hide show
  1. data/ChangeLog +9 -0
  2. data/examples/v201405/report_service/run_inventory_report.rb +3 -3
  3. data/examples/{v201308 → v201408}/activity_group_service/create_activity_groups.rb +1 -1
  4. data/examples/{v201306 → v201408}/activity_group_service/get_active_activity_groups.rb +18 -27
  5. data/examples/{v201306 → v201408}/activity_group_service/get_all_activity_groups.rb +13 -23
  6. data/examples/{v201306 → v201408}/activity_group_service/update_activity_groups.rb +25 -14
  7. data/examples/{v201302 → v201408}/activity_service/create_activities.rb +1 -1
  8. data/examples/{v201302 → v201408}/activity_service/get_active_activities.rb +7 -11
  9. data/examples/{v201308/activity_service/get_active_activities.rb → v201408/activity_service/get_all_activities.rb} +8 -19
  10. data/examples/{v201302 → v201408}/activity_service/update_activities.rb +30 -16
  11. data/examples/{v201308 → v201408}/audience_segment_service/create_audience_segments.rb +1 -1
  12. data/examples/{v201308 → v201408}/audience_segment_service/get_all_audience_segments.rb +3 -3
  13. data/examples/{v201308 → v201408}/audience_segment_service/get_first_party_audience_segments.rb +4 -4
  14. data/examples/{v201308 → v201408}/audience_segment_service/populate_first_party_audience_segments.rb +3 -2
  15. data/examples/{v201308 → v201408}/audience_segment_service/update_audience_segments.rb +2 -2
  16. data/examples/{v201302 → v201408}/common/error_handling.rb +1 -1
  17. data/examples/{v201306 → v201408}/common/oauth2_jwt_handling.rb +1 -1
  18. data/examples/{v201211 → v201408}/common/setup_oauth2.rb +1 -1
  19. data/examples/{v201208 → v201408}/company_service/create_companies.rb +1 -1
  20. data/examples/{v201302 → v201408}/company_service/get_all_companies.rb +1 -1
  21. data/examples/{v201302 → v201408}/company_service/get_companies_by_statement.rb +1 -1
  22. data/examples/{v201302 → v201408}/company_service/update_companies.rb +8 -5
  23. data/examples/{v201308 → v201408}/contact_service/create_contacts.rb +1 -1
  24. data/examples/{v201306 → v201408}/contact_service/get_all_contacts.rb +1 -1
  25. data/examples/{v201308 → v201408}/contact_service/get_uninvited_contacts.rb +1 -1
  26. data/examples/{v201308 → v201408}/contact_service/update_contacts.rb +30 -16
  27. data/examples/v201408/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb +96 -0
  28. data/examples/v201408/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb +103 -0
  29. data/examples/{v201302/content_service/get_all_content.rb → v201408/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb} +21 -16
  30. data/examples/v201408/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb +113 -0
  31. data/examples/{v201208 → v201408}/content_service/get_all_content.rb +1 -1
  32. data/examples/{v201302 → v201408}/content_service/get_content_by_category.rb +1 -1
  33. data/examples/{v201308 → v201408}/creative_service/copy_image_creatives.rb +1 -1
  34. data/examples/{v201308 → v201408}/creative_service/create_creative_from_template.rb +1 -1
  35. data/examples/{v201302 → v201408}/creative_service/create_creatives.rb +1 -1
  36. data/examples/{v201302 → v201408}/creative_service/create_custom_creative.rb +1 -1
  37. data/examples/{v201211 → v201408}/creative_service/get_all_creatives.rb +1 -1
  38. data/examples/{v201302 → v201408}/creative_service/get_creatives_by_statement.rb +1 -1
  39. data/examples/{v201211 → v201408}/creative_service/update_creatives.rb +1 -1
  40. data/examples/{v201211 → v201408}/creative_set_service/associate_creative_set_to_line_item.rb +1 -1
  41. data/examples/{v201211 → v201408}/creative_set_service/create_creative_set.rb +1 -1
  42. data/examples/{v201211 → v201408}/creative_set_service/get_all_creative_sets.rb +1 -1
  43. data/examples/{v201302 → v201408}/creative_set_service/get_creative_sets_by_statement.rb +1 -1
  44. data/examples/{v201302 → v201408}/creative_set_service/update_creative_sets.rb +30 -15
  45. data/examples/{v201211 → v201408}/creative_template_service/get_all_creative_templates.rb +1 -1
  46. data/examples/{v201211 → v201408}/creative_template_service/get_creative_template.rb +1 -1
  47. data/examples/{v201302 → v201408}/creative_template_service/get_creative_templates_by_statement.rb +1 -1
  48. data/examples/{v201302 → v201408}/creative_wrapper_service/create_creative_wrappers.rb +1 -1
  49. data/examples/{v201306 → v201408}/creative_wrapper_service/deactivate_creative_wrapper.rb +1 -1
  50. data/examples/{v201211 → v201408}/creative_wrapper_service/get_all_creative_wrappers.rb +1 -1
  51. data/examples/{v201302 → v201408}/creative_wrapper_service/get_creative_wrappers_by_statement.rb +1 -1
  52. data/examples/{v201302 → v201408}/creative_wrapper_service/update_creative_wrappers.rb +31 -16
  53. data/examples/{v201302 → v201408}/custom_field_service/create_custom_field_options.rb +1 -1
  54. data/examples/{v201302 → v201408}/custom_field_service/create_custom_fields.rb +1 -1
  55. data/examples/{v201302 → v201408}/custom_field_service/deactivate_all_line_item_custom_fields.rb +1 -1
  56. data/examples/{v201308 → v201408}/custom_field_service/get_all_custom_fields.rb +1 -1
  57. data/examples/{v201302 → v201408}/custom_field_service/get_all_line_item_custom_fields.rb +1 -1
  58. data/examples/{v201302 → v201408}/custom_field_service/set_line_item_custom_field_value.rb +54 -11
  59. data/examples/{v201208 → v201408}/custom_field_service/update_custom_fields.rb +30 -14
  60. data/examples/{v201211 → v201408}/custom_targeting_service/create_custom_targeting_keys_and_values.rb +1 -1
  61. data/examples/{v201302 → v201408}/custom_targeting_service/delete_custom_targeting_keys.rb +1 -1
  62. data/examples/{v201211 → v201408}/custom_targeting_service/delete_custom_targeting_values.rb +1 -1
  63. data/examples/{v201302 → v201408}/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +1 -1
  64. data/examples/{v201302 → v201408}/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +1 -1
  65. data/examples/{v201208 → v201408}/custom_targeting_service/get_custom_targeting_values_by_statement.rb +1 -1
  66. data/examples/{v201211 → v201408}/custom_targeting_service/update_custom_targeting_keys.rb +1 -1
  67. data/examples/{v201302 → v201408}/custom_targeting_service/update_custom_targeting_values.rb +1 -1
  68. data/examples/{v201308 → v201408}/forecast_service/get_forecast.rb +6 -3
  69. data/examples/{v201308 → v201408}/forecast_service/get_forecast_by_id.rb +1 -1
  70. data/examples/{v201302 → v201408}/inventory_service/create_ad_units.rb +1 -1
  71. data/examples/{v201211 → v201408}/inventory_service/create_mobile_ad_unit.rb +1 -1
  72. data/examples/{v201302 → v201408}/inventory_service/create_video_ad_unit.rb +1 -1
  73. data/examples/{v201208 → v201408}/inventory_service/deactivate_ad_units.rb +1 -1
  74. data/examples/{v201302 → v201408}/inventory_service/get_ad_unit_sizes.rb +1 -1
  75. data/examples/{v201302 → v201408}/inventory_service/get_ad_units_by_statement.rb +1 -1
  76. data/examples/{v201208 → v201408}/inventory_service/get_all_ad_units.rb +1 -1
  77. data/examples/{v201211 → v201408}/inventory_service/update_ad_units.rb +1 -1
  78. data/examples/{v201211 → v201408}/label_service/create_labels.rb +1 -1
  79. data/examples/{v201302 → v201408}/label_service/deactivate_labels.rb +1 -1
  80. data/examples/{v201211 → v201408}/label_service/get_all_labels.rb +1 -1
  81. data/examples/{v201211 → v201408}/label_service/get_labels_by_statement.rb +1 -1
  82. data/examples/{v201302 → v201408}/label_service/update_labels.rb +1 -1
  83. data/examples/{v201302 → v201408}/line_item_creative_association_service/create_licas.rb +1 -1
  84. data/examples/{v201211 → v201408}/line_item_creative_association_service/deactivate_licas.rb +1 -1
  85. data/examples/{v201211 → v201408}/line_item_creative_association_service/get_all_licas.rb +1 -1
  86. data/examples/{v201208 → v201408}/line_item_creative_association_service/get_licas_by_statement.rb +1 -1
  87. data/examples/{v201302 → v201408}/line_item_creative_association_service/update_licas.rb +1 -1
  88. data/examples/{v201211 → v201408}/line_item_service/activate_line_items.rb +1 -1
  89. data/examples/{v201211 → v201408}/line_item_service/create_line_items.rb +6 -3
  90. data/examples/{v201302 → v201408}/line_item_service/create_video_line_item.rb +8 -2
  91. data/examples/{v201302 → v201408}/line_item_service/get_all_line_items.rb +1 -1
  92. data/examples/{v201211 → v201408}/line_item_service/get_line_items_by_statement.rb +20 -17
  93. data/examples/{v201302 → v201408}/line_item_service/get_recently_updated_line_items.rb +1 -1
  94. data/examples/{v201211 → v201408}/line_item_service/target_custom_criteria.rb +29 -15
  95. data/examples/{v201208 → v201408}/line_item_service/update_line_items.rb +1 -1
  96. data/examples/{v201208 → v201408}/network_service/get_all_networks.rb +1 -1
  97. data/examples/{v201208 → v201408}/network_service/get_current_network.rb +1 -1
  98. data/examples/{v201302 → v201408}/network_service/make_test_network.rb +1 -1
  99. data/examples/{v201302 → v201408}/order_service/approve_orders.rb +1 -1
  100. data/examples/{v201211 → v201408}/order_service/create_orders.rb +1 -1
  101. data/examples/{v201211 → v201408}/order_service/get_all_orders.rb +1 -1
  102. data/examples/{v201302 → v201408}/order_service/get_orders_by_statement.rb +1 -1
  103. data/examples/{v201302 → v201408}/order_service/update_orders.rb +1 -1
  104. data/examples/{v201302 → v201408}/placement_service/create_placements.rb +1 -1
  105. data/examples/{v201211 → v201408}/placement_service/deactivate_placements.rb +1 -1
  106. data/examples/{v201211 → v201408}/placement_service/get_all_placements.rb +1 -1
  107. data/examples/{v201211 → v201408}/placement_service/get_placements_by_statement.rb +1 -1
  108. data/examples/{v201208 → v201408}/placement_service/update_placements.rb +1 -1
  109. data/examples/v201408/publisher_query_language_service/fetch_match_tables.rb +114 -0
  110. data/examples/{v201308 → v201408}/publisher_query_language_service/get_all_line_items.rb +1 -1
  111. data/examples/{v201308 → v201408}/publisher_query_language_service/get_geo_targets.rb +1 -1
  112. data/examples/{v201308 → v201408}/publisher_query_language_service/get_line_items_named_like.rb +2 -2
  113. data/examples/{v201302 → v201408}/report_service/display_report.rb +1 -1
  114. data/examples/{v201211 → v201408}/report_service/download_report.rb +1 -1
  115. data/examples/{v201308 → v201408}/report_service/run_delivery_report.rb +1 -1
  116. data/examples/{v201302 → v201408}/report_service/run_inventory_report.rb +19 -3
  117. data/examples/{v201302 → v201408}/report_service/run_reach_report.rb +1 -1
  118. data/examples/{v201308 → v201408}/report_service/run_report_with_custom_fields.rb +1 -1
  119. data/examples/{v201308 → v201408}/report_service/run_sales_report.rb +1 -1
  120. data/examples/{v201211 → v201408}/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +1 -1
  121. data/examples/{v201302 → v201408}/suggested_ad_unit_service/get_all_suggested_ad_units.rb +1 -1
  122. data/examples/{v201302 → v201408}/suggested_ad_unit_service/get_suggested_ad_unit.rb +1 -1
  123. data/examples/{v201302 → v201408}/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +1 -1
  124. data/examples/{v201208 → v201408}/team_service/create_teams.rb +1 -1
  125. data/examples/{v201208 → v201408}/team_service/get_all_teams.rb +1 -1
  126. data/examples/{v201302 → v201408}/team_service/get_teams_by_statement.rb +1 -1
  127. data/examples/{v201302 → v201408}/team_service/update_teams.rb +1 -1
  128. data/examples/{v201211 → v201408}/user_service/create_users.rb +1 -1
  129. data/examples/{v201302 → v201408}/user_service/deactivate_users.rb +1 -1
  130. data/examples/{v201208 → v201408}/user_service/get_all_roles.rb +1 -1
  131. data/examples/{v201208 → v201408}/user_service/get_all_users.rb +1 -1
  132. data/examples/{v201211 → v201408}/user_service/get_current_user.rb +1 -1
  133. data/examples/{v201302 → v201408}/user_service/get_users_by_statement.rb +1 -1
  134. data/examples/{v201302 → v201408}/user_service/update_users.rb +1 -1
  135. data/examples/{v201208 → v201408}/user_team_association_service/create_user_team_associations.rb +1 -1
  136. data/examples/{v201302 → v201408}/user_team_association_service/delete_user_team_associations.rb +1 -1
  137. data/examples/{v201211 → v201408}/user_team_association_service/get_all_user_team_associations.rb +1 -1
  138. data/examples/{v201208 → v201408}/user_team_association_service/get_user_team_associations_by_statement.rb +1 -1
  139. data/examples/{v201302 → v201408}/user_team_association_service/update_user_team_associations.rb +1 -1
  140. data/lib/dfp_api/api_config.rb +29 -42
  141. data/lib/dfp_api/v201306/activity_group_service.rb +1 -1
  142. data/lib/dfp_api/v201306/activity_group_service_registry.rb +1 -1
  143. data/lib/dfp_api/v201306/activity_service.rb +1 -1
  144. data/lib/dfp_api/v201306/activity_service_registry.rb +1 -1
  145. data/lib/dfp_api/v201306/ad_rule_service.rb +1 -1
  146. data/lib/dfp_api/v201306/ad_rule_service_registry.rb +1 -1
  147. data/lib/dfp_api/v201306/audience_segment_service.rb +1 -1
  148. data/lib/dfp_api/v201306/audience_segment_service_registry.rb +2 -2
  149. data/lib/dfp_api/v201306/base_rate_service.rb +1 -1
  150. data/lib/dfp_api/v201306/base_rate_service_registry.rb +1 -1
  151. data/lib/dfp_api/v201306/company_service.rb +1 -1
  152. data/lib/dfp_api/v201306/company_service_registry.rb +1 -1
  153. data/lib/dfp_api/v201306/contact_service.rb +1 -1
  154. data/lib/dfp_api/v201306/contact_service_registry.rb +1 -1
  155. data/lib/dfp_api/v201306/content_bundle_service.rb +1 -1
  156. data/lib/dfp_api/v201306/content_bundle_service_registry.rb +1 -1
  157. data/lib/dfp_api/v201306/content_service.rb +1 -1
  158. data/lib/dfp_api/v201306/content_service_registry.rb +1 -1
  159. data/lib/dfp_api/v201306/creative_service.rb +1 -1
  160. data/lib/dfp_api/v201306/creative_service_registry.rb +1 -1
  161. data/lib/dfp_api/v201306/creative_set_service.rb +1 -1
  162. data/lib/dfp_api/v201306/creative_set_service_registry.rb +1 -1
  163. data/lib/dfp_api/v201306/creative_template_service.rb +1 -1
  164. data/lib/dfp_api/v201306/creative_template_service_registry.rb +1 -1
  165. data/lib/dfp_api/v201306/creative_wrapper_service.rb +1 -1
  166. data/lib/dfp_api/v201306/creative_wrapper_service_registry.rb +1 -1
  167. data/lib/dfp_api/v201306/custom_field_service.rb +1 -1
  168. data/lib/dfp_api/v201306/custom_field_service_registry.rb +1 -1
  169. data/lib/dfp_api/v201306/custom_targeting_service.rb +1 -1
  170. data/lib/dfp_api/v201306/custom_targeting_service_registry.rb +1 -1
  171. data/lib/dfp_api/v201306/forecast_service.rb +1 -1
  172. data/lib/dfp_api/v201306/forecast_service_registry.rb +1 -1
  173. data/lib/dfp_api/v201306/inventory_service.rb +1 -1
  174. data/lib/dfp_api/v201306/inventory_service_registry.rb +1 -1
  175. data/lib/dfp_api/v201306/label_service.rb +1 -1
  176. data/lib/dfp_api/v201306/label_service_registry.rb +1 -1
  177. data/lib/dfp_api/v201306/line_item_creative_association_service.rb +1 -1
  178. data/lib/dfp_api/v201306/line_item_creative_association_service_registry.rb +1 -1
  179. data/lib/dfp_api/v201306/line_item_service.rb +1 -1
  180. data/lib/dfp_api/v201306/line_item_service_registry.rb +1 -1
  181. data/lib/dfp_api/v201306/line_item_template_service.rb +1 -1
  182. data/lib/dfp_api/v201306/line_item_template_service_registry.rb +1 -1
  183. data/lib/dfp_api/v201306/network_service.rb +1 -1
  184. data/lib/dfp_api/v201306/network_service_registry.rb +2 -2
  185. data/lib/dfp_api/v201306/order_service.rb +1 -1
  186. data/lib/dfp_api/v201306/order_service_registry.rb +2 -2
  187. data/lib/dfp_api/v201306/placement_service.rb +1 -1
  188. data/lib/dfp_api/v201306/placement_service_registry.rb +1 -1
  189. data/lib/dfp_api/v201306/product_service.rb +1 -1
  190. data/lib/dfp_api/v201306/product_service_registry.rb +1 -1
  191. data/lib/dfp_api/v201306/product_template_service.rb +1 -1
  192. data/lib/dfp_api/v201306/product_template_service_registry.rb +1 -1
  193. data/lib/dfp_api/v201306/proposal_line_item_service.rb +1 -1
  194. data/lib/dfp_api/v201306/proposal_line_item_service_registry.rb +1 -1
  195. data/lib/dfp_api/v201306/proposal_service.rb +1 -1
  196. data/lib/dfp_api/v201306/proposal_service_registry.rb +1 -1
  197. data/lib/dfp_api/v201306/publisher_query_language_service.rb +1 -1
  198. data/lib/dfp_api/v201306/publisher_query_language_service_registry.rb +1 -1
  199. data/lib/dfp_api/v201306/rate_card_customization_service.rb +1 -1
  200. data/lib/dfp_api/v201306/rate_card_customization_service_registry.rb +1 -1
  201. data/lib/dfp_api/v201306/rate_card_service.rb +1 -1
  202. data/lib/dfp_api/v201306/rate_card_service_registry.rb +1 -1
  203. data/lib/dfp_api/v201306/reconciliation_order_report_service.rb +1 -1
  204. data/lib/dfp_api/v201306/reconciliation_order_report_service_registry.rb +1 -1
  205. data/lib/dfp_api/v201306/reconciliation_report_row_service.rb +1 -1
  206. data/lib/dfp_api/v201306/reconciliation_report_row_service_registry.rb +1 -1
  207. data/lib/dfp_api/v201306/reconciliation_report_service.rb +1 -1
  208. data/lib/dfp_api/v201306/reconciliation_report_service_registry.rb +1 -1
  209. data/lib/dfp_api/v201306/report_service.rb +1 -1
  210. data/lib/dfp_api/v201306/report_service_registry.rb +1 -1
  211. data/lib/dfp_api/v201306/suggested_ad_unit_service.rb +1 -1
  212. data/lib/dfp_api/v201306/suggested_ad_unit_service_registry.rb +1 -1
  213. data/lib/dfp_api/v201306/team_service.rb +1 -1
  214. data/lib/dfp_api/v201306/team_service_registry.rb +1 -1
  215. data/lib/dfp_api/v201306/user_service.rb +1 -1
  216. data/lib/dfp_api/v201306/user_service_registry.rb +2 -2
  217. data/lib/dfp_api/v201306/user_team_association_service.rb +1 -1
  218. data/lib/dfp_api/v201306/user_team_association_service_registry.rb +1 -1
  219. data/lib/dfp_api/v201306/workflow_action_service.rb +1 -1
  220. data/lib/dfp_api/v201306/workflow_action_service_registry.rb +1 -1
  221. data/lib/dfp_api/v201308/activity_group_service.rb +1 -1
  222. data/lib/dfp_api/v201308/activity_group_service_registry.rb +1 -1
  223. data/lib/dfp_api/v201308/activity_service.rb +1 -1
  224. data/lib/dfp_api/v201308/activity_service_registry.rb +1 -1
  225. data/lib/dfp_api/v201308/ad_rule_service.rb +1 -1
  226. data/lib/dfp_api/v201308/ad_rule_service_registry.rb +1 -1
  227. data/lib/dfp_api/v201308/audience_segment_service.rb +1 -1
  228. data/lib/dfp_api/v201308/audience_segment_service_registry.rb +2 -2
  229. data/lib/dfp_api/v201308/base_rate_service.rb +1 -1
  230. data/lib/dfp_api/v201308/base_rate_service_registry.rb +1 -1
  231. data/lib/dfp_api/v201308/company_service.rb +1 -1
  232. data/lib/dfp_api/v201308/company_service_registry.rb +1 -1
  233. data/lib/dfp_api/v201308/contact_service.rb +1 -1
  234. data/lib/dfp_api/v201308/contact_service_registry.rb +1 -1
  235. data/lib/dfp_api/v201308/content_bundle_service.rb +1 -1
  236. data/lib/dfp_api/v201308/content_bundle_service_registry.rb +1 -1
  237. data/lib/dfp_api/v201308/content_service.rb +1 -1
  238. data/lib/dfp_api/v201308/content_service_registry.rb +1 -1
  239. data/lib/dfp_api/v201308/creative_service.rb +1 -1
  240. data/lib/dfp_api/v201308/creative_service_registry.rb +1 -1
  241. data/lib/dfp_api/v201308/creative_set_service.rb +1 -1
  242. data/lib/dfp_api/v201308/creative_set_service_registry.rb +1 -1
  243. data/lib/dfp_api/v201308/creative_template_service.rb +1 -1
  244. data/lib/dfp_api/v201308/creative_template_service_registry.rb +1 -1
  245. data/lib/dfp_api/v201308/creative_wrapper_service.rb +1 -1
  246. data/lib/dfp_api/v201308/creative_wrapper_service_registry.rb +1 -1
  247. data/lib/dfp_api/v201308/custom_field_service.rb +1 -1
  248. data/lib/dfp_api/v201308/custom_field_service_registry.rb +1 -1
  249. data/lib/dfp_api/v201308/custom_targeting_service.rb +1 -1
  250. data/lib/dfp_api/v201308/custom_targeting_service_registry.rb +1 -1
  251. data/lib/dfp_api/v201308/forecast_service.rb +1 -1
  252. data/lib/dfp_api/v201308/forecast_service_registry.rb +1 -1
  253. data/lib/dfp_api/v201308/inventory_service.rb +1 -1
  254. data/lib/dfp_api/v201308/inventory_service_registry.rb +1 -1
  255. data/lib/dfp_api/v201308/label_service.rb +1 -1
  256. data/lib/dfp_api/v201308/label_service_registry.rb +1 -1
  257. data/lib/dfp_api/v201308/line_item_creative_association_service.rb +1 -1
  258. data/lib/dfp_api/v201308/line_item_creative_association_service_registry.rb +1 -1
  259. data/lib/dfp_api/v201308/line_item_service.rb +1 -1
  260. data/lib/dfp_api/v201308/line_item_service_registry.rb +1 -1
  261. data/lib/dfp_api/v201308/line_item_template_service.rb +1 -1
  262. data/lib/dfp_api/v201308/line_item_template_service_registry.rb +1 -1
  263. data/lib/dfp_api/v201308/network_service.rb +1 -1
  264. data/lib/dfp_api/v201308/network_service_registry.rb +2 -2
  265. data/lib/dfp_api/v201308/order_service.rb +1 -1
  266. data/lib/dfp_api/v201308/order_service_registry.rb +2 -2
  267. data/lib/dfp_api/v201308/placement_service.rb +1 -1
  268. data/lib/dfp_api/v201308/placement_service_registry.rb +1 -1
  269. data/lib/dfp_api/v201308/product_service.rb +1 -1
  270. data/lib/dfp_api/v201308/product_service_registry.rb +1 -1
  271. data/lib/dfp_api/v201308/product_template_service.rb +1 -1
  272. data/lib/dfp_api/v201308/product_template_service_registry.rb +1 -1
  273. data/lib/dfp_api/v201308/proposal_line_item_service.rb +1 -1
  274. data/lib/dfp_api/v201308/proposal_line_item_service_registry.rb +1 -1
  275. data/lib/dfp_api/v201308/proposal_service.rb +1 -1
  276. data/lib/dfp_api/v201308/proposal_service_registry.rb +1 -1
  277. data/lib/dfp_api/v201308/publisher_query_language_service.rb +1 -1
  278. data/lib/dfp_api/v201308/publisher_query_language_service_registry.rb +1 -1
  279. data/lib/dfp_api/v201308/rate_card_customization_service.rb +1 -1
  280. data/lib/dfp_api/v201308/rate_card_customization_service_registry.rb +1 -1
  281. data/lib/dfp_api/v201308/rate_card_service.rb +1 -1
  282. data/lib/dfp_api/v201308/rate_card_service_registry.rb +1 -1
  283. data/lib/dfp_api/v201308/reconciliation_order_report_service.rb +1 -1
  284. data/lib/dfp_api/v201308/reconciliation_order_report_service_registry.rb +1 -1
  285. data/lib/dfp_api/v201308/reconciliation_report_row_service.rb +1 -1
  286. data/lib/dfp_api/v201308/reconciliation_report_row_service_registry.rb +1 -1
  287. data/lib/dfp_api/v201308/reconciliation_report_service.rb +1 -1
  288. data/lib/dfp_api/v201308/reconciliation_report_service_registry.rb +1 -1
  289. data/lib/dfp_api/v201308/report_service.rb +1 -1
  290. data/lib/dfp_api/v201308/report_service_registry.rb +1 -1
  291. data/lib/dfp_api/v201308/suggested_ad_unit_service.rb +1 -1
  292. data/lib/dfp_api/v201308/suggested_ad_unit_service_registry.rb +1 -1
  293. data/lib/dfp_api/v201308/team_service.rb +1 -1
  294. data/lib/dfp_api/v201308/team_service_registry.rb +1 -1
  295. data/lib/dfp_api/v201308/user_service.rb +1 -1
  296. data/lib/dfp_api/v201308/user_service_registry.rb +2 -2
  297. data/lib/dfp_api/v201308/user_team_association_service.rb +1 -1
  298. data/lib/dfp_api/v201308/user_team_association_service_registry.rb +1 -1
  299. data/lib/dfp_api/v201308/workflow_action_service.rb +1 -1
  300. data/lib/dfp_api/v201308/workflow_action_service_registry.rb +1 -1
  301. data/lib/dfp_api/v201311/activity_group_service.rb +1 -1
  302. data/lib/dfp_api/v201311/activity_group_service_registry.rb +1 -1
  303. data/lib/dfp_api/v201311/activity_service.rb +1 -1
  304. data/lib/dfp_api/v201311/activity_service_registry.rb +1 -1
  305. data/lib/dfp_api/v201311/ad_rule_service.rb +1 -1
  306. data/lib/dfp_api/v201311/ad_rule_service_registry.rb +1 -1
  307. data/lib/dfp_api/v201311/audience_segment_service.rb +1 -1
  308. data/lib/dfp_api/v201311/audience_segment_service_registry.rb +2 -2
  309. data/lib/dfp_api/v201311/base_rate_service.rb +1 -1
  310. data/lib/dfp_api/v201311/base_rate_service_registry.rb +1 -1
  311. data/lib/dfp_api/v201311/company_service.rb +1 -1
  312. data/lib/dfp_api/v201311/company_service_registry.rb +1 -1
  313. data/lib/dfp_api/v201311/contact_service.rb +1 -1
  314. data/lib/dfp_api/v201311/contact_service_registry.rb +1 -1
  315. data/lib/dfp_api/v201311/content_bundle_service.rb +1 -1
  316. data/lib/dfp_api/v201311/content_bundle_service_registry.rb +1 -1
  317. data/lib/dfp_api/v201311/content_metadata_key_hierarchy_service.rb +1 -1
  318. data/lib/dfp_api/v201311/content_metadata_key_hierarchy_service_registry.rb +1 -1
  319. data/lib/dfp_api/v201311/content_service.rb +1 -1
  320. data/lib/dfp_api/v201311/content_service_registry.rb +1 -1
  321. data/lib/dfp_api/v201311/creative_service.rb +1 -1
  322. data/lib/dfp_api/v201311/creative_service_registry.rb +1 -1
  323. data/lib/dfp_api/v201311/creative_set_service.rb +1 -1
  324. data/lib/dfp_api/v201311/creative_set_service_registry.rb +1 -1
  325. data/lib/dfp_api/v201311/creative_template_service.rb +1 -1
  326. data/lib/dfp_api/v201311/creative_template_service_registry.rb +1 -1
  327. data/lib/dfp_api/v201311/creative_wrapper_service.rb +1 -1
  328. data/lib/dfp_api/v201311/creative_wrapper_service_registry.rb +1 -1
  329. data/lib/dfp_api/v201311/custom_field_service.rb +1 -1
  330. data/lib/dfp_api/v201311/custom_field_service_registry.rb +1 -1
  331. data/lib/dfp_api/v201311/custom_targeting_service.rb +1 -1
  332. data/lib/dfp_api/v201311/custom_targeting_service_registry.rb +1 -1
  333. data/lib/dfp_api/v201311/exchange_rate_service.rb +1 -1
  334. data/lib/dfp_api/v201311/exchange_rate_service_registry.rb +1 -1
  335. data/lib/dfp_api/v201311/forecast_service.rb +1 -1
  336. data/lib/dfp_api/v201311/forecast_service_registry.rb +1 -1
  337. data/lib/dfp_api/v201311/inventory_service.rb +1 -1
  338. data/lib/dfp_api/v201311/inventory_service_registry.rb +1 -1
  339. data/lib/dfp_api/v201311/label_service.rb +1 -1
  340. data/lib/dfp_api/v201311/label_service_registry.rb +1 -1
  341. data/lib/dfp_api/v201311/line_item_creative_association_service.rb +1 -1
  342. data/lib/dfp_api/v201311/line_item_creative_association_service_registry.rb +1 -1
  343. data/lib/dfp_api/v201311/line_item_service.rb +1 -1
  344. data/lib/dfp_api/v201311/line_item_service_registry.rb +1 -1
  345. data/lib/dfp_api/v201311/line_item_template_service.rb +1 -1
  346. data/lib/dfp_api/v201311/line_item_template_service_registry.rb +1 -1
  347. data/lib/dfp_api/v201311/network_service.rb +1 -1
  348. data/lib/dfp_api/v201311/network_service_registry.rb +2 -2
  349. data/lib/dfp_api/v201311/order_service.rb +1 -1
  350. data/lib/dfp_api/v201311/order_service_registry.rb +2 -2
  351. data/lib/dfp_api/v201311/placement_service.rb +1 -1
  352. data/lib/dfp_api/v201311/placement_service_registry.rb +1 -1
  353. data/lib/dfp_api/v201311/product_service.rb +1 -1
  354. data/lib/dfp_api/v201311/product_service_registry.rb +1 -1
  355. data/lib/dfp_api/v201311/product_template_service.rb +1 -1
  356. data/lib/dfp_api/v201311/product_template_service_registry.rb +1 -1
  357. data/lib/dfp_api/v201311/proposal_line_item_service.rb +1 -1
  358. data/lib/dfp_api/v201311/proposal_line_item_service_registry.rb +1 -1
  359. data/lib/dfp_api/v201311/proposal_service.rb +1 -1
  360. data/lib/dfp_api/v201311/proposal_service_registry.rb +1 -1
  361. data/lib/dfp_api/v201311/publisher_query_language_service.rb +1 -1
  362. data/lib/dfp_api/v201311/publisher_query_language_service_registry.rb +1 -1
  363. data/lib/dfp_api/v201311/rate_card_customization_service.rb +1 -1
  364. data/lib/dfp_api/v201311/rate_card_customization_service_registry.rb +1 -1
  365. data/lib/dfp_api/v201311/rate_card_service.rb +1 -1
  366. data/lib/dfp_api/v201311/rate_card_service_registry.rb +1 -1
  367. data/lib/dfp_api/v201311/reconciliation_order_report_service.rb +1 -1
  368. data/lib/dfp_api/v201311/reconciliation_order_report_service_registry.rb +1 -1
  369. data/lib/dfp_api/v201311/reconciliation_report_row_service.rb +1 -1
  370. data/lib/dfp_api/v201311/reconciliation_report_row_service_registry.rb +1 -1
  371. data/lib/dfp_api/v201311/reconciliation_report_service.rb +1 -1
  372. data/lib/dfp_api/v201311/reconciliation_report_service_registry.rb +1 -1
  373. data/lib/dfp_api/v201311/report_service.rb +1 -1
  374. data/lib/dfp_api/v201311/report_service_registry.rb +1 -1
  375. data/lib/dfp_api/v201311/suggested_ad_unit_service.rb +1 -1
  376. data/lib/dfp_api/v201311/suggested_ad_unit_service_registry.rb +1 -1
  377. data/lib/dfp_api/v201311/team_service.rb +1 -1
  378. data/lib/dfp_api/v201311/team_service_registry.rb +1 -1
  379. data/lib/dfp_api/v201311/user_service.rb +1 -1
  380. data/lib/dfp_api/v201311/user_service_registry.rb +2 -2
  381. data/lib/dfp_api/v201311/user_team_association_service.rb +1 -1
  382. data/lib/dfp_api/v201311/user_team_association_service_registry.rb +1 -1
  383. data/lib/dfp_api/v201311/workflow_request_service.rb +1 -1
  384. data/lib/dfp_api/v201311/workflow_request_service_registry.rb +1 -1
  385. data/lib/dfp_api/v201403/activity_group_service.rb +1 -1
  386. data/lib/dfp_api/v201403/activity_group_service_registry.rb +1 -1
  387. data/lib/dfp_api/v201403/activity_service.rb +1 -1
  388. data/lib/dfp_api/v201403/activity_service_registry.rb +1 -1
  389. data/lib/dfp_api/v201403/ad_rule_service.rb +1 -1
  390. data/lib/dfp_api/v201403/ad_rule_service_registry.rb +1 -1
  391. data/lib/dfp_api/v201403/audience_segment_service.rb +1 -1
  392. data/lib/dfp_api/v201403/audience_segment_service_registry.rb +2 -2
  393. data/lib/dfp_api/v201403/base_rate_service.rb +1 -1
  394. data/lib/dfp_api/v201403/base_rate_service_registry.rb +1 -1
  395. data/lib/dfp_api/v201403/company_service.rb +1 -1
  396. data/lib/dfp_api/v201403/company_service_registry.rb +1 -1
  397. data/lib/dfp_api/v201403/contact_service.rb +1 -1
  398. data/lib/dfp_api/v201403/contact_service_registry.rb +1 -1
  399. data/lib/dfp_api/v201403/content_bundle_service.rb +1 -1
  400. data/lib/dfp_api/v201403/content_bundle_service_registry.rb +1 -1
  401. data/lib/dfp_api/v201403/content_metadata_key_hierarchy_service.rb +1 -1
  402. data/lib/dfp_api/v201403/content_metadata_key_hierarchy_service_registry.rb +1 -1
  403. data/lib/dfp_api/v201403/content_service.rb +1 -1
  404. data/lib/dfp_api/v201403/content_service_registry.rb +1 -1
  405. data/lib/dfp_api/v201403/creative_service.rb +1 -1
  406. data/lib/dfp_api/v201403/creative_service_registry.rb +1 -1
  407. data/lib/dfp_api/v201403/creative_set_service.rb +1 -1
  408. data/lib/dfp_api/v201403/creative_set_service_registry.rb +1 -1
  409. data/lib/dfp_api/v201403/creative_template_service.rb +1 -1
  410. data/lib/dfp_api/v201403/creative_template_service_registry.rb +1 -1
  411. data/lib/dfp_api/v201403/creative_wrapper_service.rb +1 -1
  412. data/lib/dfp_api/v201403/creative_wrapper_service_registry.rb +1 -1
  413. data/lib/dfp_api/v201403/custom_field_service.rb +1 -1
  414. data/lib/dfp_api/v201403/custom_field_service_registry.rb +1 -1
  415. data/lib/dfp_api/v201403/custom_targeting_service.rb +1 -1
  416. data/lib/dfp_api/v201403/custom_targeting_service_registry.rb +1 -1
  417. data/lib/dfp_api/v201403/exchange_rate_service.rb +1 -1
  418. data/lib/dfp_api/v201403/exchange_rate_service_registry.rb +1 -1
  419. data/lib/dfp_api/v201403/forecast_service.rb +1 -1
  420. data/lib/dfp_api/v201403/forecast_service_registry.rb +1 -1
  421. data/lib/dfp_api/v201403/inventory_service.rb +1 -1
  422. data/lib/dfp_api/v201403/inventory_service_registry.rb +1 -1
  423. data/lib/dfp_api/v201403/label_service.rb +1 -1
  424. data/lib/dfp_api/v201403/label_service_registry.rb +1 -1
  425. data/lib/dfp_api/v201403/line_item_creative_association_service.rb +1 -1
  426. data/lib/dfp_api/v201403/line_item_creative_association_service_registry.rb +1 -1
  427. data/lib/dfp_api/v201403/line_item_service.rb +1 -1
  428. data/lib/dfp_api/v201403/line_item_service_registry.rb +1 -1
  429. data/lib/dfp_api/v201403/line_item_template_service.rb +1 -1
  430. data/lib/dfp_api/v201403/line_item_template_service_registry.rb +1 -1
  431. data/lib/dfp_api/v201403/live_stream_event_service.rb +1 -1
  432. data/lib/dfp_api/v201403/live_stream_event_service_registry.rb +2 -2
  433. data/lib/dfp_api/v201403/network_service.rb +1 -1
  434. data/lib/dfp_api/v201403/network_service_registry.rb +2 -2
  435. data/lib/dfp_api/v201403/order_service.rb +1 -1
  436. data/lib/dfp_api/v201403/order_service_registry.rb +2 -2
  437. data/lib/dfp_api/v201403/placement_service.rb +1 -1
  438. data/lib/dfp_api/v201403/placement_service_registry.rb +1 -1
  439. data/lib/dfp_api/v201403/product_service.rb +1 -1
  440. data/lib/dfp_api/v201403/product_service_registry.rb +1 -1
  441. data/lib/dfp_api/v201403/product_template_service.rb +1 -1
  442. data/lib/dfp_api/v201403/product_template_service_registry.rb +1 -1
  443. data/lib/dfp_api/v201403/proposal_line_item_service.rb +1 -1
  444. data/lib/dfp_api/v201403/proposal_line_item_service_registry.rb +1 -1
  445. data/lib/dfp_api/v201403/proposal_service.rb +1 -1
  446. data/lib/dfp_api/v201403/proposal_service_registry.rb +1 -1
  447. data/lib/dfp_api/v201403/publisher_query_language_service.rb +1 -1
  448. data/lib/dfp_api/v201403/publisher_query_language_service_registry.rb +1 -1
  449. data/lib/dfp_api/v201403/rate_card_customization_group_service.rb +1 -1
  450. data/lib/dfp_api/v201403/rate_card_customization_group_service_registry.rb +1 -1
  451. data/lib/dfp_api/v201403/rate_card_customization_service.rb +1 -1
  452. data/lib/dfp_api/v201403/rate_card_customization_service_registry.rb +1 -1
  453. data/lib/dfp_api/v201403/rate_card_service.rb +1 -1
  454. data/lib/dfp_api/v201403/rate_card_service_registry.rb +1 -1
  455. data/lib/dfp_api/v201403/reconciliation_order_report_service.rb +1 -1
  456. data/lib/dfp_api/v201403/reconciliation_order_report_service_registry.rb +1 -1
  457. data/lib/dfp_api/v201403/reconciliation_report_row_service.rb +1 -1
  458. data/lib/dfp_api/v201403/reconciliation_report_row_service_registry.rb +1 -1
  459. data/lib/dfp_api/v201403/reconciliation_report_service.rb +1 -1
  460. data/lib/dfp_api/v201403/reconciliation_report_service_registry.rb +1 -1
  461. data/lib/dfp_api/v201403/report_service.rb +1 -1
  462. data/lib/dfp_api/v201403/report_service_registry.rb +1 -1
  463. data/lib/dfp_api/v201403/suggested_ad_unit_service.rb +1 -1
  464. data/lib/dfp_api/v201403/suggested_ad_unit_service_registry.rb +1 -1
  465. data/lib/dfp_api/v201403/team_service.rb +1 -1
  466. data/lib/dfp_api/v201403/team_service_registry.rb +1 -1
  467. data/lib/dfp_api/v201403/user_service.rb +1 -1
  468. data/lib/dfp_api/v201403/user_service_registry.rb +2 -2
  469. data/lib/dfp_api/v201403/user_team_association_service.rb +1 -1
  470. data/lib/dfp_api/v201403/user_team_association_service_registry.rb +1 -1
  471. data/lib/dfp_api/v201403/workflow_request_service.rb +1 -1
  472. data/lib/dfp_api/v201403/workflow_request_service_registry.rb +1 -1
  473. data/lib/dfp_api/v201405/activity_group_service.rb +1 -1
  474. data/lib/dfp_api/v201405/activity_group_service_registry.rb +1 -1
  475. data/lib/dfp_api/v201405/activity_service.rb +1 -1
  476. data/lib/dfp_api/v201405/activity_service_registry.rb +1 -1
  477. data/lib/dfp_api/v201405/ad_rule_service.rb +1 -1
  478. data/lib/dfp_api/v201405/ad_rule_service_registry.rb +1 -1
  479. data/lib/dfp_api/v201405/audience_segment_service.rb +1 -1
  480. data/lib/dfp_api/v201405/audience_segment_service_registry.rb +2 -2
  481. data/lib/dfp_api/v201405/base_rate_service.rb +1 -1
  482. data/lib/dfp_api/v201405/base_rate_service_registry.rb +1 -1
  483. data/lib/dfp_api/v201405/company_service.rb +1 -1
  484. data/lib/dfp_api/v201405/company_service_registry.rb +1 -1
  485. data/lib/dfp_api/v201405/contact_service.rb +1 -1
  486. data/lib/dfp_api/v201405/contact_service_registry.rb +1 -1
  487. data/lib/dfp_api/v201405/content_bundle_service.rb +1 -1
  488. data/lib/dfp_api/v201405/content_bundle_service_registry.rb +1 -1
  489. data/lib/dfp_api/v201405/content_metadata_key_hierarchy_service.rb +1 -1
  490. data/lib/dfp_api/v201405/content_metadata_key_hierarchy_service_registry.rb +1 -1
  491. data/lib/dfp_api/v201405/content_service.rb +1 -1
  492. data/lib/dfp_api/v201405/content_service_registry.rb +1 -1
  493. data/lib/dfp_api/v201405/creative_service.rb +1 -1
  494. data/lib/dfp_api/v201405/creative_service_registry.rb +1 -1
  495. data/lib/dfp_api/v201405/creative_set_service.rb +1 -1
  496. data/lib/dfp_api/v201405/creative_set_service_registry.rb +1 -1
  497. data/lib/dfp_api/v201405/creative_template_service.rb +1 -1
  498. data/lib/dfp_api/v201405/creative_template_service_registry.rb +1 -1
  499. data/lib/dfp_api/v201405/creative_wrapper_service.rb +1 -1
  500. data/lib/dfp_api/v201405/creative_wrapper_service_registry.rb +1 -1
  501. data/lib/dfp_api/v201405/custom_field_service.rb +1 -1
  502. data/lib/dfp_api/v201405/custom_field_service_registry.rb +1 -1
  503. data/lib/dfp_api/v201405/custom_targeting_service.rb +1 -1
  504. data/lib/dfp_api/v201405/custom_targeting_service_registry.rb +1 -1
  505. data/lib/dfp_api/v201405/exchange_rate_service.rb +1 -1
  506. data/lib/dfp_api/v201405/exchange_rate_service_registry.rb +1 -1
  507. data/lib/dfp_api/v201405/forecast_service.rb +1 -1
  508. data/lib/dfp_api/v201405/forecast_service_registry.rb +1 -1
  509. data/lib/dfp_api/v201405/inventory_service.rb +1 -1
  510. data/lib/dfp_api/v201405/inventory_service_registry.rb +1 -1
  511. data/lib/dfp_api/v201405/label_service.rb +1 -1
  512. data/lib/dfp_api/v201405/label_service_registry.rb +1 -1
  513. data/lib/dfp_api/v201405/line_item_creative_association_service.rb +1 -1
  514. data/lib/dfp_api/v201405/line_item_creative_association_service_registry.rb +1 -1
  515. data/lib/dfp_api/v201405/line_item_service.rb +1 -1
  516. data/lib/dfp_api/v201405/line_item_service_registry.rb +1 -1
  517. data/lib/dfp_api/v201405/line_item_template_service.rb +1 -1
  518. data/lib/dfp_api/v201405/line_item_template_service_registry.rb +1 -1
  519. data/lib/dfp_api/v201405/live_stream_event_service.rb +1 -1
  520. data/lib/dfp_api/v201405/live_stream_event_service_registry.rb +2 -2
  521. data/lib/dfp_api/v201405/network_service.rb +1 -1
  522. data/lib/dfp_api/v201405/network_service_registry.rb +2 -2
  523. data/lib/dfp_api/v201405/order_service.rb +1 -1
  524. data/lib/dfp_api/v201405/order_service_registry.rb +1 -1
  525. data/lib/dfp_api/v201405/placement_service.rb +1 -1
  526. data/lib/dfp_api/v201405/placement_service_registry.rb +1 -1
  527. data/lib/dfp_api/v201405/product_service.rb +1 -1
  528. data/lib/dfp_api/v201405/product_service_registry.rb +1 -1
  529. data/lib/dfp_api/v201405/product_template_service.rb +1 -1
  530. data/lib/dfp_api/v201405/product_template_service_registry.rb +1 -1
  531. data/lib/dfp_api/v201405/proposal_line_item_service.rb +1 -1
  532. data/lib/dfp_api/v201405/proposal_line_item_service_registry.rb +1 -1
  533. data/lib/dfp_api/v201405/proposal_service.rb +1 -1
  534. data/lib/dfp_api/v201405/proposal_service_registry.rb +1 -1
  535. data/lib/dfp_api/v201405/publisher_query_language_service.rb +1 -1
  536. data/lib/dfp_api/v201405/publisher_query_language_service_registry.rb +1 -1
  537. data/lib/dfp_api/v201405/rate_card_customization_group_service.rb +1 -1
  538. data/lib/dfp_api/v201405/rate_card_customization_group_service_registry.rb +1 -1
  539. data/lib/dfp_api/v201405/rate_card_customization_service.rb +1 -1
  540. data/lib/dfp_api/v201405/rate_card_customization_service_registry.rb +1 -1
  541. data/lib/dfp_api/v201405/rate_card_service.rb +1 -1
  542. data/lib/dfp_api/v201405/rate_card_service_registry.rb +1 -1
  543. data/lib/dfp_api/v201405/reconciliation_order_report_service.rb +1 -1
  544. data/lib/dfp_api/v201405/reconciliation_order_report_service_registry.rb +1 -1
  545. data/lib/dfp_api/v201405/reconciliation_report_row_service.rb +1 -1
  546. data/lib/dfp_api/v201405/reconciliation_report_row_service_registry.rb +1 -1
  547. data/lib/dfp_api/v201405/reconciliation_report_service.rb +1 -1
  548. data/lib/dfp_api/v201405/reconciliation_report_service_registry.rb +1 -1
  549. data/lib/dfp_api/v201405/report_service.rb +1 -1
  550. data/lib/dfp_api/v201405/report_service_registry.rb +1 -1
  551. data/lib/dfp_api/v201405/suggested_ad_unit_service.rb +1 -1
  552. data/lib/dfp_api/v201405/suggested_ad_unit_service_registry.rb +1 -1
  553. data/lib/dfp_api/v201405/team_service.rb +1 -1
  554. data/lib/dfp_api/v201405/team_service_registry.rb +1 -1
  555. data/lib/dfp_api/v201405/user_service.rb +1 -1
  556. data/lib/dfp_api/v201405/user_service_registry.rb +2 -2
  557. data/lib/dfp_api/v201405/user_team_association_service.rb +1 -1
  558. data/lib/dfp_api/v201405/user_team_association_service_registry.rb +1 -1
  559. data/lib/dfp_api/v201405/workflow_request_service.rb +1 -1
  560. data/lib/dfp_api/v201405/workflow_request_service_registry.rb +1 -1
  561. data/lib/dfp_api/v201408/activity_group_service.rb +42 -0
  562. data/lib/dfp_api/v201408/activity_group_service_registry.rb +46 -0
  563. data/lib/dfp_api/v201408/activity_service.rb +42 -0
  564. data/lib/dfp_api/v201408/activity_service_registry.rb +46 -0
  565. data/lib/dfp_api/v201408/ad_rule_service.rb +46 -0
  566. data/lib/dfp_api/v201408/ad_rule_service_registry.rb +46 -0
  567. data/lib/dfp_api/v201408/audience_segment_service.rb +46 -0
  568. data/lib/dfp_api/v201408/audience_segment_service_registry.rb +46 -0
  569. data/lib/dfp_api/v201408/base_rate_service.rb +46 -0
  570. data/lib/dfp_api/v201408/base_rate_service_registry.rb +46 -0
  571. data/lib/dfp_api/v201408/company_service.rb +42 -0
  572. data/lib/dfp_api/v201408/company_service_registry.rb +46 -0
  573. data/lib/dfp_api/v201408/contact_service.rb +42 -0
  574. data/lib/dfp_api/v201408/contact_service_registry.rb +46 -0
  575. data/lib/dfp_api/v201408/content_bundle_service.rb +46 -0
  576. data/lib/dfp_api/v201408/content_bundle_service_registry.rb +46 -0
  577. data/lib/dfp_api/v201408/content_metadata_key_hierarchy_service.rb +46 -0
  578. data/lib/dfp_api/v201408/content_metadata_key_hierarchy_service_registry.rb +46 -0
  579. data/lib/dfp_api/v201408/content_service.rb +38 -0
  580. data/lib/dfp_api/v201408/content_service_registry.rb +46 -0
  581. data/lib/dfp_api/v201408/creative_service.rb +42 -0
  582. data/lib/dfp_api/v201408/creative_service_registry.rb +46 -0
  583. data/lib/dfp_api/v201408/creative_set_service.rb +42 -0
  584. data/lib/dfp_api/v201408/creative_set_service_registry.rb +46 -0
  585. data/lib/dfp_api/v201408/creative_template_service.rb +34 -0
  586. data/lib/dfp_api/v201408/creative_template_service_registry.rb +46 -0
  587. data/lib/dfp_api/v201408/creative_wrapper_service.rb +46 -0
  588. data/lib/dfp_api/v201408/creative_wrapper_service_registry.rb +46 -0
  589. data/lib/dfp_api/v201408/custom_field_service.rb +58 -0
  590. data/lib/dfp_api/v201408/custom_field_service_registry.rb +46 -0
  591. data/lib/dfp_api/v201408/custom_targeting_service.rb +62 -0
  592. data/lib/dfp_api/v201408/custom_targeting_service_registry.rb +46 -0
  593. data/lib/dfp_api/v201408/exchange_rate_service.rb +46 -0
  594. data/lib/dfp_api/v201408/exchange_rate_service_registry.rb +46 -0
  595. data/lib/dfp_api/v201408/forecast_service.rb +38 -0
  596. data/lib/dfp_api/v201408/forecast_service_registry.rb +46 -0
  597. data/lib/dfp_api/v201408/inventory_service.rb +50 -0
  598. data/lib/dfp_api/v201408/inventory_service_registry.rb +46 -0
  599. data/lib/dfp_api/v201408/label_service.rb +46 -0
  600. data/lib/dfp_api/v201408/label_service_registry.rb +46 -0
  601. data/lib/dfp_api/v201408/line_item_creative_association_service.rb +50 -0
  602. data/lib/dfp_api/v201408/line_item_creative_association_service_registry.rb +46 -0
  603. data/lib/dfp_api/v201408/line_item_service.rb +46 -0
  604. data/lib/dfp_api/v201408/line_item_service_registry.rb +46 -0
  605. data/lib/dfp_api/v201408/line_item_template_service.rb +34 -0
  606. data/lib/dfp_api/v201408/line_item_template_service_registry.rb +46 -0
  607. data/lib/dfp_api/v201408/live_stream_event_service.rb +46 -0
  608. data/lib/dfp_api/v201408/live_stream_event_service_registry.rb +46 -0
  609. data/lib/dfp_api/v201408/network_service.rb +46 -0
  610. data/lib/dfp_api/v201408/network_service_registry.rb +46 -0
  611. data/lib/dfp_api/v201408/order_service.rb +46 -0
  612. data/lib/dfp_api/v201408/order_service_registry.rb +46 -0
  613. data/lib/dfp_api/v201408/placement_service.rb +46 -0
  614. data/lib/dfp_api/v201408/placement_service_registry.rb +46 -0
  615. data/lib/dfp_api/v201408/premium_rate_service.rb +42 -0
  616. data/lib/dfp_api/v201408/premium_rate_service_registry.rb +46 -0
  617. data/lib/dfp_api/v201408/product_service.rb +42 -0
  618. data/lib/dfp_api/v201408/product_service_registry.rb +46 -0
  619. data/lib/dfp_api/v201408/product_template_service.rb +46 -0
  620. data/lib/dfp_api/v201408/product_template_service_registry.rb +46 -0
  621. data/lib/dfp_api/v201408/proposal_line_item_service.rb +46 -0
  622. data/lib/dfp_api/v201408/proposal_line_item_service_registry.rb +46 -0
  623. data/lib/dfp_api/v201408/proposal_service.rb +46 -0
  624. data/lib/dfp_api/v201408/proposal_service_registry.rb +46 -0
  625. data/lib/dfp_api/v201408/publisher_query_language_service.rb +34 -0
  626. data/lib/dfp_api/v201408/publisher_query_language_service_registry.rb +46 -0
  627. data/lib/dfp_api/v201408/rate_card_service.rb +46 -0
  628. data/lib/dfp_api/v201408/rate_card_service_registry.rb +46 -0
  629. data/lib/dfp_api/v201408/reconciliation_order_report_service.rb +38 -0
  630. data/lib/dfp_api/v201408/reconciliation_order_report_service_registry.rb +46 -0
  631. data/lib/dfp_api/v201408/reconciliation_report_row_service.rb +38 -0
  632. data/lib/dfp_api/v201408/reconciliation_report_row_service_registry.rb +46 -0
  633. data/lib/dfp_api/v201408/reconciliation_report_service.rb +38 -0
  634. data/lib/dfp_api/v201408/reconciliation_report_service_registry.rb +46 -0
  635. data/lib/dfp_api/v201408/report_service.rb +46 -0
  636. data/lib/dfp_api/v201408/report_service_registry.rb +46 -0
  637. data/lib/dfp_api/v201408/suggested_ad_unit_service.rb +38 -0
  638. data/lib/dfp_api/v201408/suggested_ad_unit_service_registry.rb +46 -0
  639. data/lib/dfp_api/v201408/team_service.rb +42 -0
  640. data/lib/dfp_api/v201408/team_service_registry.rb +46 -0
  641. data/lib/dfp_api/v201408/user_service.rb +54 -0
  642. data/lib/dfp_api/v201408/user_service_registry.rb +46 -0
  643. data/lib/dfp_api/v201408/user_team_association_service.rb +46 -0
  644. data/lib/dfp_api/v201408/user_team_association_service_registry.rb +46 -0
  645. data/lib/dfp_api/v201408/workflow_request_service.rb +38 -0
  646. data/lib/dfp_api/v201408/workflow_request_service_registry.rb +46 -0
  647. data/lib/dfp_api/version.rb +1 -1
  648. data/lib/dfp_api_statement.rb +45 -0
  649. data/test/bugs/test_issue_00000016.rb +2 -2
  650. metadata +1164 -1623
  651. checksums.yaml +0 -15
  652. data/examples/v201208/audience_segment_service/get_all_audience_segments.rb +0 -93
  653. data/examples/v201208/common/error_handling.rb +0 -76
  654. data/examples/v201208/common/setup_oauth2.rb +0 -89
  655. data/examples/v201208/company_service/get_all_companies.rb +0 -92
  656. data/examples/v201208/company_service/get_companies_by_statement.rb +0 -88
  657. data/examples/v201208/company_service/get_company.rb +0 -72
  658. data/examples/v201208/company_service/update_companies.rb +0 -95
  659. data/examples/v201208/content_service/get_content_by_category.rb +0 -136
  660. data/examples/v201208/creative_service/copy_image_creatives.rb +0 -115
  661. data/examples/v201208/creative_service/create_creative_from_template.rb +0 -139
  662. data/examples/v201208/creative_service/create_creatives.rb +0 -106
  663. data/examples/v201208/creative_service/create_custom_creative.rb +0 -104
  664. data/examples/v201208/creative_service/get_all_creatives.rb +0 -93
  665. data/examples/v201208/creative_service/get_creative.rb +0 -72
  666. data/examples/v201208/creative_service/get_creatives_by_statement.rb +0 -87
  667. data/examples/v201208/creative_service/update_creatives.rb +0 -96
  668. data/examples/v201208/creative_set_service/associate_creative_set_to_line_item.rb +0 -77
  669. data/examples/v201208/creative_set_service/create_creative_set.rb +0 -83
  670. data/examples/v201208/creative_set_service/get_all_creative_sets.rb +0 -94
  671. data/examples/v201208/creative_set_service/get_creative_sets_by_statement.rb +0 -90
  672. data/examples/v201208/creative_set_service/update_creative_sets.rb +0 -85
  673. data/examples/v201208/creative_template_service/get_all_creative_templates.rb +0 -94
  674. data/examples/v201208/creative_template_service/get_creative_template.rb +0 -74
  675. data/examples/v201208/creative_template_service/get_creative_templates_by_statement.rb +0 -80
  676. data/examples/v201208/custom_field_service/create_custom_field_options.rb +0 -87
  677. data/examples/v201208/custom_field_service/create_custom_fields.rb +0 -86
  678. data/examples/v201208/custom_field_service/deactivate_all_line_item_custom_fields.rb +0 -112
  679. data/examples/v201208/custom_field_service/get_all_custom_fields.rb +0 -102
  680. data/examples/v201208/custom_field_service/get_all_line_item_custom_fields.rb +0 -86
  681. data/examples/v201208/custom_field_service/set_line_item_custom_field_value.rb +0 -135
  682. data/examples/v201208/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -140
  683. data/examples/v201208/custom_targeting_service/delete_custom_targeting_keys.rb +0 -121
  684. data/examples/v201208/custom_targeting_service/delete_custom_targeting_values.rb +0 -125
  685. data/examples/v201208/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -148
  686. data/examples/v201208/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -92
  687. data/examples/v201208/custom_targeting_service/update_custom_targeting_keys.rb +0 -94
  688. data/examples/v201208/custom_targeting_service/update_custom_targeting_values.rb +0 -106
  689. data/examples/v201208/forecast_service/get_forecast.rb +0 -107
  690. data/examples/v201208/forecast_service/get_forecast_by_id.rb +0 -80
  691. data/examples/v201208/inventory_service/create_ad_units.rb +0 -101
  692. data/examples/v201208/inventory_service/create_mobile_ad_unit.rb +0 -101
  693. data/examples/v201208/inventory_service/create_video_ad_unit.rb +0 -108
  694. data/examples/v201208/inventory_service/get_ad_unit.rb +0 -72
  695. data/examples/v201208/inventory_service/get_ad_unit_sizes.rb +0 -85
  696. data/examples/v201208/inventory_service/get_ad_units_by_statement.rb +0 -96
  697. data/examples/v201208/inventory_service/update_ad_units.rb +0 -94
  698. data/examples/v201208/label_service/create_labels.rb +0 -83
  699. data/examples/v201208/label_service/deactivate_labels.rb +0 -118
  700. data/examples/v201208/label_service/get_all_labels.rb +0 -95
  701. data/examples/v201208/label_service/get_label.rb +0 -76
  702. data/examples/v201208/label_service/get_labels_by_statement.rb +0 -81
  703. data/examples/v201208/label_service/update_labels.rb +0 -102
  704. data/examples/v201208/line_item_creative_association_service/create_licas.rb +0 -94
  705. data/examples/v201208/line_item_creative_association_service/deactivate_licas.rb +0 -127
  706. data/examples/v201208/line_item_creative_association_service/get_all_licas.rb +0 -98
  707. data/examples/v201208/line_item_creative_association_service/get_lica.rb +0 -77
  708. data/examples/v201208/line_item_creative_association_service/update_licas.rb +0 -91
  709. data/examples/v201208/line_item_service/activate_line_items.rb +0 -131
  710. data/examples/v201208/line_item_service/create_line_items.rb +0 -177
  711. data/examples/v201208/line_item_service/create_mobile_line_item.rb +0 -135
  712. data/examples/v201208/line_item_service/create_video_line_item.rb +0 -156
  713. data/examples/v201208/line_item_service/get_all_line_items.rb +0 -94
  714. data/examples/v201208/line_item_service/get_line_item.rb +0 -74
  715. data/examples/v201208/line_item_service/get_line_items_by_statement.rb +0 -93
  716. data/examples/v201208/line_item_service/get_recently_updated_line_items.rb +0 -98
  717. data/examples/v201208/line_item_service/target_custom_criteria.rb +0 -129
  718. data/examples/v201208/network_service/make_test_network.rb +0 -79
  719. data/examples/v201208/order_service/approve_orders.rb +0 -122
  720. data/examples/v201208/order_service/create_orders.rb +0 -92
  721. data/examples/v201208/order_service/get_all_orders.rb +0 -93
  722. data/examples/v201208/order_service/get_order.rb +0 -74
  723. data/examples/v201208/order_service/get_orders_by_statement.rb +0 -90
  724. data/examples/v201208/order_service/update_orders.rb +0 -95
  725. data/examples/v201208/placement_service/create_placements.rb +0 -131
  726. data/examples/v201208/placement_service/deactivate_placements.rb +0 -118
  727. data/examples/v201208/placement_service/get_all_placements.rb +0 -93
  728. data/examples/v201208/placement_service/get_placement.rb +0 -74
  729. data/examples/v201208/placement_service/get_placements_by_statement.rb +0 -86
  730. data/examples/v201208/publisher_query_language_service/get_all_cities.rb +0 -90
  731. data/examples/v201208/report_service/download_report.rb +0 -81
  732. data/examples/v201208/report_service/run_delivery_report.rb +0 -103
  733. data/examples/v201208/report_service/run_inventory_report.rb +0 -96
  734. data/examples/v201208/report_service/run_merged_delivery_report.rb +0 -94
  735. data/examples/v201208/report_service/run_report_with_custom_fields.rb +0 -135
  736. data/examples/v201208/report_service/run_sales_report.rb +0 -92
  737. data/examples/v201208/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +0 -109
  738. data/examples/v201208/suggested_ad_unit_service/get_all_suggested_ad_units.rb +0 -96
  739. data/examples/v201208/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -75
  740. data/examples/v201208/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +0 -92
  741. data/examples/v201208/team_service/get_team.rb +0 -74
  742. data/examples/v201208/team_service/get_teams_by_statement.rb +0 -78
  743. data/examples/v201208/team_service/update_teams.rb +0 -95
  744. data/examples/v201208/third_party_slot_service/archive_third_party_slots.rb +0 -125
  745. data/examples/v201208/third_party_slot_service/create_third_party_slot.rb +0 -91
  746. data/examples/v201208/third_party_slot_service/get_all_third_party_slots.rb +0 -93
  747. data/examples/v201208/third_party_slot_service/get_third_party_slot_by_statement.rb +0 -86
  748. data/examples/v201208/third_party_slot_service/update_third_party_slots.rb +0 -95
  749. data/examples/v201208/user_service/create_users.rb +0 -89
  750. data/examples/v201208/user_service/deactivate_users.rb +0 -97
  751. data/examples/v201208/user_service/get_current_user.rb +0 -66
  752. data/examples/v201208/user_service/get_user.rb +0 -73
  753. data/examples/v201208/user_service/get_users_by_statement.rb +0 -79
  754. data/examples/v201208/user_service/update_users.rb +0 -89
  755. data/examples/v201208/user_team_association_service/delete_user_team_associations.rb +0 -111
  756. data/examples/v201208/user_team_association_service/get_all_user_team_associations.rb +0 -94
  757. data/examples/v201208/user_team_association_service/get_user_team_association.rb +0 -76
  758. data/examples/v201208/user_team_association_service/update_user_team_associations.rb +0 -102
  759. data/examples/v201211/audience_segment_service/get_all_audience_segments.rb +0 -93
  760. data/examples/v201211/common/error_handling.rb +0 -76
  761. data/examples/v201211/common/oauth2_jwt_handling.rb +0 -111
  762. data/examples/v201211/company_service/create_companies.rb +0 -81
  763. data/examples/v201211/company_service/get_all_companies.rb +0 -92
  764. data/examples/v201211/company_service/get_companies_by_statement.rb +0 -88
  765. data/examples/v201211/company_service/get_company.rb +0 -72
  766. data/examples/v201211/company_service/update_companies.rb +0 -102
  767. data/examples/v201211/content_service/get_all_content.rb +0 -94
  768. data/examples/v201211/content_service/get_content_by_category.rb +0 -143
  769. data/examples/v201211/creative_service/copy_image_creatives.rb +0 -115
  770. data/examples/v201211/creative_service/create_creative_from_template.rb +0 -139
  771. data/examples/v201211/creative_service/create_creatives.rb +0 -106
  772. data/examples/v201211/creative_service/create_custom_creative.rb +0 -104
  773. data/examples/v201211/creative_service/get_creative.rb +0 -72
  774. data/examples/v201211/creative_service/get_creatives_by_statement.rb +0 -87
  775. data/examples/v201211/creative_set_service/get_creative_sets_by_statement.rb +0 -90
  776. data/examples/v201211/creative_set_service/update_creative_sets.rb +0 -85
  777. data/examples/v201211/creative_template_service/get_creative_templates_by_statement.rb +0 -80
  778. data/examples/v201211/creative_wrapper_service/create_creative_wrappers.rb +0 -89
  779. data/examples/v201211/creative_wrapper_service/deactivate_creative_wrapper.rb +0 -102
  780. data/examples/v201211/creative_wrapper_service/get_creative_wrappers_by_statement.rb +0 -88
  781. data/examples/v201211/creative_wrapper_service/update_creative_wrappers.rb +0 -86
  782. data/examples/v201211/custom_field_service/create_custom_field_options.rb +0 -87
  783. data/examples/v201211/custom_field_service/create_custom_fields.rb +0 -86
  784. data/examples/v201211/custom_field_service/deactivate_all_line_item_custom_fields.rb +0 -112
  785. data/examples/v201211/custom_field_service/get_all_custom_fields.rb +0 -102
  786. data/examples/v201211/custom_field_service/get_all_line_item_custom_fields.rb +0 -86
  787. data/examples/v201211/custom_field_service/set_line_item_custom_field_value.rb +0 -135
  788. data/examples/v201211/custom_field_service/update_custom_fields.rb +0 -83
  789. data/examples/v201211/custom_targeting_service/delete_custom_targeting_keys.rb +0 -121
  790. data/examples/v201211/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -148
  791. data/examples/v201211/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -92
  792. data/examples/v201211/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -98
  793. data/examples/v201211/custom_targeting_service/update_custom_targeting_values.rb +0 -106
  794. data/examples/v201211/forecast_service/get_forecast.rb +0 -107
  795. data/examples/v201211/forecast_service/get_forecast_by_id.rb +0 -80
  796. data/examples/v201211/inventory_service/create_ad_units.rb +0 -101
  797. data/examples/v201211/inventory_service/create_video_ad_unit.rb +0 -108
  798. data/examples/v201211/inventory_service/deactivate_ad_units.rb +0 -119
  799. data/examples/v201211/inventory_service/get_ad_unit.rb +0 -72
  800. data/examples/v201211/inventory_service/get_ad_unit_sizes.rb +0 -85
  801. data/examples/v201211/inventory_service/get_ad_units_by_statement.rb +0 -96
  802. data/examples/v201211/inventory_service/get_all_ad_units.rb +0 -93
  803. data/examples/v201211/label_service/deactivate_labels.rb +0 -118
  804. data/examples/v201211/label_service/get_label.rb +0 -76
  805. data/examples/v201211/label_service/update_labels.rb +0 -102
  806. data/examples/v201211/line_item_creative_association_service/create_licas.rb +0 -94
  807. data/examples/v201211/line_item_creative_association_service/get_lica.rb +0 -77
  808. data/examples/v201211/line_item_creative_association_service/get_licas_by_statement.rb +0 -91
  809. data/examples/v201211/line_item_creative_association_service/update_licas.rb +0 -91
  810. data/examples/v201211/line_item_service/create_mobile_line_item.rb +0 -135
  811. data/examples/v201211/line_item_service/create_video_line_item.rb +0 -156
  812. data/examples/v201211/line_item_service/get_all_line_items.rb +0 -94
  813. data/examples/v201211/line_item_service/get_line_item.rb +0 -74
  814. data/examples/v201211/line_item_service/get_recently_updated_line_items.rb +0 -98
  815. data/examples/v201211/line_item_service/update_line_items.rb +0 -109
  816. data/examples/v201211/network_service/get_all_networks.rb +0 -74
  817. data/examples/v201211/network_service/get_current_network.rb +0 -66
  818. data/examples/v201211/network_service/make_test_network.rb +0 -79
  819. data/examples/v201211/order_service/approve_orders.rb +0 -122
  820. data/examples/v201211/order_service/get_order.rb +0 -74
  821. data/examples/v201211/order_service/get_orders_by_statement.rb +0 -90
  822. data/examples/v201211/order_service/update_orders.rb +0 -97
  823. data/examples/v201211/placement_service/create_placements.rb +0 -131
  824. data/examples/v201211/placement_service/get_placement.rb +0 -74
  825. data/examples/v201211/placement_service/update_placements.rb +0 -97
  826. data/examples/v201211/publisher_query_language_service/get_all_cities.rb +0 -104
  827. data/examples/v201211/report_service/run_delivery_report.rb +0 -103
  828. data/examples/v201211/report_service/run_inventory_report.rb +0 -96
  829. data/examples/v201211/report_service/run_merged_delivery_report.rb +0 -94
  830. data/examples/v201211/report_service/run_report_with_custom_fields.rb +0 -135
  831. data/examples/v201211/report_service/run_sales_report.rb +0 -92
  832. data/examples/v201211/suggested_ad_unit_service/get_all_suggested_ad_units.rb +0 -96
  833. data/examples/v201211/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -75
  834. data/examples/v201211/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +0 -92
  835. data/examples/v201211/team_service/create_teams.rb +0 -83
  836. data/examples/v201211/team_service/get_all_teams.rb +0 -92
  837. data/examples/v201211/team_service/get_team.rb +0 -74
  838. data/examples/v201211/team_service/get_teams_by_statement.rb +0 -78
  839. data/examples/v201211/team_service/update_teams.rb +0 -97
  840. data/examples/v201211/third_party_slot_service/archive_third_party_slots.rb +0 -125
  841. data/examples/v201211/third_party_slot_service/create_third_party_slot.rb +0 -91
  842. data/examples/v201211/third_party_slot_service/get_all_third_party_slots.rb +0 -93
  843. data/examples/v201211/third_party_slot_service/get_third_party_slot_by_statement.rb +0 -86
  844. data/examples/v201211/third_party_slot_service/update_third_party_slots.rb +0 -95
  845. data/examples/v201211/user_service/deactivate_users.rb +0 -97
  846. data/examples/v201211/user_service/get_all_roles.rb +0 -73
  847. data/examples/v201211/user_service/get_all_users.rb +0 -93
  848. data/examples/v201211/user_service/get_user.rb +0 -73
  849. data/examples/v201211/user_service/get_users_by_statement.rb +0 -79
  850. data/examples/v201211/user_service/update_users.rb +0 -89
  851. data/examples/v201211/user_team_association_service/create_user_team_associations.rb +0 -86
  852. data/examples/v201211/user_team_association_service/delete_user_team_associations.rb +0 -111
  853. data/examples/v201211/user_team_association_service/get_user_team_association.rb +0 -76
  854. data/examples/v201211/user_team_association_service/get_user_team_associations_by_statement.rb +0 -94
  855. data/examples/v201211/user_team_association_service/update_user_team_associations.rb +0 -102
  856. data/examples/v201302/activity_group_service/create_activity_groups.rb +0 -94
  857. data/examples/v201302/activity_group_service/get_active_activity_groups.rb +0 -100
  858. data/examples/v201302/activity_group_service/get_all_activity_groups.rb +0 -95
  859. data/examples/v201302/activity_group_service/update_activity_groups.rb +0 -87
  860. data/examples/v201302/activity_service/get_all_activities.rb +0 -144
  861. data/examples/v201302/audience_segment_service/get_all_audience_segments.rb +0 -93
  862. data/examples/v201302/common/oauth2_jwt_handling.rb +0 -111
  863. data/examples/v201302/common/setup_oauth2.rb +0 -89
  864. data/examples/v201302/company_service/create_companies.rb +0 -81
  865. data/examples/v201302/company_service/get_company.rb +0 -72
  866. data/examples/v201302/contact_service/create_contacts.rb +0 -95
  867. data/examples/v201302/contact_service/get_all_contacts.rb +0 -92
  868. data/examples/v201302/contact_service/get_uninvited_contacts.rb +0 -102
  869. data/examples/v201302/contact_service/update_contacts.rb +0 -84
  870. data/examples/v201302/creative_service/copy_image_creatives.rb +0 -115
  871. data/examples/v201302/creative_service/create_creative_from_template.rb +0 -139
  872. data/examples/v201302/creative_service/get_all_creatives.rb +0 -93
  873. data/examples/v201302/creative_service/get_creative.rb +0 -72
  874. data/examples/v201302/creative_service/update_creatives.rb +0 -96
  875. data/examples/v201302/creative_set_service/associate_creative_set_to_line_item.rb +0 -77
  876. data/examples/v201302/creative_set_service/create_creative_set.rb +0 -83
  877. data/examples/v201302/creative_set_service/get_all_creative_sets.rb +0 -94
  878. data/examples/v201302/creative_template_service/get_all_creative_templates.rb +0 -94
  879. data/examples/v201302/creative_template_service/get_creative_template.rb +0 -74
  880. data/examples/v201302/creative_wrapper_service/deactivate_creative_wrapper.rb +0 -102
  881. data/examples/v201302/creative_wrapper_service/get_all_creative_wrappers.rb +0 -94
  882. data/examples/v201302/custom_field_service/get_all_custom_fields.rb +0 -102
  883. data/examples/v201302/custom_field_service/update_custom_fields.rb +0 -84
  884. data/examples/v201302/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -140
  885. data/examples/v201302/custom_targeting_service/delete_custom_targeting_values.rb +0 -125
  886. data/examples/v201302/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -98
  887. data/examples/v201302/custom_targeting_service/update_custom_targeting_keys.rb +0 -94
  888. data/examples/v201302/forecast_service/get_forecast.rb +0 -107
  889. data/examples/v201302/forecast_service/get_forecast_by_id.rb +0 -80
  890. data/examples/v201302/inventory_service/create_mobile_ad_unit.rb +0 -101
  891. data/examples/v201302/inventory_service/deactivate_ad_units.rb +0 -119
  892. data/examples/v201302/inventory_service/get_ad_unit.rb +0 -72
  893. data/examples/v201302/inventory_service/get_all_ad_units.rb +0 -93
  894. data/examples/v201302/inventory_service/update_ad_units.rb +0 -96
  895. data/examples/v201302/label_service/create_labels.rb +0 -83
  896. data/examples/v201302/label_service/get_all_labels.rb +0 -95
  897. data/examples/v201302/label_service/get_label.rb +0 -76
  898. data/examples/v201302/label_service/get_labels_by_statement.rb +0 -81
  899. data/examples/v201302/line_item_creative_association_service/deactivate_licas.rb +0 -127
  900. data/examples/v201302/line_item_creative_association_service/get_all_licas.rb +0 -98
  901. data/examples/v201302/line_item_creative_association_service/get_lica.rb +0 -77
  902. data/examples/v201302/line_item_creative_association_service/get_licas_by_statement.rb +0 -91
  903. data/examples/v201302/line_item_service/activate_line_items.rb +0 -131
  904. data/examples/v201302/line_item_service/create_line_items.rb +0 -177
  905. data/examples/v201302/line_item_service/create_mobile_line_item.rb +0 -135
  906. data/examples/v201302/line_item_service/get_line_item.rb +0 -74
  907. data/examples/v201302/line_item_service/get_line_items_by_statement.rb +0 -93
  908. data/examples/v201302/line_item_service/target_custom_criteria.rb +0 -129
  909. data/examples/v201302/line_item_service/update_line_items.rb +0 -109
  910. data/examples/v201302/network_service/get_all_networks.rb +0 -74
  911. data/examples/v201302/network_service/get_current_network.rb +0 -66
  912. data/examples/v201302/order_service/create_orders.rb +0 -92
  913. data/examples/v201302/order_service/get_all_orders.rb +0 -93
  914. data/examples/v201302/order_service/get_order.rb +0 -74
  915. data/examples/v201302/placement_service/deactivate_placements.rb +0 -118
  916. data/examples/v201302/placement_service/get_all_placements.rb +0 -93
  917. data/examples/v201302/placement_service/get_placement.rb +0 -74
  918. data/examples/v201302/placement_service/get_placements_by_statement.rb +0 -86
  919. data/examples/v201302/placement_service/update_placements.rb +0 -97
  920. data/examples/v201302/publisher_query_language_service/get_all_cities.rb +0 -104
  921. data/examples/v201302/report_service/download_report.rb +0 -81
  922. data/examples/v201302/report_service/run_delivery_report.rb +0 -103
  923. data/examples/v201302/report_service/run_merged_delivery_report.rb +0 -94
  924. data/examples/v201302/report_service/run_report_with_custom_fields.rb +0 -135
  925. data/examples/v201302/report_service/run_sales_report.rb +0 -92
  926. data/examples/v201302/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +0 -109
  927. data/examples/v201302/team_service/create_teams.rb +0 -83
  928. data/examples/v201302/team_service/get_all_teams.rb +0 -92
  929. data/examples/v201302/team_service/get_team.rb +0 -74
  930. data/examples/v201302/third_party_slot_service/archive_third_party_slots.rb +0 -125
  931. data/examples/v201302/third_party_slot_service/create_third_party_slot.rb +0 -91
  932. data/examples/v201302/third_party_slot_service/get_all_third_party_slots.rb +0 -93
  933. data/examples/v201302/third_party_slot_service/get_third_party_slot_by_statement.rb +0 -86
  934. data/examples/v201302/third_party_slot_service/update_third_party_slots.rb +0 -95
  935. data/examples/v201302/user_service/create_users.rb +0 -89
  936. data/examples/v201302/user_service/get_all_roles.rb +0 -73
  937. data/examples/v201302/user_service/get_all_users.rb +0 -93
  938. data/examples/v201302/user_service/get_current_user.rb +0 -66
  939. data/examples/v201302/user_service/get_user.rb +0 -73
  940. data/examples/v201302/user_team_association_service/create_user_team_associations.rb +0 -86
  941. data/examples/v201302/user_team_association_service/get_all_user_team_associations.rb +0 -94
  942. data/examples/v201302/user_team_association_service/get_user_team_association.rb +0 -76
  943. data/examples/v201302/user_team_association_service/get_user_team_associations_by_statement.rb +0 -94
  944. data/examples/v201306/activity_group_service/create_activity_groups.rb +0 -94
  945. data/examples/v201306/activity_service/create_activities.rb +0 -91
  946. data/examples/v201306/activity_service/get_active_activities.rb +0 -107
  947. data/examples/v201306/activity_service/get_all_activities.rb +0 -144
  948. data/examples/v201306/activity_service/update_activities.rb +0 -85
  949. data/examples/v201306/audience_segment_service/get_all_audience_segments.rb +0 -93
  950. data/examples/v201306/common/error_handling.rb +0 -76
  951. data/examples/v201306/common/setup_oauth2.rb +0 -89
  952. data/examples/v201306/company_service/create_companies.rb +0 -81
  953. data/examples/v201306/company_service/get_all_companies.rb +0 -92
  954. data/examples/v201306/company_service/get_companies_by_statement.rb +0 -88
  955. data/examples/v201306/company_service/get_company.rb +0 -72
  956. data/examples/v201306/company_service/update_companies.rb +0 -102
  957. data/examples/v201306/contact_service/create_contacts.rb +0 -95
  958. data/examples/v201306/contact_service/get_uninvited_contacts.rb +0 -102
  959. data/examples/v201306/contact_service/update_contacts.rb +0 -84
  960. data/examples/v201306/content_service/get_all_content.rb +0 -94
  961. data/examples/v201306/content_service/get_content_by_category.rb +0 -143
  962. data/examples/v201306/creative_service/copy_image_creatives.rb +0 -115
  963. data/examples/v201306/creative_service/create_creative_from_template.rb +0 -139
  964. data/examples/v201306/creative_service/create_creatives.rb +0 -112
  965. data/examples/v201306/creative_service/create_custom_creative.rb +0 -104
  966. data/examples/v201306/creative_service/get_all_creatives.rb +0 -93
  967. data/examples/v201306/creative_service/get_creative.rb +0 -72
  968. data/examples/v201306/creative_service/get_creatives_by_statement.rb +0 -87
  969. data/examples/v201306/creative_service/update_creatives.rb +0 -96
  970. data/examples/v201306/creative_set_service/associate_creative_set_to_line_item.rb +0 -77
  971. data/examples/v201306/creative_set_service/create_creative_set.rb +0 -83
  972. data/examples/v201306/creative_set_service/get_all_creative_sets.rb +0 -94
  973. data/examples/v201306/creative_set_service/get_creative_sets_by_statement.rb +0 -90
  974. data/examples/v201306/creative_set_service/update_creative_sets.rb +0 -85
  975. data/examples/v201306/creative_template_service/get_all_creative_templates.rb +0 -94
  976. data/examples/v201306/creative_template_service/get_creative_template.rb +0 -74
  977. data/examples/v201306/creative_template_service/get_creative_templates_by_statement.rb +0 -80
  978. data/examples/v201306/creative_wrapper_service/create_creative_wrappers.rb +0 -89
  979. data/examples/v201306/creative_wrapper_service/get_all_creative_wrappers.rb +0 -94
  980. data/examples/v201306/creative_wrapper_service/get_creative_wrappers_by_statement.rb +0 -88
  981. data/examples/v201306/creative_wrapper_service/update_creative_wrappers.rb +0 -86
  982. data/examples/v201306/custom_field_service/create_custom_field_options.rb +0 -87
  983. data/examples/v201306/custom_field_service/create_custom_fields.rb +0 -86
  984. data/examples/v201306/custom_field_service/deactivate_all_line_item_custom_fields.rb +0 -112
  985. data/examples/v201306/custom_field_service/get_all_custom_fields.rb +0 -102
  986. data/examples/v201306/custom_field_service/get_all_line_item_custom_fields.rb +0 -86
  987. data/examples/v201306/custom_field_service/set_line_item_custom_field_value.rb +0 -135
  988. data/examples/v201306/custom_field_service/update_custom_fields.rb +0 -84
  989. data/examples/v201306/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -140
  990. data/examples/v201306/custom_targeting_service/delete_custom_targeting_keys.rb +0 -121
  991. data/examples/v201306/custom_targeting_service/delete_custom_targeting_values.rb +0 -125
  992. data/examples/v201306/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -148
  993. data/examples/v201306/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -92
  994. data/examples/v201306/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -98
  995. data/examples/v201306/custom_targeting_service/update_custom_targeting_keys.rb +0 -94
  996. data/examples/v201306/custom_targeting_service/update_custom_targeting_values.rb +0 -106
  997. data/examples/v201306/forecast_service/get_forecast.rb +0 -107
  998. data/examples/v201306/forecast_service/get_forecast_by_id.rb +0 -80
  999. data/examples/v201306/inventory_service/create_ad_units.rb +0 -101
  1000. data/examples/v201306/inventory_service/create_mobile_ad_unit.rb +0 -101
  1001. data/examples/v201306/inventory_service/create_video_ad_unit.rb +0 -108
  1002. data/examples/v201306/inventory_service/deactivate_ad_units.rb +0 -119
  1003. data/examples/v201306/inventory_service/get_ad_unit.rb +0 -72
  1004. data/examples/v201306/inventory_service/get_ad_unit_sizes.rb +0 -85
  1005. data/examples/v201306/inventory_service/get_ad_units_by_statement.rb +0 -96
  1006. data/examples/v201306/inventory_service/get_all_ad_units.rb +0 -93
  1007. data/examples/v201306/inventory_service/update_ad_units.rb +0 -96
  1008. data/examples/v201306/label_service/create_labels.rb +0 -83
  1009. data/examples/v201306/label_service/deactivate_labels.rb +0 -118
  1010. data/examples/v201306/label_service/get_all_labels.rb +0 -95
  1011. data/examples/v201306/label_service/get_label.rb +0 -76
  1012. data/examples/v201306/label_service/get_labels_by_statement.rb +0 -81
  1013. data/examples/v201306/label_service/update_labels.rb +0 -102
  1014. data/examples/v201306/line_item_creative_association_service/create_licas.rb +0 -94
  1015. data/examples/v201306/line_item_creative_association_service/deactivate_licas.rb +0 -127
  1016. data/examples/v201306/line_item_creative_association_service/get_all_licas.rb +0 -98
  1017. data/examples/v201306/line_item_creative_association_service/get_lica.rb +0 -77
  1018. data/examples/v201306/line_item_creative_association_service/get_licas_by_statement.rb +0 -91
  1019. data/examples/v201306/line_item_creative_association_service/update_licas.rb +0 -91
  1020. data/examples/v201306/line_item_service/activate_line_items.rb +0 -131
  1021. data/examples/v201306/line_item_service/create_line_items.rb +0 -177
  1022. data/examples/v201306/line_item_service/create_mobile_line_item.rb +0 -135
  1023. data/examples/v201306/line_item_service/create_video_line_item.rb +0 -158
  1024. data/examples/v201306/line_item_service/get_all_line_items.rb +0 -94
  1025. data/examples/v201306/line_item_service/get_line_item.rb +0 -74
  1026. data/examples/v201306/line_item_service/get_line_items_by_statement.rb +0 -93
  1027. data/examples/v201306/line_item_service/get_recently_updated_line_items.rb +0 -98
  1028. data/examples/v201306/line_item_service/target_custom_criteria.rb +0 -129
  1029. data/examples/v201306/line_item_service/update_line_items.rb +0 -109
  1030. data/examples/v201306/network_service/get_all_networks.rb +0 -74
  1031. data/examples/v201306/network_service/get_current_network.rb +0 -66
  1032. data/examples/v201306/network_service/make_test_network.rb +0 -79
  1033. data/examples/v201306/order_service/approve_orders.rb +0 -122
  1034. data/examples/v201306/order_service/create_orders.rb +0 -92
  1035. data/examples/v201306/order_service/get_all_orders.rb +0 -93
  1036. data/examples/v201306/order_service/get_order.rb +0 -74
  1037. data/examples/v201306/order_service/get_orders_by_statement.rb +0 -90
  1038. data/examples/v201306/order_service/update_orders.rb +0 -97
  1039. data/examples/v201306/placement_service/create_placements.rb +0 -131
  1040. data/examples/v201306/placement_service/deactivate_placements.rb +0 -118
  1041. data/examples/v201306/placement_service/get_all_placements.rb +0 -93
  1042. data/examples/v201306/placement_service/get_placement.rb +0 -74
  1043. data/examples/v201306/placement_service/get_placements_by_statement.rb +0 -86
  1044. data/examples/v201306/placement_service/update_placements.rb +0 -97
  1045. data/examples/v201306/publisher_query_language_service/get_all_cities.rb +0 -104
  1046. data/examples/v201306/report_service/display_report.rb +0 -81
  1047. data/examples/v201306/report_service/download_report.rb +0 -81
  1048. data/examples/v201306/report_service/run_delivery_report.rb +0 -103
  1049. data/examples/v201306/report_service/run_inventory_report.rb +0 -96
  1050. data/examples/v201306/report_service/run_merged_delivery_report.rb +0 -94
  1051. data/examples/v201306/report_service/run_reach_report.rb +0 -87
  1052. data/examples/v201306/report_service/run_report_with_custom_fields.rb +0 -135
  1053. data/examples/v201306/report_service/run_sales_report.rb +0 -92
  1054. data/examples/v201306/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +0 -109
  1055. data/examples/v201306/suggested_ad_unit_service/get_all_suggested_ad_units.rb +0 -96
  1056. data/examples/v201306/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -75
  1057. data/examples/v201306/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +0 -92
  1058. data/examples/v201306/team_service/create_teams.rb +0 -83
  1059. data/examples/v201306/team_service/get_all_teams.rb +0 -92
  1060. data/examples/v201306/team_service/get_team.rb +0 -74
  1061. data/examples/v201306/team_service/get_teams_by_statement.rb +0 -78
  1062. data/examples/v201306/team_service/update_teams.rb +0 -97
  1063. data/examples/v201306/user_service/create_users.rb +0 -89
  1064. data/examples/v201306/user_service/deactivate_users.rb +0 -97
  1065. data/examples/v201306/user_service/get_all_roles.rb +0 -73
  1066. data/examples/v201306/user_service/get_all_users.rb +0 -93
  1067. data/examples/v201306/user_service/get_current_user.rb +0 -66
  1068. data/examples/v201306/user_service/get_user.rb +0 -73
  1069. data/examples/v201306/user_service/get_users_by_statement.rb +0 -79
  1070. data/examples/v201306/user_service/update_users.rb +0 -89
  1071. data/examples/v201306/user_team_association_service/create_user_team_associations.rb +0 -86
  1072. data/examples/v201306/user_team_association_service/delete_user_team_associations.rb +0 -111
  1073. data/examples/v201306/user_team_association_service/get_all_user_team_associations.rb +0 -94
  1074. data/examples/v201306/user_team_association_service/get_user_team_association.rb +0 -76
  1075. data/examples/v201306/user_team_association_service/get_user_team_associations_by_statement.rb +0 -94
  1076. data/examples/v201306/user_team_association_service/update_user_team_associations.rb +0 -102
  1077. data/examples/v201308/activity_group_service/get_active_activity_groups.rb +0 -100
  1078. data/examples/v201308/activity_group_service/get_all_activity_groups.rb +0 -95
  1079. data/examples/v201308/activity_group_service/update_activity_groups.rb +0 -87
  1080. data/examples/v201308/activity_service/create_activities.rb +0 -91
  1081. data/examples/v201308/activity_service/get_all_activities.rb +0 -144
  1082. data/examples/v201308/activity_service/update_activities.rb +0 -85
  1083. data/examples/v201308/common/error_handling.rb +0 -76
  1084. data/examples/v201308/common/oauth2_jwt_handling.rb +0 -111
  1085. data/examples/v201308/common/setup_oauth2.rb +0 -89
  1086. data/examples/v201308/company_service/create_companies.rb +0 -81
  1087. data/examples/v201308/company_service/get_all_companies.rb +0 -92
  1088. data/examples/v201308/company_service/get_companies_by_statement.rb +0 -88
  1089. data/examples/v201308/company_service/get_company.rb +0 -72
  1090. data/examples/v201308/company_service/update_companies.rb +0 -102
  1091. data/examples/v201308/contact_service/get_all_contacts.rb +0 -92
  1092. data/examples/v201308/content_service/get_all_content.rb +0 -94
  1093. data/examples/v201308/content_service/get_content_by_category.rb +0 -143
  1094. data/examples/v201308/creative_service/create_creatives.rb +0 -112
  1095. data/examples/v201308/creative_service/create_custom_creative.rb +0 -104
  1096. data/examples/v201308/creative_service/get_all_creatives.rb +0 -93
  1097. data/examples/v201308/creative_service/get_creative.rb +0 -72
  1098. data/examples/v201308/creative_service/get_creatives_by_statement.rb +0 -87
  1099. data/examples/v201308/creative_service/update_creatives.rb +0 -96
  1100. data/examples/v201308/creative_set_service/associate_creative_set_to_line_item.rb +0 -77
  1101. data/examples/v201308/creative_set_service/create_creative_set.rb +0 -83
  1102. data/examples/v201308/creative_set_service/get_all_creative_sets.rb +0 -94
  1103. data/examples/v201308/creative_set_service/get_creative_sets_by_statement.rb +0 -90
  1104. data/examples/v201308/creative_set_service/update_creative_sets.rb +0 -85
  1105. data/examples/v201308/creative_template_service/get_all_creative_templates.rb +0 -94
  1106. data/examples/v201308/creative_template_service/get_creative_template.rb +0 -74
  1107. data/examples/v201308/creative_template_service/get_creative_templates_by_statement.rb +0 -80
  1108. data/examples/v201308/creative_wrapper_service/create_creative_wrappers.rb +0 -89
  1109. data/examples/v201308/creative_wrapper_service/deactivate_creative_wrapper.rb +0 -102
  1110. data/examples/v201308/creative_wrapper_service/get_all_creative_wrappers.rb +0 -94
  1111. data/examples/v201308/creative_wrapper_service/get_creative_wrappers_by_statement.rb +0 -88
  1112. data/examples/v201308/creative_wrapper_service/update_creative_wrappers.rb +0 -86
  1113. data/examples/v201308/custom_field_service/create_custom_field_options.rb +0 -87
  1114. data/examples/v201308/custom_field_service/create_custom_fields.rb +0 -86
  1115. data/examples/v201308/custom_field_service/deactivate_all_line_item_custom_fields.rb +0 -112
  1116. data/examples/v201308/custom_field_service/get_all_line_item_custom_fields.rb +0 -86
  1117. data/examples/v201308/custom_field_service/set_line_item_custom_field_value.rb +0 -135
  1118. data/examples/v201308/custom_field_service/update_custom_fields.rb +0 -84
  1119. data/examples/v201308/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -140
  1120. data/examples/v201308/custom_targeting_service/delete_custom_targeting_keys.rb +0 -121
  1121. data/examples/v201308/custom_targeting_service/delete_custom_targeting_values.rb +0 -125
  1122. data/examples/v201308/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -148
  1123. data/examples/v201308/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -92
  1124. data/examples/v201308/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -98
  1125. data/examples/v201308/custom_targeting_service/update_custom_targeting_keys.rb +0 -94
  1126. data/examples/v201308/custom_targeting_service/update_custom_targeting_values.rb +0 -106
  1127. data/examples/v201308/inventory_service/create_ad_units.rb +0 -101
  1128. data/examples/v201308/inventory_service/create_mobile_ad_unit.rb +0 -101
  1129. data/examples/v201308/inventory_service/create_video_ad_unit.rb +0 -108
  1130. data/examples/v201308/inventory_service/deactivate_ad_units.rb +0 -119
  1131. data/examples/v201308/inventory_service/get_ad_unit.rb +0 -72
  1132. data/examples/v201308/inventory_service/get_ad_unit_sizes.rb +0 -85
  1133. data/examples/v201308/inventory_service/get_ad_units_by_statement.rb +0 -96
  1134. data/examples/v201308/inventory_service/get_all_ad_units.rb +0 -93
  1135. data/examples/v201308/inventory_service/update_ad_units.rb +0 -96
  1136. data/examples/v201308/label_service/create_labels.rb +0 -83
  1137. data/examples/v201308/label_service/deactivate_labels.rb +0 -118
  1138. data/examples/v201308/label_service/get_all_labels.rb +0 -95
  1139. data/examples/v201308/label_service/get_label.rb +0 -76
  1140. data/examples/v201308/label_service/get_labels_by_statement.rb +0 -81
  1141. data/examples/v201308/label_service/update_labels.rb +0 -102
  1142. data/examples/v201308/line_item_creative_association_service/create_licas.rb +0 -94
  1143. data/examples/v201308/line_item_creative_association_service/deactivate_licas.rb +0 -127
  1144. data/examples/v201308/line_item_creative_association_service/get_all_licas.rb +0 -98
  1145. data/examples/v201308/line_item_creative_association_service/get_lica.rb +0 -77
  1146. data/examples/v201308/line_item_creative_association_service/get_licas_by_statement.rb +0 -91
  1147. data/examples/v201308/line_item_creative_association_service/update_licas.rb +0 -91
  1148. data/examples/v201308/line_item_service/activate_line_items.rb +0 -131
  1149. data/examples/v201308/line_item_service/create_line_items.rb +0 -177
  1150. data/examples/v201308/line_item_service/create_mobile_line_item.rb +0 -135
  1151. data/examples/v201308/line_item_service/create_video_line_item.rb +0 -158
  1152. data/examples/v201308/line_item_service/get_all_line_items.rb +0 -94
  1153. data/examples/v201308/line_item_service/get_line_item.rb +0 -74
  1154. data/examples/v201308/line_item_service/get_line_items_by_statement.rb +0 -93
  1155. data/examples/v201308/line_item_service/get_recently_updated_line_items.rb +0 -98
  1156. data/examples/v201308/line_item_service/target_custom_criteria.rb +0 -129
  1157. data/examples/v201308/line_item_service/update_line_items.rb +0 -109
  1158. data/examples/v201308/network_service/get_all_networks.rb +0 -74
  1159. data/examples/v201308/network_service/get_current_network.rb +0 -66
  1160. data/examples/v201308/network_service/make_test_network.rb +0 -79
  1161. data/examples/v201308/order_service/approve_orders.rb +0 -122
  1162. data/examples/v201308/order_service/create_orders.rb +0 -92
  1163. data/examples/v201308/order_service/get_all_orders.rb +0 -93
  1164. data/examples/v201308/order_service/get_order.rb +0 -74
  1165. data/examples/v201308/order_service/get_orders_by_statement.rb +0 -90
  1166. data/examples/v201308/order_service/update_orders.rb +0 -97
  1167. data/examples/v201308/placement_service/create_placements.rb +0 -131
  1168. data/examples/v201308/placement_service/deactivate_placements.rb +0 -118
  1169. data/examples/v201308/placement_service/get_all_placements.rb +0 -93
  1170. data/examples/v201308/placement_service/get_placement.rb +0 -74
  1171. data/examples/v201308/placement_service/get_placements_by_statement.rb +0 -86
  1172. data/examples/v201308/placement_service/update_placements.rb +0 -97
  1173. data/examples/v201308/report_service/display_report.rb +0 -81
  1174. data/examples/v201308/report_service/download_report.rb +0 -81
  1175. data/examples/v201308/report_service/run_inventory_report.rb +0 -96
  1176. data/examples/v201308/report_service/run_merged_delivery_report.rb +0 -94
  1177. data/examples/v201308/report_service/run_reach_report.rb +0 -87
  1178. data/examples/v201308/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +0 -109
  1179. data/examples/v201308/suggested_ad_unit_service/get_all_suggested_ad_units.rb +0 -96
  1180. data/examples/v201308/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -75
  1181. data/examples/v201308/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +0 -92
  1182. data/examples/v201308/team_service/create_teams.rb +0 -83
  1183. data/examples/v201308/team_service/get_all_teams.rb +0 -92
  1184. data/examples/v201308/team_service/get_team.rb +0 -74
  1185. data/examples/v201308/team_service/get_teams_by_statement.rb +0 -78
  1186. data/examples/v201308/team_service/update_teams.rb +0 -97
  1187. data/examples/v201308/user_service/create_users.rb +0 -89
  1188. data/examples/v201308/user_service/deactivate_users.rb +0 -97
  1189. data/examples/v201308/user_service/get_all_roles.rb +0 -73
  1190. data/examples/v201308/user_service/get_all_users.rb +0 -93
  1191. data/examples/v201308/user_service/get_current_user.rb +0 -66
  1192. data/examples/v201308/user_service/get_user.rb +0 -73
  1193. data/examples/v201308/user_service/get_users_by_statement.rb +0 -79
  1194. data/examples/v201308/user_service/update_users.rb +0 -89
  1195. data/examples/v201308/user_team_association_service/create_user_team_associations.rb +0 -86
  1196. data/examples/v201308/user_team_association_service/delete_user_team_associations.rb +0 -111
  1197. data/examples/v201308/user_team_association_service/get_all_user_team_associations.rb +0 -94
  1198. data/examples/v201308/user_team_association_service/get_user_team_association.rb +0 -76
  1199. data/examples/v201308/user_team_association_service/get_user_team_associations_by_statement.rb +0 -94
  1200. data/examples/v201308/user_team_association_service/update_user_team_associations.rb +0 -102
@@ -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.6 on 2014-08-12 14:24:01.
9
+
10
+ require 'dfp_api/errors'
11
+
12
+ module DfpApi; module V201408; 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 = {: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}]}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :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}, {:name=>:authentication, :type=>"Authentication", :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.6 on 2014-08-12 14:24:02.
9
+
10
+ require 'ads_common/savon_service'
11
+ require 'dfp_api/v201408/workflow_request_service_registry'
12
+
13
+ module DfpApi; module V201408; module WorkflowRequestService
14
+ class WorkflowRequestService < AdsCommon::SavonService
15
+ def initialize(config, endpoint)
16
+ namespace = 'https://www.google.com/apis/ads/publisher/v201408'
17
+ super(config, endpoint, namespace, :v201408)
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::V201408::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.6 on 2014-08-12 14:24:02.
9
+
10
+ require 'dfp_api/errors'
11
+
12
+ module DfpApi; module V201408; 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 = {: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"}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :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}, {:name=>:authentication, :type=>"Authentication", :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.8.1'
24
+ CLIENT_LIB_VERSION = '0.9.0'
25
25
  end
26
26
  end
@@ -0,0 +1,45 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # Authors:: api.nicholaschen@gmail.com (Nicholas Chen)
4
+ #
5
+ # Copyright:: Copyright 2014, Google Inc. All Rights Reserved.
6
+ #
7
+ # License:: Licensed under the Apache License, Version 2.0 (the "License");
8
+ # you may not use this file except in compliance with the License.
9
+ # You may obtain a copy of the License at
10
+ #
11
+ # http://www.apache.org/licenses/LICENSE-2.0
12
+ #
13
+ # Unless required by applicable law or agreed to in writing, software
14
+ # distributed under the License is distributed on an "AS IS" BASIS,
15
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16
+ # implied.
17
+ # See the License for the specific language governing permissions and
18
+ # limitations under the License.
19
+ #
20
+ # FilterStatement object to allow for simpler query pagination logic.
21
+
22
+ module DfpApiStatement
23
+
24
+ SUGGESTED_PAGE_LIMIT = 500
25
+
26
+ # A statement object for PQL and get*ByStatement queries.
27
+ class FilterStatement
28
+ # Constructor for a Filter Statement.
29
+ def initialize(query_statement='', values=nil, limit=SUGGESTED_PAGE_LIMIT,
30
+ offset=0)
31
+ @query_statement = query_statement
32
+ @values = values
33
+ @limit = limit
34
+ @offset = offset
35
+ end
36
+
37
+ attr_accessor :limit
38
+ attr_accessor :offset
39
+
40
+ def toStatement()
41
+ statement = @query_statement + ' LIMIT %d OFFSET %d' % [@limit, @offset]
42
+ return {:query => statement, :values => @values}
43
+ end
44
+ end
45
+ end
@@ -45,14 +45,14 @@ class TestDfpIssue16 < Test::Unit::TestCase
45
45
  <?xml version="1.0"?>
46
46
  <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
47
47
  <soap:Header>
48
- <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201101">
48
+ <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201405">
49
49
  <requestId>dac42656454</requestId>
50
50
  <responseTime>9</responseTime>
51
51
  </ResponseHeader>
52
52
  </soap:Header>
53
53
  <soap:Body>
54
54
  <getLineItemsByStatementResponse
55
- xmlns="https://www.google.com/apis/ads/publisher/v201101">
55
+ xmlns="https://www.google.com/apis/ads/publisher/v201405">
56
56
  <rval>
57
57
  <totalResultSetSize>1</totalResultSetSize>
58
58
  <startIndex>0</startIndex>
metadata CHANGED
@@ -1,29 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-dfp-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.9.0
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Danial Klimkin
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-06-12 00:00:00.000000000 Z
12
+ date: 2014-08-21 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: google-ads-common
15
- requirement: !ruby/object:Gem::Requirement
16
+ requirement: &13242440 !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - ~>
18
20
  - !ruby/object:Gem::Version
19
21
  version: 0.9.4
20
22
  type: :runtime
21
23
  prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ~>
25
- - !ruby/object:Gem::Version
26
- version: 0.9.4
24
+ version_requirements: *13242440
27
25
  description: google-dfp-api is a DFP API client library for Ruby
28
26
  email:
29
27
  - api.dklimkin@gmail.com
@@ -31,1720 +29,1263 @@ executables: []
31
29
  extensions: []
32
30
  extra_rdoc_files: []
33
31
  files:
34
- - COPYING
35
- - ChangeLog
36
- - README.md
37
- - dfp_api.yml
38
- - examples/v201208/audience_segment_service/get_all_audience_segments.rb
39
- - examples/v201208/common/error_handling.rb
40
- - examples/v201208/common/setup_oauth2.rb
41
- - examples/v201208/company_service/create_companies.rb
42
- - examples/v201208/company_service/get_all_companies.rb
43
- - examples/v201208/company_service/get_companies_by_statement.rb
44
- - examples/v201208/company_service/get_company.rb
45
- - examples/v201208/company_service/update_companies.rb
46
- - examples/v201208/content_service/get_all_content.rb
47
- - examples/v201208/content_service/get_content_by_category.rb
48
- - examples/v201208/creative_service/copy_image_creatives.rb
49
- - examples/v201208/creative_service/create_creative_from_template.rb
50
- - examples/v201208/creative_service/create_creatives.rb
51
- - examples/v201208/creative_service/create_custom_creative.rb
52
- - examples/v201208/creative_service/get_all_creatives.rb
53
- - examples/v201208/creative_service/get_creative.rb
54
- - examples/v201208/creative_service/get_creatives_by_statement.rb
55
- - examples/v201208/creative_service/update_creatives.rb
56
- - examples/v201208/creative_set_service/associate_creative_set_to_line_item.rb
57
- - examples/v201208/creative_set_service/create_creative_set.rb
58
- - examples/v201208/creative_set_service/get_all_creative_sets.rb
59
- - examples/v201208/creative_set_service/get_creative_sets_by_statement.rb
60
- - examples/v201208/creative_set_service/update_creative_sets.rb
61
- - examples/v201208/creative_template_service/get_all_creative_templates.rb
62
- - examples/v201208/creative_template_service/get_creative_template.rb
63
- - examples/v201208/creative_template_service/get_creative_templates_by_statement.rb
64
- - examples/v201208/custom_field_service/create_custom_field_options.rb
65
- - examples/v201208/custom_field_service/create_custom_fields.rb
66
- - examples/v201208/custom_field_service/deactivate_all_line_item_custom_fields.rb
67
- - examples/v201208/custom_field_service/get_all_custom_fields.rb
68
- - examples/v201208/custom_field_service/get_all_line_item_custom_fields.rb
69
- - examples/v201208/custom_field_service/set_line_item_custom_field_value.rb
70
- - examples/v201208/custom_field_service/update_custom_fields.rb
71
- - examples/v201208/custom_targeting_service/create_custom_targeting_keys_and_values.rb
72
- - examples/v201208/custom_targeting_service/delete_custom_targeting_keys.rb
73
- - examples/v201208/custom_targeting_service/delete_custom_targeting_values.rb
74
- - examples/v201208/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
75
- - examples/v201208/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
76
- - examples/v201208/custom_targeting_service/get_custom_targeting_values_by_statement.rb
77
- - examples/v201208/custom_targeting_service/update_custom_targeting_keys.rb
78
- - examples/v201208/custom_targeting_service/update_custom_targeting_values.rb
79
- - examples/v201208/forecast_service/get_forecast.rb
80
- - examples/v201208/forecast_service/get_forecast_by_id.rb
81
- - examples/v201208/inventory_service/create_ad_units.rb
82
- - examples/v201208/inventory_service/create_mobile_ad_unit.rb
83
- - examples/v201208/inventory_service/create_video_ad_unit.rb
84
- - examples/v201208/inventory_service/deactivate_ad_units.rb
85
- - examples/v201208/inventory_service/get_ad_unit.rb
86
- - examples/v201208/inventory_service/get_ad_unit_sizes.rb
87
- - examples/v201208/inventory_service/get_ad_units_by_statement.rb
88
- - examples/v201208/inventory_service/get_all_ad_units.rb
89
- - examples/v201208/inventory_service/update_ad_units.rb
90
- - examples/v201208/label_service/create_labels.rb
91
- - examples/v201208/label_service/deactivate_labels.rb
92
- - examples/v201208/label_service/get_all_labels.rb
93
- - examples/v201208/label_service/get_label.rb
94
- - examples/v201208/label_service/get_labels_by_statement.rb
95
- - examples/v201208/label_service/update_labels.rb
96
- - examples/v201208/line_item_creative_association_service/create_licas.rb
97
- - examples/v201208/line_item_creative_association_service/deactivate_licas.rb
98
- - examples/v201208/line_item_creative_association_service/get_all_licas.rb
99
- - examples/v201208/line_item_creative_association_service/get_lica.rb
100
- - examples/v201208/line_item_creative_association_service/get_licas_by_statement.rb
101
- - examples/v201208/line_item_creative_association_service/update_licas.rb
102
- - examples/v201208/line_item_service/activate_line_items.rb
103
- - examples/v201208/line_item_service/create_line_items.rb
104
- - examples/v201208/line_item_service/create_mobile_line_item.rb
105
- - examples/v201208/line_item_service/create_video_line_item.rb
106
- - examples/v201208/line_item_service/get_all_line_items.rb
107
- - examples/v201208/line_item_service/get_line_item.rb
108
- - examples/v201208/line_item_service/get_line_items_by_statement.rb
109
- - examples/v201208/line_item_service/get_recently_updated_line_items.rb
110
- - examples/v201208/line_item_service/target_custom_criteria.rb
111
- - examples/v201208/line_item_service/update_line_items.rb
112
- - examples/v201208/network_service/get_all_networks.rb
113
- - examples/v201208/network_service/get_current_network.rb
114
- - examples/v201208/network_service/make_test_network.rb
115
- - examples/v201208/order_service/approve_orders.rb
116
- - examples/v201208/order_service/create_orders.rb
117
- - examples/v201208/order_service/get_all_orders.rb
118
- - examples/v201208/order_service/get_order.rb
119
- - examples/v201208/order_service/get_orders_by_statement.rb
120
- - examples/v201208/order_service/update_orders.rb
121
- - examples/v201208/placement_service/create_placements.rb
122
- - examples/v201208/placement_service/deactivate_placements.rb
123
- - examples/v201208/placement_service/get_all_placements.rb
124
- - examples/v201208/placement_service/get_placement.rb
125
- - examples/v201208/placement_service/get_placements_by_statement.rb
126
- - examples/v201208/placement_service/update_placements.rb
127
- - examples/v201208/publisher_query_language_service/get_all_cities.rb
128
- - examples/v201208/report_service/download_report.rb
129
- - examples/v201208/report_service/run_delivery_report.rb
130
- - examples/v201208/report_service/run_inventory_report.rb
131
- - examples/v201208/report_service/run_merged_delivery_report.rb
132
- - examples/v201208/report_service/run_report_with_custom_fields.rb
133
- - examples/v201208/report_service/run_sales_report.rb
134
- - examples/v201208/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
135
- - examples/v201208/suggested_ad_unit_service/get_all_suggested_ad_units.rb
136
- - examples/v201208/suggested_ad_unit_service/get_suggested_ad_unit.rb
137
- - examples/v201208/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
138
- - examples/v201208/team_service/create_teams.rb
139
- - examples/v201208/team_service/get_all_teams.rb
140
- - examples/v201208/team_service/get_team.rb
141
- - examples/v201208/team_service/get_teams_by_statement.rb
142
- - examples/v201208/team_service/update_teams.rb
143
- - examples/v201208/third_party_slot_service/archive_third_party_slots.rb
144
- - examples/v201208/third_party_slot_service/create_third_party_slot.rb
145
- - examples/v201208/third_party_slot_service/get_all_third_party_slots.rb
146
- - examples/v201208/third_party_slot_service/get_third_party_slot_by_statement.rb
147
- - examples/v201208/third_party_slot_service/update_third_party_slots.rb
148
- - examples/v201208/user_service/create_users.rb
149
- - examples/v201208/user_service/deactivate_users.rb
150
- - examples/v201208/user_service/get_all_roles.rb
151
- - examples/v201208/user_service/get_all_users.rb
152
- - examples/v201208/user_service/get_current_user.rb
153
- - examples/v201208/user_service/get_user.rb
154
- - examples/v201208/user_service/get_users_by_statement.rb
155
- - examples/v201208/user_service/update_users.rb
156
- - examples/v201208/user_team_association_service/create_user_team_associations.rb
157
- - examples/v201208/user_team_association_service/delete_user_team_associations.rb
158
- - examples/v201208/user_team_association_service/get_all_user_team_associations.rb
159
- - examples/v201208/user_team_association_service/get_user_team_association.rb
160
- - examples/v201208/user_team_association_service/get_user_team_associations_by_statement.rb
161
- - examples/v201208/user_team_association_service/update_user_team_associations.rb
162
- - examples/v201211/audience_segment_service/get_all_audience_segments.rb
163
- - examples/v201211/common/error_handling.rb
164
- - examples/v201211/common/oauth2_jwt_handling.rb
165
- - examples/v201211/common/setup_oauth2.rb
166
- - examples/v201211/company_service/create_companies.rb
167
- - examples/v201211/company_service/get_all_companies.rb
168
- - examples/v201211/company_service/get_companies_by_statement.rb
169
- - examples/v201211/company_service/get_company.rb
170
- - examples/v201211/company_service/update_companies.rb
171
- - examples/v201211/content_service/get_all_content.rb
172
- - examples/v201211/content_service/get_content_by_category.rb
173
- - examples/v201211/creative_service/copy_image_creatives.rb
174
- - examples/v201211/creative_service/create_creative_from_template.rb
175
- - examples/v201211/creative_service/create_creatives.rb
176
- - examples/v201211/creative_service/create_custom_creative.rb
177
- - examples/v201211/creative_service/get_all_creatives.rb
178
- - examples/v201211/creative_service/get_creative.rb
179
- - examples/v201211/creative_service/get_creatives_by_statement.rb
180
- - examples/v201211/creative_service/update_creatives.rb
181
- - examples/v201211/creative_set_service/associate_creative_set_to_line_item.rb
182
- - examples/v201211/creative_set_service/create_creative_set.rb
183
- - examples/v201211/creative_set_service/get_all_creative_sets.rb
184
- - examples/v201211/creative_set_service/get_creative_sets_by_statement.rb
185
- - examples/v201211/creative_set_service/update_creative_sets.rb
186
- - examples/v201211/creative_template_service/get_all_creative_templates.rb
187
- - examples/v201211/creative_template_service/get_creative_template.rb
188
- - examples/v201211/creative_template_service/get_creative_templates_by_statement.rb
189
- - examples/v201211/creative_wrapper_service/create_creative_wrappers.rb
190
- - examples/v201211/creative_wrapper_service/deactivate_creative_wrapper.rb
191
- - examples/v201211/creative_wrapper_service/get_all_creative_wrappers.rb
192
- - examples/v201211/creative_wrapper_service/get_creative_wrappers_by_statement.rb
193
- - examples/v201211/creative_wrapper_service/update_creative_wrappers.rb
194
- - examples/v201211/custom_field_service/create_custom_field_options.rb
195
- - examples/v201211/custom_field_service/create_custom_fields.rb
196
- - examples/v201211/custom_field_service/deactivate_all_line_item_custom_fields.rb
197
- - examples/v201211/custom_field_service/get_all_custom_fields.rb
198
- - examples/v201211/custom_field_service/get_all_line_item_custom_fields.rb
199
- - examples/v201211/custom_field_service/set_line_item_custom_field_value.rb
200
- - examples/v201211/custom_field_service/update_custom_fields.rb
201
- - examples/v201211/custom_targeting_service/create_custom_targeting_keys_and_values.rb
202
- - examples/v201211/custom_targeting_service/delete_custom_targeting_keys.rb
203
- - examples/v201211/custom_targeting_service/delete_custom_targeting_values.rb
204
- - examples/v201211/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
205
- - examples/v201211/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
206
- - examples/v201211/custom_targeting_service/get_custom_targeting_values_by_statement.rb
207
- - examples/v201211/custom_targeting_service/update_custom_targeting_keys.rb
208
- - examples/v201211/custom_targeting_service/update_custom_targeting_values.rb
209
- - examples/v201211/forecast_service/get_forecast.rb
210
- - examples/v201211/forecast_service/get_forecast_by_id.rb
211
- - examples/v201211/inventory_service/create_ad_units.rb
212
- - examples/v201211/inventory_service/create_mobile_ad_unit.rb
213
- - examples/v201211/inventory_service/create_video_ad_unit.rb
214
- - examples/v201211/inventory_service/deactivate_ad_units.rb
215
- - examples/v201211/inventory_service/get_ad_unit.rb
216
- - examples/v201211/inventory_service/get_ad_unit_sizes.rb
217
- - examples/v201211/inventory_service/get_ad_units_by_statement.rb
218
- - examples/v201211/inventory_service/get_all_ad_units.rb
219
- - examples/v201211/inventory_service/update_ad_units.rb
220
- - examples/v201211/label_service/create_labels.rb
221
- - examples/v201211/label_service/deactivate_labels.rb
222
- - examples/v201211/label_service/get_all_labels.rb
223
- - examples/v201211/label_service/get_label.rb
224
- - examples/v201211/label_service/get_labels_by_statement.rb
225
- - examples/v201211/label_service/update_labels.rb
226
- - examples/v201211/line_item_creative_association_service/create_licas.rb
227
- - examples/v201211/line_item_creative_association_service/deactivate_licas.rb
228
- - examples/v201211/line_item_creative_association_service/get_all_licas.rb
229
- - examples/v201211/line_item_creative_association_service/get_lica.rb
230
- - examples/v201211/line_item_creative_association_service/get_licas_by_statement.rb
231
- - examples/v201211/line_item_creative_association_service/update_licas.rb
232
- - examples/v201211/line_item_service/activate_line_items.rb
233
- - examples/v201211/line_item_service/create_line_items.rb
234
- - examples/v201211/line_item_service/create_mobile_line_item.rb
235
- - examples/v201211/line_item_service/create_video_line_item.rb
236
- - examples/v201211/line_item_service/get_all_line_items.rb
237
- - examples/v201211/line_item_service/get_line_item.rb
238
- - examples/v201211/line_item_service/get_line_items_by_statement.rb
239
- - examples/v201211/line_item_service/get_recently_updated_line_items.rb
240
- - examples/v201211/line_item_service/target_custom_criteria.rb
241
- - examples/v201211/line_item_service/update_line_items.rb
242
- - examples/v201211/network_service/get_all_networks.rb
243
- - examples/v201211/network_service/get_current_network.rb
244
- - examples/v201211/network_service/make_test_network.rb
245
- - examples/v201211/order_service/approve_orders.rb
246
- - examples/v201211/order_service/create_orders.rb
247
- - examples/v201211/order_service/get_all_orders.rb
248
- - examples/v201211/order_service/get_order.rb
249
- - examples/v201211/order_service/get_orders_by_statement.rb
250
- - examples/v201211/order_service/update_orders.rb
251
- - examples/v201211/placement_service/create_placements.rb
252
- - examples/v201211/placement_service/deactivate_placements.rb
253
- - examples/v201211/placement_service/get_all_placements.rb
254
- - examples/v201211/placement_service/get_placement.rb
255
- - examples/v201211/placement_service/get_placements_by_statement.rb
256
- - examples/v201211/placement_service/update_placements.rb
257
- - examples/v201211/publisher_query_language_service/get_all_cities.rb
258
- - examples/v201211/report_service/download_report.rb
259
- - examples/v201211/report_service/run_delivery_report.rb
260
- - examples/v201211/report_service/run_inventory_report.rb
261
- - examples/v201211/report_service/run_merged_delivery_report.rb
262
- - examples/v201211/report_service/run_report_with_custom_fields.rb
263
- - examples/v201211/report_service/run_sales_report.rb
264
- - examples/v201211/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
265
- - examples/v201211/suggested_ad_unit_service/get_all_suggested_ad_units.rb
266
- - examples/v201211/suggested_ad_unit_service/get_suggested_ad_unit.rb
267
- - examples/v201211/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
268
- - examples/v201211/team_service/create_teams.rb
269
- - examples/v201211/team_service/get_all_teams.rb
270
- - examples/v201211/team_service/get_team.rb
271
- - examples/v201211/team_service/get_teams_by_statement.rb
272
- - examples/v201211/team_service/update_teams.rb
273
- - examples/v201211/third_party_slot_service/archive_third_party_slots.rb
274
- - examples/v201211/third_party_slot_service/create_third_party_slot.rb
275
- - examples/v201211/third_party_slot_service/get_all_third_party_slots.rb
276
- - examples/v201211/third_party_slot_service/get_third_party_slot_by_statement.rb
277
- - examples/v201211/third_party_slot_service/update_third_party_slots.rb
278
- - examples/v201211/user_service/create_users.rb
279
- - examples/v201211/user_service/deactivate_users.rb
280
- - examples/v201211/user_service/get_all_roles.rb
281
- - examples/v201211/user_service/get_all_users.rb
282
- - examples/v201211/user_service/get_current_user.rb
283
- - examples/v201211/user_service/get_user.rb
284
- - examples/v201211/user_service/get_users_by_statement.rb
285
- - examples/v201211/user_service/update_users.rb
286
- - examples/v201211/user_team_association_service/create_user_team_associations.rb
287
- - examples/v201211/user_team_association_service/delete_user_team_associations.rb
288
- - examples/v201211/user_team_association_service/get_all_user_team_associations.rb
289
- - examples/v201211/user_team_association_service/get_user_team_association.rb
290
- - examples/v201211/user_team_association_service/get_user_team_associations_by_statement.rb
291
- - examples/v201211/user_team_association_service/update_user_team_associations.rb
292
- - examples/v201302/activity_group_service/create_activity_groups.rb
293
- - examples/v201302/activity_group_service/get_active_activity_groups.rb
294
- - examples/v201302/activity_group_service/get_all_activity_groups.rb
295
- - examples/v201302/activity_group_service/update_activity_groups.rb
296
- - examples/v201302/activity_service/create_activities.rb
297
- - examples/v201302/activity_service/get_active_activities.rb
298
- - examples/v201302/activity_service/get_all_activities.rb
299
- - examples/v201302/activity_service/update_activities.rb
300
- - examples/v201302/audience_segment_service/get_all_audience_segments.rb
301
- - examples/v201302/common/error_handling.rb
302
- - examples/v201302/common/oauth2_jwt_handling.rb
303
- - examples/v201302/common/setup_oauth2.rb
304
- - examples/v201302/company_service/create_companies.rb
305
- - examples/v201302/company_service/get_all_companies.rb
306
- - examples/v201302/company_service/get_companies_by_statement.rb
307
- - examples/v201302/company_service/get_company.rb
308
- - examples/v201302/company_service/update_companies.rb
309
- - examples/v201302/contact_service/create_contacts.rb
310
- - examples/v201302/contact_service/get_all_contacts.rb
311
- - examples/v201302/contact_service/get_uninvited_contacts.rb
312
- - examples/v201302/contact_service/update_contacts.rb
313
- - examples/v201302/content_service/get_all_content.rb
314
- - examples/v201302/content_service/get_content_by_category.rb
315
- - examples/v201302/creative_service/copy_image_creatives.rb
316
- - examples/v201302/creative_service/create_creative_from_template.rb
317
- - examples/v201302/creative_service/create_creatives.rb
318
- - examples/v201302/creative_service/create_custom_creative.rb
319
- - examples/v201302/creative_service/get_all_creatives.rb
320
- - examples/v201302/creative_service/get_creative.rb
321
- - examples/v201302/creative_service/get_creatives_by_statement.rb
322
- - examples/v201302/creative_service/update_creatives.rb
323
- - examples/v201302/creative_set_service/associate_creative_set_to_line_item.rb
324
- - examples/v201302/creative_set_service/create_creative_set.rb
325
- - examples/v201302/creative_set_service/get_all_creative_sets.rb
326
- - examples/v201302/creative_set_service/get_creative_sets_by_statement.rb
327
- - examples/v201302/creative_set_service/update_creative_sets.rb
328
- - examples/v201302/creative_template_service/get_all_creative_templates.rb
329
- - examples/v201302/creative_template_service/get_creative_template.rb
330
- - examples/v201302/creative_template_service/get_creative_templates_by_statement.rb
331
- - examples/v201302/creative_wrapper_service/create_creative_wrappers.rb
332
- - examples/v201302/creative_wrapper_service/deactivate_creative_wrapper.rb
333
- - examples/v201302/creative_wrapper_service/get_all_creative_wrappers.rb
334
- - examples/v201302/creative_wrapper_service/get_creative_wrappers_by_statement.rb
335
- - examples/v201302/creative_wrapper_service/update_creative_wrappers.rb
336
- - examples/v201302/custom_field_service/create_custom_field_options.rb
337
- - examples/v201302/custom_field_service/create_custom_fields.rb
338
- - examples/v201302/custom_field_service/deactivate_all_line_item_custom_fields.rb
339
- - examples/v201302/custom_field_service/get_all_custom_fields.rb
340
- - examples/v201302/custom_field_service/get_all_line_item_custom_fields.rb
341
- - examples/v201302/custom_field_service/set_line_item_custom_field_value.rb
342
- - examples/v201302/custom_field_service/update_custom_fields.rb
343
- - examples/v201302/custom_targeting_service/create_custom_targeting_keys_and_values.rb
344
- - examples/v201302/custom_targeting_service/delete_custom_targeting_keys.rb
345
- - examples/v201302/custom_targeting_service/delete_custom_targeting_values.rb
346
- - examples/v201302/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
347
- - examples/v201302/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
348
- - examples/v201302/custom_targeting_service/get_custom_targeting_values_by_statement.rb
349
- - examples/v201302/custom_targeting_service/update_custom_targeting_keys.rb
350
- - examples/v201302/custom_targeting_service/update_custom_targeting_values.rb
351
- - examples/v201302/forecast_service/get_forecast.rb
352
- - examples/v201302/forecast_service/get_forecast_by_id.rb
353
- - examples/v201302/inventory_service/create_ad_units.rb
354
- - examples/v201302/inventory_service/create_mobile_ad_unit.rb
355
- - examples/v201302/inventory_service/create_video_ad_unit.rb
356
- - examples/v201302/inventory_service/deactivate_ad_units.rb
357
- - examples/v201302/inventory_service/get_ad_unit.rb
358
- - examples/v201302/inventory_service/get_ad_unit_sizes.rb
359
- - examples/v201302/inventory_service/get_ad_units_by_statement.rb
360
- - examples/v201302/inventory_service/get_all_ad_units.rb
361
- - examples/v201302/inventory_service/update_ad_units.rb
362
- - examples/v201302/label_service/create_labels.rb
363
- - examples/v201302/label_service/deactivate_labels.rb
364
- - examples/v201302/label_service/get_all_labels.rb
365
- - examples/v201302/label_service/get_label.rb
366
- - examples/v201302/label_service/get_labels_by_statement.rb
367
- - examples/v201302/label_service/update_labels.rb
368
- - examples/v201302/line_item_creative_association_service/create_licas.rb
369
- - examples/v201302/line_item_creative_association_service/deactivate_licas.rb
370
- - examples/v201302/line_item_creative_association_service/get_all_licas.rb
371
- - examples/v201302/line_item_creative_association_service/get_lica.rb
372
- - examples/v201302/line_item_creative_association_service/get_licas_by_statement.rb
373
- - examples/v201302/line_item_creative_association_service/update_licas.rb
374
- - examples/v201302/line_item_service/activate_line_items.rb
375
- - examples/v201302/line_item_service/create_line_items.rb
376
- - examples/v201302/line_item_service/create_mobile_line_item.rb
377
- - examples/v201302/line_item_service/create_video_line_item.rb
378
- - examples/v201302/line_item_service/get_all_line_items.rb
379
- - examples/v201302/line_item_service/get_line_item.rb
380
- - examples/v201302/line_item_service/get_line_items_by_statement.rb
381
- - examples/v201302/line_item_service/get_recently_updated_line_items.rb
382
- - examples/v201302/line_item_service/target_custom_criteria.rb
383
- - examples/v201302/line_item_service/update_line_items.rb
384
- - examples/v201302/network_service/get_all_networks.rb
385
- - examples/v201302/network_service/get_current_network.rb
386
- - examples/v201302/network_service/make_test_network.rb
387
- - examples/v201302/order_service/approve_orders.rb
388
- - examples/v201302/order_service/create_orders.rb
389
- - examples/v201302/order_service/get_all_orders.rb
390
- - examples/v201302/order_service/get_order.rb
391
- - examples/v201302/order_service/get_orders_by_statement.rb
392
- - examples/v201302/order_service/update_orders.rb
393
- - examples/v201302/placement_service/create_placements.rb
394
- - examples/v201302/placement_service/deactivate_placements.rb
395
- - examples/v201302/placement_service/get_all_placements.rb
396
- - examples/v201302/placement_service/get_placement.rb
397
- - examples/v201302/placement_service/get_placements_by_statement.rb
398
- - examples/v201302/placement_service/update_placements.rb
399
- - examples/v201302/publisher_query_language_service/get_all_cities.rb
400
- - examples/v201302/report_service/display_report.rb
401
- - examples/v201302/report_service/download_report.rb
402
- - examples/v201302/report_service/run_delivery_report.rb
403
- - examples/v201302/report_service/run_inventory_report.rb
404
- - examples/v201302/report_service/run_merged_delivery_report.rb
405
- - examples/v201302/report_service/run_reach_report.rb
406
- - examples/v201302/report_service/run_report_with_custom_fields.rb
407
- - examples/v201302/report_service/run_sales_report.rb
408
- - examples/v201302/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
409
- - examples/v201302/suggested_ad_unit_service/get_all_suggested_ad_units.rb
410
- - examples/v201302/suggested_ad_unit_service/get_suggested_ad_unit.rb
411
- - examples/v201302/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
412
- - examples/v201302/team_service/create_teams.rb
413
- - examples/v201302/team_service/get_all_teams.rb
414
- - examples/v201302/team_service/get_team.rb
415
- - examples/v201302/team_service/get_teams_by_statement.rb
416
- - examples/v201302/team_service/update_teams.rb
417
- - examples/v201302/third_party_slot_service/archive_third_party_slots.rb
418
- - examples/v201302/third_party_slot_service/create_third_party_slot.rb
419
- - examples/v201302/third_party_slot_service/get_all_third_party_slots.rb
420
- - examples/v201302/third_party_slot_service/get_third_party_slot_by_statement.rb
421
- - examples/v201302/third_party_slot_service/update_third_party_slots.rb
422
- - examples/v201302/user_service/create_users.rb
423
- - examples/v201302/user_service/deactivate_users.rb
424
- - examples/v201302/user_service/get_all_roles.rb
425
- - examples/v201302/user_service/get_all_users.rb
426
- - examples/v201302/user_service/get_current_user.rb
427
- - examples/v201302/user_service/get_user.rb
428
- - examples/v201302/user_service/get_users_by_statement.rb
429
- - examples/v201302/user_service/update_users.rb
430
- - examples/v201302/user_team_association_service/create_user_team_associations.rb
431
- - examples/v201302/user_team_association_service/delete_user_team_associations.rb
432
- - examples/v201302/user_team_association_service/get_all_user_team_associations.rb
433
- - examples/v201302/user_team_association_service/get_user_team_association.rb
434
- - examples/v201302/user_team_association_service/get_user_team_associations_by_statement.rb
435
- - examples/v201302/user_team_association_service/update_user_team_associations.rb
436
- - examples/v201306/activity_group_service/create_activity_groups.rb
437
- - examples/v201306/activity_group_service/get_active_activity_groups.rb
438
- - examples/v201306/activity_group_service/get_all_activity_groups.rb
439
- - examples/v201306/activity_group_service/update_activity_groups.rb
440
- - examples/v201306/activity_service/create_activities.rb
441
- - examples/v201306/activity_service/get_active_activities.rb
442
- - examples/v201306/activity_service/get_all_activities.rb
443
- - examples/v201306/activity_service/update_activities.rb
444
- - examples/v201306/audience_segment_service/get_all_audience_segments.rb
445
- - examples/v201306/common/error_handling.rb
446
- - examples/v201306/common/oauth2_jwt_handling.rb
447
- - examples/v201306/common/setup_oauth2.rb
448
- - examples/v201306/company_service/create_companies.rb
449
- - examples/v201306/company_service/get_all_companies.rb
450
- - examples/v201306/company_service/get_companies_by_statement.rb
451
- - examples/v201306/company_service/get_company.rb
452
- - examples/v201306/company_service/update_companies.rb
453
- - examples/v201306/contact_service/create_contacts.rb
454
- - examples/v201306/contact_service/get_all_contacts.rb
455
- - examples/v201306/contact_service/get_uninvited_contacts.rb
456
- - examples/v201306/contact_service/update_contacts.rb
457
- - examples/v201306/content_service/get_all_content.rb
458
- - examples/v201306/content_service/get_content_by_category.rb
459
- - examples/v201306/creative_service/copy_image_creatives.rb
460
- - examples/v201306/creative_service/create_creative_from_template.rb
461
- - examples/v201306/creative_service/create_creatives.rb
462
- - examples/v201306/creative_service/create_custom_creative.rb
463
- - examples/v201306/creative_service/get_all_creatives.rb
464
- - examples/v201306/creative_service/get_creative.rb
465
- - examples/v201306/creative_service/get_creatives_by_statement.rb
466
- - examples/v201306/creative_service/update_creatives.rb
467
- - examples/v201306/creative_set_service/associate_creative_set_to_line_item.rb
468
- - examples/v201306/creative_set_service/create_creative_set.rb
469
- - examples/v201306/creative_set_service/get_all_creative_sets.rb
470
- - examples/v201306/creative_set_service/get_creative_sets_by_statement.rb
471
- - examples/v201306/creative_set_service/update_creative_sets.rb
472
- - examples/v201306/creative_template_service/get_all_creative_templates.rb
473
- - examples/v201306/creative_template_service/get_creative_template.rb
474
- - examples/v201306/creative_template_service/get_creative_templates_by_statement.rb
475
- - examples/v201306/creative_wrapper_service/create_creative_wrappers.rb
476
- - examples/v201306/creative_wrapper_service/deactivate_creative_wrapper.rb
477
- - examples/v201306/creative_wrapper_service/get_all_creative_wrappers.rb
478
- - examples/v201306/creative_wrapper_service/get_creative_wrappers_by_statement.rb
479
- - examples/v201306/creative_wrapper_service/update_creative_wrappers.rb
480
- - examples/v201306/custom_field_service/create_custom_field_options.rb
481
- - examples/v201306/custom_field_service/create_custom_fields.rb
482
- - examples/v201306/custom_field_service/deactivate_all_line_item_custom_fields.rb
483
- - examples/v201306/custom_field_service/get_all_custom_fields.rb
484
- - examples/v201306/custom_field_service/get_all_line_item_custom_fields.rb
485
- - examples/v201306/custom_field_service/set_line_item_custom_field_value.rb
486
- - examples/v201306/custom_field_service/update_custom_fields.rb
487
- - examples/v201306/custom_targeting_service/create_custom_targeting_keys_and_values.rb
488
- - examples/v201306/custom_targeting_service/delete_custom_targeting_keys.rb
489
- - examples/v201306/custom_targeting_service/delete_custom_targeting_values.rb
490
- - examples/v201306/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
491
- - examples/v201306/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
492
- - examples/v201306/custom_targeting_service/get_custom_targeting_values_by_statement.rb
493
- - examples/v201306/custom_targeting_service/update_custom_targeting_keys.rb
494
- - examples/v201306/custom_targeting_service/update_custom_targeting_values.rb
495
- - examples/v201306/forecast_service/get_forecast.rb
496
- - examples/v201306/forecast_service/get_forecast_by_id.rb
497
- - examples/v201306/inventory_service/create_ad_units.rb
498
- - examples/v201306/inventory_service/create_mobile_ad_unit.rb
499
- - examples/v201306/inventory_service/create_video_ad_unit.rb
500
- - examples/v201306/inventory_service/deactivate_ad_units.rb
501
- - examples/v201306/inventory_service/get_ad_unit.rb
502
- - examples/v201306/inventory_service/get_ad_unit_sizes.rb
503
- - examples/v201306/inventory_service/get_ad_units_by_statement.rb
504
- - examples/v201306/inventory_service/get_all_ad_units.rb
505
- - examples/v201306/inventory_service/update_ad_units.rb
506
- - examples/v201306/label_service/create_labels.rb
507
- - examples/v201306/label_service/deactivate_labels.rb
508
- - examples/v201306/label_service/get_all_labels.rb
509
- - examples/v201306/label_service/get_label.rb
510
- - examples/v201306/label_service/get_labels_by_statement.rb
511
- - examples/v201306/label_service/update_labels.rb
512
- - examples/v201306/line_item_creative_association_service/create_licas.rb
513
- - examples/v201306/line_item_creative_association_service/deactivate_licas.rb
514
- - examples/v201306/line_item_creative_association_service/get_all_licas.rb
515
- - examples/v201306/line_item_creative_association_service/get_lica.rb
516
- - examples/v201306/line_item_creative_association_service/get_licas_by_statement.rb
517
- - examples/v201306/line_item_creative_association_service/update_licas.rb
518
- - examples/v201306/line_item_service/activate_line_items.rb
519
- - examples/v201306/line_item_service/create_line_items.rb
520
- - examples/v201306/line_item_service/create_mobile_line_item.rb
521
- - examples/v201306/line_item_service/create_video_line_item.rb
522
- - examples/v201306/line_item_service/get_all_line_items.rb
523
- - examples/v201306/line_item_service/get_line_item.rb
524
- - examples/v201306/line_item_service/get_line_items_by_statement.rb
525
- - examples/v201306/line_item_service/get_recently_updated_line_items.rb
526
- - examples/v201306/line_item_service/target_custom_criteria.rb
527
- - examples/v201306/line_item_service/update_line_items.rb
528
- - examples/v201306/network_service/get_all_networks.rb
529
- - examples/v201306/network_service/get_current_network.rb
530
- - examples/v201306/network_service/make_test_network.rb
531
- - examples/v201306/order_service/approve_orders.rb
532
- - examples/v201306/order_service/create_orders.rb
533
- - examples/v201306/order_service/get_all_orders.rb
534
- - examples/v201306/order_service/get_order.rb
535
- - examples/v201306/order_service/get_orders_by_statement.rb
536
- - examples/v201306/order_service/update_orders.rb
537
- - examples/v201306/placement_service/create_placements.rb
538
- - examples/v201306/placement_service/deactivate_placements.rb
539
- - examples/v201306/placement_service/get_all_placements.rb
540
- - examples/v201306/placement_service/get_placement.rb
541
- - examples/v201306/placement_service/get_placements_by_statement.rb
542
- - examples/v201306/placement_service/update_placements.rb
543
- - examples/v201306/publisher_query_language_service/get_all_cities.rb
544
- - examples/v201306/report_service/display_report.rb
545
- - examples/v201306/report_service/download_report.rb
546
- - examples/v201306/report_service/run_delivery_report.rb
547
- - examples/v201306/report_service/run_inventory_report.rb
548
- - examples/v201306/report_service/run_merged_delivery_report.rb
549
- - examples/v201306/report_service/run_reach_report.rb
550
- - examples/v201306/report_service/run_report_with_custom_fields.rb
551
- - examples/v201306/report_service/run_sales_report.rb
552
- - examples/v201306/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
553
- - examples/v201306/suggested_ad_unit_service/get_all_suggested_ad_units.rb
554
- - examples/v201306/suggested_ad_unit_service/get_suggested_ad_unit.rb
555
- - examples/v201306/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
556
- - examples/v201306/team_service/create_teams.rb
557
- - examples/v201306/team_service/get_all_teams.rb
558
- - examples/v201306/team_service/get_team.rb
559
- - examples/v201306/team_service/get_teams_by_statement.rb
560
- - examples/v201306/team_service/update_teams.rb
561
- - examples/v201306/user_service/create_users.rb
562
- - examples/v201306/user_service/deactivate_users.rb
563
- - examples/v201306/user_service/get_all_roles.rb
564
- - examples/v201306/user_service/get_all_users.rb
565
- - examples/v201306/user_service/get_current_user.rb
566
- - examples/v201306/user_service/get_user.rb
567
- - examples/v201306/user_service/get_users_by_statement.rb
568
- - examples/v201306/user_service/update_users.rb
569
- - examples/v201306/user_team_association_service/create_user_team_associations.rb
570
- - examples/v201306/user_team_association_service/delete_user_team_associations.rb
571
- - examples/v201306/user_team_association_service/get_all_user_team_associations.rb
572
- - examples/v201306/user_team_association_service/get_user_team_association.rb
573
- - examples/v201306/user_team_association_service/get_user_team_associations_by_statement.rb
574
- - examples/v201306/user_team_association_service/update_user_team_associations.rb
575
- - examples/v201308/activity_group_service/create_activity_groups.rb
576
- - examples/v201308/activity_group_service/get_active_activity_groups.rb
577
- - examples/v201308/activity_group_service/get_all_activity_groups.rb
578
- - examples/v201308/activity_group_service/update_activity_groups.rb
579
- - examples/v201308/activity_service/create_activities.rb
580
- - examples/v201308/activity_service/get_active_activities.rb
581
- - examples/v201308/activity_service/get_all_activities.rb
582
- - examples/v201308/activity_service/update_activities.rb
583
- - examples/v201308/audience_segment_service/create_audience_segments.rb
584
- - examples/v201308/audience_segment_service/get_all_audience_segments.rb
585
- - examples/v201308/audience_segment_service/get_first_party_audience_segments.rb
586
- - examples/v201308/audience_segment_service/populate_first_party_audience_segments.rb
587
- - examples/v201308/audience_segment_service/update_audience_segments.rb
588
- - examples/v201308/common/error_handling.rb
589
- - examples/v201308/common/oauth2_jwt_handling.rb
590
- - examples/v201308/common/setup_oauth2.rb
591
- - examples/v201308/company_service/create_companies.rb
592
- - examples/v201308/company_service/get_all_companies.rb
593
- - examples/v201308/company_service/get_companies_by_statement.rb
594
- - examples/v201308/company_service/get_company.rb
595
- - examples/v201308/company_service/update_companies.rb
596
- - examples/v201308/contact_service/create_contacts.rb
597
- - examples/v201308/contact_service/get_all_contacts.rb
598
- - examples/v201308/contact_service/get_uninvited_contacts.rb
599
- - examples/v201308/contact_service/update_contacts.rb
600
- - examples/v201308/content_service/get_all_content.rb
601
- - examples/v201308/content_service/get_content_by_category.rb
602
- - examples/v201308/creative_service/copy_image_creatives.rb
603
- - examples/v201308/creative_service/create_creative_from_template.rb
604
- - examples/v201308/creative_service/create_creatives.rb
605
- - examples/v201308/creative_service/create_custom_creative.rb
606
- - examples/v201308/creative_service/get_all_creatives.rb
607
- - examples/v201308/creative_service/get_creative.rb
608
- - examples/v201308/creative_service/get_creatives_by_statement.rb
609
- - examples/v201308/creative_service/update_creatives.rb
610
- - examples/v201308/creative_set_service/associate_creative_set_to_line_item.rb
611
- - examples/v201308/creative_set_service/create_creative_set.rb
612
- - examples/v201308/creative_set_service/get_all_creative_sets.rb
613
- - examples/v201308/creative_set_service/get_creative_sets_by_statement.rb
614
- - examples/v201308/creative_set_service/update_creative_sets.rb
615
- - examples/v201308/creative_template_service/get_all_creative_templates.rb
616
- - examples/v201308/creative_template_service/get_creative_template.rb
617
- - examples/v201308/creative_template_service/get_creative_templates_by_statement.rb
618
- - examples/v201308/creative_wrapper_service/create_creative_wrappers.rb
619
- - examples/v201308/creative_wrapper_service/deactivate_creative_wrapper.rb
620
- - examples/v201308/creative_wrapper_service/get_all_creative_wrappers.rb
621
- - examples/v201308/creative_wrapper_service/get_creative_wrappers_by_statement.rb
622
- - examples/v201308/creative_wrapper_service/update_creative_wrappers.rb
623
- - examples/v201308/custom_field_service/create_custom_field_options.rb
624
- - examples/v201308/custom_field_service/create_custom_fields.rb
625
- - examples/v201308/custom_field_service/deactivate_all_line_item_custom_fields.rb
626
- - examples/v201308/custom_field_service/get_all_custom_fields.rb
627
- - examples/v201308/custom_field_service/get_all_line_item_custom_fields.rb
628
- - examples/v201308/custom_field_service/set_line_item_custom_field_value.rb
629
- - examples/v201308/custom_field_service/update_custom_fields.rb
630
- - examples/v201308/custom_targeting_service/create_custom_targeting_keys_and_values.rb
631
- - examples/v201308/custom_targeting_service/delete_custom_targeting_keys.rb
632
- - examples/v201308/custom_targeting_service/delete_custom_targeting_values.rb
633
- - examples/v201308/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
634
- - examples/v201308/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
635
- - examples/v201308/custom_targeting_service/get_custom_targeting_values_by_statement.rb
636
- - examples/v201308/custom_targeting_service/update_custom_targeting_keys.rb
637
- - examples/v201308/custom_targeting_service/update_custom_targeting_values.rb
638
- - examples/v201308/forecast_service/get_forecast.rb
639
- - examples/v201308/forecast_service/get_forecast_by_id.rb
640
- - examples/v201308/inventory_service/create_ad_units.rb
641
- - examples/v201308/inventory_service/create_mobile_ad_unit.rb
642
- - examples/v201308/inventory_service/create_video_ad_unit.rb
643
- - examples/v201308/inventory_service/deactivate_ad_units.rb
644
- - examples/v201308/inventory_service/get_ad_unit.rb
645
- - examples/v201308/inventory_service/get_ad_unit_sizes.rb
646
- - examples/v201308/inventory_service/get_ad_units_by_statement.rb
647
- - examples/v201308/inventory_service/get_all_ad_units.rb
648
- - examples/v201308/inventory_service/update_ad_units.rb
649
- - examples/v201308/label_service/create_labels.rb
650
- - examples/v201308/label_service/deactivate_labels.rb
651
- - examples/v201308/label_service/get_all_labels.rb
652
- - examples/v201308/label_service/get_label.rb
653
- - examples/v201308/label_service/get_labels_by_statement.rb
654
- - examples/v201308/label_service/update_labels.rb
655
- - examples/v201308/line_item_creative_association_service/create_licas.rb
656
- - examples/v201308/line_item_creative_association_service/deactivate_licas.rb
657
- - examples/v201308/line_item_creative_association_service/get_all_licas.rb
658
- - examples/v201308/line_item_creative_association_service/get_lica.rb
659
- - examples/v201308/line_item_creative_association_service/get_licas_by_statement.rb
660
- - examples/v201308/line_item_creative_association_service/update_licas.rb
661
- - examples/v201308/line_item_service/activate_line_items.rb
662
- - examples/v201308/line_item_service/create_line_items.rb
663
- - examples/v201308/line_item_service/create_mobile_line_item.rb
664
- - examples/v201308/line_item_service/create_video_line_item.rb
665
- - examples/v201308/line_item_service/get_all_line_items.rb
666
- - examples/v201308/line_item_service/get_line_item.rb
667
- - examples/v201308/line_item_service/get_line_items_by_statement.rb
668
- - examples/v201308/line_item_service/get_recently_updated_line_items.rb
669
- - examples/v201308/line_item_service/target_custom_criteria.rb
670
- - examples/v201308/line_item_service/update_line_items.rb
671
- - examples/v201308/network_service/get_all_networks.rb
672
- - examples/v201308/network_service/get_current_network.rb
673
- - examples/v201308/network_service/make_test_network.rb
674
- - examples/v201308/order_service/approve_orders.rb
675
- - examples/v201308/order_service/create_orders.rb
676
- - examples/v201308/order_service/get_all_orders.rb
677
- - examples/v201308/order_service/get_order.rb
678
- - examples/v201308/order_service/get_orders_by_statement.rb
679
- - examples/v201308/order_service/update_orders.rb
680
- - examples/v201308/placement_service/create_placements.rb
681
- - examples/v201308/placement_service/deactivate_placements.rb
682
- - examples/v201308/placement_service/get_all_placements.rb
683
- - examples/v201308/placement_service/get_placement.rb
684
- - examples/v201308/placement_service/get_placements_by_statement.rb
685
- - examples/v201308/placement_service/update_placements.rb
686
- - examples/v201308/publisher_query_language_service/get_all_line_items.rb
687
- - examples/v201308/publisher_query_language_service/get_geo_targets.rb
688
- - examples/v201308/publisher_query_language_service/get_line_items_named_like.rb
689
- - examples/v201308/report_service/display_report.rb
690
- - examples/v201308/report_service/download_report.rb
691
- - examples/v201308/report_service/run_delivery_report.rb
692
- - examples/v201308/report_service/run_inventory_report.rb
693
- - examples/v201308/report_service/run_merged_delivery_report.rb
694
- - examples/v201308/report_service/run_reach_report.rb
695
- - examples/v201308/report_service/run_report_with_custom_fields.rb
696
- - examples/v201308/report_service/run_sales_report.rb
697
- - examples/v201308/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
698
- - examples/v201308/suggested_ad_unit_service/get_all_suggested_ad_units.rb
699
- - examples/v201308/suggested_ad_unit_service/get_suggested_ad_unit.rb
700
- - examples/v201308/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
701
- - examples/v201308/team_service/create_teams.rb
702
- - examples/v201308/team_service/get_all_teams.rb
703
- - examples/v201308/team_service/get_team.rb
704
- - examples/v201308/team_service/get_teams_by_statement.rb
705
- - examples/v201308/team_service/update_teams.rb
706
- - examples/v201308/user_service/create_users.rb
707
- - examples/v201308/user_service/deactivate_users.rb
708
- - examples/v201308/user_service/get_all_roles.rb
709
- - examples/v201308/user_service/get_all_users.rb
710
- - examples/v201308/user_service/get_current_user.rb
711
- - examples/v201308/user_service/get_user.rb
712
- - examples/v201308/user_service/get_users_by_statement.rb
713
- - examples/v201308/user_service/update_users.rb
714
- - examples/v201308/user_team_association_service/create_user_team_associations.rb
715
- - examples/v201308/user_team_association_service/delete_user_team_associations.rb
716
- - examples/v201308/user_team_association_service/get_all_user_team_associations.rb
717
- - examples/v201308/user_team_association_service/get_user_team_association.rb
718
- - examples/v201308/user_team_association_service/get_user_team_associations_by_statement.rb
719
- - examples/v201308/user_team_association_service/update_user_team_associations.rb
720
- - examples/v201311/activity_group_service/create_activity_groups.rb
721
- - examples/v201311/activity_group_service/get_active_activity_groups.rb
722
- - examples/v201311/activity_group_service/get_all_activity_groups.rb
723
- - examples/v201311/activity_group_service/update_activity_groups.rb
724
- - examples/v201311/activity_service/create_activities.rb
725
- - examples/v201311/activity_service/get_active_activities.rb
726
- - examples/v201311/activity_service/get_all_activities.rb
727
- - examples/v201311/activity_service/update_activities.rb
728
- - examples/v201311/audience_segment_service/create_audience_segments.rb
729
- - examples/v201311/audience_segment_service/get_all_audience_segments.rb
730
- - examples/v201311/audience_segment_service/get_first_party_audience_segments.rb
731
- - examples/v201311/audience_segment_service/populate_first_party_audience_segments.rb
732
- - examples/v201311/audience_segment_service/update_audience_segments.rb
733
- - examples/v201311/common/error_handling.rb
734
- - examples/v201311/common/oauth2_jwt_handling.rb
735
- - examples/v201311/common/setup_oauth2.rb
736
- - examples/v201311/company_service/create_companies.rb
737
- - examples/v201311/company_service/get_all_companies.rb
738
- - examples/v201311/company_service/get_companies_by_statement.rb
739
- - examples/v201311/company_service/get_company.rb
740
- - examples/v201311/company_service/update_companies.rb
741
- - examples/v201311/contact_service/create_contacts.rb
742
- - examples/v201311/contact_service/get_all_contacts.rb
743
- - examples/v201311/contact_service/get_uninvited_contacts.rb
744
- - examples/v201311/contact_service/update_contacts.rb
745
- - examples/v201311/content_service/get_all_content.rb
746
- - examples/v201311/content_service/get_content_by_category.rb
747
- - examples/v201311/creative_service/copy_image_creatives.rb
748
- - examples/v201311/creative_service/create_creative_from_template.rb
749
- - examples/v201311/creative_service/create_creatives.rb
750
- - examples/v201311/creative_service/create_custom_creative.rb
751
- - examples/v201311/creative_service/get_all_creatives.rb
752
- - examples/v201311/creative_service/get_creative.rb
753
- - examples/v201311/creative_service/get_creatives_by_statement.rb
754
- - examples/v201311/creative_service/update_creatives.rb
755
- - examples/v201311/creative_set_service/associate_creative_set_to_line_item.rb
756
- - examples/v201311/creative_set_service/create_creative_set.rb
757
- - examples/v201311/creative_set_service/get_all_creative_sets.rb
758
- - examples/v201311/creative_set_service/get_creative_sets_by_statement.rb
759
- - examples/v201311/creative_set_service/update_creative_sets.rb
760
- - examples/v201311/creative_template_service/get_all_creative_templates.rb
761
- - examples/v201311/creative_template_service/get_creative_template.rb
762
- - examples/v201311/creative_template_service/get_creative_templates_by_statement.rb
763
- - examples/v201311/creative_wrapper_service/create_creative_wrappers.rb
764
- - examples/v201311/creative_wrapper_service/deactivate_creative_wrapper.rb
765
- - examples/v201311/creative_wrapper_service/get_all_creative_wrappers.rb
766
- - examples/v201311/creative_wrapper_service/get_creative_wrappers_by_statement.rb
767
- - examples/v201311/creative_wrapper_service/update_creative_wrappers.rb
768
- - examples/v201311/custom_field_service/create_custom_field_options.rb
769
- - examples/v201311/custom_field_service/create_custom_fields.rb
770
- - examples/v201311/custom_field_service/deactivate_all_line_item_custom_fields.rb
771
- - examples/v201311/custom_field_service/get_all_custom_fields.rb
772
- - examples/v201311/custom_field_service/get_all_line_item_custom_fields.rb
773
- - examples/v201311/custom_field_service/set_line_item_custom_field_value.rb
774
- - examples/v201311/custom_field_service/update_custom_fields.rb
775
- - examples/v201311/custom_targeting_service/create_custom_targeting_keys_and_values.rb
776
- - examples/v201311/custom_targeting_service/delete_custom_targeting_keys.rb
777
- - examples/v201311/custom_targeting_service/delete_custom_targeting_values.rb
778
- - examples/v201311/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
779
- - examples/v201311/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
780
- - examples/v201311/custom_targeting_service/get_custom_targeting_values_by_statement.rb
781
- - examples/v201311/custom_targeting_service/update_custom_targeting_keys.rb
782
- - examples/v201311/custom_targeting_service/update_custom_targeting_values.rb
783
- - examples/v201311/forecast_service/get_forecast.rb
784
- - examples/v201311/forecast_service/get_forecast_by_id.rb
785
- - examples/v201311/inventory_service/create_ad_units.rb
786
- - examples/v201311/inventory_service/create_mobile_ad_unit.rb
787
- - examples/v201311/inventory_service/create_video_ad_unit.rb
788
- - examples/v201311/inventory_service/deactivate_ad_units.rb
789
- - examples/v201311/inventory_service/get_ad_unit.rb
790
- - examples/v201311/inventory_service/get_ad_unit_sizes.rb
791
- - examples/v201311/inventory_service/get_ad_units_by_statement.rb
792
- - examples/v201311/inventory_service/get_all_ad_units.rb
793
- - examples/v201311/inventory_service/update_ad_units.rb
794
- - examples/v201311/label_service/create_labels.rb
795
- - examples/v201311/label_service/deactivate_labels.rb
796
- - examples/v201311/label_service/get_all_labels.rb
797
- - examples/v201311/label_service/get_label.rb
798
- - examples/v201311/label_service/get_labels_by_statement.rb
799
- - examples/v201311/label_service/update_labels.rb
800
- - examples/v201311/line_item_creative_association_service/create_licas.rb
801
- - examples/v201311/line_item_creative_association_service/deactivate_licas.rb
802
- - examples/v201311/line_item_creative_association_service/get_all_licas.rb
803
- - examples/v201311/line_item_creative_association_service/get_lica.rb
804
- - examples/v201311/line_item_creative_association_service/get_licas_by_statement.rb
805
- - examples/v201311/line_item_creative_association_service/update_licas.rb
806
- - examples/v201311/line_item_service/activate_line_items.rb
807
- - examples/v201311/line_item_service/create_line_items.rb
808
- - examples/v201311/line_item_service/create_mobile_line_item.rb
809
- - examples/v201311/line_item_service/create_video_line_item.rb
810
- - examples/v201311/line_item_service/get_all_line_items.rb
811
- - examples/v201311/line_item_service/get_line_item.rb
812
- - examples/v201311/line_item_service/get_line_items_by_statement.rb
813
- - examples/v201311/line_item_service/get_recently_updated_line_items.rb
814
- - examples/v201311/line_item_service/target_custom_criteria.rb
815
- - examples/v201311/line_item_service/update_line_items.rb
816
- - examples/v201311/network_service/get_all_networks.rb
817
- - examples/v201311/network_service/get_current_network.rb
818
- - examples/v201311/network_service/make_test_network.rb
819
- - examples/v201311/order_service/approve_orders.rb
820
- - examples/v201311/order_service/create_orders.rb
821
- - examples/v201311/order_service/get_all_orders.rb
822
- - examples/v201311/order_service/get_order.rb
823
- - examples/v201311/order_service/get_orders_by_statement.rb
824
- - examples/v201311/order_service/update_orders.rb
825
- - examples/v201311/placement_service/create_placements.rb
826
- - examples/v201311/placement_service/deactivate_placements.rb
827
- - examples/v201311/placement_service/get_all_placements.rb
828
- - examples/v201311/placement_service/get_placement.rb
829
- - examples/v201311/placement_service/get_placements_by_statement.rb
830
- - examples/v201311/placement_service/update_placements.rb
831
- - examples/v201311/publisher_query_language_service/fetch_match_tables.rb
832
- - examples/v201311/publisher_query_language_service/get_all_line_items.rb
833
- - examples/v201311/publisher_query_language_service/get_geo_targets.rb
834
- - examples/v201311/publisher_query_language_service/get_line_items_named_like.rb
835
- - examples/v201311/report_service/display_report.rb
836
- - examples/v201311/report_service/download_report.rb
837
- - examples/v201311/report_service/run_delivery_report.rb
838
- - examples/v201311/report_service/run_inventory_report.rb
839
- - examples/v201311/report_service/run_merged_delivery_report.rb
840
- - examples/v201311/report_service/run_reach_report.rb
841
- - examples/v201311/report_service/run_report_with_custom_fields.rb
842
- - examples/v201311/report_service/run_sales_report.rb
843
- - examples/v201311/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
844
- - examples/v201311/suggested_ad_unit_service/get_all_suggested_ad_units.rb
845
- - examples/v201311/suggested_ad_unit_service/get_suggested_ad_unit.rb
846
- - examples/v201311/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
847
- - examples/v201311/team_service/create_teams.rb
848
- - examples/v201311/team_service/get_all_teams.rb
849
- - examples/v201311/team_service/get_team.rb
850
- - examples/v201311/team_service/get_teams_by_statement.rb
851
- - examples/v201311/team_service/update_teams.rb
852
- - examples/v201311/user_service/create_users.rb
853
- - examples/v201311/user_service/deactivate_users.rb
854
- - examples/v201311/user_service/get_all_roles.rb
855
- - examples/v201311/user_service/get_all_users.rb
856
- - examples/v201311/user_service/get_current_user.rb
857
- - examples/v201311/user_service/get_user.rb
858
- - examples/v201311/user_service/get_users_by_statement.rb
859
- - examples/v201311/user_service/update_users.rb
860
- - examples/v201311/user_team_association_service/create_user_team_associations.rb
861
- - examples/v201311/user_team_association_service/delete_user_team_associations.rb
862
- - examples/v201311/user_team_association_service/get_all_user_team_associations.rb
863
- - examples/v201311/user_team_association_service/get_user_team_association.rb
864
- - examples/v201311/user_team_association_service/get_user_team_associations_by_statement.rb
865
- - examples/v201311/user_team_association_service/update_user_team_associations.rb
866
- - examples/v201403/activity_group_service/create_activity_groups.rb
867
- - examples/v201403/activity_group_service/get_active_activity_groups.rb
868
- - examples/v201403/activity_group_service/get_all_activity_groups.rb
869
- - examples/v201403/activity_group_service/update_activity_groups.rb
32
+ - examples/v201408/label_service/get_labels_by_statement.rb
33
+ - examples/v201408/label_service/get_all_labels.rb
34
+ - examples/v201408/label_service/deactivate_labels.rb
35
+ - examples/v201408/label_service/update_labels.rb
36
+ - examples/v201408/label_service/create_labels.rb
37
+ - examples/v201408/line_item_creative_association_service/create_licas.rb
38
+ - examples/v201408/line_item_creative_association_service/get_all_licas.rb
39
+ - examples/v201408/line_item_creative_association_service/get_licas_by_statement.rb
40
+ - examples/v201408/line_item_creative_association_service/deactivate_licas.rb
41
+ - examples/v201408/line_item_creative_association_service/update_licas.rb
42
+ - examples/v201408/custom_field_service/create_custom_fields.rb
43
+ - examples/v201408/custom_field_service/get_all_custom_fields.rb
44
+ - examples/v201408/custom_field_service/deactivate_all_line_item_custom_fields.rb
45
+ - examples/v201408/custom_field_service/update_custom_fields.rb
46
+ - examples/v201408/custom_field_service/create_custom_field_options.rb
47
+ - examples/v201408/custom_field_service/set_line_item_custom_field_value.rb
48
+ - examples/v201408/custom_field_service/get_all_line_item_custom_fields.rb
49
+ - examples/v201408/creative_template_service/get_creative_templates_by_statement.rb
50
+ - examples/v201408/creative_template_service/get_creative_template.rb
51
+ - examples/v201408/creative_template_service/get_all_creative_templates.rb
52
+ - examples/v201408/activity_service/create_activities.rb
53
+ - examples/v201408/activity_service/update_activities.rb
54
+ - examples/v201408/activity_service/get_all_activities.rb
55
+ - examples/v201408/activity_service/get_active_activities.rb
56
+ - examples/v201408/team_service/get_all_teams.rb
57
+ - examples/v201408/team_service/create_teams.rb
58
+ - examples/v201408/team_service/get_teams_by_statement.rb
59
+ - examples/v201408/team_service/update_teams.rb
60
+ - examples/v201408/activity_group_service/update_activity_groups.rb
61
+ - examples/v201408/activity_group_service/get_all_activity_groups.rb
62
+ - examples/v201408/activity_group_service/create_activity_groups.rb
63
+ - examples/v201408/activity_group_service/get_active_activity_groups.rb
64
+ - examples/v201408/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
65
+ - examples/v201408/suggested_ad_unit_service/get_suggested_ad_unit.rb
66
+ - examples/v201408/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
67
+ - examples/v201408/suggested_ad_unit_service/get_all_suggested_ad_units.rb
68
+ - examples/v201408/placement_service/update_placements.rb
69
+ - examples/v201408/placement_service/get_all_placements.rb
70
+ - examples/v201408/placement_service/create_placements.rb
71
+ - examples/v201408/placement_service/get_placements_by_statement.rb
72
+ - examples/v201408/placement_service/deactivate_placements.rb
73
+ - examples/v201408/audience_segment_service/get_first_party_audience_segments.rb
74
+ - examples/v201408/audience_segment_service/populate_first_party_audience_segments.rb
75
+ - examples/v201408/audience_segment_service/update_audience_segments.rb
76
+ - examples/v201408/audience_segment_service/create_audience_segments.rb
77
+ - examples/v201408/audience_segment_service/get_all_audience_segments.rb
78
+ - examples/v201408/contact_service/create_contacts.rb
79
+ - examples/v201408/contact_service/get_all_contacts.rb
80
+ - examples/v201408/contact_service/update_contacts.rb
81
+ - examples/v201408/contact_service/get_uninvited_contacts.rb
82
+ - examples/v201408/report_service/run_report_with_custom_fields.rb
83
+ - examples/v201408/report_service/run_reach_report.rb
84
+ - examples/v201408/report_service/download_report.rb
85
+ - examples/v201408/report_service/run_delivery_report.rb
86
+ - examples/v201408/report_service/run_sales_report.rb
87
+ - examples/v201408/report_service/display_report.rb
88
+ - examples/v201408/report_service/run_inventory_report.rb
89
+ - examples/v201408/common/oauth2_jwt_handling.rb
90
+ - examples/v201408/common/error_handling.rb
91
+ - examples/v201408/common/setup_oauth2.rb
92
+ - examples/v201408/user_service/deactivate_users.rb
93
+ - examples/v201408/user_service/get_current_user.rb
94
+ - examples/v201408/user_service/get_all_users.rb
95
+ - examples/v201408/user_service/create_users.rb
96
+ - examples/v201408/user_service/get_all_roles.rb
97
+ - examples/v201408/user_service/update_users.rb
98
+ - examples/v201408/user_service/get_users_by_statement.rb
99
+ - examples/v201408/network_service/get_current_network.rb
100
+ - examples/v201408/network_service/get_all_networks.rb
101
+ - examples/v201408/network_service/make_test_network.rb
102
+ - examples/v201408/content_service/get_content_by_category.rb
103
+ - examples/v201408/content_service/get_all_content.rb
104
+ - examples/v201408/user_team_association_service/update_user_team_associations.rb
105
+ - examples/v201408/user_team_association_service/get_all_user_team_associations.rb
106
+ - examples/v201408/user_team_association_service/create_user_team_associations.rb
107
+ - examples/v201408/user_team_association_service/delete_user_team_associations.rb
108
+ - examples/v201408/user_team_association_service/get_user_team_associations_by_statement.rb
109
+ - examples/v201408/creative_wrapper_service/update_creative_wrappers.rb
110
+ - examples/v201408/creative_wrapper_service/get_all_creative_wrappers.rb
111
+ - examples/v201408/creative_wrapper_service/deactivate_creative_wrapper.rb
112
+ - examples/v201408/creative_wrapper_service/get_creative_wrappers_by_statement.rb
113
+ - examples/v201408/creative_wrapper_service/create_creative_wrappers.rb
114
+ - examples/v201408/custom_targeting_service/delete_custom_targeting_values.rb
115
+ - examples/v201408/custom_targeting_service/update_custom_targeting_keys.rb
116
+ - examples/v201408/custom_targeting_service/delete_custom_targeting_keys.rb
117
+ - examples/v201408/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
118
+ - examples/v201408/custom_targeting_service/update_custom_targeting_values.rb
119
+ - examples/v201408/custom_targeting_service/get_custom_targeting_values_by_statement.rb
120
+ - examples/v201408/custom_targeting_service/create_custom_targeting_keys_and_values.rb
121
+ - examples/v201408/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
122
+ - examples/v201408/creative_set_service/create_creative_set.rb
123
+ - examples/v201408/creative_set_service/get_creative_sets_by_statement.rb
124
+ - examples/v201408/creative_set_service/update_creative_sets.rb
125
+ - examples/v201408/creative_set_service/get_all_creative_sets.rb
126
+ - examples/v201408/creative_set_service/associate_creative_set_to_line_item.rb
127
+ - examples/v201408/publisher_query_language_service/fetch_match_tables.rb
128
+ - examples/v201408/publisher_query_language_service/get_geo_targets.rb
129
+ - examples/v201408/publisher_query_language_service/get_line_items_named_like.rb
130
+ - examples/v201408/publisher_query_language_service/get_all_line_items.rb
131
+ - examples/v201408/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
132
+ - examples/v201408/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
133
+ - examples/v201408/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
134
+ - examples/v201408/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
135
+ - examples/v201408/creative_service/get_all_creatives.rb
136
+ - examples/v201408/creative_service/copy_image_creatives.rb
137
+ - examples/v201408/creative_service/get_creatives_by_statement.rb
138
+ - examples/v201408/creative_service/create_creative_from_template.rb
139
+ - examples/v201408/creative_service/update_creatives.rb
140
+ - examples/v201408/creative_service/create_custom_creative.rb
141
+ - examples/v201408/creative_service/create_creatives.rb
142
+ - examples/v201408/order_service/approve_orders.rb
143
+ - examples/v201408/order_service/get_orders_by_statement.rb
144
+ - examples/v201408/order_service/update_orders.rb
145
+ - examples/v201408/order_service/create_orders.rb
146
+ - examples/v201408/order_service/get_all_orders.rb
147
+ - examples/v201408/line_item_service/get_recently_updated_line_items.rb
148
+ - examples/v201408/line_item_service/update_line_items.rb
149
+ - examples/v201408/line_item_service/target_custom_criteria.rb
150
+ - examples/v201408/line_item_service/activate_line_items.rb
151
+ - examples/v201408/line_item_service/get_line_items_by_statement.rb
152
+ - examples/v201408/line_item_service/create_line_items.rb
153
+ - examples/v201408/line_item_service/create_video_line_item.rb
154
+ - examples/v201408/line_item_service/get_all_line_items.rb
155
+ - examples/v201408/inventory_service/create_mobile_ad_unit.rb
156
+ - examples/v201408/inventory_service/get_all_ad_units.rb
157
+ - examples/v201408/inventory_service/create_video_ad_unit.rb
158
+ - examples/v201408/inventory_service/deactivate_ad_units.rb
159
+ - examples/v201408/inventory_service/get_ad_units_by_statement.rb
160
+ - examples/v201408/inventory_service/create_ad_units.rb
161
+ - examples/v201408/inventory_service/get_ad_unit_sizes.rb
162
+ - examples/v201408/inventory_service/update_ad_units.rb
163
+ - examples/v201408/company_service/get_companies_by_statement.rb
164
+ - examples/v201408/company_service/create_companies.rb
165
+ - examples/v201408/company_service/update_companies.rb
166
+ - examples/v201408/company_service/get_all_companies.rb
167
+ - examples/v201408/forecast_service/get_forecast_by_id.rb
168
+ - examples/v201408/forecast_service/get_forecast.rb
169
+ - examples/v201403/label_service/get_labels_by_statement.rb
170
+ - examples/v201403/label_service/get_all_labels.rb
171
+ - examples/v201403/label_service/deactivate_labels.rb
172
+ - examples/v201403/label_service/update_labels.rb
173
+ - examples/v201403/label_service/create_labels.rb
174
+ - examples/v201403/line_item_creative_association_service/create_licas.rb
175
+ - examples/v201403/line_item_creative_association_service/get_all_licas.rb
176
+ - examples/v201403/line_item_creative_association_service/get_licas_by_statement.rb
177
+ - examples/v201403/line_item_creative_association_service/deactivate_licas.rb
178
+ - examples/v201403/line_item_creative_association_service/update_licas.rb
179
+ - examples/v201403/custom_field_service/create_custom_fields.rb
180
+ - examples/v201403/custom_field_service/get_all_custom_fields.rb
181
+ - examples/v201403/custom_field_service/deactivate_all_line_item_custom_fields.rb
182
+ - examples/v201403/custom_field_service/update_custom_fields.rb
183
+ - examples/v201403/custom_field_service/create_custom_field_options.rb
184
+ - examples/v201403/custom_field_service/set_line_item_custom_field_value.rb
185
+ - examples/v201403/custom_field_service/get_all_line_item_custom_fields.rb
186
+ - examples/v201403/creative_template_service/get_creative_templates_by_statement.rb
187
+ - examples/v201403/creative_template_service/get_creative_template.rb
188
+ - examples/v201403/creative_template_service/get_all_creative_templates.rb
870
189
  - examples/v201403/activity_service/create_activities.rb
871
- - examples/v201403/activity_service/get_active_activities.rb
872
- - examples/v201403/activity_service/get_all_activities.rb
873
190
  - examples/v201403/activity_service/update_activities.rb
874
- - examples/v201403/audience_segment_service/create_audience_segments.rb
875
- - examples/v201403/audience_segment_service/get_all_audience_segments.rb
191
+ - examples/v201403/activity_service/get_all_activities.rb
192
+ - examples/v201403/activity_service/get_active_activities.rb
193
+ - examples/v201403/team_service/get_all_teams.rb
194
+ - examples/v201403/team_service/create_teams.rb
195
+ - examples/v201403/team_service/get_teams_by_statement.rb
196
+ - examples/v201403/team_service/update_teams.rb
197
+ - examples/v201403/activity_group_service/update_activity_groups.rb
198
+ - examples/v201403/activity_group_service/get_all_activity_groups.rb
199
+ - examples/v201403/activity_group_service/create_activity_groups.rb
200
+ - examples/v201403/activity_group_service/get_active_activity_groups.rb
201
+ - examples/v201403/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
202
+ - examples/v201403/suggested_ad_unit_service/get_suggested_ad_unit.rb
203
+ - examples/v201403/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
204
+ - examples/v201403/suggested_ad_unit_service/get_all_suggested_ad_units.rb
205
+ - examples/v201403/placement_service/update_placements.rb
206
+ - examples/v201403/placement_service/get_all_placements.rb
207
+ - examples/v201403/placement_service/create_placements.rb
208
+ - examples/v201403/placement_service/get_placements_by_statement.rb
209
+ - examples/v201403/placement_service/deactivate_placements.rb
876
210
  - examples/v201403/audience_segment_service/get_first_party_audience_segments.rb
877
211
  - examples/v201403/audience_segment_service/populate_first_party_audience_segments.rb
878
212
  - examples/v201403/audience_segment_service/update_audience_segments.rb
879
- - examples/v201403/common/error_handling.rb
880
- - examples/v201403/common/oauth2_jwt_handling.rb
881
- - examples/v201403/common/setup_oauth2.rb
882
- - examples/v201403/company_service/create_companies.rb
883
- - examples/v201403/company_service/get_all_companies.rb
884
- - examples/v201403/company_service/get_companies_by_statement.rb
885
- - examples/v201403/company_service/update_companies.rb
213
+ - examples/v201403/audience_segment_service/create_audience_segments.rb
214
+ - examples/v201403/audience_segment_service/get_all_audience_segments.rb
886
215
  - examples/v201403/contact_service/create_contacts.rb
887
216
  - examples/v201403/contact_service/get_all_contacts.rb
888
- - examples/v201403/contact_service/get_uninvited_contacts.rb
889
217
  - examples/v201403/contact_service/update_contacts.rb
890
- - examples/v201403/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
891
- - examples/v201403/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
892
- - examples/v201403/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
893
- - examples/v201403/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
894
- - examples/v201403/content_service/get_all_content.rb
218
+ - examples/v201403/contact_service/get_uninvited_contacts.rb
219
+ - examples/v201403/report_service/run_report_with_custom_fields.rb
220
+ - examples/v201403/report_service/run_reach_report.rb
221
+ - examples/v201403/report_service/download_report.rb
222
+ - examples/v201403/report_service/run_merged_delivery_report.rb
223
+ - examples/v201403/report_service/run_delivery_report.rb
224
+ - examples/v201403/report_service/run_sales_report.rb
225
+ - examples/v201403/report_service/display_report.rb
226
+ - examples/v201403/report_service/run_inventory_report.rb
227
+ - examples/v201403/common/oauth2_jwt_handling.rb
228
+ - examples/v201403/common/error_handling.rb
229
+ - examples/v201403/common/setup_oauth2.rb
230
+ - examples/v201403/user_service/deactivate_users.rb
231
+ - examples/v201403/user_service/get_current_user.rb
232
+ - examples/v201403/user_service/get_all_users.rb
233
+ - examples/v201403/user_service/create_users.rb
234
+ - examples/v201403/user_service/get_all_roles.rb
235
+ - examples/v201403/user_service/update_users.rb
236
+ - examples/v201403/user_service/get_users_by_statement.rb
237
+ - examples/v201403/network_service/get_current_network.rb
238
+ - examples/v201403/network_service/get_all_networks.rb
239
+ - examples/v201403/network_service/make_test_network.rb
895
240
  - examples/v201403/content_service/get_content_by_category.rb
896
- - examples/v201403/creative_service/copy_image_creatives.rb
897
- - examples/v201403/creative_service/create_creative_from_template.rb
898
- - examples/v201403/creative_service/create_creatives.rb
899
- - examples/v201403/creative_service/create_custom_creative.rb
900
- - examples/v201403/creative_service/get_all_creatives.rb
901
- - examples/v201403/creative_service/get_creatives_by_statement.rb
902
- - examples/v201403/creative_service/update_creatives.rb
903
- - examples/v201403/creative_set_service/associate_creative_set_to_line_item.rb
904
- - examples/v201403/creative_set_service/create_creative_set.rb
905
- - examples/v201403/creative_set_service/get_all_creative_sets.rb
906
- - examples/v201403/creative_set_service/get_creative_sets_by_statement.rb
907
- - examples/v201403/creative_set_service/update_creative_sets.rb
908
- - examples/v201403/creative_template_service/get_all_creative_templates.rb
909
- - examples/v201403/creative_template_service/get_creative_template.rb
910
- - examples/v201403/creative_template_service/get_creative_templates_by_statement.rb
911
- - examples/v201403/creative_wrapper_service/create_creative_wrappers.rb
912
- - examples/v201403/creative_wrapper_service/deactivate_creative_wrapper.rb
913
- - examples/v201403/creative_wrapper_service/get_all_creative_wrappers.rb
914
- - examples/v201403/creative_wrapper_service/get_creative_wrappers_by_statement.rb
241
+ - examples/v201403/content_service/get_all_content.rb
242
+ - examples/v201403/user_team_association_service/update_user_team_associations.rb
243
+ - examples/v201403/user_team_association_service/get_all_user_team_associations.rb
244
+ - examples/v201403/user_team_association_service/create_user_team_associations.rb
245
+ - examples/v201403/user_team_association_service/delete_user_team_associations.rb
246
+ - examples/v201403/user_team_association_service/get_user_team_associations_by_statement.rb
915
247
  - examples/v201403/creative_wrapper_service/update_creative_wrappers.rb
916
- - examples/v201403/custom_field_service/create_custom_field_options.rb
917
- - examples/v201403/custom_field_service/create_custom_fields.rb
918
- - examples/v201403/custom_field_service/deactivate_all_line_item_custom_fields.rb
919
- - examples/v201403/custom_field_service/get_all_custom_fields.rb
920
- - examples/v201403/custom_field_service/get_all_line_item_custom_fields.rb
921
- - examples/v201403/custom_field_service/set_line_item_custom_field_value.rb
922
- - examples/v201403/custom_field_service/update_custom_fields.rb
923
- - examples/v201403/custom_targeting_service/create_custom_targeting_keys_and_values.rb
924
- - examples/v201403/custom_targeting_service/delete_custom_targeting_keys.rb
248
+ - examples/v201403/creative_wrapper_service/get_all_creative_wrappers.rb
249
+ - examples/v201403/creative_wrapper_service/deactivate_creative_wrapper.rb
250
+ - examples/v201403/creative_wrapper_service/get_creative_wrappers_by_statement.rb
251
+ - examples/v201403/creative_wrapper_service/create_creative_wrappers.rb
925
252
  - examples/v201403/custom_targeting_service/delete_custom_targeting_values.rb
926
- - examples/v201403/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
927
- - examples/v201403/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
928
- - examples/v201403/custom_targeting_service/get_custom_targeting_values_by_statement.rb
929
253
  - examples/v201403/custom_targeting_service/update_custom_targeting_keys.rb
254
+ - examples/v201403/custom_targeting_service/delete_custom_targeting_keys.rb
255
+ - examples/v201403/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
930
256
  - examples/v201403/custom_targeting_service/update_custom_targeting_values.rb
931
- - examples/v201403/forecast_service/get_forecast.rb
932
- - examples/v201403/forecast_service/get_forecast_by_id.rb
933
- - examples/v201403/inventory_service/create_ad_units.rb
257
+ - examples/v201403/custom_targeting_service/get_custom_targeting_values_by_statement.rb
258
+ - examples/v201403/custom_targeting_service/create_custom_targeting_keys_and_values.rb
259
+ - examples/v201403/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
260
+ - examples/v201403/creative_set_service/create_creative_set.rb
261
+ - examples/v201403/creative_set_service/get_creative_sets_by_statement.rb
262
+ - examples/v201403/creative_set_service/update_creative_sets.rb
263
+ - examples/v201403/creative_set_service/get_all_creative_sets.rb
264
+ - examples/v201403/creative_set_service/associate_creative_set_to_line_item.rb
265
+ - examples/v201403/publisher_query_language_service/fetch_match_tables.rb
266
+ - examples/v201403/publisher_query_language_service/get_geo_targets.rb
267
+ - examples/v201403/publisher_query_language_service/get_line_items_named_like.rb
268
+ - examples/v201403/publisher_query_language_service/get_all_line_items.rb
269
+ - examples/v201403/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
270
+ - examples/v201403/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
271
+ - examples/v201403/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
272
+ - examples/v201403/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
273
+ - examples/v201403/creative_service/get_all_creatives.rb
274
+ - examples/v201403/creative_service/copy_image_creatives.rb
275
+ - examples/v201403/creative_service/get_creatives_by_statement.rb
276
+ - examples/v201403/creative_service/create_creative_from_template.rb
277
+ - examples/v201403/creative_service/update_creatives.rb
278
+ - examples/v201403/creative_service/create_custom_creative.rb
279
+ - examples/v201403/creative_service/create_creatives.rb
280
+ - examples/v201403/order_service/approve_orders.rb
281
+ - examples/v201403/order_service/get_orders_by_statement.rb
282
+ - examples/v201403/order_service/update_orders.rb
283
+ - examples/v201403/order_service/create_orders.rb
284
+ - examples/v201403/order_service/get_all_orders.rb
285
+ - examples/v201403/line_item_service/create_mobile_line_item.rb
286
+ - examples/v201403/line_item_service/get_recently_updated_line_items.rb
287
+ - examples/v201403/line_item_service/update_line_items.rb
288
+ - examples/v201403/line_item_service/target_custom_criteria.rb
289
+ - examples/v201403/line_item_service/activate_line_items.rb
290
+ - examples/v201403/line_item_service/get_line_items_by_statement.rb
291
+ - examples/v201403/line_item_service/create_line_items.rb
292
+ - examples/v201403/line_item_service/create_video_line_item.rb
293
+ - examples/v201403/line_item_service/get_all_line_items.rb
934
294
  - examples/v201403/inventory_service/create_mobile_ad_unit.rb
295
+ - examples/v201403/inventory_service/get_all_ad_units.rb
935
296
  - examples/v201403/inventory_service/create_video_ad_unit.rb
936
297
  - examples/v201403/inventory_service/deactivate_ad_units.rb
937
- - examples/v201403/inventory_service/get_ad_unit_sizes.rb
938
298
  - examples/v201403/inventory_service/get_ad_units_by_statement.rb
939
- - examples/v201403/inventory_service/get_all_ad_units.rb
299
+ - examples/v201403/inventory_service/create_ad_units.rb
300
+ - examples/v201403/inventory_service/get_ad_unit_sizes.rb
940
301
  - examples/v201403/inventory_service/update_ad_units.rb
941
- - examples/v201403/label_service/create_labels.rb
942
- - examples/v201403/label_service/deactivate_labels.rb
943
- - examples/v201403/label_service/get_all_labels.rb
944
- - examples/v201403/label_service/get_labels_by_statement.rb
945
- - examples/v201403/label_service/update_labels.rb
946
- - examples/v201403/line_item_creative_association_service/create_licas.rb
947
- - examples/v201403/line_item_creative_association_service/deactivate_licas.rb
948
- - examples/v201403/line_item_creative_association_service/get_all_licas.rb
949
- - examples/v201403/line_item_creative_association_service/get_licas_by_statement.rb
950
- - examples/v201403/line_item_creative_association_service/update_licas.rb
951
- - examples/v201403/line_item_service/activate_line_items.rb
952
- - examples/v201403/line_item_service/create_line_items.rb
953
- - examples/v201403/line_item_service/create_mobile_line_item.rb
954
- - examples/v201403/line_item_service/create_video_line_item.rb
955
- - examples/v201403/line_item_service/get_all_line_items.rb
956
- - examples/v201403/line_item_service/get_line_items_by_statement.rb
957
- - examples/v201403/line_item_service/get_recently_updated_line_items.rb
958
- - examples/v201403/line_item_service/target_custom_criteria.rb
959
- - examples/v201403/line_item_service/update_line_items.rb
960
- - examples/v201403/network_service/get_all_networks.rb
961
- - examples/v201403/network_service/get_current_network.rb
962
- - examples/v201403/network_service/make_test_network.rb
963
- - examples/v201403/order_service/approve_orders.rb
964
- - examples/v201403/order_service/create_orders.rb
965
- - examples/v201403/order_service/get_all_orders.rb
966
- - examples/v201403/order_service/get_orders_by_statement.rb
967
- - examples/v201403/order_service/update_orders.rb
968
- - examples/v201403/placement_service/create_placements.rb
969
- - examples/v201403/placement_service/deactivate_placements.rb
970
- - examples/v201403/placement_service/get_all_placements.rb
971
- - examples/v201403/placement_service/get_placements_by_statement.rb
972
- - examples/v201403/placement_service/update_placements.rb
973
- - examples/v201403/publisher_query_language_service/fetch_match_tables.rb
974
- - examples/v201403/publisher_query_language_service/get_all_line_items.rb
975
- - examples/v201403/publisher_query_language_service/get_geo_targets.rb
976
- - examples/v201403/publisher_query_language_service/get_line_items_named_like.rb
977
- - examples/v201403/report_service/display_report.rb
978
- - examples/v201403/report_service/download_report.rb
979
- - examples/v201403/report_service/run_delivery_report.rb
980
- - examples/v201403/report_service/run_inventory_report.rb
981
- - examples/v201403/report_service/run_merged_delivery_report.rb
982
- - examples/v201403/report_service/run_reach_report.rb
983
- - examples/v201403/report_service/run_report_with_custom_fields.rb
984
- - examples/v201403/report_service/run_sales_report.rb
985
- - examples/v201403/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
986
- - examples/v201403/suggested_ad_unit_service/get_all_suggested_ad_units.rb
987
- - examples/v201403/suggested_ad_unit_service/get_suggested_ad_unit.rb
988
- - examples/v201403/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
989
- - examples/v201403/team_service/create_teams.rb
990
- - examples/v201403/team_service/get_all_teams.rb
991
- - examples/v201403/team_service/get_teams_by_statement.rb
992
- - examples/v201403/team_service/update_teams.rb
993
- - examples/v201403/user_service/create_users.rb
994
- - examples/v201403/user_service/deactivate_users.rb
995
- - examples/v201403/user_service/get_all_roles.rb
996
- - examples/v201403/user_service/get_all_users.rb
997
- - examples/v201403/user_service/get_current_user.rb
998
- - examples/v201403/user_service/get_users_by_statement.rb
999
- - examples/v201403/user_service/update_users.rb
1000
- - examples/v201403/user_team_association_service/create_user_team_associations.rb
1001
- - examples/v201403/user_team_association_service/delete_user_team_associations.rb
1002
- - examples/v201403/user_team_association_service/get_all_user_team_associations.rb
1003
- - examples/v201403/user_team_association_service/get_user_team_associations_by_statement.rb
1004
- - examples/v201403/user_team_association_service/update_user_team_associations.rb
1005
- - examples/v201405/activity_group_service/create_activity_groups.rb
1006
- - examples/v201405/activity_group_service/get_active_activity_groups.rb
1007
- - examples/v201405/activity_group_service/get_all_activity_groups.rb
1008
- - examples/v201405/activity_group_service/update_activity_groups.rb
1009
- - examples/v201405/activity_service/create_activities.rb
1010
- - examples/v201405/activity_service/get_active_activities.rb
1011
- - examples/v201405/activity_service/get_all_activities.rb
1012
- - examples/v201405/activity_service/update_activities.rb
1013
- - examples/v201405/audience_segment_service/create_audience_segments.rb
1014
- - examples/v201405/audience_segment_service/get_all_audience_segments.rb
1015
- - examples/v201405/audience_segment_service/get_first_party_audience_segments.rb
1016
- - examples/v201405/audience_segment_service/populate_first_party_audience_segments.rb
1017
- - examples/v201405/audience_segment_service/update_audience_segments.rb
1018
- - examples/v201405/common/error_handling.rb
1019
- - examples/v201405/common/oauth2_jwt_handling.rb
1020
- - examples/v201405/common/setup_oauth2.rb
1021
- - examples/v201405/company_service/create_companies.rb
1022
- - examples/v201405/company_service/get_all_companies.rb
1023
- - examples/v201405/company_service/get_companies_by_statement.rb
1024
- - examples/v201405/company_service/update_companies.rb
1025
- - examples/v201405/contact_service/create_contacts.rb
1026
- - examples/v201405/contact_service/get_all_contacts.rb
1027
- - examples/v201405/contact_service/get_uninvited_contacts.rb
1028
- - examples/v201405/contact_service/update_contacts.rb
1029
- - examples/v201405/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
1030
- - examples/v201405/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
1031
- - examples/v201405/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
1032
- - examples/v201405/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
1033
- - examples/v201405/content_service/get_all_content.rb
1034
- - examples/v201405/content_service/get_content_by_category.rb
1035
- - examples/v201405/creative_service/copy_image_creatives.rb
1036
- - examples/v201405/creative_service/create_creative_from_template.rb
1037
- - examples/v201405/creative_service/create_creatives.rb
1038
- - examples/v201405/creative_service/create_custom_creative.rb
1039
- - examples/v201405/creative_service/get_all_creatives.rb
1040
- - examples/v201405/creative_service/get_creatives_by_statement.rb
1041
- - examples/v201405/creative_service/update_creatives.rb
1042
- - examples/v201405/creative_set_service/associate_creative_set_to_line_item.rb
1043
- - examples/v201405/creative_set_service/create_creative_set.rb
1044
- - examples/v201405/creative_set_service/get_all_creative_sets.rb
1045
- - examples/v201405/creative_set_service/get_creative_sets_by_statement.rb
1046
- - examples/v201405/creative_set_service/update_creative_sets.rb
1047
- - examples/v201405/creative_template_service/get_all_creative_templates.rb
1048
- - examples/v201405/creative_template_service/get_creative_template.rb
1049
- - examples/v201405/creative_template_service/get_creative_templates_by_statement.rb
1050
- - examples/v201405/creative_wrapper_service/create_creative_wrappers.rb
1051
- - examples/v201405/creative_wrapper_service/deactivate_creative_wrapper.rb
1052
- - examples/v201405/creative_wrapper_service/get_all_creative_wrappers.rb
1053
- - examples/v201405/creative_wrapper_service/get_creative_wrappers_by_statement.rb
1054
- - examples/v201405/creative_wrapper_service/update_creative_wrappers.rb
1055
- - examples/v201405/custom_field_service/create_custom_field_options.rb
1056
- - examples/v201405/custom_field_service/create_custom_fields.rb
1057
- - examples/v201405/custom_field_service/deactivate_all_line_item_custom_fields.rb
1058
- - examples/v201405/custom_field_service/get_all_custom_fields.rb
1059
- - examples/v201405/custom_field_service/get_all_line_item_custom_fields.rb
1060
- - examples/v201405/custom_field_service/set_line_item_custom_field_value.rb
1061
- - examples/v201405/custom_field_service/update_custom_fields.rb
1062
- - examples/v201405/custom_targeting_service/create_custom_targeting_keys_and_values.rb
1063
- - examples/v201405/custom_targeting_service/delete_custom_targeting_keys.rb
1064
- - examples/v201405/custom_targeting_service/delete_custom_targeting_values.rb
1065
- - examples/v201405/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
1066
- - examples/v201405/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
1067
- - examples/v201405/custom_targeting_service/get_custom_targeting_values_by_statement.rb
1068
- - examples/v201405/custom_targeting_service/update_custom_targeting_keys.rb
1069
- - examples/v201405/custom_targeting_service/update_custom_targeting_values.rb
1070
- - examples/v201405/forecast_service/get_forecast.rb
1071
- - examples/v201405/forecast_service/get_forecast_by_id.rb
1072
- - examples/v201405/inventory_service/create_ad_units.rb
1073
- - examples/v201405/inventory_service/create_mobile_ad_unit.rb
1074
- - examples/v201405/inventory_service/create_video_ad_unit.rb
1075
- - examples/v201405/inventory_service/deactivate_ad_units.rb
1076
- - examples/v201405/inventory_service/get_ad_unit_sizes.rb
1077
- - examples/v201405/inventory_service/get_ad_units_by_statement.rb
1078
- - examples/v201405/inventory_service/get_all_ad_units.rb
1079
- - examples/v201405/inventory_service/update_ad_units.rb
1080
- - examples/v201405/label_service/create_labels.rb
1081
- - examples/v201405/label_service/deactivate_labels.rb
1082
- - examples/v201405/label_service/get_all_labels.rb
1083
- - examples/v201405/label_service/get_labels_by_statement.rb
1084
- - examples/v201405/label_service/update_labels.rb
1085
- - examples/v201405/line_item_creative_association_service/create_licas.rb
1086
- - examples/v201405/line_item_creative_association_service/deactivate_licas.rb
1087
- - examples/v201405/line_item_creative_association_service/get_all_licas.rb
1088
- - examples/v201405/line_item_creative_association_service/get_licas_by_statement.rb
1089
- - examples/v201405/line_item_creative_association_service/update_licas.rb
1090
- - examples/v201405/line_item_service/activate_line_items.rb
1091
- - examples/v201405/line_item_service/create_line_items.rb
1092
- - examples/v201405/line_item_service/create_video_line_item.rb
1093
- - examples/v201405/line_item_service/get_all_line_items.rb
1094
- - examples/v201405/line_item_service/get_line_items_by_statement.rb
1095
- - examples/v201405/line_item_service/get_recently_updated_line_items.rb
1096
- - examples/v201405/line_item_service/target_custom_criteria.rb
1097
- - examples/v201405/line_item_service/update_line_items.rb
1098
- - examples/v201405/network_service/get_all_networks.rb
1099
- - examples/v201405/network_service/get_current_network.rb
1100
- - examples/v201405/network_service/make_test_network.rb
1101
- - examples/v201405/order_service/approve_orders.rb
1102
- - examples/v201405/order_service/create_orders.rb
1103
- - examples/v201405/order_service/get_all_orders.rb
1104
- - examples/v201405/order_service/get_orders_by_statement.rb
1105
- - examples/v201405/order_service/update_orders.rb
1106
- - examples/v201405/placement_service/create_placements.rb
1107
- - examples/v201405/placement_service/deactivate_placements.rb
1108
- - examples/v201405/placement_service/get_all_placements.rb
1109
- - examples/v201405/placement_service/get_placements_by_statement.rb
1110
- - examples/v201405/placement_service/update_placements.rb
1111
- - examples/v201405/publisher_query_language_service/fetch_match_tables.rb
1112
- - examples/v201405/publisher_query_language_service/get_all_line_items.rb
1113
- - examples/v201405/publisher_query_language_service/get_geo_targets.rb
1114
- - examples/v201405/publisher_query_language_service/get_line_items_named_like.rb
1115
- - examples/v201405/report_service/display_report.rb
1116
- - examples/v201405/report_service/download_report.rb
1117
- - examples/v201405/report_service/run_delivery_report.rb
1118
- - examples/v201405/report_service/run_inventory_report.rb
1119
- - examples/v201405/report_service/run_merged_delivery_report.rb
1120
- - examples/v201405/report_service/run_reach_report.rb
1121
- - examples/v201405/report_service/run_report_with_custom_fields.rb
1122
- - examples/v201405/report_service/run_sales_report.rb
1123
- - examples/v201405/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
1124
- - examples/v201405/suggested_ad_unit_service/get_all_suggested_ad_units.rb
1125
- - examples/v201405/suggested_ad_unit_service/get_suggested_ad_unit.rb
1126
- - examples/v201405/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
1127
- - examples/v201405/team_service/create_teams.rb
302
+ - examples/v201403/company_service/get_companies_by_statement.rb
303
+ - examples/v201403/company_service/create_companies.rb
304
+ - examples/v201403/company_service/update_companies.rb
305
+ - examples/v201403/company_service/get_all_companies.rb
306
+ - examples/v201403/forecast_service/get_forecast_by_id.rb
307
+ - examples/v201403/forecast_service/get_forecast.rb
308
+ - examples/v201311/label_service/get_labels_by_statement.rb
309
+ - examples/v201311/label_service/get_label.rb
310
+ - examples/v201311/label_service/get_all_labels.rb
311
+ - examples/v201311/label_service/deactivate_labels.rb
312
+ - examples/v201311/label_service/update_labels.rb
313
+ - examples/v201311/label_service/create_labels.rb
314
+ - examples/v201311/line_item_creative_association_service/create_licas.rb
315
+ - examples/v201311/line_item_creative_association_service/get_all_licas.rb
316
+ - examples/v201311/line_item_creative_association_service/get_licas_by_statement.rb
317
+ - examples/v201311/line_item_creative_association_service/get_lica.rb
318
+ - examples/v201311/line_item_creative_association_service/deactivate_licas.rb
319
+ - examples/v201311/line_item_creative_association_service/update_licas.rb
320
+ - examples/v201311/custom_field_service/create_custom_fields.rb
321
+ - examples/v201311/custom_field_service/get_all_custom_fields.rb
322
+ - examples/v201311/custom_field_service/deactivate_all_line_item_custom_fields.rb
323
+ - examples/v201311/custom_field_service/update_custom_fields.rb
324
+ - examples/v201311/custom_field_service/create_custom_field_options.rb
325
+ - examples/v201311/custom_field_service/set_line_item_custom_field_value.rb
326
+ - examples/v201311/custom_field_service/get_all_line_item_custom_fields.rb
327
+ - examples/v201311/creative_template_service/get_creative_templates_by_statement.rb
328
+ - examples/v201311/creative_template_service/get_creative_template.rb
329
+ - examples/v201311/creative_template_service/get_all_creative_templates.rb
330
+ - examples/v201311/activity_service/create_activities.rb
331
+ - examples/v201311/activity_service/update_activities.rb
332
+ - examples/v201311/activity_service/get_all_activities.rb
333
+ - examples/v201311/activity_service/get_active_activities.rb
334
+ - examples/v201311/team_service/get_all_teams.rb
335
+ - examples/v201311/team_service/get_team.rb
336
+ - examples/v201311/team_service/create_teams.rb
337
+ - examples/v201311/team_service/get_teams_by_statement.rb
338
+ - examples/v201311/team_service/update_teams.rb
339
+ - examples/v201311/activity_group_service/update_activity_groups.rb
340
+ - examples/v201311/activity_group_service/get_all_activity_groups.rb
341
+ - examples/v201311/activity_group_service/create_activity_groups.rb
342
+ - examples/v201311/activity_group_service/get_active_activity_groups.rb
343
+ - examples/v201311/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
344
+ - examples/v201311/suggested_ad_unit_service/get_suggested_ad_unit.rb
345
+ - examples/v201311/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
346
+ - examples/v201311/suggested_ad_unit_service/get_all_suggested_ad_units.rb
347
+ - examples/v201311/placement_service/update_placements.rb
348
+ - examples/v201311/placement_service/get_all_placements.rb
349
+ - examples/v201311/placement_service/create_placements.rb
350
+ - examples/v201311/placement_service/get_placements_by_statement.rb
351
+ - examples/v201311/placement_service/deactivate_placements.rb
352
+ - examples/v201311/placement_service/get_placement.rb
353
+ - examples/v201311/audience_segment_service/get_first_party_audience_segments.rb
354
+ - examples/v201311/audience_segment_service/populate_first_party_audience_segments.rb
355
+ - examples/v201311/audience_segment_service/update_audience_segments.rb
356
+ - examples/v201311/audience_segment_service/create_audience_segments.rb
357
+ - examples/v201311/audience_segment_service/get_all_audience_segments.rb
358
+ - examples/v201311/contact_service/create_contacts.rb
359
+ - examples/v201311/contact_service/get_all_contacts.rb
360
+ - examples/v201311/contact_service/update_contacts.rb
361
+ - examples/v201311/contact_service/get_uninvited_contacts.rb
362
+ - examples/v201311/report_service/run_report_with_custom_fields.rb
363
+ - examples/v201311/report_service/run_reach_report.rb
364
+ - examples/v201311/report_service/download_report.rb
365
+ - examples/v201311/report_service/run_merged_delivery_report.rb
366
+ - examples/v201311/report_service/run_delivery_report.rb
367
+ - examples/v201311/report_service/run_sales_report.rb
368
+ - examples/v201311/report_service/display_report.rb
369
+ - examples/v201311/report_service/run_inventory_report.rb
370
+ - examples/v201311/common/oauth2_jwt_handling.rb
371
+ - examples/v201311/common/error_handling.rb
372
+ - examples/v201311/common/setup_oauth2.rb
373
+ - examples/v201311/user_service/get_user.rb
374
+ - examples/v201311/user_service/deactivate_users.rb
375
+ - examples/v201311/user_service/get_current_user.rb
376
+ - examples/v201311/user_service/get_all_users.rb
377
+ - examples/v201311/user_service/create_users.rb
378
+ - examples/v201311/user_service/get_all_roles.rb
379
+ - examples/v201311/user_service/update_users.rb
380
+ - examples/v201311/user_service/get_users_by_statement.rb
381
+ - examples/v201311/network_service/get_current_network.rb
382
+ - examples/v201311/network_service/get_all_networks.rb
383
+ - examples/v201311/network_service/make_test_network.rb
384
+ - examples/v201311/content_service/get_content_by_category.rb
385
+ - examples/v201311/content_service/get_all_content.rb
386
+ - examples/v201311/user_team_association_service/update_user_team_associations.rb
387
+ - examples/v201311/user_team_association_service/get_all_user_team_associations.rb
388
+ - examples/v201311/user_team_association_service/create_user_team_associations.rb
389
+ - examples/v201311/user_team_association_service/delete_user_team_associations.rb
390
+ - examples/v201311/user_team_association_service/get_user_team_associations_by_statement.rb
391
+ - examples/v201311/user_team_association_service/get_user_team_association.rb
392
+ - examples/v201311/creative_wrapper_service/update_creative_wrappers.rb
393
+ - examples/v201311/creative_wrapper_service/get_all_creative_wrappers.rb
394
+ - examples/v201311/creative_wrapper_service/deactivate_creative_wrapper.rb
395
+ - examples/v201311/creative_wrapper_service/get_creative_wrappers_by_statement.rb
396
+ - examples/v201311/creative_wrapper_service/create_creative_wrappers.rb
397
+ - examples/v201311/custom_targeting_service/delete_custom_targeting_values.rb
398
+ - examples/v201311/custom_targeting_service/update_custom_targeting_keys.rb
399
+ - examples/v201311/custom_targeting_service/delete_custom_targeting_keys.rb
400
+ - examples/v201311/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
401
+ - examples/v201311/custom_targeting_service/update_custom_targeting_values.rb
402
+ - examples/v201311/custom_targeting_service/get_custom_targeting_values_by_statement.rb
403
+ - examples/v201311/custom_targeting_service/create_custom_targeting_keys_and_values.rb
404
+ - examples/v201311/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
405
+ - examples/v201311/creative_set_service/create_creative_set.rb
406
+ - examples/v201311/creative_set_service/get_creative_sets_by_statement.rb
407
+ - examples/v201311/creative_set_service/update_creative_sets.rb
408
+ - examples/v201311/creative_set_service/get_all_creative_sets.rb
409
+ - examples/v201311/creative_set_service/associate_creative_set_to_line_item.rb
410
+ - examples/v201311/publisher_query_language_service/fetch_match_tables.rb
411
+ - examples/v201311/publisher_query_language_service/get_geo_targets.rb
412
+ - examples/v201311/publisher_query_language_service/get_line_items_named_like.rb
413
+ - examples/v201311/publisher_query_language_service/get_all_line_items.rb
414
+ - examples/v201311/creative_service/get_all_creatives.rb
415
+ - examples/v201311/creative_service/copy_image_creatives.rb
416
+ - examples/v201311/creative_service/get_creative.rb
417
+ - examples/v201311/creative_service/get_creatives_by_statement.rb
418
+ - examples/v201311/creative_service/create_creative_from_template.rb
419
+ - examples/v201311/creative_service/update_creatives.rb
420
+ - examples/v201311/creative_service/create_custom_creative.rb
421
+ - examples/v201311/creative_service/create_creatives.rb
422
+ - examples/v201311/order_service/approve_orders.rb
423
+ - examples/v201311/order_service/get_orders_by_statement.rb
424
+ - examples/v201311/order_service/get_order.rb
425
+ - examples/v201311/order_service/update_orders.rb
426
+ - examples/v201311/order_service/create_orders.rb
427
+ - examples/v201311/order_service/get_all_orders.rb
428
+ - examples/v201311/line_item_service/get_line_item.rb
429
+ - examples/v201311/line_item_service/create_mobile_line_item.rb
430
+ - examples/v201311/line_item_service/get_recently_updated_line_items.rb
431
+ - examples/v201311/line_item_service/update_line_items.rb
432
+ - examples/v201311/line_item_service/target_custom_criteria.rb
433
+ - examples/v201311/line_item_service/activate_line_items.rb
434
+ - examples/v201311/line_item_service/get_line_items_by_statement.rb
435
+ - examples/v201311/line_item_service/create_line_items.rb
436
+ - examples/v201311/line_item_service/create_video_line_item.rb
437
+ - examples/v201311/line_item_service/get_all_line_items.rb
438
+ - examples/v201311/inventory_service/create_mobile_ad_unit.rb
439
+ - examples/v201311/inventory_service/get_all_ad_units.rb
440
+ - examples/v201311/inventory_service/create_video_ad_unit.rb
441
+ - examples/v201311/inventory_service/deactivate_ad_units.rb
442
+ - examples/v201311/inventory_service/get_ad_units_by_statement.rb
443
+ - examples/v201311/inventory_service/get_ad_unit.rb
444
+ - examples/v201311/inventory_service/create_ad_units.rb
445
+ - examples/v201311/inventory_service/get_ad_unit_sizes.rb
446
+ - examples/v201311/inventory_service/update_ad_units.rb
447
+ - examples/v201311/company_service/get_companies_by_statement.rb
448
+ - examples/v201311/company_service/create_companies.rb
449
+ - examples/v201311/company_service/update_companies.rb
450
+ - examples/v201311/company_service/get_all_companies.rb
451
+ - examples/v201311/company_service/get_company.rb
452
+ - examples/v201311/forecast_service/get_forecast_by_id.rb
453
+ - examples/v201311/forecast_service/get_forecast.rb
454
+ - examples/v201405/label_service/get_labels_by_statement.rb
455
+ - examples/v201405/label_service/get_all_labels.rb
456
+ - examples/v201405/label_service/deactivate_labels.rb
457
+ - examples/v201405/label_service/update_labels.rb
458
+ - examples/v201405/label_service/create_labels.rb
459
+ - examples/v201405/line_item_creative_association_service/create_licas.rb
460
+ - examples/v201405/line_item_creative_association_service/get_all_licas.rb
461
+ - examples/v201405/line_item_creative_association_service/get_licas_by_statement.rb
462
+ - examples/v201405/line_item_creative_association_service/deactivate_licas.rb
463
+ - examples/v201405/line_item_creative_association_service/update_licas.rb
464
+ - examples/v201405/custom_field_service/create_custom_fields.rb
465
+ - examples/v201405/custom_field_service/get_all_custom_fields.rb
466
+ - examples/v201405/custom_field_service/deactivate_all_line_item_custom_fields.rb
467
+ - examples/v201405/custom_field_service/update_custom_fields.rb
468
+ - examples/v201405/custom_field_service/create_custom_field_options.rb
469
+ - examples/v201405/custom_field_service/set_line_item_custom_field_value.rb
470
+ - examples/v201405/custom_field_service/get_all_line_item_custom_fields.rb
471
+ - examples/v201405/creative_template_service/get_creative_templates_by_statement.rb
472
+ - examples/v201405/creative_template_service/get_creative_template.rb
473
+ - examples/v201405/creative_template_service/get_all_creative_templates.rb
474
+ - examples/v201405/activity_service/create_activities.rb
475
+ - examples/v201405/activity_service/update_activities.rb
476
+ - examples/v201405/activity_service/get_all_activities.rb
477
+ - examples/v201405/activity_service/get_active_activities.rb
1128
478
  - examples/v201405/team_service/get_all_teams.rb
479
+ - examples/v201405/team_service/create_teams.rb
1129
480
  - examples/v201405/team_service/get_teams_by_statement.rb
1130
481
  - examples/v201405/team_service/update_teams.rb
1131
- - examples/v201405/user_service/create_users.rb
482
+ - examples/v201405/activity_group_service/update_activity_groups.rb
483
+ - examples/v201405/activity_group_service/get_all_activity_groups.rb
484
+ - examples/v201405/activity_group_service/create_activity_groups.rb
485
+ - examples/v201405/activity_group_service/get_active_activity_groups.rb
486
+ - examples/v201405/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
487
+ - examples/v201405/suggested_ad_unit_service/get_suggested_ad_unit.rb
488
+ - examples/v201405/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
489
+ - examples/v201405/suggested_ad_unit_service/get_all_suggested_ad_units.rb
490
+ - examples/v201405/placement_service/update_placements.rb
491
+ - examples/v201405/placement_service/get_all_placements.rb
492
+ - examples/v201405/placement_service/create_placements.rb
493
+ - examples/v201405/placement_service/get_placements_by_statement.rb
494
+ - examples/v201405/placement_service/deactivate_placements.rb
495
+ - examples/v201405/audience_segment_service/get_first_party_audience_segments.rb
496
+ - examples/v201405/audience_segment_service/populate_first_party_audience_segments.rb
497
+ - examples/v201405/audience_segment_service/update_audience_segments.rb
498
+ - examples/v201405/audience_segment_service/create_audience_segments.rb
499
+ - examples/v201405/audience_segment_service/get_all_audience_segments.rb
500
+ - examples/v201405/contact_service/create_contacts.rb
501
+ - examples/v201405/contact_service/get_all_contacts.rb
502
+ - examples/v201405/contact_service/update_contacts.rb
503
+ - examples/v201405/contact_service/get_uninvited_contacts.rb
504
+ - examples/v201405/report_service/run_report_with_custom_fields.rb
505
+ - examples/v201405/report_service/run_reach_report.rb
506
+ - examples/v201405/report_service/download_report.rb
507
+ - examples/v201405/report_service/run_merged_delivery_report.rb
508
+ - examples/v201405/report_service/run_delivery_report.rb
509
+ - examples/v201405/report_service/run_sales_report.rb
510
+ - examples/v201405/report_service/display_report.rb
511
+ - examples/v201405/report_service/run_inventory_report.rb
512
+ - examples/v201405/common/oauth2_jwt_handling.rb
513
+ - examples/v201405/common/error_handling.rb
514
+ - examples/v201405/common/setup_oauth2.rb
1132
515
  - examples/v201405/user_service/deactivate_users.rb
1133
- - examples/v201405/user_service/get_all_roles.rb
1134
- - examples/v201405/user_service/get_all_users.rb
1135
516
  - examples/v201405/user_service/get_current_user.rb
1136
- - examples/v201405/user_service/get_users_by_statement.rb
517
+ - examples/v201405/user_service/get_all_users.rb
518
+ - examples/v201405/user_service/create_users.rb
519
+ - examples/v201405/user_service/get_all_roles.rb
1137
520
  - examples/v201405/user_service/update_users.rb
521
+ - examples/v201405/user_service/get_users_by_statement.rb
522
+ - examples/v201405/network_service/get_current_network.rb
523
+ - examples/v201405/network_service/get_all_networks.rb
524
+ - examples/v201405/network_service/make_test_network.rb
525
+ - examples/v201405/content_service/get_content_by_category.rb
526
+ - examples/v201405/content_service/get_all_content.rb
527
+ - examples/v201405/user_team_association_service/update_user_team_associations.rb
528
+ - examples/v201405/user_team_association_service/get_all_user_team_associations.rb
1138
529
  - examples/v201405/user_team_association_service/create_user_team_associations.rb
1139
530
  - examples/v201405/user_team_association_service/delete_user_team_associations.rb
1140
- - examples/v201405/user_team_association_service/get_all_user_team_associations.rb
1141
531
  - examples/v201405/user_team_association_service/get_user_team_associations_by_statement.rb
1142
- - examples/v201405/user_team_association_service/update_user_team_associations.rb
1143
- - lib/dfp_api.rb
1144
- - lib/dfp_api/api_config.rb
1145
- - lib/dfp_api/client_login_header_handler.rb
1146
- - lib/dfp_api/credential_handler.rb
1147
- - lib/dfp_api/errors.rb
1148
- - lib/dfp_api/v201208/audience_segment_service.rb
1149
- - lib/dfp_api/v201208/audience_segment_service_registry.rb
1150
- - lib/dfp_api/v201208/company_service.rb
1151
- - lib/dfp_api/v201208/company_service_registry.rb
1152
- - lib/dfp_api/v201208/content_service.rb
1153
- - lib/dfp_api/v201208/content_service_registry.rb
1154
- - lib/dfp_api/v201208/creative_service.rb
1155
- - lib/dfp_api/v201208/creative_service_registry.rb
1156
- - lib/dfp_api/v201208/creative_set_service.rb
1157
- - lib/dfp_api/v201208/creative_set_service_registry.rb
1158
- - lib/dfp_api/v201208/creative_template_service.rb
1159
- - lib/dfp_api/v201208/creative_template_service_registry.rb
1160
- - lib/dfp_api/v201208/custom_field_service.rb
1161
- - lib/dfp_api/v201208/custom_field_service_registry.rb
1162
- - lib/dfp_api/v201208/custom_targeting_service.rb
1163
- - lib/dfp_api/v201208/custom_targeting_service_registry.rb
1164
- - lib/dfp_api/v201208/forecast_service.rb
1165
- - lib/dfp_api/v201208/forecast_service_registry.rb
1166
- - lib/dfp_api/v201208/inventory_service.rb
1167
- - lib/dfp_api/v201208/inventory_service_registry.rb
1168
- - lib/dfp_api/v201208/label_service.rb
1169
- - lib/dfp_api/v201208/label_service_registry.rb
1170
- - lib/dfp_api/v201208/line_item_creative_association_service.rb
1171
- - lib/dfp_api/v201208/line_item_creative_association_service_registry.rb
1172
- - lib/dfp_api/v201208/line_item_service.rb
1173
- - lib/dfp_api/v201208/line_item_service_registry.rb
1174
- - lib/dfp_api/v201208/network_service.rb
1175
- - lib/dfp_api/v201208/network_service_registry.rb
1176
- - lib/dfp_api/v201208/order_service.rb
1177
- - lib/dfp_api/v201208/order_service_registry.rb
1178
- - lib/dfp_api/v201208/placement_service.rb
1179
- - lib/dfp_api/v201208/placement_service_registry.rb
1180
- - lib/dfp_api/v201208/publisher_query_language_service.rb
1181
- - lib/dfp_api/v201208/publisher_query_language_service_registry.rb
1182
- - lib/dfp_api/v201208/report_service.rb
1183
- - lib/dfp_api/v201208/report_service_registry.rb
1184
- - lib/dfp_api/v201208/suggested_ad_unit_service.rb
1185
- - lib/dfp_api/v201208/suggested_ad_unit_service_registry.rb
1186
- - lib/dfp_api/v201208/team_service.rb
1187
- - lib/dfp_api/v201208/team_service_registry.rb
1188
- - lib/dfp_api/v201208/third_party_slot_service.rb
1189
- - lib/dfp_api/v201208/third_party_slot_service_registry.rb
1190
- - lib/dfp_api/v201208/user_service.rb
1191
- - lib/dfp_api/v201208/user_service_registry.rb
1192
- - lib/dfp_api/v201208/user_team_association_service.rb
1193
- - lib/dfp_api/v201208/user_team_association_service_registry.rb
1194
- - lib/dfp_api/v201211/audience_segment_service.rb
1195
- - lib/dfp_api/v201211/audience_segment_service_registry.rb
1196
- - lib/dfp_api/v201211/company_service.rb
1197
- - lib/dfp_api/v201211/company_service_registry.rb
1198
- - lib/dfp_api/v201211/content_service.rb
1199
- - lib/dfp_api/v201211/content_service_registry.rb
1200
- - lib/dfp_api/v201211/creative_service.rb
1201
- - lib/dfp_api/v201211/creative_service_registry.rb
1202
- - lib/dfp_api/v201211/creative_set_service.rb
1203
- - lib/dfp_api/v201211/creative_set_service_registry.rb
1204
- - lib/dfp_api/v201211/creative_template_service.rb
1205
- - lib/dfp_api/v201211/creative_template_service_registry.rb
1206
- - lib/dfp_api/v201211/creative_wrapper_service.rb
1207
- - lib/dfp_api/v201211/creative_wrapper_service_registry.rb
1208
- - lib/dfp_api/v201211/custom_field_service.rb
1209
- - lib/dfp_api/v201211/custom_field_service_registry.rb
1210
- - lib/dfp_api/v201211/custom_targeting_service.rb
1211
- - lib/dfp_api/v201211/custom_targeting_service_registry.rb
1212
- - lib/dfp_api/v201211/forecast_service.rb
1213
- - lib/dfp_api/v201211/forecast_service_registry.rb
1214
- - lib/dfp_api/v201211/inventory_service.rb
1215
- - lib/dfp_api/v201211/inventory_service_registry.rb
1216
- - lib/dfp_api/v201211/label_service.rb
1217
- - lib/dfp_api/v201211/label_service_registry.rb
1218
- - lib/dfp_api/v201211/line_item_creative_association_service.rb
1219
- - lib/dfp_api/v201211/line_item_creative_association_service_registry.rb
1220
- - lib/dfp_api/v201211/line_item_service.rb
1221
- - lib/dfp_api/v201211/line_item_service_registry.rb
1222
- - lib/dfp_api/v201211/network_service.rb
1223
- - lib/dfp_api/v201211/network_service_registry.rb
1224
- - lib/dfp_api/v201211/order_service.rb
1225
- - lib/dfp_api/v201211/order_service_registry.rb
1226
- - lib/dfp_api/v201211/placement_service.rb
1227
- - lib/dfp_api/v201211/placement_service_registry.rb
1228
- - lib/dfp_api/v201211/publisher_query_language_service.rb
1229
- - lib/dfp_api/v201211/publisher_query_language_service_registry.rb
1230
- - lib/dfp_api/v201211/report_service.rb
1231
- - lib/dfp_api/v201211/report_service_registry.rb
1232
- - lib/dfp_api/v201211/suggested_ad_unit_service.rb
1233
- - lib/dfp_api/v201211/suggested_ad_unit_service_registry.rb
1234
- - lib/dfp_api/v201211/team_service.rb
1235
- - lib/dfp_api/v201211/team_service_registry.rb
1236
- - lib/dfp_api/v201211/third_party_slot_service.rb
1237
- - lib/dfp_api/v201211/third_party_slot_service_registry.rb
1238
- - lib/dfp_api/v201211/user_service.rb
1239
- - lib/dfp_api/v201211/user_service_registry.rb
1240
- - lib/dfp_api/v201211/user_team_association_service.rb
1241
- - lib/dfp_api/v201211/user_team_association_service_registry.rb
1242
- - lib/dfp_api/v201302/activity_group_service.rb
1243
- - lib/dfp_api/v201302/activity_group_service_registry.rb
1244
- - lib/dfp_api/v201302/activity_service.rb
1245
- - lib/dfp_api/v201302/activity_service_registry.rb
1246
- - lib/dfp_api/v201302/ad_rule_service.rb
1247
- - lib/dfp_api/v201302/ad_rule_service_registry.rb
1248
- - lib/dfp_api/v201302/audience_segment_service.rb
1249
- - lib/dfp_api/v201302/audience_segment_service_registry.rb
1250
- - lib/dfp_api/v201302/company_service.rb
1251
- - lib/dfp_api/v201302/company_service_registry.rb
1252
- - lib/dfp_api/v201302/contact_service.rb
1253
- - lib/dfp_api/v201302/contact_service_registry.rb
1254
- - lib/dfp_api/v201302/content_bundle_service.rb
1255
- - lib/dfp_api/v201302/content_bundle_service_registry.rb
1256
- - lib/dfp_api/v201302/content_service.rb
1257
- - lib/dfp_api/v201302/content_service_registry.rb
1258
- - lib/dfp_api/v201302/creative_service.rb
1259
- - lib/dfp_api/v201302/creative_service_registry.rb
1260
- - lib/dfp_api/v201302/creative_set_service.rb
1261
- - lib/dfp_api/v201302/creative_set_service_registry.rb
1262
- - lib/dfp_api/v201302/creative_template_service.rb
1263
- - lib/dfp_api/v201302/creative_template_service_registry.rb
1264
- - lib/dfp_api/v201302/creative_wrapper_service.rb
1265
- - lib/dfp_api/v201302/creative_wrapper_service_registry.rb
1266
- - lib/dfp_api/v201302/custom_field_service.rb
1267
- - lib/dfp_api/v201302/custom_field_service_registry.rb
1268
- - lib/dfp_api/v201302/custom_targeting_service.rb
1269
- - lib/dfp_api/v201302/custom_targeting_service_registry.rb
1270
- - lib/dfp_api/v201302/forecast_service.rb
1271
- - lib/dfp_api/v201302/forecast_service_registry.rb
1272
- - lib/dfp_api/v201302/inventory_service.rb
1273
- - lib/dfp_api/v201302/inventory_service_registry.rb
1274
- - lib/dfp_api/v201302/label_service.rb
1275
- - lib/dfp_api/v201302/label_service_registry.rb
1276
- - lib/dfp_api/v201302/line_item_creative_association_service.rb
1277
- - lib/dfp_api/v201302/line_item_creative_association_service_registry.rb
1278
- - lib/dfp_api/v201302/line_item_service.rb
1279
- - lib/dfp_api/v201302/line_item_service_registry.rb
1280
- - lib/dfp_api/v201302/network_service.rb
1281
- - lib/dfp_api/v201302/network_service_registry.rb
1282
- - lib/dfp_api/v201302/order_service.rb
1283
- - lib/dfp_api/v201302/order_service_registry.rb
1284
- - lib/dfp_api/v201302/placement_service.rb
1285
- - lib/dfp_api/v201302/placement_service_registry.rb
1286
- - lib/dfp_api/v201302/publisher_query_language_service.rb
1287
- - lib/dfp_api/v201302/publisher_query_language_service_registry.rb
1288
- - lib/dfp_api/v201302/report_service.rb
1289
- - lib/dfp_api/v201302/report_service_registry.rb
1290
- - lib/dfp_api/v201302/suggested_ad_unit_service.rb
1291
- - lib/dfp_api/v201302/suggested_ad_unit_service_registry.rb
1292
- - lib/dfp_api/v201302/team_service.rb
1293
- - lib/dfp_api/v201302/team_service_registry.rb
1294
- - lib/dfp_api/v201302/third_party_slot_service.rb
1295
- - lib/dfp_api/v201302/third_party_slot_service_registry.rb
1296
- - lib/dfp_api/v201302/user_service.rb
1297
- - lib/dfp_api/v201302/user_service_registry.rb
1298
- - lib/dfp_api/v201302/user_team_association_service.rb
1299
- - lib/dfp_api/v201302/user_team_association_service_registry.rb
1300
- - lib/dfp_api/v201306/activity_group_service.rb
1301
- - lib/dfp_api/v201306/activity_group_service_registry.rb
1302
- - lib/dfp_api/v201306/activity_service.rb
1303
- - lib/dfp_api/v201306/activity_service_registry.rb
1304
- - lib/dfp_api/v201306/ad_rule_service.rb
1305
- - lib/dfp_api/v201306/ad_rule_service_registry.rb
1306
- - lib/dfp_api/v201306/audience_segment_service.rb
1307
- - lib/dfp_api/v201306/audience_segment_service_registry.rb
1308
- - lib/dfp_api/v201306/base_rate_service.rb
1309
- - lib/dfp_api/v201306/base_rate_service_registry.rb
532
+ - examples/v201405/creative_wrapper_service/update_creative_wrappers.rb
533
+ - examples/v201405/creative_wrapper_service/get_all_creative_wrappers.rb
534
+ - examples/v201405/creative_wrapper_service/deactivate_creative_wrapper.rb
535
+ - examples/v201405/creative_wrapper_service/get_creative_wrappers_by_statement.rb
536
+ - examples/v201405/creative_wrapper_service/create_creative_wrappers.rb
537
+ - examples/v201405/custom_targeting_service/delete_custom_targeting_values.rb
538
+ - examples/v201405/custom_targeting_service/update_custom_targeting_keys.rb
539
+ - examples/v201405/custom_targeting_service/delete_custom_targeting_keys.rb
540
+ - examples/v201405/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
541
+ - examples/v201405/custom_targeting_service/update_custom_targeting_values.rb
542
+ - examples/v201405/custom_targeting_service/get_custom_targeting_values_by_statement.rb
543
+ - examples/v201405/custom_targeting_service/create_custom_targeting_keys_and_values.rb
544
+ - examples/v201405/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
545
+ - examples/v201405/creative_set_service/create_creative_set.rb
546
+ - examples/v201405/creative_set_service/get_creative_sets_by_statement.rb
547
+ - examples/v201405/creative_set_service/update_creative_sets.rb
548
+ - examples/v201405/creative_set_service/get_all_creative_sets.rb
549
+ - examples/v201405/creative_set_service/associate_creative_set_to_line_item.rb
550
+ - examples/v201405/publisher_query_language_service/fetch_match_tables.rb
551
+ - examples/v201405/publisher_query_language_service/get_geo_targets.rb
552
+ - examples/v201405/publisher_query_language_service/get_line_items_named_like.rb
553
+ - examples/v201405/publisher_query_language_service/get_all_line_items.rb
554
+ - examples/v201405/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
555
+ - examples/v201405/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
556
+ - examples/v201405/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
557
+ - examples/v201405/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
558
+ - examples/v201405/creative_service/get_all_creatives.rb
559
+ - examples/v201405/creative_service/copy_image_creatives.rb
560
+ - examples/v201405/creative_service/get_creatives_by_statement.rb
561
+ - examples/v201405/creative_service/create_creative_from_template.rb
562
+ - examples/v201405/creative_service/update_creatives.rb
563
+ - examples/v201405/creative_service/create_custom_creative.rb
564
+ - examples/v201405/creative_service/create_creatives.rb
565
+ - examples/v201405/order_service/approve_orders.rb
566
+ - examples/v201405/order_service/get_orders_by_statement.rb
567
+ - examples/v201405/order_service/update_orders.rb
568
+ - examples/v201405/order_service/create_orders.rb
569
+ - examples/v201405/order_service/get_all_orders.rb
570
+ - examples/v201405/line_item_service/get_recently_updated_line_items.rb
571
+ - examples/v201405/line_item_service/update_line_items.rb
572
+ - examples/v201405/line_item_service/target_custom_criteria.rb
573
+ - examples/v201405/line_item_service/activate_line_items.rb
574
+ - examples/v201405/line_item_service/get_line_items_by_statement.rb
575
+ - examples/v201405/line_item_service/create_line_items.rb
576
+ - examples/v201405/line_item_service/create_video_line_item.rb
577
+ - examples/v201405/line_item_service/get_all_line_items.rb
578
+ - examples/v201405/inventory_service/create_mobile_ad_unit.rb
579
+ - examples/v201405/inventory_service/get_all_ad_units.rb
580
+ - examples/v201405/inventory_service/create_video_ad_unit.rb
581
+ - examples/v201405/inventory_service/deactivate_ad_units.rb
582
+ - examples/v201405/inventory_service/get_ad_units_by_statement.rb
583
+ - examples/v201405/inventory_service/create_ad_units.rb
584
+ - examples/v201405/inventory_service/get_ad_unit_sizes.rb
585
+ - examples/v201405/inventory_service/update_ad_units.rb
586
+ - examples/v201405/company_service/get_companies_by_statement.rb
587
+ - examples/v201405/company_service/create_companies.rb
588
+ - examples/v201405/company_service/update_companies.rb
589
+ - examples/v201405/company_service/get_all_companies.rb
590
+ - examples/v201405/forecast_service/get_forecast_by_id.rb
591
+ - examples/v201405/forecast_service/get_forecast.rb
592
+ - lib/dfp_api/v201308/reconciliation_order_report_service_registry.rb
593
+ - lib/dfp_api/v201308/rate_card_customization_service_registry.rb
594
+ - lib/dfp_api/v201308/suggested_ad_unit_service.rb
595
+ - lib/dfp_api/v201308/company_service.rb
596
+ - lib/dfp_api/v201308/placement_service_registry.rb
597
+ - lib/dfp_api/v201308/contact_service.rb
598
+ - lib/dfp_api/v201308/audience_segment_service.rb
599
+ - lib/dfp_api/v201308/activity_service_registry.rb
600
+ - lib/dfp_api/v201308/custom_field_service_registry.rb
601
+ - lib/dfp_api/v201308/line_item_creative_association_service_registry.rb
602
+ - lib/dfp_api/v201308/label_service_registry.rb
603
+ - lib/dfp_api/v201308/network_service_registry.rb
604
+ - lib/dfp_api/v201308/report_service_registry.rb
605
+ - lib/dfp_api/v201308/creative_wrapper_service_registry.rb
606
+ - lib/dfp_api/v201308/team_service.rb
607
+ - lib/dfp_api/v201308/creative_wrapper_service.rb
608
+ - lib/dfp_api/v201308/contact_service_registry.rb
609
+ - lib/dfp_api/v201308/content_bundle_service_registry.rb
610
+ - lib/dfp_api/v201308/user_team_association_service_registry.rb
611
+ - lib/dfp_api/v201308/creative_set_service.rb
612
+ - lib/dfp_api/v201308/reconciliation_report_row_service.rb
613
+ - lib/dfp_api/v201308/base_rate_service.rb
614
+ - lib/dfp_api/v201308/proposal_service.rb
615
+ - lib/dfp_api/v201308/publisher_query_language_service_registry.rb
616
+ - lib/dfp_api/v201308/activity_service.rb
617
+ - lib/dfp_api/v201308/proposal_service_registry.rb
618
+ - lib/dfp_api/v201308/user_team_association_service.rb
619
+ - lib/dfp_api/v201308/order_service_registry.rb
620
+ - lib/dfp_api/v201308/creative_template_service_registry.rb
621
+ - lib/dfp_api/v201308/label_service.rb
622
+ - lib/dfp_api/v201308/forecast_service.rb
623
+ - lib/dfp_api/v201308/report_service.rb
624
+ - lib/dfp_api/v201308/forecast_service_registry.rb
625
+ - lib/dfp_api/v201308/inventory_service_registry.rb
626
+ - lib/dfp_api/v201308/product_template_service_registry.rb
627
+ - lib/dfp_api/v201308/workflow_action_service_registry.rb
628
+ - lib/dfp_api/v201308/activity_group_service_registry.rb
629
+ - lib/dfp_api/v201308/content_service_registry.rb
630
+ - lib/dfp_api/v201308/line_item_template_service.rb
631
+ - lib/dfp_api/v201308/rate_card_service_registry.rb
632
+ - lib/dfp_api/v201308/custom_targeting_service_registry.rb
633
+ - lib/dfp_api/v201308/custom_targeting_service.rb
634
+ - lib/dfp_api/v201308/line_item_creative_association_service.rb
635
+ - lib/dfp_api/v201308/base_rate_service_registry.rb
636
+ - lib/dfp_api/v201308/proposal_line_item_service_registry.rb
637
+ - lib/dfp_api/v201308/suggested_ad_unit_service_registry.rb
638
+ - lib/dfp_api/v201308/network_service.rb
639
+ - lib/dfp_api/v201308/ad_rule_service_registry.rb
640
+ - lib/dfp_api/v201308/product_template_service.rb
641
+ - lib/dfp_api/v201308/custom_field_service.rb
642
+ - lib/dfp_api/v201308/company_service_registry.rb
643
+ - lib/dfp_api/v201308/user_service_registry.rb
644
+ - lib/dfp_api/v201308/team_service_registry.rb
645
+ - lib/dfp_api/v201308/reconciliation_report_service_registry.rb
646
+ - lib/dfp_api/v201308/workflow_action_service.rb
647
+ - lib/dfp_api/v201308/reconciliation_order_report_service.rb
648
+ - lib/dfp_api/v201308/line_item_template_service_registry.rb
649
+ - lib/dfp_api/v201308/creative_service.rb
650
+ - lib/dfp_api/v201308/proposal_line_item_service.rb
651
+ - lib/dfp_api/v201308/activity_group_service.rb
652
+ - lib/dfp_api/v201308/publisher_query_language_service.rb
653
+ - lib/dfp_api/v201308/reconciliation_report_row_service_registry.rb
654
+ - lib/dfp_api/v201308/content_service.rb
655
+ - lib/dfp_api/v201308/product_service.rb
656
+ - lib/dfp_api/v201308/creative_template_service.rb
657
+ - lib/dfp_api/v201308/creative_set_service_registry.rb
658
+ - lib/dfp_api/v201308/ad_rule_service.rb
659
+ - lib/dfp_api/v201308/rate_card_service.rb
660
+ - lib/dfp_api/v201308/user_service.rb
661
+ - lib/dfp_api/v201308/creative_service_registry.rb
662
+ - lib/dfp_api/v201308/content_bundle_service.rb
663
+ - lib/dfp_api/v201308/order_service.rb
664
+ - lib/dfp_api/v201308/audience_segment_service_registry.rb
665
+ - lib/dfp_api/v201308/product_service_registry.rb
666
+ - lib/dfp_api/v201308/line_item_service.rb
667
+ - lib/dfp_api/v201308/rate_card_customization_service.rb
668
+ - lib/dfp_api/v201308/placement_service.rb
669
+ - lib/dfp_api/v201308/reconciliation_report_service.rb
670
+ - lib/dfp_api/v201308/inventory_service.rb
671
+ - lib/dfp_api/v201308/line_item_service_registry.rb
672
+ - lib/dfp_api/v201408/reconciliation_order_report_service_registry.rb
673
+ - lib/dfp_api/v201408/suggested_ad_unit_service.rb
674
+ - lib/dfp_api/v201408/company_service.rb
675
+ - lib/dfp_api/v201408/workflow_request_service_registry.rb
676
+ - lib/dfp_api/v201408/placement_service_registry.rb
677
+ - lib/dfp_api/v201408/contact_service.rb
678
+ - lib/dfp_api/v201408/audience_segment_service.rb
679
+ - lib/dfp_api/v201408/activity_service_registry.rb
680
+ - lib/dfp_api/v201408/custom_field_service_registry.rb
681
+ - lib/dfp_api/v201408/line_item_creative_association_service_registry.rb
682
+ - lib/dfp_api/v201408/label_service_registry.rb
683
+ - lib/dfp_api/v201408/network_service_registry.rb
684
+ - lib/dfp_api/v201408/report_service_registry.rb
685
+ - lib/dfp_api/v201408/creative_wrapper_service_registry.rb
686
+ - lib/dfp_api/v201408/team_service.rb
687
+ - lib/dfp_api/v201408/creative_wrapper_service.rb
688
+ - lib/dfp_api/v201408/contact_service_registry.rb
689
+ - lib/dfp_api/v201408/content_bundle_service_registry.rb
690
+ - lib/dfp_api/v201408/user_team_association_service_registry.rb
691
+ - lib/dfp_api/v201408/creative_set_service.rb
692
+ - lib/dfp_api/v201408/reconciliation_report_row_service.rb
693
+ - lib/dfp_api/v201408/base_rate_service.rb
694
+ - lib/dfp_api/v201408/proposal_service.rb
695
+ - lib/dfp_api/v201408/publisher_query_language_service_registry.rb
696
+ - lib/dfp_api/v201408/activity_service.rb
697
+ - lib/dfp_api/v201408/proposal_service_registry.rb
698
+ - lib/dfp_api/v201408/exchange_rate_service_registry.rb
699
+ - lib/dfp_api/v201408/user_team_association_service.rb
700
+ - lib/dfp_api/v201408/order_service_registry.rb
701
+ - lib/dfp_api/v201408/creative_template_service_registry.rb
702
+ - lib/dfp_api/v201408/label_service.rb
703
+ - lib/dfp_api/v201408/forecast_service.rb
704
+ - lib/dfp_api/v201408/report_service.rb
705
+ - lib/dfp_api/v201408/forecast_service_registry.rb
706
+ - lib/dfp_api/v201408/inventory_service_registry.rb
707
+ - lib/dfp_api/v201408/product_template_service_registry.rb
708
+ - lib/dfp_api/v201408/activity_group_service_registry.rb
709
+ - lib/dfp_api/v201408/content_service_registry.rb
710
+ - lib/dfp_api/v201408/line_item_template_service.rb
711
+ - lib/dfp_api/v201408/content_metadata_key_hierarchy_service.rb
712
+ - lib/dfp_api/v201408/rate_card_service_registry.rb
713
+ - lib/dfp_api/v201408/live_stream_event_service.rb
714
+ - lib/dfp_api/v201408/custom_targeting_service_registry.rb
715
+ - lib/dfp_api/v201408/custom_targeting_service.rb
716
+ - lib/dfp_api/v201408/line_item_creative_association_service.rb
717
+ - lib/dfp_api/v201408/workflow_request_service.rb
718
+ - lib/dfp_api/v201408/base_rate_service_registry.rb
719
+ - lib/dfp_api/v201408/proposal_line_item_service_registry.rb
720
+ - lib/dfp_api/v201408/suggested_ad_unit_service_registry.rb
721
+ - lib/dfp_api/v201408/network_service.rb
722
+ - lib/dfp_api/v201408/ad_rule_service_registry.rb
723
+ - lib/dfp_api/v201408/product_template_service.rb
724
+ - lib/dfp_api/v201408/custom_field_service.rb
725
+ - lib/dfp_api/v201408/company_service_registry.rb
726
+ - lib/dfp_api/v201408/user_service_registry.rb
727
+ - lib/dfp_api/v201408/team_service_registry.rb
728
+ - lib/dfp_api/v201408/reconciliation_report_service_registry.rb
729
+ - lib/dfp_api/v201408/reconciliation_order_report_service.rb
730
+ - lib/dfp_api/v201408/line_item_template_service_registry.rb
731
+ - lib/dfp_api/v201408/exchange_rate_service.rb
732
+ - lib/dfp_api/v201408/creative_service.rb
733
+ - lib/dfp_api/v201408/proposal_line_item_service.rb
734
+ - lib/dfp_api/v201408/activity_group_service.rb
735
+ - lib/dfp_api/v201408/publisher_query_language_service.rb
736
+ - lib/dfp_api/v201408/reconciliation_report_row_service_registry.rb
737
+ - lib/dfp_api/v201408/content_service.rb
738
+ - lib/dfp_api/v201408/product_service.rb
739
+ - lib/dfp_api/v201408/creative_template_service.rb
740
+ - lib/dfp_api/v201408/creative_set_service_registry.rb
741
+ - lib/dfp_api/v201408/premium_rate_service.rb
742
+ - lib/dfp_api/v201408/ad_rule_service.rb
743
+ - lib/dfp_api/v201408/rate_card_service.rb
744
+ - lib/dfp_api/v201408/user_service.rb
745
+ - lib/dfp_api/v201408/creative_service_registry.rb
746
+ - lib/dfp_api/v201408/content_bundle_service.rb
747
+ - lib/dfp_api/v201408/order_service.rb
748
+ - lib/dfp_api/v201408/live_stream_event_service_registry.rb
749
+ - lib/dfp_api/v201408/audience_segment_service_registry.rb
750
+ - lib/dfp_api/v201408/product_service_registry.rb
751
+ - lib/dfp_api/v201408/line_item_service.rb
752
+ - lib/dfp_api/v201408/content_metadata_key_hierarchy_service_registry.rb
753
+ - lib/dfp_api/v201408/placement_service.rb
754
+ - lib/dfp_api/v201408/reconciliation_report_service.rb
755
+ - lib/dfp_api/v201408/inventory_service.rb
756
+ - lib/dfp_api/v201408/line_item_service_registry.rb
757
+ - lib/dfp_api/v201408/premium_rate_service_registry.rb
758
+ - lib/dfp_api/v201403/reconciliation_order_report_service_registry.rb
759
+ - lib/dfp_api/v201403/rate_card_customization_service_registry.rb
760
+ - lib/dfp_api/v201403/suggested_ad_unit_service.rb
761
+ - lib/dfp_api/v201403/company_service.rb
762
+ - lib/dfp_api/v201403/workflow_request_service_registry.rb
763
+ - lib/dfp_api/v201403/placement_service_registry.rb
764
+ - lib/dfp_api/v201403/contact_service.rb
765
+ - lib/dfp_api/v201403/audience_segment_service.rb
766
+ - lib/dfp_api/v201403/activity_service_registry.rb
767
+ - lib/dfp_api/v201403/custom_field_service_registry.rb
768
+ - lib/dfp_api/v201403/line_item_creative_association_service_registry.rb
769
+ - lib/dfp_api/v201403/label_service_registry.rb
770
+ - lib/dfp_api/v201403/network_service_registry.rb
771
+ - lib/dfp_api/v201403/rate_card_customization_group_service_registry.rb
772
+ - lib/dfp_api/v201403/report_service_registry.rb
773
+ - lib/dfp_api/v201403/creative_wrapper_service_registry.rb
774
+ - lib/dfp_api/v201403/team_service.rb
775
+ - lib/dfp_api/v201403/creative_wrapper_service.rb
776
+ - lib/dfp_api/v201403/contact_service_registry.rb
777
+ - lib/dfp_api/v201403/content_bundle_service_registry.rb
778
+ - lib/dfp_api/v201403/user_team_association_service_registry.rb
779
+ - lib/dfp_api/v201403/creative_set_service.rb
780
+ - lib/dfp_api/v201403/reconciliation_report_row_service.rb
781
+ - lib/dfp_api/v201403/base_rate_service.rb
782
+ - lib/dfp_api/v201403/proposal_service.rb
783
+ - lib/dfp_api/v201403/publisher_query_language_service_registry.rb
784
+ - lib/dfp_api/v201403/activity_service.rb
785
+ - lib/dfp_api/v201403/proposal_service_registry.rb
786
+ - lib/dfp_api/v201403/exchange_rate_service_registry.rb
787
+ - lib/dfp_api/v201403/user_team_association_service.rb
788
+ - lib/dfp_api/v201403/order_service_registry.rb
789
+ - lib/dfp_api/v201403/creative_template_service_registry.rb
790
+ - lib/dfp_api/v201403/label_service.rb
791
+ - lib/dfp_api/v201403/forecast_service.rb
792
+ - lib/dfp_api/v201403/report_service.rb
793
+ - lib/dfp_api/v201403/forecast_service_registry.rb
794
+ - lib/dfp_api/v201403/rate_card_customization_group_service.rb
795
+ - lib/dfp_api/v201403/inventory_service_registry.rb
796
+ - lib/dfp_api/v201403/product_template_service_registry.rb
797
+ - lib/dfp_api/v201403/activity_group_service_registry.rb
798
+ - lib/dfp_api/v201403/content_service_registry.rb
799
+ - lib/dfp_api/v201403/line_item_template_service.rb
800
+ - lib/dfp_api/v201403/content_metadata_key_hierarchy_service.rb
801
+ - lib/dfp_api/v201403/rate_card_service_registry.rb
802
+ - lib/dfp_api/v201403/live_stream_event_service.rb
803
+ - lib/dfp_api/v201403/custom_targeting_service_registry.rb
804
+ - lib/dfp_api/v201403/custom_targeting_service.rb
805
+ - lib/dfp_api/v201403/line_item_creative_association_service.rb
806
+ - lib/dfp_api/v201403/workflow_request_service.rb
807
+ - lib/dfp_api/v201403/base_rate_service_registry.rb
808
+ - lib/dfp_api/v201403/proposal_line_item_service_registry.rb
809
+ - lib/dfp_api/v201403/suggested_ad_unit_service_registry.rb
810
+ - lib/dfp_api/v201403/network_service.rb
811
+ - lib/dfp_api/v201403/ad_rule_service_registry.rb
812
+ - lib/dfp_api/v201403/product_template_service.rb
813
+ - lib/dfp_api/v201403/custom_field_service.rb
814
+ - lib/dfp_api/v201403/company_service_registry.rb
815
+ - lib/dfp_api/v201403/user_service_registry.rb
816
+ - lib/dfp_api/v201403/team_service_registry.rb
817
+ - lib/dfp_api/v201403/reconciliation_report_service_registry.rb
818
+ - lib/dfp_api/v201403/reconciliation_order_report_service.rb
819
+ - lib/dfp_api/v201403/line_item_template_service_registry.rb
820
+ - lib/dfp_api/v201403/exchange_rate_service.rb
821
+ - lib/dfp_api/v201403/creative_service.rb
822
+ - lib/dfp_api/v201403/proposal_line_item_service.rb
823
+ - lib/dfp_api/v201403/activity_group_service.rb
824
+ - lib/dfp_api/v201403/publisher_query_language_service.rb
825
+ - lib/dfp_api/v201403/reconciliation_report_row_service_registry.rb
826
+ - lib/dfp_api/v201403/content_service.rb
827
+ - lib/dfp_api/v201403/product_service.rb
828
+ - lib/dfp_api/v201403/creative_template_service.rb
829
+ - lib/dfp_api/v201403/creative_set_service_registry.rb
830
+ - lib/dfp_api/v201403/ad_rule_service.rb
831
+ - lib/dfp_api/v201403/rate_card_service.rb
832
+ - lib/dfp_api/v201403/user_service.rb
833
+ - lib/dfp_api/v201403/creative_service_registry.rb
834
+ - lib/dfp_api/v201403/content_bundle_service.rb
835
+ - lib/dfp_api/v201403/order_service.rb
836
+ - lib/dfp_api/v201403/live_stream_event_service_registry.rb
837
+ - lib/dfp_api/v201403/audience_segment_service_registry.rb
838
+ - lib/dfp_api/v201403/product_service_registry.rb
839
+ - lib/dfp_api/v201403/line_item_service.rb
840
+ - lib/dfp_api/v201403/rate_card_customization_service.rb
841
+ - lib/dfp_api/v201403/content_metadata_key_hierarchy_service_registry.rb
842
+ - lib/dfp_api/v201403/placement_service.rb
843
+ - lib/dfp_api/v201403/reconciliation_report_service.rb
844
+ - lib/dfp_api/v201403/inventory_service.rb
845
+ - lib/dfp_api/v201403/line_item_service_registry.rb
846
+ - lib/dfp_api/client_login_header_handler.rb
847
+ - lib/dfp_api/credential_handler.rb
848
+ - lib/dfp_api/v201306/reconciliation_order_report_service_registry.rb
849
+ - lib/dfp_api/v201306/rate_card_customization_service_registry.rb
850
+ - lib/dfp_api/v201306/suggested_ad_unit_service.rb
1310
851
  - lib/dfp_api/v201306/company_service.rb
1311
- - lib/dfp_api/v201306/company_service_registry.rb
852
+ - lib/dfp_api/v201306/placement_service_registry.rb
1312
853
  - lib/dfp_api/v201306/contact_service.rb
854
+ - lib/dfp_api/v201306/audience_segment_service.rb
855
+ - lib/dfp_api/v201306/activity_service_registry.rb
856
+ - lib/dfp_api/v201306/custom_field_service_registry.rb
857
+ - lib/dfp_api/v201306/line_item_creative_association_service_registry.rb
858
+ - lib/dfp_api/v201306/label_service_registry.rb
859
+ - lib/dfp_api/v201306/network_service_registry.rb
860
+ - lib/dfp_api/v201306/report_service_registry.rb
861
+ - lib/dfp_api/v201306/creative_wrapper_service_registry.rb
862
+ - lib/dfp_api/v201306/team_service.rb
863
+ - lib/dfp_api/v201306/creative_wrapper_service.rb
1313
864
  - lib/dfp_api/v201306/contact_service_registry.rb
1314
- - lib/dfp_api/v201306/content_bundle_service.rb
1315
865
  - lib/dfp_api/v201306/content_bundle_service_registry.rb
1316
- - lib/dfp_api/v201306/content_service.rb
1317
- - lib/dfp_api/v201306/content_service_registry.rb
1318
- - lib/dfp_api/v201306/creative_service.rb
1319
- - lib/dfp_api/v201306/creative_service_registry.rb
866
+ - lib/dfp_api/v201306/user_team_association_service_registry.rb
1320
867
  - lib/dfp_api/v201306/creative_set_service.rb
1321
- - lib/dfp_api/v201306/creative_set_service_registry.rb
1322
- - lib/dfp_api/v201306/creative_template_service.rb
868
+ - lib/dfp_api/v201306/reconciliation_report_row_service.rb
869
+ - lib/dfp_api/v201306/base_rate_service.rb
870
+ - lib/dfp_api/v201306/proposal_service.rb
871
+ - lib/dfp_api/v201306/publisher_query_language_service_registry.rb
872
+ - lib/dfp_api/v201306/activity_service.rb
873
+ - lib/dfp_api/v201306/proposal_service_registry.rb
874
+ - lib/dfp_api/v201306/user_team_association_service.rb
875
+ - lib/dfp_api/v201306/order_service_registry.rb
1323
876
  - lib/dfp_api/v201306/creative_template_service_registry.rb
1324
- - lib/dfp_api/v201306/creative_wrapper_service.rb
1325
- - lib/dfp_api/v201306/creative_wrapper_service_registry.rb
1326
- - lib/dfp_api/v201306/custom_field_service.rb
1327
- - lib/dfp_api/v201306/custom_field_service_registry.rb
1328
- - lib/dfp_api/v201306/custom_targeting_service.rb
1329
- - lib/dfp_api/v201306/custom_targeting_service_registry.rb
877
+ - lib/dfp_api/v201306/label_service.rb
1330
878
  - lib/dfp_api/v201306/forecast_service.rb
879
+ - lib/dfp_api/v201306/report_service.rb
1331
880
  - lib/dfp_api/v201306/forecast_service_registry.rb
1332
- - lib/dfp_api/v201306/inventory_service.rb
1333
881
  - lib/dfp_api/v201306/inventory_service_registry.rb
1334
- - lib/dfp_api/v201306/label_service.rb
1335
- - lib/dfp_api/v201306/label_service_registry.rb
1336
- - lib/dfp_api/v201306/line_item_creative_association_service.rb
1337
- - lib/dfp_api/v201306/line_item_creative_association_service_registry.rb
1338
- - lib/dfp_api/v201306/line_item_service.rb
1339
- - lib/dfp_api/v201306/line_item_service_registry.rb
882
+ - lib/dfp_api/v201306/product_template_service_registry.rb
883
+ - lib/dfp_api/v201306/workflow_action_service_registry.rb
884
+ - lib/dfp_api/v201306/activity_group_service_registry.rb
885
+ - lib/dfp_api/v201306/content_service_registry.rb
1340
886
  - lib/dfp_api/v201306/line_item_template_service.rb
1341
- - lib/dfp_api/v201306/line_item_template_service_registry.rb
887
+ - lib/dfp_api/v201306/rate_card_service_registry.rb
888
+ - lib/dfp_api/v201306/custom_targeting_service_registry.rb
889
+ - lib/dfp_api/v201306/custom_targeting_service.rb
890
+ - lib/dfp_api/v201306/line_item_creative_association_service.rb
891
+ - lib/dfp_api/v201306/base_rate_service_registry.rb
892
+ - lib/dfp_api/v201306/proposal_line_item_service_registry.rb
893
+ - lib/dfp_api/v201306/suggested_ad_unit_service_registry.rb
1342
894
  - lib/dfp_api/v201306/network_service.rb
1343
- - lib/dfp_api/v201306/network_service_registry.rb
1344
- - lib/dfp_api/v201306/order_service.rb
1345
- - lib/dfp_api/v201306/order_service_registry.rb
1346
- - lib/dfp_api/v201306/placement_service.rb
1347
- - lib/dfp_api/v201306/placement_service_registry.rb
1348
- - lib/dfp_api/v201306/product_service.rb
1349
- - lib/dfp_api/v201306/product_service_registry.rb
895
+ - lib/dfp_api/v201306/ad_rule_service_registry.rb
1350
896
  - lib/dfp_api/v201306/product_template_service.rb
1351
- - lib/dfp_api/v201306/product_template_service_registry.rb
897
+ - lib/dfp_api/v201306/custom_field_service.rb
898
+ - lib/dfp_api/v201306/company_service_registry.rb
899
+ - lib/dfp_api/v201306/user_service_registry.rb
900
+ - lib/dfp_api/v201306/team_service_registry.rb
901
+ - lib/dfp_api/v201306/reconciliation_report_service_registry.rb
902
+ - lib/dfp_api/v201306/workflow_action_service.rb
903
+ - lib/dfp_api/v201306/reconciliation_order_report_service.rb
904
+ - lib/dfp_api/v201306/line_item_template_service_registry.rb
905
+ - lib/dfp_api/v201306/creative_service.rb
1352
906
  - lib/dfp_api/v201306/proposal_line_item_service.rb
1353
- - lib/dfp_api/v201306/proposal_line_item_service_registry.rb
1354
- - lib/dfp_api/v201306/proposal_service.rb
1355
- - lib/dfp_api/v201306/proposal_service_registry.rb
907
+ - lib/dfp_api/v201306/activity_group_service.rb
1356
908
  - lib/dfp_api/v201306/publisher_query_language_service.rb
1357
- - lib/dfp_api/v201306/publisher_query_language_service_registry.rb
1358
- - lib/dfp_api/v201306/rate_card_customization_service.rb
1359
- - lib/dfp_api/v201306/rate_card_customization_service_registry.rb
1360
- - lib/dfp_api/v201306/rate_card_service.rb
1361
- - lib/dfp_api/v201306/rate_card_service_registry.rb
1362
- - lib/dfp_api/v201306/reconciliation_order_report_service.rb
1363
- - lib/dfp_api/v201306/reconciliation_order_report_service_registry.rb
1364
- - lib/dfp_api/v201306/reconciliation_report_row_service.rb
1365
909
  - lib/dfp_api/v201306/reconciliation_report_row_service_registry.rb
1366
- - lib/dfp_api/v201306/reconciliation_report_service.rb
1367
- - lib/dfp_api/v201306/reconciliation_report_service_registry.rb
1368
- - lib/dfp_api/v201306/report_service.rb
1369
- - lib/dfp_api/v201306/report_service_registry.rb
1370
- - lib/dfp_api/v201306/suggested_ad_unit_service.rb
1371
- - lib/dfp_api/v201306/suggested_ad_unit_service_registry.rb
1372
- - lib/dfp_api/v201306/team_service.rb
1373
- - lib/dfp_api/v201306/team_service_registry.rb
910
+ - lib/dfp_api/v201306/content_service.rb
911
+ - lib/dfp_api/v201306/product_service.rb
912
+ - lib/dfp_api/v201306/creative_template_service.rb
913
+ - lib/dfp_api/v201306/creative_set_service_registry.rb
914
+ - lib/dfp_api/v201306/ad_rule_service.rb
915
+ - lib/dfp_api/v201306/rate_card_service.rb
1374
916
  - lib/dfp_api/v201306/user_service.rb
1375
- - lib/dfp_api/v201306/user_service_registry.rb
1376
- - lib/dfp_api/v201306/user_team_association_service.rb
1377
- - lib/dfp_api/v201306/user_team_association_service_registry.rb
1378
- - lib/dfp_api/v201306/workflow_action_service.rb
1379
- - lib/dfp_api/v201306/workflow_action_service_registry.rb
1380
- - lib/dfp_api/v201308/activity_group_service.rb
1381
- - lib/dfp_api/v201308/activity_group_service_registry.rb
1382
- - lib/dfp_api/v201308/activity_service.rb
1383
- - lib/dfp_api/v201308/activity_service_registry.rb
1384
- - lib/dfp_api/v201308/ad_rule_service.rb
1385
- - lib/dfp_api/v201308/ad_rule_service_registry.rb
1386
- - lib/dfp_api/v201308/audience_segment_service.rb
1387
- - lib/dfp_api/v201308/audience_segment_service_registry.rb
1388
- - lib/dfp_api/v201308/base_rate_service.rb
1389
- - lib/dfp_api/v201308/base_rate_service_registry.rb
1390
- - lib/dfp_api/v201308/company_service.rb
1391
- - lib/dfp_api/v201308/company_service_registry.rb
1392
- - lib/dfp_api/v201308/contact_service.rb
1393
- - lib/dfp_api/v201308/contact_service_registry.rb
1394
- - lib/dfp_api/v201308/content_bundle_service.rb
1395
- - lib/dfp_api/v201308/content_bundle_service_registry.rb
1396
- - lib/dfp_api/v201308/content_service.rb
1397
- - lib/dfp_api/v201308/content_service_registry.rb
1398
- - lib/dfp_api/v201308/creative_service.rb
1399
- - lib/dfp_api/v201308/creative_service_registry.rb
1400
- - lib/dfp_api/v201308/creative_set_service.rb
1401
- - lib/dfp_api/v201308/creative_set_service_registry.rb
1402
- - lib/dfp_api/v201308/creative_template_service.rb
1403
- - lib/dfp_api/v201308/creative_template_service_registry.rb
1404
- - lib/dfp_api/v201308/creative_wrapper_service.rb
1405
- - lib/dfp_api/v201308/creative_wrapper_service_registry.rb
1406
- - lib/dfp_api/v201308/custom_field_service.rb
1407
- - lib/dfp_api/v201308/custom_field_service_registry.rb
1408
- - lib/dfp_api/v201308/custom_targeting_service.rb
1409
- - lib/dfp_api/v201308/custom_targeting_service_registry.rb
1410
- - lib/dfp_api/v201308/forecast_service.rb
1411
- - lib/dfp_api/v201308/forecast_service_registry.rb
1412
- - lib/dfp_api/v201308/inventory_service.rb
1413
- - lib/dfp_api/v201308/inventory_service_registry.rb
1414
- - lib/dfp_api/v201308/label_service.rb
1415
- - lib/dfp_api/v201308/label_service_registry.rb
1416
- - lib/dfp_api/v201308/line_item_creative_association_service.rb
1417
- - lib/dfp_api/v201308/line_item_creative_association_service_registry.rb
1418
- - lib/dfp_api/v201308/line_item_service.rb
1419
- - lib/dfp_api/v201308/line_item_service_registry.rb
1420
- - lib/dfp_api/v201308/line_item_template_service.rb
1421
- - lib/dfp_api/v201308/line_item_template_service_registry.rb
1422
- - lib/dfp_api/v201308/network_service.rb
1423
- - lib/dfp_api/v201308/network_service_registry.rb
1424
- - lib/dfp_api/v201308/order_service.rb
1425
- - lib/dfp_api/v201308/order_service_registry.rb
1426
- - lib/dfp_api/v201308/placement_service.rb
1427
- - lib/dfp_api/v201308/placement_service_registry.rb
1428
- - lib/dfp_api/v201308/product_service.rb
1429
- - lib/dfp_api/v201308/product_service_registry.rb
1430
- - lib/dfp_api/v201308/product_template_service.rb
1431
- - lib/dfp_api/v201308/product_template_service_registry.rb
1432
- - lib/dfp_api/v201308/proposal_line_item_service.rb
1433
- - lib/dfp_api/v201308/proposal_line_item_service_registry.rb
1434
- - lib/dfp_api/v201308/proposal_service.rb
1435
- - lib/dfp_api/v201308/proposal_service_registry.rb
1436
- - lib/dfp_api/v201308/publisher_query_language_service.rb
1437
- - lib/dfp_api/v201308/publisher_query_language_service_registry.rb
1438
- - lib/dfp_api/v201308/rate_card_customization_service.rb
1439
- - lib/dfp_api/v201308/rate_card_customization_service_registry.rb
1440
- - lib/dfp_api/v201308/rate_card_service.rb
1441
- - lib/dfp_api/v201308/rate_card_service_registry.rb
1442
- - lib/dfp_api/v201308/reconciliation_order_report_service.rb
1443
- - lib/dfp_api/v201308/reconciliation_order_report_service_registry.rb
1444
- - lib/dfp_api/v201308/reconciliation_report_row_service.rb
1445
- - lib/dfp_api/v201308/reconciliation_report_row_service_registry.rb
1446
- - lib/dfp_api/v201308/reconciliation_report_service.rb
1447
- - lib/dfp_api/v201308/reconciliation_report_service_registry.rb
1448
- - lib/dfp_api/v201308/report_service.rb
1449
- - lib/dfp_api/v201308/report_service_registry.rb
1450
- - lib/dfp_api/v201308/suggested_ad_unit_service.rb
1451
- - lib/dfp_api/v201308/suggested_ad_unit_service_registry.rb
1452
- - lib/dfp_api/v201308/team_service.rb
1453
- - lib/dfp_api/v201308/team_service_registry.rb
1454
- - lib/dfp_api/v201308/user_service.rb
1455
- - lib/dfp_api/v201308/user_service_registry.rb
1456
- - lib/dfp_api/v201308/user_team_association_service.rb
1457
- - lib/dfp_api/v201308/user_team_association_service_registry.rb
1458
- - lib/dfp_api/v201308/workflow_action_service.rb
1459
- - lib/dfp_api/v201308/workflow_action_service_registry.rb
1460
- - lib/dfp_api/v201311/activity_group_service.rb
1461
- - lib/dfp_api/v201311/activity_group_service_registry.rb
1462
- - lib/dfp_api/v201311/activity_service.rb
1463
- - lib/dfp_api/v201311/activity_service_registry.rb
1464
- - lib/dfp_api/v201311/ad_rule_service.rb
1465
- - lib/dfp_api/v201311/ad_rule_service_registry.rb
1466
- - lib/dfp_api/v201311/audience_segment_service.rb
1467
- - lib/dfp_api/v201311/audience_segment_service_registry.rb
1468
- - lib/dfp_api/v201311/base_rate_service.rb
1469
- - lib/dfp_api/v201311/base_rate_service_registry.rb
917
+ - lib/dfp_api/v201306/creative_service_registry.rb
918
+ - lib/dfp_api/v201306/content_bundle_service.rb
919
+ - lib/dfp_api/v201306/order_service.rb
920
+ - lib/dfp_api/v201306/audience_segment_service_registry.rb
921
+ - lib/dfp_api/v201306/product_service_registry.rb
922
+ - lib/dfp_api/v201306/line_item_service.rb
923
+ - lib/dfp_api/v201306/rate_card_customization_service.rb
924
+ - lib/dfp_api/v201306/placement_service.rb
925
+ - lib/dfp_api/v201306/reconciliation_report_service.rb
926
+ - lib/dfp_api/v201306/inventory_service.rb
927
+ - lib/dfp_api/v201306/line_item_service_registry.rb
928
+ - lib/dfp_api/errors.rb
929
+ - lib/dfp_api/v201211/suggested_ad_unit_service.rb
930
+ - lib/dfp_api/v201211/company_service.rb
931
+ - lib/dfp_api/v201211/placement_service_registry.rb
932
+ - lib/dfp_api/v201211/audience_segment_service.rb
933
+ - lib/dfp_api/v201211/custom_field_service_registry.rb
934
+ - lib/dfp_api/v201211/line_item_creative_association_service_registry.rb
935
+ - lib/dfp_api/v201211/label_service_registry.rb
936
+ - lib/dfp_api/v201211/network_service_registry.rb
937
+ - lib/dfp_api/v201211/report_service_registry.rb
938
+ - lib/dfp_api/v201211/creative_wrapper_service_registry.rb
939
+ - lib/dfp_api/v201211/team_service.rb
940
+ - lib/dfp_api/v201211/creative_wrapper_service.rb
941
+ - lib/dfp_api/v201211/user_team_association_service_registry.rb
942
+ - lib/dfp_api/v201211/creative_set_service.rb
943
+ - lib/dfp_api/v201211/publisher_query_language_service_registry.rb
944
+ - lib/dfp_api/v201211/user_team_association_service.rb
945
+ - lib/dfp_api/v201211/order_service_registry.rb
946
+ - lib/dfp_api/v201211/creative_template_service_registry.rb
947
+ - lib/dfp_api/v201211/label_service.rb
948
+ - lib/dfp_api/v201211/forecast_service.rb
949
+ - lib/dfp_api/v201211/report_service.rb
950
+ - lib/dfp_api/v201211/forecast_service_registry.rb
951
+ - lib/dfp_api/v201211/inventory_service_registry.rb
952
+ - lib/dfp_api/v201211/content_service_registry.rb
953
+ - lib/dfp_api/v201211/custom_targeting_service_registry.rb
954
+ - lib/dfp_api/v201211/custom_targeting_service.rb
955
+ - lib/dfp_api/v201211/third_party_slot_service_registry.rb
956
+ - lib/dfp_api/v201211/line_item_creative_association_service.rb
957
+ - lib/dfp_api/v201211/suggested_ad_unit_service_registry.rb
958
+ - lib/dfp_api/v201211/network_service.rb
959
+ - lib/dfp_api/v201211/custom_field_service.rb
960
+ - lib/dfp_api/v201211/company_service_registry.rb
961
+ - lib/dfp_api/v201211/user_service_registry.rb
962
+ - lib/dfp_api/v201211/team_service_registry.rb
963
+ - lib/dfp_api/v201211/creative_service.rb
964
+ - lib/dfp_api/v201211/publisher_query_language_service.rb
965
+ - lib/dfp_api/v201211/content_service.rb
966
+ - lib/dfp_api/v201211/creative_template_service.rb
967
+ - lib/dfp_api/v201211/creative_set_service_registry.rb
968
+ - lib/dfp_api/v201211/user_service.rb
969
+ - lib/dfp_api/v201211/creative_service_registry.rb
970
+ - lib/dfp_api/v201211/order_service.rb
971
+ - lib/dfp_api/v201211/audience_segment_service_registry.rb
972
+ - lib/dfp_api/v201211/line_item_service.rb
973
+ - lib/dfp_api/v201211/placement_service.rb
974
+ - lib/dfp_api/v201211/inventory_service.rb
975
+ - lib/dfp_api/v201211/line_item_service_registry.rb
976
+ - lib/dfp_api/v201211/third_party_slot_service.rb
977
+ - lib/dfp_api/v201311/reconciliation_order_report_service_registry.rb
978
+ - lib/dfp_api/v201311/rate_card_customization_service_registry.rb
979
+ - lib/dfp_api/v201311/suggested_ad_unit_service.rb
1470
980
  - lib/dfp_api/v201311/company_service.rb
1471
- - lib/dfp_api/v201311/company_service_registry.rb
981
+ - lib/dfp_api/v201311/workflow_request_service_registry.rb
982
+ - lib/dfp_api/v201311/placement_service_registry.rb
1472
983
  - lib/dfp_api/v201311/contact_service.rb
984
+ - lib/dfp_api/v201311/audience_segment_service.rb
985
+ - lib/dfp_api/v201311/activity_service_registry.rb
986
+ - lib/dfp_api/v201311/custom_field_service_registry.rb
987
+ - lib/dfp_api/v201311/line_item_creative_association_service_registry.rb
988
+ - lib/dfp_api/v201311/label_service_registry.rb
989
+ - lib/dfp_api/v201311/network_service_registry.rb
990
+ - lib/dfp_api/v201311/report_service_registry.rb
991
+ - lib/dfp_api/v201311/creative_wrapper_service_registry.rb
992
+ - lib/dfp_api/v201311/team_service.rb
993
+ - lib/dfp_api/v201311/creative_wrapper_service.rb
1473
994
  - lib/dfp_api/v201311/contact_service_registry.rb
1474
- - lib/dfp_api/v201311/content_bundle_service.rb
1475
995
  - lib/dfp_api/v201311/content_bundle_service_registry.rb
1476
- - lib/dfp_api/v201311/content_metadata_key_hierarchy_service.rb
1477
- - lib/dfp_api/v201311/content_metadata_key_hierarchy_service_registry.rb
1478
- - lib/dfp_api/v201311/content_service.rb
1479
- - lib/dfp_api/v201311/content_service_registry.rb
1480
- - lib/dfp_api/v201311/creative_service.rb
1481
- - lib/dfp_api/v201311/creative_service_registry.rb
996
+ - lib/dfp_api/v201311/user_team_association_service_registry.rb
1482
997
  - lib/dfp_api/v201311/creative_set_service.rb
1483
- - lib/dfp_api/v201311/creative_set_service_registry.rb
1484
- - lib/dfp_api/v201311/creative_template_service.rb
1485
- - lib/dfp_api/v201311/creative_template_service_registry.rb
1486
- - lib/dfp_api/v201311/creative_wrapper_service.rb
1487
- - lib/dfp_api/v201311/creative_wrapper_service_registry.rb
1488
- - lib/dfp_api/v201311/custom_field_service.rb
1489
- - lib/dfp_api/v201311/custom_field_service_registry.rb
1490
- - lib/dfp_api/v201311/custom_targeting_service.rb
1491
- - lib/dfp_api/v201311/custom_targeting_service_registry.rb
1492
- - lib/dfp_api/v201311/exchange_rate_service.rb
998
+ - lib/dfp_api/v201311/reconciliation_report_row_service.rb
999
+ - lib/dfp_api/v201311/base_rate_service.rb
1000
+ - lib/dfp_api/v201311/proposal_service.rb
1001
+ - lib/dfp_api/v201311/publisher_query_language_service_registry.rb
1002
+ - lib/dfp_api/v201311/activity_service.rb
1003
+ - lib/dfp_api/v201311/proposal_service_registry.rb
1493
1004
  - lib/dfp_api/v201311/exchange_rate_service_registry.rb
1005
+ - lib/dfp_api/v201311/user_team_association_service.rb
1006
+ - lib/dfp_api/v201311/order_service_registry.rb
1007
+ - lib/dfp_api/v201311/creative_template_service_registry.rb
1008
+ - lib/dfp_api/v201311/label_service.rb
1494
1009
  - lib/dfp_api/v201311/forecast_service.rb
1010
+ - lib/dfp_api/v201311/report_service.rb
1495
1011
  - lib/dfp_api/v201311/forecast_service_registry.rb
1496
- - lib/dfp_api/v201311/inventory_service.rb
1497
1012
  - lib/dfp_api/v201311/inventory_service_registry.rb
1498
- - lib/dfp_api/v201311/label_service.rb
1499
- - lib/dfp_api/v201311/label_service_registry.rb
1500
- - lib/dfp_api/v201311/line_item_creative_association_service.rb
1501
- - lib/dfp_api/v201311/line_item_creative_association_service_registry.rb
1502
- - lib/dfp_api/v201311/line_item_service.rb
1503
- - lib/dfp_api/v201311/line_item_service_registry.rb
1013
+ - lib/dfp_api/v201311/product_template_service_registry.rb
1014
+ - lib/dfp_api/v201311/activity_group_service_registry.rb
1015
+ - lib/dfp_api/v201311/content_service_registry.rb
1504
1016
  - lib/dfp_api/v201311/line_item_template_service.rb
1505
- - lib/dfp_api/v201311/line_item_template_service_registry.rb
1017
+ - lib/dfp_api/v201311/content_metadata_key_hierarchy_service.rb
1018
+ - lib/dfp_api/v201311/rate_card_service_registry.rb
1019
+ - lib/dfp_api/v201311/custom_targeting_service_registry.rb
1020
+ - lib/dfp_api/v201311/custom_targeting_service.rb
1021
+ - lib/dfp_api/v201311/line_item_creative_association_service.rb
1022
+ - lib/dfp_api/v201311/workflow_request_service.rb
1023
+ - lib/dfp_api/v201311/base_rate_service_registry.rb
1024
+ - lib/dfp_api/v201311/proposal_line_item_service_registry.rb
1025
+ - lib/dfp_api/v201311/suggested_ad_unit_service_registry.rb
1506
1026
  - lib/dfp_api/v201311/network_service.rb
1507
- - lib/dfp_api/v201311/network_service_registry.rb
1508
- - lib/dfp_api/v201311/order_service.rb
1509
- - lib/dfp_api/v201311/order_service_registry.rb
1510
- - lib/dfp_api/v201311/placement_service.rb
1511
- - lib/dfp_api/v201311/placement_service_registry.rb
1512
- - lib/dfp_api/v201311/product_service.rb
1513
- - lib/dfp_api/v201311/product_service_registry.rb
1027
+ - lib/dfp_api/v201311/ad_rule_service_registry.rb
1514
1028
  - lib/dfp_api/v201311/product_template_service.rb
1515
- - lib/dfp_api/v201311/product_template_service_registry.rb
1029
+ - lib/dfp_api/v201311/custom_field_service.rb
1030
+ - lib/dfp_api/v201311/company_service_registry.rb
1031
+ - lib/dfp_api/v201311/user_service_registry.rb
1032
+ - lib/dfp_api/v201311/team_service_registry.rb
1033
+ - lib/dfp_api/v201311/reconciliation_report_service_registry.rb
1034
+ - lib/dfp_api/v201311/reconciliation_order_report_service.rb
1035
+ - lib/dfp_api/v201311/line_item_template_service_registry.rb
1036
+ - lib/dfp_api/v201311/exchange_rate_service.rb
1037
+ - lib/dfp_api/v201311/creative_service.rb
1516
1038
  - lib/dfp_api/v201311/proposal_line_item_service.rb
1517
- - lib/dfp_api/v201311/proposal_line_item_service_registry.rb
1518
- - lib/dfp_api/v201311/proposal_service.rb
1519
- - lib/dfp_api/v201311/proposal_service_registry.rb
1039
+ - lib/dfp_api/v201311/activity_group_service.rb
1520
1040
  - lib/dfp_api/v201311/publisher_query_language_service.rb
1521
- - lib/dfp_api/v201311/publisher_query_language_service_registry.rb
1522
- - lib/dfp_api/v201311/rate_card_customization_service.rb
1523
- - lib/dfp_api/v201311/rate_card_customization_service_registry.rb
1524
- - lib/dfp_api/v201311/rate_card_service.rb
1525
- - lib/dfp_api/v201311/rate_card_service_registry.rb
1526
- - lib/dfp_api/v201311/reconciliation_order_report_service.rb
1527
- - lib/dfp_api/v201311/reconciliation_order_report_service_registry.rb
1528
- - lib/dfp_api/v201311/reconciliation_report_row_service.rb
1529
1041
  - lib/dfp_api/v201311/reconciliation_report_row_service_registry.rb
1530
- - lib/dfp_api/v201311/reconciliation_report_service.rb
1531
- - lib/dfp_api/v201311/reconciliation_report_service_registry.rb
1532
- - lib/dfp_api/v201311/report_service.rb
1533
- - lib/dfp_api/v201311/report_service_registry.rb
1534
- - lib/dfp_api/v201311/suggested_ad_unit_service.rb
1535
- - lib/dfp_api/v201311/suggested_ad_unit_service_registry.rb
1536
- - lib/dfp_api/v201311/team_service.rb
1537
- - lib/dfp_api/v201311/team_service_registry.rb
1042
+ - lib/dfp_api/v201311/content_service.rb
1043
+ - lib/dfp_api/v201311/product_service.rb
1044
+ - lib/dfp_api/v201311/creative_template_service.rb
1045
+ - lib/dfp_api/v201311/creative_set_service_registry.rb
1046
+ - lib/dfp_api/v201311/ad_rule_service.rb
1047
+ - lib/dfp_api/v201311/rate_card_service.rb
1538
1048
  - lib/dfp_api/v201311/user_service.rb
1539
- - lib/dfp_api/v201311/user_service_registry.rb
1540
- - lib/dfp_api/v201311/user_team_association_service.rb
1541
- - lib/dfp_api/v201311/user_team_association_service_registry.rb
1542
- - lib/dfp_api/v201311/workflow_request_service.rb
1543
- - lib/dfp_api/v201311/workflow_request_service_registry.rb
1544
- - lib/dfp_api/v201403/activity_group_service.rb
1545
- - lib/dfp_api/v201403/activity_group_service_registry.rb
1546
- - lib/dfp_api/v201403/activity_service.rb
1547
- - lib/dfp_api/v201403/activity_service_registry.rb
1548
- - lib/dfp_api/v201403/ad_rule_service.rb
1549
- - lib/dfp_api/v201403/ad_rule_service_registry.rb
1550
- - lib/dfp_api/v201403/audience_segment_service.rb
1551
- - lib/dfp_api/v201403/audience_segment_service_registry.rb
1552
- - lib/dfp_api/v201403/base_rate_service.rb
1553
- - lib/dfp_api/v201403/base_rate_service_registry.rb
1554
- - lib/dfp_api/v201403/company_service.rb
1555
- - lib/dfp_api/v201403/company_service_registry.rb
1556
- - lib/dfp_api/v201403/contact_service.rb
1557
- - lib/dfp_api/v201403/contact_service_registry.rb
1558
- - lib/dfp_api/v201403/content_bundle_service.rb
1559
- - lib/dfp_api/v201403/content_bundle_service_registry.rb
1560
- - lib/dfp_api/v201403/content_metadata_key_hierarchy_service.rb
1561
- - lib/dfp_api/v201403/content_metadata_key_hierarchy_service_registry.rb
1562
- - lib/dfp_api/v201403/content_service.rb
1563
- - lib/dfp_api/v201403/content_service_registry.rb
1564
- - lib/dfp_api/v201403/creative_service.rb
1565
- - lib/dfp_api/v201403/creative_service_registry.rb
1566
- - lib/dfp_api/v201403/creative_set_service.rb
1567
- - lib/dfp_api/v201403/creative_set_service_registry.rb
1568
- - lib/dfp_api/v201403/creative_template_service.rb
1569
- - lib/dfp_api/v201403/creative_template_service_registry.rb
1570
- - lib/dfp_api/v201403/creative_wrapper_service.rb
1571
- - lib/dfp_api/v201403/creative_wrapper_service_registry.rb
1572
- - lib/dfp_api/v201403/custom_field_service.rb
1573
- - lib/dfp_api/v201403/custom_field_service_registry.rb
1574
- - lib/dfp_api/v201403/custom_targeting_service.rb
1575
- - lib/dfp_api/v201403/custom_targeting_service_registry.rb
1576
- - lib/dfp_api/v201403/exchange_rate_service.rb
1577
- - lib/dfp_api/v201403/exchange_rate_service_registry.rb
1578
- - lib/dfp_api/v201403/forecast_service.rb
1579
- - lib/dfp_api/v201403/forecast_service_registry.rb
1580
- - lib/dfp_api/v201403/inventory_service.rb
1581
- - lib/dfp_api/v201403/inventory_service_registry.rb
1582
- - lib/dfp_api/v201403/label_service.rb
1583
- - lib/dfp_api/v201403/label_service_registry.rb
1584
- - lib/dfp_api/v201403/line_item_creative_association_service.rb
1585
- - lib/dfp_api/v201403/line_item_creative_association_service_registry.rb
1586
- - lib/dfp_api/v201403/line_item_service.rb
1587
- - lib/dfp_api/v201403/line_item_service_registry.rb
1588
- - lib/dfp_api/v201403/line_item_template_service.rb
1589
- - lib/dfp_api/v201403/line_item_template_service_registry.rb
1590
- - lib/dfp_api/v201403/live_stream_event_service.rb
1591
- - lib/dfp_api/v201403/live_stream_event_service_registry.rb
1592
- - lib/dfp_api/v201403/network_service.rb
1593
- - lib/dfp_api/v201403/network_service_registry.rb
1594
- - lib/dfp_api/v201403/order_service.rb
1595
- - lib/dfp_api/v201403/order_service_registry.rb
1596
- - lib/dfp_api/v201403/placement_service.rb
1597
- - lib/dfp_api/v201403/placement_service_registry.rb
1598
- - lib/dfp_api/v201403/product_service.rb
1599
- - lib/dfp_api/v201403/product_service_registry.rb
1600
- - lib/dfp_api/v201403/product_template_service.rb
1601
- - lib/dfp_api/v201403/product_template_service_registry.rb
1602
- - lib/dfp_api/v201403/proposal_line_item_service.rb
1603
- - lib/dfp_api/v201403/proposal_line_item_service_registry.rb
1604
- - lib/dfp_api/v201403/proposal_service.rb
1605
- - lib/dfp_api/v201403/proposal_service_registry.rb
1606
- - lib/dfp_api/v201403/publisher_query_language_service.rb
1607
- - lib/dfp_api/v201403/publisher_query_language_service_registry.rb
1608
- - lib/dfp_api/v201403/rate_card_customization_group_service.rb
1609
- - lib/dfp_api/v201403/rate_card_customization_group_service_registry.rb
1610
- - lib/dfp_api/v201403/rate_card_customization_service.rb
1611
- - lib/dfp_api/v201403/rate_card_customization_service_registry.rb
1612
- - lib/dfp_api/v201403/rate_card_service.rb
1613
- - lib/dfp_api/v201403/rate_card_service_registry.rb
1614
- - lib/dfp_api/v201403/reconciliation_order_report_service.rb
1615
- - lib/dfp_api/v201403/reconciliation_order_report_service_registry.rb
1616
- - lib/dfp_api/v201403/reconciliation_report_row_service.rb
1617
- - lib/dfp_api/v201403/reconciliation_report_row_service_registry.rb
1618
- - lib/dfp_api/v201403/reconciliation_report_service.rb
1619
- - lib/dfp_api/v201403/reconciliation_report_service_registry.rb
1620
- - lib/dfp_api/v201403/report_service.rb
1621
- - lib/dfp_api/v201403/report_service_registry.rb
1622
- - lib/dfp_api/v201403/suggested_ad_unit_service.rb
1623
- - lib/dfp_api/v201403/suggested_ad_unit_service_registry.rb
1624
- - lib/dfp_api/v201403/team_service.rb
1625
- - lib/dfp_api/v201403/team_service_registry.rb
1626
- - lib/dfp_api/v201403/user_service.rb
1627
- - lib/dfp_api/v201403/user_service_registry.rb
1628
- - lib/dfp_api/v201403/user_team_association_service.rb
1629
- - lib/dfp_api/v201403/user_team_association_service_registry.rb
1630
- - lib/dfp_api/v201403/workflow_request_service.rb
1631
- - lib/dfp_api/v201403/workflow_request_service_registry.rb
1632
- - lib/dfp_api/v201405/activity_group_service.rb
1633
- - lib/dfp_api/v201405/activity_group_service_registry.rb
1634
- - lib/dfp_api/v201405/activity_service.rb
1635
- - lib/dfp_api/v201405/activity_service_registry.rb
1636
- - lib/dfp_api/v201405/ad_rule_service.rb
1637
- - lib/dfp_api/v201405/ad_rule_service_registry.rb
1638
- - lib/dfp_api/v201405/audience_segment_service.rb
1639
- - lib/dfp_api/v201405/audience_segment_service_registry.rb
1640
- - lib/dfp_api/v201405/base_rate_service.rb
1641
- - lib/dfp_api/v201405/base_rate_service_registry.rb
1049
+ - lib/dfp_api/v201311/creative_service_registry.rb
1050
+ - lib/dfp_api/v201311/content_bundle_service.rb
1051
+ - lib/dfp_api/v201311/order_service.rb
1052
+ - lib/dfp_api/v201311/audience_segment_service_registry.rb
1053
+ - lib/dfp_api/v201311/product_service_registry.rb
1054
+ - lib/dfp_api/v201311/line_item_service.rb
1055
+ - lib/dfp_api/v201311/rate_card_customization_service.rb
1056
+ - lib/dfp_api/v201311/content_metadata_key_hierarchy_service_registry.rb
1057
+ - lib/dfp_api/v201311/placement_service.rb
1058
+ - lib/dfp_api/v201311/reconciliation_report_service.rb
1059
+ - lib/dfp_api/v201311/inventory_service.rb
1060
+ - lib/dfp_api/v201311/line_item_service_registry.rb
1061
+ - lib/dfp_api/v201302/suggested_ad_unit_service.rb
1062
+ - lib/dfp_api/v201302/company_service.rb
1063
+ - lib/dfp_api/v201302/placement_service_registry.rb
1064
+ - lib/dfp_api/v201302/contact_service.rb
1065
+ - lib/dfp_api/v201302/audience_segment_service.rb
1066
+ - lib/dfp_api/v201302/activity_service_registry.rb
1067
+ - lib/dfp_api/v201302/custom_field_service_registry.rb
1068
+ - lib/dfp_api/v201302/line_item_creative_association_service_registry.rb
1069
+ - lib/dfp_api/v201302/label_service_registry.rb
1070
+ - lib/dfp_api/v201302/network_service_registry.rb
1071
+ - lib/dfp_api/v201302/report_service_registry.rb
1072
+ - lib/dfp_api/v201302/creative_wrapper_service_registry.rb
1073
+ - lib/dfp_api/v201302/team_service.rb
1074
+ - lib/dfp_api/v201302/creative_wrapper_service.rb
1075
+ - lib/dfp_api/v201302/contact_service_registry.rb
1076
+ - lib/dfp_api/v201302/content_bundle_service_registry.rb
1077
+ - lib/dfp_api/v201302/user_team_association_service_registry.rb
1078
+ - lib/dfp_api/v201302/creative_set_service.rb
1079
+ - lib/dfp_api/v201302/publisher_query_language_service_registry.rb
1080
+ - lib/dfp_api/v201302/activity_service.rb
1081
+ - lib/dfp_api/v201302/user_team_association_service.rb
1082
+ - lib/dfp_api/v201302/order_service_registry.rb
1083
+ - lib/dfp_api/v201302/creative_template_service_registry.rb
1084
+ - lib/dfp_api/v201302/label_service.rb
1085
+ - lib/dfp_api/v201302/forecast_service.rb
1086
+ - lib/dfp_api/v201302/report_service.rb
1087
+ - lib/dfp_api/v201302/forecast_service_registry.rb
1088
+ - lib/dfp_api/v201302/inventory_service_registry.rb
1089
+ - lib/dfp_api/v201302/activity_group_service_registry.rb
1090
+ - lib/dfp_api/v201302/content_service_registry.rb
1091
+ - lib/dfp_api/v201302/custom_targeting_service_registry.rb
1092
+ - lib/dfp_api/v201302/custom_targeting_service.rb
1093
+ - lib/dfp_api/v201302/third_party_slot_service_registry.rb
1094
+ - lib/dfp_api/v201302/line_item_creative_association_service.rb
1095
+ - lib/dfp_api/v201302/suggested_ad_unit_service_registry.rb
1096
+ - lib/dfp_api/v201302/network_service.rb
1097
+ - lib/dfp_api/v201302/ad_rule_service_registry.rb
1098
+ - lib/dfp_api/v201302/custom_field_service.rb
1099
+ - lib/dfp_api/v201302/company_service_registry.rb
1100
+ - lib/dfp_api/v201302/user_service_registry.rb
1101
+ - lib/dfp_api/v201302/team_service_registry.rb
1102
+ - lib/dfp_api/v201302/creative_service.rb
1103
+ - lib/dfp_api/v201302/activity_group_service.rb
1104
+ - lib/dfp_api/v201302/publisher_query_language_service.rb
1105
+ - lib/dfp_api/v201302/content_service.rb
1106
+ - lib/dfp_api/v201302/creative_template_service.rb
1107
+ - lib/dfp_api/v201302/creative_set_service_registry.rb
1108
+ - lib/dfp_api/v201302/ad_rule_service.rb
1109
+ - lib/dfp_api/v201302/user_service.rb
1110
+ - lib/dfp_api/v201302/creative_service_registry.rb
1111
+ - lib/dfp_api/v201302/content_bundle_service.rb
1112
+ - lib/dfp_api/v201302/order_service.rb
1113
+ - lib/dfp_api/v201302/audience_segment_service_registry.rb
1114
+ - lib/dfp_api/v201302/line_item_service.rb
1115
+ - lib/dfp_api/v201302/placement_service.rb
1116
+ - lib/dfp_api/v201302/inventory_service.rb
1117
+ - lib/dfp_api/v201302/line_item_service_registry.rb
1118
+ - lib/dfp_api/v201302/third_party_slot_service.rb
1119
+ - lib/dfp_api/v201208/suggested_ad_unit_service.rb
1120
+ - lib/dfp_api/v201208/company_service.rb
1121
+ - lib/dfp_api/v201208/placement_service_registry.rb
1122
+ - lib/dfp_api/v201208/audience_segment_service.rb
1123
+ - lib/dfp_api/v201208/custom_field_service_registry.rb
1124
+ - lib/dfp_api/v201208/line_item_creative_association_service_registry.rb
1125
+ - lib/dfp_api/v201208/label_service_registry.rb
1126
+ - lib/dfp_api/v201208/network_service_registry.rb
1127
+ - lib/dfp_api/v201208/report_service_registry.rb
1128
+ - lib/dfp_api/v201208/team_service.rb
1129
+ - lib/dfp_api/v201208/user_team_association_service_registry.rb
1130
+ - lib/dfp_api/v201208/creative_set_service.rb
1131
+ - lib/dfp_api/v201208/publisher_query_language_service_registry.rb
1132
+ - lib/dfp_api/v201208/user_team_association_service.rb
1133
+ - lib/dfp_api/v201208/order_service_registry.rb
1134
+ - lib/dfp_api/v201208/creative_template_service_registry.rb
1135
+ - lib/dfp_api/v201208/label_service.rb
1136
+ - lib/dfp_api/v201208/forecast_service.rb
1137
+ - lib/dfp_api/v201208/report_service.rb
1138
+ - lib/dfp_api/v201208/forecast_service_registry.rb
1139
+ - lib/dfp_api/v201208/inventory_service_registry.rb
1140
+ - lib/dfp_api/v201208/content_service_registry.rb
1141
+ - lib/dfp_api/v201208/custom_targeting_service_registry.rb
1142
+ - lib/dfp_api/v201208/custom_targeting_service.rb
1143
+ - lib/dfp_api/v201208/third_party_slot_service_registry.rb
1144
+ - lib/dfp_api/v201208/line_item_creative_association_service.rb
1145
+ - lib/dfp_api/v201208/suggested_ad_unit_service_registry.rb
1146
+ - lib/dfp_api/v201208/network_service.rb
1147
+ - lib/dfp_api/v201208/custom_field_service.rb
1148
+ - lib/dfp_api/v201208/company_service_registry.rb
1149
+ - lib/dfp_api/v201208/user_service_registry.rb
1150
+ - lib/dfp_api/v201208/team_service_registry.rb
1151
+ - lib/dfp_api/v201208/creative_service.rb
1152
+ - lib/dfp_api/v201208/publisher_query_language_service.rb
1153
+ - lib/dfp_api/v201208/content_service.rb
1154
+ - lib/dfp_api/v201208/creative_template_service.rb
1155
+ - lib/dfp_api/v201208/creative_set_service_registry.rb
1156
+ - lib/dfp_api/v201208/user_service.rb
1157
+ - lib/dfp_api/v201208/creative_service_registry.rb
1158
+ - lib/dfp_api/v201208/order_service.rb
1159
+ - lib/dfp_api/v201208/audience_segment_service_registry.rb
1160
+ - lib/dfp_api/v201208/line_item_service.rb
1161
+ - lib/dfp_api/v201208/placement_service.rb
1162
+ - lib/dfp_api/v201208/inventory_service.rb
1163
+ - lib/dfp_api/v201208/line_item_service_registry.rb
1164
+ - lib/dfp_api/v201208/third_party_slot_service.rb
1165
+ - lib/dfp_api/api_config.rb
1166
+ - lib/dfp_api/version.rb
1167
+ - lib/dfp_api/v201405/reconciliation_order_report_service_registry.rb
1168
+ - lib/dfp_api/v201405/rate_card_customization_service_registry.rb
1169
+ - lib/dfp_api/v201405/suggested_ad_unit_service.rb
1642
1170
  - lib/dfp_api/v201405/company_service.rb
1643
- - lib/dfp_api/v201405/company_service_registry.rb
1171
+ - lib/dfp_api/v201405/workflow_request_service_registry.rb
1172
+ - lib/dfp_api/v201405/placement_service_registry.rb
1644
1173
  - lib/dfp_api/v201405/contact_service.rb
1174
+ - lib/dfp_api/v201405/audience_segment_service.rb
1175
+ - lib/dfp_api/v201405/activity_service_registry.rb
1176
+ - lib/dfp_api/v201405/custom_field_service_registry.rb
1177
+ - lib/dfp_api/v201405/line_item_creative_association_service_registry.rb
1178
+ - lib/dfp_api/v201405/label_service_registry.rb
1179
+ - lib/dfp_api/v201405/network_service_registry.rb
1180
+ - lib/dfp_api/v201405/rate_card_customization_group_service_registry.rb
1181
+ - lib/dfp_api/v201405/report_service_registry.rb
1182
+ - lib/dfp_api/v201405/creative_wrapper_service_registry.rb
1183
+ - lib/dfp_api/v201405/team_service.rb
1184
+ - lib/dfp_api/v201405/creative_wrapper_service.rb
1645
1185
  - lib/dfp_api/v201405/contact_service_registry.rb
1646
- - lib/dfp_api/v201405/content_bundle_service.rb
1647
1186
  - lib/dfp_api/v201405/content_bundle_service_registry.rb
1648
- - lib/dfp_api/v201405/content_metadata_key_hierarchy_service.rb
1649
- - lib/dfp_api/v201405/content_metadata_key_hierarchy_service_registry.rb
1650
- - lib/dfp_api/v201405/content_service.rb
1651
- - lib/dfp_api/v201405/content_service_registry.rb
1652
- - lib/dfp_api/v201405/creative_service.rb
1653
- - lib/dfp_api/v201405/creative_service_registry.rb
1187
+ - lib/dfp_api/v201405/user_team_association_service_registry.rb
1654
1188
  - lib/dfp_api/v201405/creative_set_service.rb
1655
- - lib/dfp_api/v201405/creative_set_service_registry.rb
1656
- - lib/dfp_api/v201405/creative_template_service.rb
1657
- - lib/dfp_api/v201405/creative_template_service_registry.rb
1658
- - lib/dfp_api/v201405/creative_wrapper_service.rb
1659
- - lib/dfp_api/v201405/creative_wrapper_service_registry.rb
1660
- - lib/dfp_api/v201405/custom_field_service.rb
1661
- - lib/dfp_api/v201405/custom_field_service_registry.rb
1662
- - lib/dfp_api/v201405/custom_targeting_service.rb
1663
- - lib/dfp_api/v201405/custom_targeting_service_registry.rb
1664
- - lib/dfp_api/v201405/exchange_rate_service.rb
1189
+ - lib/dfp_api/v201405/reconciliation_report_row_service.rb
1190
+ - lib/dfp_api/v201405/base_rate_service.rb
1191
+ - lib/dfp_api/v201405/proposal_service.rb
1192
+ - lib/dfp_api/v201405/publisher_query_language_service_registry.rb
1193
+ - lib/dfp_api/v201405/activity_service.rb
1194
+ - lib/dfp_api/v201405/proposal_service_registry.rb
1665
1195
  - lib/dfp_api/v201405/exchange_rate_service_registry.rb
1196
+ - lib/dfp_api/v201405/user_team_association_service.rb
1197
+ - lib/dfp_api/v201405/order_service_registry.rb
1198
+ - lib/dfp_api/v201405/creative_template_service_registry.rb
1199
+ - lib/dfp_api/v201405/label_service.rb
1666
1200
  - lib/dfp_api/v201405/forecast_service.rb
1201
+ - lib/dfp_api/v201405/report_service.rb
1667
1202
  - lib/dfp_api/v201405/forecast_service_registry.rb
1668
- - lib/dfp_api/v201405/inventory_service.rb
1203
+ - lib/dfp_api/v201405/rate_card_customization_group_service.rb
1669
1204
  - lib/dfp_api/v201405/inventory_service_registry.rb
1670
- - lib/dfp_api/v201405/label_service.rb
1671
- - lib/dfp_api/v201405/label_service_registry.rb
1672
- - lib/dfp_api/v201405/line_item_creative_association_service.rb
1673
- - lib/dfp_api/v201405/line_item_creative_association_service_registry.rb
1674
- - lib/dfp_api/v201405/line_item_service.rb
1675
- - lib/dfp_api/v201405/line_item_service_registry.rb
1205
+ - lib/dfp_api/v201405/product_template_service_registry.rb
1206
+ - lib/dfp_api/v201405/activity_group_service_registry.rb
1207
+ - lib/dfp_api/v201405/content_service_registry.rb
1676
1208
  - lib/dfp_api/v201405/line_item_template_service.rb
1677
- - lib/dfp_api/v201405/line_item_template_service_registry.rb
1209
+ - lib/dfp_api/v201405/content_metadata_key_hierarchy_service.rb
1210
+ - lib/dfp_api/v201405/rate_card_service_registry.rb
1678
1211
  - lib/dfp_api/v201405/live_stream_event_service.rb
1679
- - lib/dfp_api/v201405/live_stream_event_service_registry.rb
1212
+ - lib/dfp_api/v201405/custom_targeting_service_registry.rb
1213
+ - lib/dfp_api/v201405/custom_targeting_service.rb
1214
+ - lib/dfp_api/v201405/line_item_creative_association_service.rb
1215
+ - lib/dfp_api/v201405/workflow_request_service.rb
1216
+ - lib/dfp_api/v201405/base_rate_service_registry.rb
1217
+ - lib/dfp_api/v201405/proposal_line_item_service_registry.rb
1218
+ - lib/dfp_api/v201405/suggested_ad_unit_service_registry.rb
1680
1219
  - lib/dfp_api/v201405/network_service.rb
1681
- - lib/dfp_api/v201405/network_service_registry.rb
1682
- - lib/dfp_api/v201405/order_service.rb
1683
- - lib/dfp_api/v201405/order_service_registry.rb
1684
- - lib/dfp_api/v201405/placement_service.rb
1685
- - lib/dfp_api/v201405/placement_service_registry.rb
1686
- - lib/dfp_api/v201405/product_service.rb
1687
- - lib/dfp_api/v201405/product_service_registry.rb
1220
+ - lib/dfp_api/v201405/ad_rule_service_registry.rb
1688
1221
  - lib/dfp_api/v201405/product_template_service.rb
1689
- - lib/dfp_api/v201405/product_template_service_registry.rb
1222
+ - lib/dfp_api/v201405/custom_field_service.rb
1223
+ - lib/dfp_api/v201405/company_service_registry.rb
1224
+ - lib/dfp_api/v201405/user_service_registry.rb
1225
+ - lib/dfp_api/v201405/team_service_registry.rb
1226
+ - lib/dfp_api/v201405/reconciliation_report_service_registry.rb
1227
+ - lib/dfp_api/v201405/reconciliation_order_report_service.rb
1228
+ - lib/dfp_api/v201405/line_item_template_service_registry.rb
1229
+ - lib/dfp_api/v201405/exchange_rate_service.rb
1230
+ - lib/dfp_api/v201405/creative_service.rb
1690
1231
  - lib/dfp_api/v201405/proposal_line_item_service.rb
1691
- - lib/dfp_api/v201405/proposal_line_item_service_registry.rb
1692
- - lib/dfp_api/v201405/proposal_service.rb
1693
- - lib/dfp_api/v201405/proposal_service_registry.rb
1232
+ - lib/dfp_api/v201405/activity_group_service.rb
1694
1233
  - lib/dfp_api/v201405/publisher_query_language_service.rb
1695
- - lib/dfp_api/v201405/publisher_query_language_service_registry.rb
1696
- - lib/dfp_api/v201405/rate_card_customization_group_service.rb
1697
- - lib/dfp_api/v201405/rate_card_customization_group_service_registry.rb
1698
- - lib/dfp_api/v201405/rate_card_customization_service.rb
1699
- - lib/dfp_api/v201405/rate_card_customization_service_registry.rb
1700
- - lib/dfp_api/v201405/rate_card_service.rb
1701
- - lib/dfp_api/v201405/rate_card_service_registry.rb
1702
- - lib/dfp_api/v201405/reconciliation_order_report_service.rb
1703
- - lib/dfp_api/v201405/reconciliation_order_report_service_registry.rb
1704
- - lib/dfp_api/v201405/reconciliation_report_row_service.rb
1705
1234
  - lib/dfp_api/v201405/reconciliation_report_row_service_registry.rb
1706
- - lib/dfp_api/v201405/reconciliation_report_service.rb
1707
- - lib/dfp_api/v201405/reconciliation_report_service_registry.rb
1708
- - lib/dfp_api/v201405/report_service.rb
1709
- - lib/dfp_api/v201405/report_service_registry.rb
1710
- - lib/dfp_api/v201405/suggested_ad_unit_service.rb
1711
- - lib/dfp_api/v201405/suggested_ad_unit_service_registry.rb
1712
- - lib/dfp_api/v201405/team_service.rb
1713
- - lib/dfp_api/v201405/team_service_registry.rb
1235
+ - lib/dfp_api/v201405/content_service.rb
1236
+ - lib/dfp_api/v201405/product_service.rb
1237
+ - lib/dfp_api/v201405/creative_template_service.rb
1238
+ - lib/dfp_api/v201405/creative_set_service_registry.rb
1239
+ - lib/dfp_api/v201405/ad_rule_service.rb
1240
+ - lib/dfp_api/v201405/rate_card_service.rb
1714
1241
  - lib/dfp_api/v201405/user_service.rb
1715
- - lib/dfp_api/v201405/user_service_registry.rb
1716
- - lib/dfp_api/v201405/user_team_association_service.rb
1717
- - lib/dfp_api/v201405/user_team_association_service_registry.rb
1718
- - lib/dfp_api/v201405/workflow_request_service.rb
1719
- - lib/dfp_api/v201405/workflow_request_service_registry.rb
1720
- - lib/dfp_api/version.rb
1242
+ - lib/dfp_api/v201405/creative_service_registry.rb
1243
+ - lib/dfp_api/v201405/content_bundle_service.rb
1244
+ - lib/dfp_api/v201405/order_service.rb
1245
+ - lib/dfp_api/v201405/live_stream_event_service_registry.rb
1246
+ - lib/dfp_api/v201405/audience_segment_service_registry.rb
1247
+ - lib/dfp_api/v201405/product_service_registry.rb
1248
+ - lib/dfp_api/v201405/line_item_service.rb
1249
+ - lib/dfp_api/v201405/rate_card_customization_service.rb
1250
+ - lib/dfp_api/v201405/content_metadata_key_hierarchy_service_registry.rb
1251
+ - lib/dfp_api/v201405/placement_service.rb
1252
+ - lib/dfp_api/v201405/reconciliation_report_service.rb
1253
+ - lib/dfp_api/v201405/inventory_service.rb
1254
+ - lib/dfp_api/v201405/line_item_service_registry.rb
1255
+ - lib/dfp_api_statement.rb
1256
+ - lib/dfp_api.rb
1721
1257
  - test/bugs/test_issue_00000016.rb
1722
- - test/dfp_api/test_config.yml
1723
1258
  - test/dfp_api/test_dfp_api.rb
1259
+ - test/dfp_api/test_config.yml
1724
1260
  - test/suite_unittests.rb
1261
+ - COPYING
1262
+ - README.md
1263
+ - ChangeLog
1264
+ - dfp_api.yml
1725
1265
  homepage: http://code.google.com/p/google-api-ads-ruby/
1726
1266
  licenses:
1727
1267
  - Apache-2.0
1728
- metadata: {}
1729
1268
  post_install_message:
1730
1269
  rdoc_options: []
1731
1270
  require_paths:
1732
1271
  - lib
1733
1272
  required_ruby_version: !ruby/object:Gem::Requirement
1273
+ none: false
1734
1274
  requirements:
1735
1275
  - - ! '>='
1736
1276
  - !ruby/object:Gem::Version
1737
1277
  version: '0'
1738
1278
  required_rubygems_version: !ruby/object:Gem::Requirement
1279
+ none: false
1739
1280
  requirements:
1740
1281
  - - ! '>='
1741
1282
  - !ruby/object:Gem::Version
1742
1283
  version: 1.3.6
1743
1284
  requirements: []
1744
1285
  rubyforge_project: google-dfp-api
1745
- rubygems_version: 2.2.2
1286
+ rubygems_version: 1.8.11
1746
1287
  signing_key:
1747
- specification_version: 4
1288
+ specification_version: 3
1748
1289
  summary: Ruby Client libraries for DFP API
1749
1290
  test_files:
1750
1291
  - test/bugs/test_issue_00000016.rb