google-dfp-api 0.2.8 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (450) hide show
  1. data/ChangeLog +4 -0
  2. data/README +4 -6
  3. data/dfp_api.yml +5 -1
  4. data/examples/{v201104/order_service/get_all_orders.rb → v201203/audience_segment_service/get_all_audience_segments.rb} +18 -17
  5. data/examples/{v201103 → v201203}/common/error_handling.rb +1 -1
  6. data/examples/{v201107 → v201203}/common/oauth_handling.rb +1 -1
  7. data/examples/{v201107 → v201203}/company_service/create_companies.rb +1 -1
  8. data/examples/{v201107 → v201203}/company_service/get_all_companies.rb +1 -1
  9. data/examples/{v201104 → v201203}/company_service/get_companies_by_statement.rb +1 -1
  10. data/examples/{v201104 → v201203}/company_service/get_company.rb +1 -1
  11. data/examples/{v201107 → v201203}/company_service/update_companies.rb +1 -1
  12. data/examples/{v201103/user_service/get_all_users.rb → v201203/content_service/get_all_content.rb} +16 -15
  13. data/examples/v201203/content_service/get_content_by_category.rb +135 -0
  14. data/examples/{v201107 → v201203}/creative_service/copy_image_creatives.rb +1 -1
  15. data/examples/v201203/creative_service/create_creative_from_template.rb +138 -0
  16. data/examples/{v201107 → v201203}/creative_service/create_creatives.rb +1 -1
  17. data/examples/{v201103/creative_service/create_creatives.rb → v201203/creative_service/create_custom_creative.rb} +28 -30
  18. data/examples/{v201103 → v201203}/creative_service/get_all_creatives.rb +1 -1
  19. data/examples/{v201104 → v201203}/creative_service/get_creative.rb +1 -1
  20. data/examples/{v201107 → v201203}/creative_service/get_creatives_by_statement.rb +1 -1
  21. data/examples/{v201103 → v201203}/creative_service/update_creatives.rb +1 -1
  22. data/examples/{v201103/inventory_service/get_all_ad_units.rb → v201203/creative_template_service/get_all_creative_templates.rb} +16 -15
  23. data/examples/{v201103/creative_service/get_creative.rb → v201203/creative_template_service/get_creative_template.rb} +17 -15
  24. data/examples/{v201107/user_service/get_users_by_statement.rb → v201203/creative_template_service/get_creative_templates_by_statement.rb} +18 -17
  25. data/examples/{v201107 → v201203}/custom_targeting_service/create_custom_targeting_keys_and_values.rb +28 -6
  26. data/examples/{v201103 → v201203}/custom_targeting_service/delete_custom_targeting_keys.rb +1 -1
  27. data/examples/{v201107 → v201203}/custom_targeting_service/delete_custom_targeting_values.rb +1 -1
  28. data/examples/{v201103 → v201203}/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +1 -1
  29. data/examples/{v201104 → v201203}/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +1 -1
  30. data/examples/{v201104 → v201203}/custom_targeting_service/get_custom_targeting_values_by_statement.rb +1 -1
  31. data/examples/{v201107 → v201203}/custom_targeting_service/update_custom_targeting_keys.rb +1 -1
  32. data/examples/{v201103 → v201203}/custom_targeting_service/update_custom_targeting_values.rb +1 -1
  33. data/examples/{v201104 → v201203}/forecast_service/get_forecast.rb +8 -4
  34. data/examples/{v201107 → v201203}/forecast_service/get_forecast_by_id.rb +1 -1
  35. data/examples/{v201107 → v201203}/inventory_service/create_ad_units.rb +9 -3
  36. data/examples/{v201103/inventory_service/create_ad_units.rb → v201203/inventory_service/create_mobile_ad_unit.rb} +27 -22
  37. data/examples/{v201104/inventory_service/create_ad_units.rb → v201203/inventory_service/create_video_ad_unit.rb} +35 -22
  38. data/examples/{v201103 → v201203}/inventory_service/deactivate_ad_units.rb +1 -1
  39. data/examples/{v201103 → v201203}/inventory_service/get_ad_unit.rb +1 -1
  40. data/examples/{v201107 → v201203}/inventory_service/get_ad_unit_sizes.rb +20 -7
  41. data/examples/{v201104 → v201203}/inventory_service/get_ad_units_by_statement.rb +1 -1
  42. data/examples/{v201104 → v201203}/inventory_service/get_all_ad_units.rb +1 -1
  43. data/examples/{v201104 → v201203}/inventory_service/update_ad_units.rb +1 -1
  44. data/examples/{v201107 → v201203}/label_service/create_labels.rb +6 -5
  45. data/examples/{v201107 → v201203}/label_service/deactivate_labels.rb +1 -1
  46. data/examples/{v201107 → v201203}/label_service/get_all_labels.rb +6 -4
  47. data/examples/{v201107 → v201203}/label_service/get_label.rb +5 -4
  48. data/examples/{v201107 → v201203}/label_service/get_labels_by_statement.rb +9 -18
  49. data/examples/{v201107 → v201203}/label_service/update_labels.rb +12 -13
  50. data/examples/{v201107 → v201203}/line_item_creative_association_service/create_licas.rb +1 -1
  51. data/examples/{v201104 → v201203}/line_item_creative_association_service/deactivate_licas.rb +1 -1
  52. data/examples/{v201104 → v201203}/line_item_creative_association_service/get_all_licas.rb +1 -1
  53. data/examples/{v201104 → v201203}/line_item_creative_association_service/get_lica.rb +1 -1
  54. data/examples/{v201107 → v201203}/line_item_creative_association_service/get_licas_by_statement.rb +1 -1
  55. data/examples/{v201107 → v201203}/line_item_creative_association_service/update_licas.rb +1 -1
  56. data/examples/{v201103 → v201203}/line_item_service/activate_line_items.rb +1 -1
  57. data/examples/{v201107 → v201203}/line_item_service/create_line_items.rb +19 -9
  58. data/examples/v201203/line_item_service/create_mobile_line_item.rb +134 -0
  59. data/examples/v201203/line_item_service/create_video_line_item.rb +155 -0
  60. data/examples/{v201107 → v201203}/line_item_service/get_all_line_items.rb +1 -1
  61. data/examples/{v201107 → v201203}/line_item_service/get_line_item.rb +1 -1
  62. data/examples/{v201107 → v201203}/line_item_service/get_line_items_by_statement.rb +11 -7
  63. data/examples/{v201103/line_item_service/get_line_items_by_statement.rb → v201203/line_item_service/get_recently_updated_line_items.rb} +23 -14
  64. data/examples/{v201107 → v201203}/line_item_service/target_custom_criteria.rb +1 -1
  65. data/examples/{v201103 → v201203}/line_item_service/update_line_items.rb +1 -1
  66. data/examples/{v201103 → v201203}/network_service/get_all_networks.rb +1 -1
  67. data/examples/{v201103 → v201203}/network_service/get_current_network.rb +1 -1
  68. data/examples/{v201107/network_service/get_current_network.rb → v201203/network_service/make_test_network.rb} +21 -10
  69. data/examples/{v201104 → v201203}/order_service/approve_orders.rb +24 -18
  70. data/examples/{v201107 → v201203}/order_service/create_orders.rb +1 -1
  71. data/examples/{v201107 → v201203}/order_service/get_all_orders.rb +1 -1
  72. data/examples/{v201103 → v201203}/order_service/get_order.rb +1 -1
  73. data/examples/{v201103 → v201203}/order_service/get_orders_by_statement.rb +1 -1
  74. data/examples/{v201107 → v201203}/order_service/update_orders.rb +1 -1
  75. data/examples/{v201103 → v201203}/placement_service/create_placements.rb +3 -2
  76. data/examples/{v201107 → v201203}/placement_service/deactivate_placements.rb +1 -1
  77. data/examples/{v201103 → v201203}/placement_service/get_all_placements.rb +1 -1
  78. data/examples/{v201104 → v201203}/placement_service/get_placement.rb +1 -1
  79. data/examples/{v201107 → v201203}/placement_service/get_placements_by_statement.rb +1 -1
  80. data/examples/{v201103 → v201203}/placement_service/update_placements.rb +1 -1
  81. data/examples/{v201104 → v201203}/publisher_query_language_service/get_all_cities.rb +7 -2
  82. data/examples/{v201107 → v201203}/report_service/download_report.rb +1 -1
  83. data/examples/{v201104 → v201203}/report_service/run_delivery_report.rb +17 -3
  84. data/examples/{v201104 → v201203}/report_service/run_inventory_report.rb +4 -2
  85. data/examples/{v201107/report_service/run_delivery_report.rb → v201203/report_service/run_merged_delivery_report.rb} +12 -7
  86. data/examples/{v201107 → v201203}/report_service/run_sales_report.rb +1 -1
  87. data/examples/v201203/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +108 -0
  88. data/examples/{v201107/inventory_service/get_all_ad_units.rb → v201203/suggested_ad_unit_service/get_all_suggested_ad_units.rb} +17 -14
  89. data/examples/{v201104/inventory_service/get_ad_unit.rb → v201203/suggested_ad_unit_service/get_suggested_ad_unit.rb} +17 -14
  90. data/examples/{v201107/inventory_service/get_ad_units_by_statement.rb → v201203/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb} +22 -26
  91. data/examples/{v201103/user_service/create_users.rb → v201203/team_service/create_teams.rb} +31 -28
  92. data/examples/{v201107/user_service/get_all_users.rb → v201203/team_service/get_all_teams.rb} +16 -17
  93. data/examples/{v201104/network_service/get_current_network.rb → v201203/team_service/get_team.rb} +21 -13
  94. data/examples/{v201103/user_service/update_users.rb → v201203/team_service/get_teams_by_statement.rb} +27 -29
  95. data/examples/{v201104/user_service/update_users.rb → v201203/team_service/update_teams.rb} +38 -23
  96. data/examples/v201203/third_party_slot_service/archive_third_party_slots.rb +124 -0
  97. data/examples/{v201103/company_service/get_company.rb → v201203/third_party_slot_service/create_third_party_slot.rb} +33 -14
  98. data/examples/{v201103/order_service/get_all_orders.rb → v201203/third_party_slot_service/get_all_third_party_slots.rb} +15 -15
  99. data/examples/{v201104/placement_service/get_placements_by_statement.rb → v201203/third_party_slot_service/get_third_party_slot_by_statement.rb} +16 -16
  100. data/examples/{v201103/placement_service/get_placements_by_statement.rb → v201203/third_party_slot_service/update_third_party_slots.rb} +32 -23
  101. data/examples/{v201104 → v201203}/user_service/create_users.rb +1 -1
  102. data/examples/{v201104 → v201203}/user_service/deactivate_users.rb +1 -1
  103. data/examples/{v201103 → v201203}/user_service/get_all_roles.rb +1 -1
  104. data/examples/{v201104 → v201203}/user_service/get_all_users.rb +1 -1
  105. data/examples/{v201107 → v201203}/user_service/get_current_user.rb +1 -1
  106. data/examples/{v201103 → v201203}/user_service/get_user.rb +1 -1
  107. data/examples/{v201103 → v201203}/user_service/get_users_by_statement.rb +1 -1
  108. data/examples/{v201107 → v201203}/user_service/update_users.rb +1 -1
  109. data/lib/dfp_api/api_config.rb +14 -36
  110. data/lib/dfp_api/v201108/company_service.rb +18 -16
  111. data/lib/dfp_api/v201108/company_service_registry.rb +8 -6
  112. data/lib/dfp_api/v201108/creative_service.rb +10 -8
  113. data/lib/dfp_api/v201108/creative_service_registry.rb +8 -6
  114. data/lib/dfp_api/v201108/custom_targeting_service.rb +22 -20
  115. data/lib/dfp_api/v201108/custom_targeting_service_registry.rb +8 -6
  116. data/lib/dfp_api/v201108/forecast_service.rb +10 -8
  117. data/lib/dfp_api/v201108/forecast_service_registry.rb +8 -6
  118. data/lib/dfp_api/v201108/inventory_service.rb +22 -20
  119. data/lib/dfp_api/v201108/inventory_service_registry.rb +8 -6
  120. data/lib/dfp_api/v201108/label_service.rb +18 -16
  121. data/lib/dfp_api/v201108/label_service_registry.rb +8 -6
  122. data/lib/dfp_api/v201108/line_item_creative_association_service.rb +14 -12
  123. data/lib/dfp_api/v201108/line_item_creative_association_service_registry.rb +8 -6
  124. data/lib/dfp_api/v201108/line_item_service.rb +18 -16
  125. data/lib/dfp_api/v201108/line_item_service_registry.rb +8 -6
  126. data/lib/dfp_api/v201108/network_service.rb +6 -4
  127. data/lib/dfp_api/v201108/network_service_registry.rb +8 -6
  128. data/lib/dfp_api/v201108/order_service.rb +10 -8
  129. data/lib/dfp_api/v201108/order_service_registry.rb +8 -6
  130. data/lib/dfp_api/v201108/placement_service.rb +18 -16
  131. data/lib/dfp_api/v201108/placement_service_registry.rb +8 -6
  132. data/lib/dfp_api/v201108/publisher_query_language_service.rb +6 -4
  133. data/lib/dfp_api/v201108/publisher_query_language_service_registry.rb +8 -6
  134. data/lib/dfp_api/v201108/report_service.rb +6 -4
  135. data/lib/dfp_api/v201108/report_service_registry.rb +8 -6
  136. data/lib/dfp_api/v201108/third_party_slot_service.rb +6 -4
  137. data/lib/dfp_api/v201108/third_party_slot_service_registry.rb +8 -6
  138. data/lib/dfp_api/v201108/user_service.rb +18 -16
  139. data/lib/dfp_api/v201108/user_service_registry.rb +8 -6
  140. data/lib/dfp_api/v201111/company_service.rb +18 -16
  141. data/lib/dfp_api/v201111/company_service_registry.rb +8 -6
  142. data/lib/dfp_api/v201111/content_service.rb +6 -4
  143. data/lib/dfp_api/v201111/content_service_registry.rb +8 -6
  144. data/lib/dfp_api/v201111/creative_service.rb +10 -8
  145. data/lib/dfp_api/v201111/creative_service_registry.rb +8 -6
  146. data/lib/dfp_api/v201111/creative_template_service.rb +6 -4
  147. data/lib/dfp_api/v201111/creative_template_service_registry.rb +8 -6
  148. data/lib/dfp_api/v201111/custom_targeting_service.rb +22 -20
  149. data/lib/dfp_api/v201111/custom_targeting_service_registry.rb +8 -6
  150. data/lib/dfp_api/v201111/forecast_service.rb +10 -8
  151. data/lib/dfp_api/v201111/forecast_service_registry.rb +8 -6
  152. data/lib/dfp_api/v201111/inventory_service.rb +22 -20
  153. data/lib/dfp_api/v201111/inventory_service_registry.rb +8 -6
  154. data/lib/dfp_api/v201111/label_service.rb +18 -16
  155. data/lib/dfp_api/v201111/label_service_registry.rb +8 -6
  156. data/lib/dfp_api/v201111/line_item_creative_association_service.rb +18 -16
  157. data/lib/dfp_api/v201111/line_item_creative_association_service_registry.rb +8 -6
  158. data/lib/dfp_api/v201111/line_item_service.rb +18 -16
  159. data/lib/dfp_api/v201111/line_item_service_registry.rb +8 -6
  160. data/lib/dfp_api/v201111/network_service.rb +6 -4
  161. data/lib/dfp_api/v201111/network_service_registry.rb +8 -6
  162. data/lib/dfp_api/v201111/order_service.rb +10 -8
  163. data/lib/dfp_api/v201111/order_service_registry.rb +8 -6
  164. data/lib/dfp_api/v201111/placement_service.rb +18 -16
  165. data/lib/dfp_api/v201111/placement_service_registry.rb +8 -6
  166. data/lib/dfp_api/v201111/publisher_query_language_service.rb +6 -4
  167. data/lib/dfp_api/v201111/publisher_query_language_service_registry.rb +8 -6
  168. data/lib/dfp_api/v201111/report_service.rb +6 -4
  169. data/lib/dfp_api/v201111/report_service_registry.rb +8 -6
  170. data/lib/dfp_api/v201111/suggested_ad_unit_service.rb +6 -4
  171. data/lib/dfp_api/v201111/suggested_ad_unit_service_registry.rb +8 -6
  172. data/lib/dfp_api/v201111/third_party_slot_service.rb +6 -4
  173. data/lib/dfp_api/v201111/third_party_slot_service_registry.rb +8 -6
  174. data/lib/dfp_api/v201111/user_service.rb +18 -16
  175. data/lib/dfp_api/v201111/user_service_registry.rb +8 -6
  176. data/lib/dfp_api/v201201/company_service.rb +1 -1
  177. data/lib/dfp_api/v201201/company_service_registry.rb +2 -2
  178. data/lib/dfp_api/v201201/content_service.rb +1 -1
  179. data/lib/dfp_api/v201201/content_service_registry.rb +1 -1
  180. data/lib/dfp_api/v201201/creative_service.rb +1 -1
  181. data/lib/dfp_api/v201201/creative_service_registry.rb +1 -1
  182. data/lib/dfp_api/v201201/creative_template_service.rb +1 -1
  183. data/lib/dfp_api/v201201/creative_template_service_registry.rb +1 -1
  184. data/lib/dfp_api/v201201/custom_targeting_service.rb +1 -1
  185. data/lib/dfp_api/v201201/custom_targeting_service_registry.rb +1 -1
  186. data/lib/dfp_api/v201201/forecast_service.rb +1 -1
  187. data/lib/dfp_api/v201201/forecast_service_registry.rb +2 -2
  188. data/lib/dfp_api/v201201/inventory_service.rb +1 -1
  189. data/lib/dfp_api/v201201/inventory_service_registry.rb +1 -1
  190. data/lib/dfp_api/v201201/label_service.rb +1 -1
  191. data/lib/dfp_api/v201201/label_service_registry.rb +1 -1
  192. data/lib/dfp_api/v201201/line_item_creative_association_service.rb +1 -1
  193. data/lib/dfp_api/v201201/line_item_creative_association_service_registry.rb +1 -1
  194. data/lib/dfp_api/v201201/line_item_service.rb +1 -1
  195. data/lib/dfp_api/v201201/line_item_service_registry.rb +2 -2
  196. data/lib/dfp_api/v201201/network_service.rb +1 -1
  197. data/lib/dfp_api/v201201/network_service_registry.rb +1 -1
  198. data/lib/dfp_api/v201201/order_service.rb +1 -1
  199. data/lib/dfp_api/v201201/order_service_registry.rb +1 -1
  200. data/lib/dfp_api/v201201/placement_service.rb +1 -1
  201. data/lib/dfp_api/v201201/placement_service_registry.rb +1 -1
  202. data/lib/dfp_api/v201201/publisher_query_language_service.rb +1 -1
  203. data/lib/dfp_api/v201201/publisher_query_language_service_registry.rb +1 -1
  204. data/lib/dfp_api/v201201/report_service.rb +1 -1
  205. data/lib/dfp_api/v201201/report_service_registry.rb +1 -1
  206. data/lib/dfp_api/v201201/suggested_ad_unit_service.rb +1 -1
  207. data/lib/dfp_api/v201201/suggested_ad_unit_service_registry.rb +1 -1
  208. data/lib/dfp_api/v201201/team_service.rb +1 -1
  209. data/lib/dfp_api/v201201/team_service_registry.rb +1 -1
  210. data/lib/dfp_api/v201201/third_party_slot_service.rb +1 -1
  211. data/lib/dfp_api/v201201/third_party_slot_service_registry.rb +1 -1
  212. data/lib/dfp_api/v201201/user_service.rb +1 -1
  213. data/lib/dfp_api/v201201/user_service_registry.rb +1 -1
  214. data/lib/dfp_api/v201203/audience_segment_service.rb +34 -0
  215. data/lib/dfp_api/v201203/audience_segment_service_registry.rb +46 -0
  216. data/lib/dfp_api/{v201103 → v201203}/company_service.rb +23 -21
  217. data/lib/dfp_api/v201203/company_service_registry.rb +46 -0
  218. data/lib/dfp_api/v201203/content_service.rb +42 -0
  219. data/lib/dfp_api/v201203/content_service_registry.rb +46 -0
  220. data/lib/dfp_api/{v201103 → v201203}/creative_service.rb +15 -13
  221. data/lib/dfp_api/v201203/creative_service_registry.rb +46 -0
  222. data/lib/dfp_api/v201203/creative_template_service.rb +38 -0
  223. data/lib/dfp_api/v201203/creative_template_service_registry.rb +46 -0
  224. data/lib/dfp_api/{v201107 → v201203}/custom_targeting_service.rb +27 -25
  225. data/lib/dfp_api/v201203/custom_targeting_service_registry.rb +46 -0
  226. data/lib/dfp_api/{v201107 → v201203}/forecast_service.rb +15 -13
  227. data/lib/dfp_api/v201203/forecast_service_registry.rb +46 -0
  228. data/lib/dfp_api/{v201107 → v201203}/inventory_service.rb +29 -23
  229. data/lib/dfp_api/v201203/inventory_service_registry.rb +46 -0
  230. data/lib/dfp_api/{v201107 → v201203}/label_service.rb +23 -21
  231. data/lib/dfp_api/v201203/label_service_registry.rb +46 -0
  232. data/lib/dfp_api/{v201103 → v201203}/line_item_creative_association_service.rb +23 -17
  233. data/lib/dfp_api/v201203/line_item_creative_association_service_registry.rb +46 -0
  234. data/lib/dfp_api/{v201107 → v201203}/line_item_service.rb +23 -21
  235. data/lib/dfp_api/v201203/line_item_service_registry.rb +46 -0
  236. data/lib/dfp_api/{v201104 → v201203}/network_service.rb +15 -9
  237. data/lib/dfp_api/v201203/network_service_registry.rb +46 -0
  238. data/lib/dfp_api/{v201103 → v201203}/order_service.rb +15 -13
  239. data/lib/dfp_api/v201203/order_service_registry.rb +46 -0
  240. data/lib/dfp_api/{v201107 → v201203}/placement_service.rb +23 -21
  241. data/lib/dfp_api/v201203/placement_service_registry.rb +46 -0
  242. data/lib/dfp_api/{v201104 → v201203}/publisher_query_language_service.rb +11 -9
  243. data/lib/dfp_api/v201203/publisher_query_language_service_registry.rb +46 -0
  244. data/lib/dfp_api/{v201103 → v201203}/report_service.rb +11 -9
  245. data/lib/dfp_api/v201203/report_service_registry.rb +46 -0
  246. data/lib/dfp_api/v201203/suggested_ad_unit_service.rb +42 -0
  247. data/lib/dfp_api/v201203/suggested_ad_unit_service_registry.rb +46 -0
  248. data/lib/dfp_api/v201203/team_service.rb +54 -0
  249. data/lib/dfp_api/v201203/team_service_registry.rb +46 -0
  250. data/lib/dfp_api/v201203/third_party_slot_service.rb +46 -0
  251. data/lib/dfp_api/v201203/third_party_slot_service_registry.rb +46 -0
  252. data/lib/dfp_api/{v201107 → v201203}/user_service.rb +23 -21
  253. data/lib/dfp_api/v201203/user_service_registry.rb +46 -0
  254. data/lib/dfp_api/version.rb +1 -1
  255. data/test/bugs/test_issue_00000016.rb +3 -3
  256. data/test/dfp_api/test_config.yml +0 -2
  257. data/test/dfp_api/test_dfp_api.rb +0 -4
  258. metadata +484 -649
  259. data/examples/v201103/common/oauth_handling.rb +0 -127
  260. data/examples/v201103/company_service/create_companies.rb +0 -80
  261. data/examples/v201103/company_service/get_all_companies.rb +0 -91
  262. data/examples/v201103/company_service/get_companies_by_statement.rb +0 -87
  263. data/examples/v201103/company_service/update_companies.rb +0 -94
  264. data/examples/v201103/creative_service/copy_image_creatives.rb +0 -114
  265. data/examples/v201103/creative_service/get_creatives_by_statement.rb +0 -86
  266. data/examples/v201103/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -117
  267. data/examples/v201103/custom_targeting_service/delete_custom_targeting_values.rb +0 -124
  268. data/examples/v201103/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -91
  269. data/examples/v201103/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -97
  270. data/examples/v201103/custom_targeting_service/update_custom_targeting_keys.rb +0 -93
  271. data/examples/v201103/forecast_service/get_forecast.rb +0 -102
  272. data/examples/v201103/forecast_service/get_forecast_by_id.rb +0 -79
  273. data/examples/v201103/inventory_service/get_ad_units_by_statement.rb +0 -95
  274. data/examples/v201103/inventory_service/update_ad_units.rb +0 -93
  275. data/examples/v201103/line_item_creative_association_service/create_licas.rb +0 -93
  276. data/examples/v201103/line_item_creative_association_service/deactivate_licas.rb +0 -126
  277. data/examples/v201103/line_item_creative_association_service/get_all_licas.rb +0 -94
  278. data/examples/v201103/line_item_creative_association_service/get_lica.rb +0 -76
  279. data/examples/v201103/line_item_creative_association_service/get_licas_by_statement.rb +0 -90
  280. data/examples/v201103/line_item_creative_association_service/update_licas.rb +0 -91
  281. data/examples/v201103/line_item_service/create_line_items.rb +0 -163
  282. data/examples/v201103/line_item_service/get_all_line_items.rb +0 -93
  283. data/examples/v201103/line_item_service/get_line_item.rb +0 -73
  284. data/examples/v201103/line_item_service/target_custom_criteria.rb +0 -134
  285. data/examples/v201103/order_service/approve_orders.rb +0 -115
  286. data/examples/v201103/order_service/create_orders.rb +0 -91
  287. data/examples/v201103/order_service/update_orders.rb +0 -94
  288. data/examples/v201103/placement_service/deactivate_placements.rb +0 -117
  289. data/examples/v201103/placement_service/get_placement.rb +0 -73
  290. data/examples/v201103/publisher_query_language_service/get_all_cities.rb +0 -84
  291. data/examples/v201103/publisher_query_language_service/get_all_countries.rb +0 -84
  292. data/examples/v201103/publisher_query_language_service/get_all_metros.rb +0 -84
  293. data/examples/v201103/publisher_query_language_service/get_all_regions.rb +0 -84
  294. data/examples/v201103/report_service/download_report.rb +0 -80
  295. data/examples/v201103/report_service/run_delivery_report.rb +0 -88
  296. data/examples/v201103/report_service/run_inventory_report.rb +0 -89
  297. data/examples/v201103/report_service/run_sales_report.rb +0 -88
  298. data/examples/v201103/user_service/deactivate_users.rb +0 -98
  299. data/examples/v201104/common/error_handling.rb +0 -75
  300. data/examples/v201104/common/oauth_handling.rb +0 -127
  301. data/examples/v201104/company_service/create_companies.rb +0 -80
  302. data/examples/v201104/company_service/get_all_companies.rb +0 -91
  303. data/examples/v201104/company_service/update_companies.rb +0 -94
  304. data/examples/v201104/creative_service/copy_image_creatives.rb +0 -114
  305. data/examples/v201104/creative_service/create_creatives.rb +0 -105
  306. data/examples/v201104/creative_service/get_all_creatives.rb +0 -92
  307. data/examples/v201104/creative_service/get_creatives_by_statement.rb +0 -86
  308. data/examples/v201104/creative_service/update_creatives.rb +0 -95
  309. data/examples/v201104/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -117
  310. data/examples/v201104/custom_targeting_service/delete_custom_targeting_keys.rb +0 -120
  311. data/examples/v201104/custom_targeting_service/delete_custom_targeting_values.rb +0 -124
  312. data/examples/v201104/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -147
  313. data/examples/v201104/custom_targeting_service/update_custom_targeting_keys.rb +0 -93
  314. data/examples/v201104/custom_targeting_service/update_custom_targeting_values.rb +0 -105
  315. data/examples/v201104/forecast_service/get_forecast_by_id.rb +0 -79
  316. data/examples/v201104/inventory_service/deactivate_ad_units.rb +0 -118
  317. data/examples/v201104/line_item_creative_association_service/create_licas.rb +0 -93
  318. data/examples/v201104/line_item_creative_association_service/get_licas_by_statement.rb +0 -90
  319. data/examples/v201104/line_item_creative_association_service/update_licas.rb +0 -91
  320. data/examples/v201104/line_item_service/activate_line_items.rb +0 -130
  321. data/examples/v201104/line_item_service/create_line_items.rb +0 -155
  322. data/examples/v201104/line_item_service/get_all_line_items.rb +0 -93
  323. data/examples/v201104/line_item_service/get_line_item.rb +0 -73
  324. data/examples/v201104/line_item_service/get_line_items_by_statement.rb +0 -88
  325. data/examples/v201104/line_item_service/target_custom_criteria.rb +0 -128
  326. data/examples/v201104/line_item_service/update_line_items.rb +0 -108
  327. data/examples/v201104/network_service/get_all_networks.rb +0 -73
  328. data/examples/v201104/order_service/create_orders.rb +0 -91
  329. data/examples/v201104/order_service/get_order.rb +0 -73
  330. data/examples/v201104/order_service/get_orders_by_statement.rb +0 -89
  331. data/examples/v201104/order_service/update_orders.rb +0 -94
  332. data/examples/v201104/placement_service/create_placements.rb +0 -127
  333. data/examples/v201104/placement_service/deactivate_placements.rb +0 -117
  334. data/examples/v201104/placement_service/get_all_placements.rb +0 -92
  335. data/examples/v201104/placement_service/update_placements.rb +0 -96
  336. data/examples/v201104/publisher_query_language_service/get_all_countries.rb +0 -84
  337. data/examples/v201104/publisher_query_language_service/get_all_metros.rb +0 -84
  338. data/examples/v201104/publisher_query_language_service/get_all_regions.rb +0 -84
  339. data/examples/v201104/report_service/download_report.rb +0 -80
  340. data/examples/v201104/report_service/run_sales_report.rb +0 -88
  341. data/examples/v201104/user_service/get_all_roles.rb +0 -72
  342. data/examples/v201104/user_service/get_user.rb +0 -72
  343. data/examples/v201104/user_service/get_users_by_statement.rb +0 -78
  344. data/examples/v201107/common/error_handling.rb +0 -75
  345. data/examples/v201107/company_service/get_companies_by_statement.rb +0 -87
  346. data/examples/v201107/company_service/get_company.rb +0 -71
  347. data/examples/v201107/creative_service/get_all_creatives.rb +0 -92
  348. data/examples/v201107/creative_service/get_creative.rb +0 -71
  349. data/examples/v201107/creative_service/update_creatives.rb +0 -95
  350. data/examples/v201107/custom_targeting_service/delete_custom_targeting_keys.rb +0 -120
  351. data/examples/v201107/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -147
  352. data/examples/v201107/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -91
  353. data/examples/v201107/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -97
  354. data/examples/v201107/custom_targeting_service/update_custom_targeting_values.rb +0 -105
  355. data/examples/v201107/forecast_service/get_forecast.rb +0 -102
  356. data/examples/v201107/inventory_service/deactivate_ad_units.rb +0 -118
  357. data/examples/v201107/inventory_service/get_ad_unit.rb +0 -71
  358. data/examples/v201107/inventory_service/update_ad_units.rb +0 -93
  359. data/examples/v201107/line_item_creative_association_service/deactivate_licas.rb +0 -126
  360. data/examples/v201107/line_item_creative_association_service/get_all_licas.rb +0 -94
  361. data/examples/v201107/line_item_creative_association_service/get_lica.rb +0 -76
  362. data/examples/v201107/line_item_service/activate_line_items.rb +0 -130
  363. data/examples/v201107/line_item_service/update_line_items.rb +0 -108
  364. data/examples/v201107/network_service/get_all_networks.rb +0 -73
  365. data/examples/v201107/order_service/approve_orders.rb +0 -115
  366. data/examples/v201107/order_service/get_order.rb +0 -73
  367. data/examples/v201107/order_service/get_orders_by_statement.rb +0 -89
  368. data/examples/v201107/placement_service/create_placements.rb +0 -127
  369. data/examples/v201107/placement_service/get_all_placements.rb +0 -92
  370. data/examples/v201107/placement_service/get_placement.rb +0 -73
  371. data/examples/v201107/placement_service/update_placements.rb +0 -96
  372. data/examples/v201107/publisher_query_language_service/get_all_bandwidth_groups.rb +0 -84
  373. data/examples/v201107/publisher_query_language_service/get_all_browser_languages.rb +0 -84
  374. data/examples/v201107/publisher_query_language_service/get_all_browsers.rb +0 -84
  375. data/examples/v201107/publisher_query_language_service/get_all_cities.rb +0 -84
  376. data/examples/v201107/publisher_query_language_service/get_all_countries.rb +0 -84
  377. data/examples/v201107/publisher_query_language_service/get_all_metros.rb +0 -84
  378. data/examples/v201107/publisher_query_language_service/get_all_operating_systems.rb +0 -84
  379. data/examples/v201107/publisher_query_language_service/get_all_regions.rb +0 -84
  380. data/examples/v201107/report_service/run_inventory_report.rb +0 -89
  381. data/examples/v201107/user_service/create_users.rb +0 -88
  382. data/examples/v201107/user_service/deactivate_users.rb +0 -98
  383. data/examples/v201107/user_service/get_all_roles.rb +0 -72
  384. data/examples/v201107/user_service/get_user.rb +0 -72
  385. data/lib/dfp_api/v201103/company_service_registry.rb +0 -44
  386. data/lib/dfp_api/v201103/creative_service_registry.rb +0 -44
  387. data/lib/dfp_api/v201103/custom_targeting_service.rb +0 -60
  388. data/lib/dfp_api/v201103/custom_targeting_service_registry.rb +0 -44
  389. data/lib/dfp_api/v201103/forecast_service.rb +0 -36
  390. data/lib/dfp_api/v201103/forecast_service_registry.rb +0 -44
  391. data/lib/dfp_api/v201103/inventory_service.rb +0 -56
  392. data/lib/dfp_api/v201103/inventory_service_registry.rb +0 -44
  393. data/lib/dfp_api/v201103/line_item_creative_association_service_registry.rb +0 -44
  394. data/lib/dfp_api/v201103/line_item_service.rb +0 -56
  395. data/lib/dfp_api/v201103/line_item_service_registry.rb +0 -44
  396. data/lib/dfp_api/v201103/network_service.rb +0 -40
  397. data/lib/dfp_api/v201103/network_service_registry.rb +0 -44
  398. data/lib/dfp_api/v201103/order_service_registry.rb +0 -44
  399. data/lib/dfp_api/v201103/placement_service.rb +0 -56
  400. data/lib/dfp_api/v201103/placement_service_registry.rb +0 -44
  401. data/lib/dfp_api/v201103/publisher_query_language_service.rb +0 -32
  402. data/lib/dfp_api/v201103/publisher_query_language_service_registry.rb +0 -44
  403. data/lib/dfp_api/v201103/report_service_registry.rb +0 -44
  404. data/lib/dfp_api/v201103/user_service.rb +0 -60
  405. data/lib/dfp_api/v201103/user_service_registry.rb +0 -44
  406. data/lib/dfp_api/v201104/company_service.rb +0 -52
  407. data/lib/dfp_api/v201104/company_service_registry.rb +0 -44
  408. data/lib/dfp_api/v201104/creative_service.rb +0 -52
  409. data/lib/dfp_api/v201104/creative_service_registry.rb +0 -44
  410. data/lib/dfp_api/v201104/custom_targeting_service.rb +0 -60
  411. data/lib/dfp_api/v201104/custom_targeting_service_registry.rb +0 -44
  412. data/lib/dfp_api/v201104/forecast_service.rb +0 -36
  413. data/lib/dfp_api/v201104/forecast_service_registry.rb +0 -44
  414. data/lib/dfp_api/v201104/inventory_service.rb +0 -56
  415. data/lib/dfp_api/v201104/inventory_service_registry.rb +0 -44
  416. data/lib/dfp_api/v201104/line_item_creative_association_service.rb +0 -56
  417. data/lib/dfp_api/v201104/line_item_creative_association_service_registry.rb +0 -44
  418. data/lib/dfp_api/v201104/line_item_service.rb +0 -56
  419. data/lib/dfp_api/v201104/line_item_service_registry.rb +0 -44
  420. data/lib/dfp_api/v201104/network_service_registry.rb +0 -44
  421. data/lib/dfp_api/v201104/order_service.rb +0 -56
  422. data/lib/dfp_api/v201104/order_service_registry.rb +0 -44
  423. data/lib/dfp_api/v201104/placement_service.rb +0 -56
  424. data/lib/dfp_api/v201104/placement_service_registry.rb +0 -44
  425. data/lib/dfp_api/v201104/publisher_query_language_service_registry.rb +0 -44
  426. data/lib/dfp_api/v201104/report_service.rb +0 -40
  427. data/lib/dfp_api/v201104/report_service_registry.rb +0 -44
  428. data/lib/dfp_api/v201104/user_service.rb +0 -60
  429. data/lib/dfp_api/v201104/user_service_registry.rb +0 -44
  430. data/lib/dfp_api/v201107/company_service.rb +0 -52
  431. data/lib/dfp_api/v201107/company_service_registry.rb +0 -44
  432. data/lib/dfp_api/v201107/creative_service.rb +0 -52
  433. data/lib/dfp_api/v201107/creative_service_registry.rb +0 -44
  434. data/lib/dfp_api/v201107/custom_targeting_service_registry.rb +0 -44
  435. data/lib/dfp_api/v201107/forecast_service_registry.rb +0 -44
  436. data/lib/dfp_api/v201107/inventory_service_registry.rb +0 -44
  437. data/lib/dfp_api/v201107/label_service_registry.rb +0 -44
  438. data/lib/dfp_api/v201107/line_item_creative_association_service.rb +0 -56
  439. data/lib/dfp_api/v201107/line_item_creative_association_service_registry.rb +0 -44
  440. data/lib/dfp_api/v201107/line_item_service_registry.rb +0 -44
  441. data/lib/dfp_api/v201107/network_service.rb +0 -40
  442. data/lib/dfp_api/v201107/network_service_registry.rb +0 -44
  443. data/lib/dfp_api/v201107/order_service.rb +0 -56
  444. data/lib/dfp_api/v201107/order_service_registry.rb +0 -44
  445. data/lib/dfp_api/v201107/placement_service_registry.rb +0 -44
  446. data/lib/dfp_api/v201107/publisher_query_language_service.rb +0 -32
  447. data/lib/dfp_api/v201107/publisher_query_language_service_registry.rb +0 -44
  448. data/lib/dfp_api/v201107/report_service.rb +0 -40
  449. data/lib/dfp_api/v201107/report_service_registry.rb +0 -44
  450. data/lib/dfp_api/v201107/user_service_registry.rb +0 -44
