google-dfp-api 0.7.1 → 0.8.0

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