@@ -17,16 +17,16 @@
17
17
  # See the License for the specific language governing permissions and
18
18
  # limitations under the License.
19
19
  #
20
- # This example gets a company by its ID. To determine which companies exist, run
21
- # get_all_companies.rb.
20
+ # This example creates a new third party slot. To determine which third party
21
+ # slots exist, run get_all_third_party_slots.rb.
22
22
  #
23
- # Tags: CompanyService.getCompany
23
+ # Tags: ThirdPartySlotService.createThirdPartySlot
24
24
 
25
25
  require 'dfp_api'
26
26
 
27
- API_VERSION = :v201103
27
+ API_VERSION = :v201203
28
28
 
29
- def get_company()
29
+ def create_third_party_slot()
30
30
  # Get DfpApi instance and load configuration from ~/dfp_api.yml.
31
31
  dfp = DfpApi::Api.new
32
32
 
@@ -34,24 +34,43 @@ def get_company()
34
34
  # the configuration file or provide your own logger:
35
35
  # dfp.logger = Logger.new('dfp_xml.log')
36
36
 
37
- # Get the CompanyService.
38
- company_service = dfp.service(:CompanyService, API_VERSION)
37
+ # Get the ThirdPartySlotService.
38
+ third_party_slot_service = dfp.service(:ThirdPartySlotService, API_VERSION)
39
39
 
40
- # Set the ID of the company to get.
40
+ # Set the company ID to associate with this third party slot.
41
41
  company_id = 'INSERT_COMPANY_ID_HERE'.to_i
42
42
 
43
- # Get the company.
44
- company = company_service.get_company(company_id)
43
+ # Set the external unique ID and name to associate with this third party slot.
44
+ external_unique_id = 'INSERT_EXTERNAL_UNIQUE_ID_HERE'.to_i
45
+ external_unique_name = 'INSERT_EXTERNAL_UNIQUE_NAME_HERE'.to_s
45
46
 
46
- if company
47
- puts "Company with ID: %d, name: %s and type: %s was found." %
48
- [company[:id], company[:name], company[:type]]
47
+ # Set the creative IDs to associate with this third party slot.
48
+ creative_ids = ['INSERT_CREATIVE_ID_HERE'.to_i]
49
+
50
+ # Create the ThirdPartySlot object.
51
+ third_party_slot = {
52
+ :company_id => company_id,
53
+ :description => 'Third party slot description.',
54
+ :external_unique_id => external_unique_id,
55
+ :external_unique_name => external_unique_name,
56
+ :creative_ids => creative_ids
57
+ }
58
+
59
+ # Create the third party slot.
60
+ return_slot =
61
+ third_party_slot_service.create_third_party_slot(third_party_slot)
62
+
63
+ if return_slot
64
+ puts "Third party slot with ID: %d and name: '%s' was created." %
65
+ [return_slot[:id], return_slot[:name]]
66
+ else
67
+ raise 'No third party slots were created.'
49
68
  end
50
69
  end
51
70
 
52
71
  if __FILE__ == $0
53
72
  begin
54
- get_company()
73
+ create_third_party_slot()
55
74
 
56
75
  # HTTP errors.
57
76
  rescue AdsCommon::Errors::HttpError => e
@@ -17,16 +17,17 @@
17
17
  # See the License for the specific language governing permissions and
18
18
  # limitations under the License.
19
19
  #
20
- # This example gets all orders. To create orders, run create_orders.rb.
20
+ # This example gets all third party slots. To create third party slots, run
21
+ # create_third_party_slot.rb.
21
22
  #
22
- # Tags: OrderService.getOrdersByStatement
23
+ # Tags: ThirdPartySlotService.getThirdPartySlotsByStatement
23
24
 
24
25
  require 'dfp_api'
25
26
 
26
- API_VERSION = :v201103
27
+ API_VERSION = :v201203
27
28
  PAGE_SIZE = 500
28
29
 
29
- def get_all_orders()
30
+ def get_all_third_party_slots()
30
31
  # Get DfpApi instance and load configuration from ~/dfp_api.yml.
31
32
  dfp = DfpApi::Api.new
32
33
 
@@ -34,8 +35,8 @@ def get_all_orders()
34
35
  # the configuration file or provide your own logger:
35
36
  # dfp.logger = Logger.new('dfp_xml.log')
36
37
 
37
- # Get the OrderService.
38
- order_service = dfp.service(:OrderService, API_VERSION)
38
+ # Get the ThirdPartySlotService.
39
+ third_party_slot_service = dfp.service(:ThirdPartySlotService, API_VERSION)
39
40
 
40
41
  # Define initial values.
41
42
  offset = 0
@@ -45,8 +46,8 @@ def get_all_orders()
45
46
  # Create statement for one page with current offset.
46
47
  statement = {:query => "LIMIT %d OFFSET %d" % [PAGE_SIZE, offset]}
47
48
 
48
- # Get orders by statement.
49
- page = order_service.get_orders_by_statement(statement)
49
+ # Get third party slots by statement.
50
+ page = third_party_slot_service.get_third_party_slots_by_statement(statement)
50
51
 
51
52
  if page[:results]
52
53
  # Increase query offset by page size.
@@ -55,24 +56,23 @@ def get_all_orders()
55
56
  # Get the start index for printout.
56
57
  start_index = page[:start_index]
57
58
 
58
- # Print details about each order in results page.
59
- page[:results].each_with_index do |order, index|
60
- puts "%d) Order ID: %d, name: %s, advertiser ID: %d" %
61
- [index + start_index, order[:id], order[:name],
62
- order[:advertiser_id]]
59
+ # Print details about each third party slot in results page.
60
+ page[:results].each_with_index do |slot, index|
61
+ puts "%d) Third party slot ID: %d, name: '%s'" %
62
+ [index + start_index, slot[:id], slot[:name]]
63
63
  end
64
64
  end
65
65
  end while offset < page[:total_result_set_size]
66
66
 
67
67
  # Print a footer
68
68
  if page.include?(:total_result_set_size)
69
- puts "Total number of orders: %d" % page[:total_result_set_size]
69
+ puts "Total number of third party slots: %d" % page[:total_result_set_size]
70
70
  end
71
71
  end
72
72
 
73
73
  if __FILE__ == $0
74
74
  begin
75
- get_all_orders()
75
+ get_all_third_party_slots()
76
76
 
77
77
  # HTTP errors.
78
78
  rescue AdsCommon::Errors::HttpError => e
@@ -17,17 +17,17 @@
17
17
  # See the License for the specific language governing permissions and
18
18
  # limitations under the License.
19
19
  #
20
- # This example gets all active placements. The statement retrieves up to the
21
- # maximum page size limit of 500. To create a placement, run
22
- # create_placements.rb.
20
+ # This example gets archived third party slots. The statement retrieves up to
21
+ # the maximum page size limit of 500. To create third party slots, run
22
+ # create_third_party_slot.rb.
23
23
  #
24
- # Tags: PlacementService.getPlacementsByStatement
24
+ # Tags: ThirdPartySlotService.getThirdPartySlotsByStatement
25
25
 
26
26
  require 'dfp_api'
27
27
 
28
- API_VERSION = :v201104
28
+ API_VERSION = :v201203
29
29
 
30
- def get_placements_by_statement()
30
+ def get_third_party_slot_by_statement()
31
31
  # Get DfpApi instance and load configuration from ~/dfp_api.yml.
32
32
  dfp = DfpApi::Api.new
33
33
 
@@ -35,25 +35,25 @@ def get_placements_by_statement()
35
35
  # the configuration file or provide your own logger:
36
36
  # dfp.logger = Logger.new('dfp_xml.log')
37
37
 
38
- # Get the PlacementService.
39
- placement_service = dfp.service(:PlacementService, API_VERSION)
38
+ # Get the ThirdPartySlotService.
39
+ third_party_slot_service = dfp.service(:ThirdPartySlotService, API_VERSION)
40
40
 
41
- # Create a statement to only select active placements.
41
+ # Create a statement to get all slots with status 'ARCHIVED'.
42
42
  statement = {
43
43
  :query => 'WHERE status = :status LIMIT 500',
44
44
  :values => [
45
45
  {:key => 'status',
46
- :value => {:value => 'ACTIVE', :xsi_type => 'TextValue'}}
46
+ :value => {:value => 'ARCHIVED', :xsi_type => 'TextValue'}}
47
47
  ]
48
48
  }
49
49
 
50
- # Get placements by statement.
51
- page = placement_service.get_placements_by_statement(statement)
50
+ # Get third party slots by statement.
51
+ page = third_party_slot_service.get_third_party_slots_by_statement(statement)
52
52
 
53
53
  if page and page[:results]
54
- page[:results].each_with_index do |placement, index|
55
- puts "%d) Placement ID: %d, name: %s, status: %s." % [index,
56
- placement[:id], placement[:name], placement[:status]]
54
+ page[:results].each_with_index do |slot, index|
55
+ puts "%d) Third party slot ID: %d, name: '%s'" %
56
+ [index, slot[:id], slot[:name]]
57
57
  end
58
58
  end
59
59
 
@@ -65,7 +65,7 @@ end
65
65
 
66
66
  if __FILE__ == $0
67
67
  begin
68
- get_placements_by_statement()
68
+ get_third_party_slot_by_statement()
69
69
 
70
70
  # HTTP errors.
71
71
  rescue AdsCommon::Errors::HttpError => e
@@ -17,17 +17,17 @@
17
17
  # See the License for the specific language governing permissions and
18
18
  # limitations under the License.
19
19
  #
20
- # This example gets all active placements. The statement retrieves up to the
21
- # maximum page size limit of 500. To create a placement, run
22
- # create_placements.rb.
20
+ # This example updates the first third party slot description.
23
21
  #
24
- # Tags: PlacementService.getPlacementsByStatement
22
+ # Tags: ThirdPartySlotService.getThirdPartySlotsByStatement,
23
+ # ThirdPartySlotService.updateThirdPartySlots
25
24
 
26
25
  require 'dfp_api'
27
26
 
28
- API_VERSION = :v201103
27
+ API_VERSION = :v201203
28
+ PAGE_SIZE = 500
29
29
 
30
- def get_placements_by_statement()
30
+ def update_third_party_slots()
31
31
  # Get DfpApi instance and load configuration from ~/dfp_api.yml.
32
32
  dfp = DfpApi::Api.new
33
33
 
@@ -35,37 +35,46 @@ def get_placements_by_statement()
35
35
  # the configuration file or provide your own logger:
36
36
  # dfp.logger = Logger.new('dfp_xml.log')
37
37
 
38
- # Get the PlacementService.
39
- placement_service = dfp.service(:PlacementService, API_VERSION)
38
+ # Get the ThirdPartySlotService.
39
+ third_party_slot_service = dfp.service(:ThirdPartySlotService, API_VERSION)
40
40
 
41
- # Create a statement to only select active placements.
41
+ # Create statement to get one active third party slot.
42
42
  statement = {
43
- :query => 'WHERE status = :status LIMIT 500',
43
+ :query => 'WHERE status = :status LIMIT 1',
44
44
  :values => [
45
45
  {:key => 'status',
46
- :value => {:value => 'ACTIVE', :xsi_type => 'TextValue'}}
46
+ :value => {:value => 'ACTIVE', :xsi_type => 'TextValue'}},
47
47
  ]
48
48
  }
49
49
 
50
- # Get placements by statement.
51
- page = placement_service.get_placements_by_statement(statement)
50
+ # Get third party slots by statement.
51
+ page = third_party_slot_service.get_third_party_slots_by_statement(statement)
52
52
 
53
- if page and page[:results]
54
- page[:results].each_with_index do |placement, index|
55
- puts "%d) Placement ID: %d, name: %s, status: %s." % [index,
56
- placement[:id], placement[:name], placement[:status]]
57
- end
58
- end
53
+ if page[:results] and !page[:results].empty?
54
+ slot = page[:results].first
55
+
56
+ # Update local third party slot by changing its description.
57
+ slot[:description] = 'Updated description'
59
58
 
60
- # Print a footer.
61
- if page.include?(:total_result_set_size)
62
- puts "Number of results found: %d" % page[:total_result_set_size]
59
+ # Update the third party slot on the server.
60
+ return_slot = third_party_slot_service.update_third_party_slot(slot)
61
+
62
+ # Display results.
63
+ if return_slot
64
+ puts ("Third party slot with ID %d and name '%s' was updated with " +
65
+ "description '%s'.") %
66
+ [return_slot[:id], return_slot[:name], return_slot[:description]]
67
+ else
68
+ puts 'No third party slots were updated.'
69
+ end
70
+ else
71
+ puts 'No third party slots found to update.'
63
72
  end
64
73
  end
65
74
 
66
75
  if __FILE__ == $0
67
76
  begin
68
- get_placements_by_statement()
77
+ update_third_party_slots()
69
78
 
70
79
  # HTTP errors.
71
80
  rescue AdsCommon::Errors::HttpError => e
@@ -24,7 +24,7 @@
24
24
 
25
25
  require 'dfp_api'
26
26
 
27
- API_VERSION = :v201104
27
+ API_VERSION = :v201203
28
28
 
29
29
  def create_users()
30
30
  # Get DfpApi instance and load configuration from ~/dfp_api.yml.
@@ -26,7 +26,7 @@
26
26
 
27
27
  require 'dfp_api'
28
28
 
29
- API_VERSION = :v201104
29
+ API_VERSION = :v201203
30
30
  PAGE_SIZE = 500
31
31
 
32
32
  def deactivate_users()
@@ -24,7 +24,7 @@
24
24
 
25
25
  require 'dfp_api'
26
26
 
27
- API_VERSION = :v201103
27
+ API_VERSION = :v201203
28
28
 
29
29
  def get_all_roles()
30
30
  # Get DfpApi instance and load configuration from ~/dfp_api.yml.
@@ -24,7 +24,7 @@
24
24
 
25
25
  require 'dfp_api'
26
26
 
27
- API_VERSION = :v201104
27
+ API_VERSION = :v201203
28
28
  PAGE_SIZE = 500
29
29
 
30
30
  def get_all_users()
@@ -23,7 +23,7 @@
23
23
 
24
24
  require 'dfp_api'
25
25
 
26
- API_VERSION = :v201107
26
+ API_VERSION = :v201203
27
27
 
28
28
  def get_current_user()
29
29
  # Get DfpApi instance and load configuration from ~/dfp_api.yml.
@@ -23,7 +23,7 @@
23
23
 
24
24
  require 'dfp_api'
25
25
 
26
- API_VERSION = :v201103
26
+ API_VERSION = :v201203
27
27
 
28
28
  def get_user()
29
29
  # Get DfpApi instance and load configuration from ~/dfp_api.yml.
@@ -24,7 +24,7 @@
24
24
 
25
25
  require 'dfp_api'
26
26
 
27
- API_VERSION = :v201103
27
+ API_VERSION = :v201203
28
28
 
29
29
  def get_users_by_statement()
30
30
  # Get DfpApi instance and load configuration from ~/dfp_api.yml.
@@ -25,7 +25,7 @@
25
25
 
26
26
  require 'dfp_api'
27
27
 
28
- API_VERSION = :v201107
28
+ API_VERSION = :v201203
29
29
 
30
30
  def update_users()
31
31
  # Get DfpApi instance and load configuration from ~/dfp_api.yml.
@@ -20,8 +20,6 @@
20
20
  # Helper methods for loading and managing the available services in the DFP
21
21
  # API.
22
22
 
23
- require 'savon'
24
-
25
23
  require 'ads_common/api_config'
26
24
 
27
25
  require 'dfp_api/version'
@@ -36,9 +34,9 @@ module DfpApi
36
34
  end
37
35
 
38
36
  # Set defaults
39
- DEFAULT_VERSION = :v201201
37
+ DEFAULT_VERSION = :v201203
40
38
  DEFAULT_ENVIRONMENT = :PRODUCTION
41
- LATEST_VERSION = :v201201
39
+ LATEST_VERSION = :v201203
42
40
 
43
41
  # Set other constants
44
42
  API_NAME = 'DfpApi'
@@ -46,22 +44,6 @@ module DfpApi
46
44
 
47
45
  # Configure the services available to each version
48
46
  @@service_config = {
49
- :v201103 => [:CompanyService, :CreativeService, :ForecastService,
50
- :InventoryService, :LineItemCreativeAssociationService,
51
- :LineItemService, :NetworkService, :OrderService,
52
- :PlacementService, :ReportService, :UserService,
53
- :CustomTargetingService, :PublisherQueryLanguageService],
54
- :v201104 => [:CompanyService, :CreativeService, :ForecastService,
55
- :InventoryService, :LineItemCreativeAssociationService,
56
- :LineItemService, :NetworkService, :OrderService,
57
- :PlacementService, :ReportService, :UserService,
58
- :CustomTargetingService, :PublisherQueryLanguageService],
59
- :v201107 => [:CompanyService, :CreativeService, :ForecastService,
60
- :InventoryService, :LineItemCreativeAssociationService,
61
- :LineItemService, :NetworkService, :OrderService,
62
- :PlacementService, :ReportService, :UserService,
63
- :CustomTargetingService, :PublisherQueryLanguageService,
64
- :LabelService],
65
47
  :v201108 => [:CompanyService, :CreativeService, :ForecastService,
66
48
  :InventoryService, :LineItemCreativeAssociationService,
67
49
  :LineItemService, :NetworkService, :OrderService,
@@ -82,35 +64,31 @@ module DfpApi
82
64
  :CustomTargetingService, :PublisherQueryLanguageService,
83
65
  :LabelService, :ThirdPartySlotService, :ContentService,
84
66
  :SuggestedAdUnitService, :CreativeTemplateService,
85
- :TeamService]
67
+ :TeamService],
68
+ :v201203 => [:CompanyService, :CreativeService, :ForecastService,
69
+ :InventoryService, :LineItemCreativeAssociationService,
70
+ :LineItemService, :NetworkService, :OrderService,
71
+ :PlacementService, :ReportService, :UserService,
72
+ :CustomTargetingService, :PublisherQueryLanguageService,
73
+ :LabelService, :ThirdPartySlotService, :ContentService,
74
+ :SuggestedAdUnitService, :CreativeTemplateService,
75
+ :TeamService, :AudienceSegmentService]
86
76
  }
87
77
 
88
78
  # Configure the different environments, with the base URL for each one
89
79
  @@environment_config = {
90
80
  :PRODUCTION => {
91
81
  :oauth_scope => 'https://www.google.com/apis/ads/publisher/',
92
- :v201103 => 'https://www.google.com/apis/ads/publisher/',
93
- :v201104 => 'https://www.google.com/apis/ads/publisher/',
94
- :v201107 => 'https://www.google.com/apis/ads/publisher/',
95
82
  :v201108 => 'https://www.google.com/apis/ads/publisher/',
96
83
  :v201111 => 'https://www.google.com/apis/ads/publisher/',
97
- :v201201 => 'https://www.google.com/apis/ads/publisher/'
98
- },
99
- :SANDBOX => {
100
- :oauth_scope => 'https://sandbox.google.com/apis/ads/publisher/',
101
- :v201103 => 'https://sandbox.google.com/apis/ads/publisher/',
102
- :v201104 => 'https://sandbox.google.com/apis/ads/publisher/',
103
- :v201107 => 'https://sandbox.google.com/apis/ads/publisher/',
104
- :v201108 => 'https://sandbox.google.com/apis/ads/publisher/',
105
- :v201111 => 'https://sandbox.google.com/apis/ads/publisher/',
106
- :v201201 => 'https://sandbox.google.com/apis/ads/publisher/'
84
+ :v201201 => 'https://www.google.com/apis/ads/publisher/',
85
+ :v201203 => 'https://www.google.com/apis/ads/publisher/'
107
86
  }
108
87
  }
109
88
 
110
89
  # Configure the auth servers to use for each environment
111
90
  @@auth_server_config = {
112
- :PRODUCTION => 'https://www.google.com',
113
- :SANDBOX => 'https://www.google.com'
91
+ :PRODUCTION => 'https://www.google.com'
114
92
  }
115
93
 
116
94
  @@headers_config = {