google-dfp-api 0.4.0 → 0.5.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.
- data/ChangeLog +4 -0
- data/examples/{v201201/third_party_slot_service/get_all_third_party_slots.rb → v201211/audience_segment_service/get_all_audience_segments.rb} +18 -17
- data/examples/{v201108 → v201211}/common/error_handling.rb +3 -2
- data/examples/{v201201/common/oauth_handling.rb → v201211/common/oauth2_handling.rb} +10 -9
- data/examples/{v201111 → v201211}/common/oauth_handling.rb +8 -4
- data/examples/{v201111 → v201211}/company_service/create_companies.rb +4 -3
- data/examples/{v201201 → v201211}/company_service/get_all_companies.rb +4 -3
- data/examples/{v201111 → v201211}/company_service/get_companies_by_statement.rb +3 -2
- data/examples/{v201111 → v201211}/company_service/get_company.rb +3 -2
- data/examples/{v201201 → v201211}/company_service/update_companies.rb +3 -2
- data/examples/{v201111 → v201211}/content_service/get_all_content.rb +3 -2
- data/examples/{v201111 → v201211}/content_service/get_content_by_category.rb +6 -5
- data/examples/{v201201 → v201211}/creative_service/copy_image_creatives.rb +3 -2
- data/examples/{v201111 → v201211}/creative_service/create_creative_from_template.rb +3 -2
- data/examples/{v201201 → v201211}/creative_service/create_creatives.rb +3 -2
- data/examples/{v201201 → v201211}/creative_service/create_custom_creative.rb +3 -2
- data/examples/{v201108 → v201211}/creative_service/get_all_creatives.rb +4 -3
- data/examples/{v201111 → v201211}/creative_service/get_creative.rb +4 -3
- data/examples/{v201201 → v201211}/creative_service/get_creatives_by_statement.rb +4 -3
- data/examples/{v201108 → v201211}/creative_service/update_creatives.rb +3 -2
- data/examples/{v201201/line_item_creative_association_service/get_lica.rb → v201211/creative_set_service/associate_creative_set_to_line_item.rb} +24 -23
- data/examples/v201211/creative_set_service/create_creative_set.rb +83 -0
- data/examples/v201211/creative_set_service/get_all_creative_sets.rb +94 -0
- data/examples/{v201108/line_item_service/get_line_items_by_statement.rb → v201211/creative_set_service/get_creative_sets_by_statement.rb} +25 -23
- data/examples/{v201111/user_service/update_users.rb → v201211/creative_set_service/update_creative_sets.rb} +27 -30
- data/examples/{v201111 → v201211}/creative_template_service/get_all_creative_templates.rb +3 -2
- data/examples/{v201111 → v201211}/creative_template_service/get_creative_template.rb +3 -2
- data/examples/{v201111 → v201211}/creative_template_service/get_creative_templates_by_statement.rb +3 -2
- data/examples/v201211/creative_wrapper_service/create_creative_wrappers.rb +89 -0
- data/examples/{v201108/user_service/deactivate_users.rb → v201211/creative_wrapper_service/deactivate_creative_wrapper.rb} +33 -29
- data/examples/{v201108/line_item_creative_association_service/get_all_licas.rb → v201211/creative_wrapper_service/get_all_creative_wrappers.rb} +18 -18
- data/examples/{v201201/third_party_slot_service/get_third_party_slot_by_statement.rb → v201211/creative_wrapper_service/get_creative_wrappers_by_statement.rb} +23 -20
- data/examples/v201211/creative_wrapper_service/update_creative_wrappers.rb +86 -0
- data/examples/v201211/custom_field_service/create_custom_field_options.rb +87 -0
- data/examples/{v201108/company_service/get_company.rb → v201211/custom_field_service/create_custom_fields.rb} +32 -17
- data/examples/{v201201/label_service/deactivate_labels.rb → v201211/custom_field_service/deactivate_all_line_item_custom_fields.rb} +32 -37
- data/examples/{v201108/line_item_service/get_all_line_items.rb → v201211/custom_field_service/get_all_custom_fields.rb} +27 -18
- data/examples/{v201108/company_service/get_companies_by_statement.rb → v201211/custom_field_service/get_all_line_item_custom_fields.rb} +22 -23
- data/examples/v201211/custom_field_service/set_line_item_custom_field_value.rb +135 -0
- data/examples/{v201201/team_service/get_teams_by_statement.rb → v201211/custom_field_service/update_custom_fields.rb} +24 -27
- data/examples/{v201201 → v201211}/custom_targeting_service/create_custom_targeting_keys_and_values.rb +5 -4
- data/examples/{v201108 → v201211}/custom_targeting_service/delete_custom_targeting_keys.rb +5 -4
- data/examples/{v201201 → v201211}/custom_targeting_service/delete_custom_targeting_values.rb +5 -4
- data/examples/{v201108 → v201211}/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +5 -4
- data/examples/{v201111 → v201211}/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +3 -2
- data/examples/{v201111 → v201211}/custom_targeting_service/get_custom_targeting_values_by_statement.rb +3 -2
- data/examples/{v201201 → v201211}/custom_targeting_service/update_custom_targeting_keys.rb +5 -4
- data/examples/{v201201 → v201211}/custom_targeting_service/update_custom_targeting_values.rb +5 -4
- data/examples/{v201111 → v201211}/forecast_service/get_forecast.rb +3 -2
- data/examples/{v201111 → v201211}/forecast_service/get_forecast_by_id.rb +3 -2
- data/examples/{v201201 → v201211}/inventory_service/create_ad_units.rb +3 -2
- data/examples/{v201111 → v201211}/inventory_service/create_mobile_ad_unit.rb +5 -3
- data/examples/{v201201 → v201211}/inventory_service/create_video_ad_unit.rb +3 -2
- data/examples/{v201111 → v201211}/inventory_service/deactivate_ad_units.rb +6 -5
- data/examples/{v201108 → v201211}/inventory_service/get_ad_unit.rb +3 -2
- data/examples/{v201201 → v201211}/inventory_service/get_ad_unit_sizes.rb +21 -8
- data/examples/{v201108 → v201211}/inventory_service/get_ad_units_by_statement.rb +3 -2
- data/examples/{v201201 → v201211}/inventory_service/get_all_ad_units.rb +3 -2
- data/examples/{v201111 → v201211}/inventory_service/update_ad_units.rb +3 -2
- data/examples/{v201111 → v201211}/label_service/create_labels.rb +6 -5
- data/examples/{v201108 → v201211}/label_service/deactivate_labels.rb +3 -2
- data/examples/{v201201 → v201211}/label_service/get_all_labels.rb +6 -4
- data/examples/{v201201 → v201211}/label_service/get_label.rb +5 -4
- data/examples/{v201201 → v201211}/label_service/get_labels_by_statement.rb +9 -18
- data/examples/{v201108 → v201211}/label_service/update_labels.rb +12 -13
- data/examples/{v201201 → v201211}/line_item_creative_association_service/create_licas.rb +3 -2
- data/examples/{v201108 → v201211}/line_item_creative_association_service/deactivate_licas.rb +5 -4
- data/examples/{v201201 → v201211}/line_item_creative_association_service/get_all_licas.rb +13 -9
- data/examples/{v201111 → v201211}/line_item_creative_association_service/get_lica.rb +3 -2
- data/examples/{v201201 → v201211}/line_item_creative_association_service/get_licas_by_statement.rb +3 -2
- data/examples/{v201201 → v201211}/line_item_creative_association_service/update_licas.rb +5 -5
- data/examples/{v201111 → v201211}/line_item_service/activate_line_items.rb +5 -4
- data/examples/{v201201 → v201211}/line_item_service/create_line_items.rb +3 -2
- data/examples/{v201201 → v201211}/line_item_service/create_mobile_line_item.rb +3 -2
- data/examples/{v201111 → v201211}/line_item_service/create_video_line_item.rb +3 -2
- data/examples/{v201201 → v201211}/line_item_service/get_all_line_items.rb +3 -2
- data/examples/{v201201 → v201211}/line_item_service/get_line_item.rb +3 -2
- data/examples/{v201201 → v201211}/line_item_service/get_line_items_by_statement.rb +3 -2
- data/examples/{v201201 → v201211}/line_item_service/get_recently_updated_line_items.rb +2 -1
- data/examples/{v201108 → v201211}/line_item_service/target_custom_criteria.rb +3 -2
- data/examples/{v201201 → v201211}/line_item_service/update_line_items.rb +4 -3
- data/examples/{v201108 → v201211}/network_service/get_all_networks.rb +3 -2
- data/examples/{v201108 → v201211}/network_service/get_current_network.rb +3 -2
- data/examples/{v201201/network_service/get_current_network.rb → v201211/network_service/make_test_network.rb} +24 -10
- data/examples/{v201201 → v201211}/order_service/approve_orders.rb +3 -2
- data/examples/{v201108 → v201211}/order_service/create_orders.rb +3 -2
- data/examples/{v201108 → v201211}/order_service/get_all_orders.rb +3 -2
- data/examples/{v201201 → v201211}/order_service/get_order.rb +3 -2
- data/examples/{v201201 → v201211}/order_service/get_orders_by_statement.rb +3 -2
- data/examples/{v201201 → v201211}/order_service/update_orders.rb +3 -2
- data/examples/{v201201 → v201211}/placement_service/create_placements.rb +12 -9
- data/examples/{v201201 → v201211}/placement_service/deactivate_placements.rb +5 -4
- data/examples/{v201108 → v201211}/placement_service/get_all_placements.rb +3 -2
- data/examples/{v201108 → v201211}/placement_service/get_placement.rb +3 -2
- data/examples/{v201108 → v201211}/placement_service/get_placements_by_statement.rb +3 -2
- data/examples/{v201201 → v201211}/placement_service/update_placements.rb +5 -4
- data/examples/{v201201 → v201211}/publisher_query_language_service/get_all_cities.rb +4 -3
- data/examples/{v201201 → v201211}/report_service/download_report.rb +4 -3
- data/examples/{v201201 → v201211}/report_service/run_delivery_report.rb +4 -3
- data/examples/{v201201 → v201211}/report_service/run_inventory_report.rb +12 -7
- data/examples/{v201111 → v201211}/report_service/run_merged_delivery_report.rb +4 -3
- data/examples/{v201108/report_service/run_delivery_report.rb → v201211/report_service/run_report_with_custom_fields.rb} +57 -10
- data/examples/{v201111 → v201211}/report_service/run_sales_report.rb +8 -4
- data/examples/{v201201 → v201211}/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +5 -4
- data/examples/{v201201 → v201211}/suggested_ad_unit_service/get_all_suggested_ad_units.rb +3 -2
- data/examples/{v201111 → v201211}/suggested_ad_unit_service/get_suggested_ad_unit.rb +3 -2
- data/examples/{v201201 → v201211}/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +3 -2
- data/examples/{v201201 → v201211}/team_service/create_teams.rb +10 -13
- data/examples/{v201201 → v201211}/team_service/get_all_teams.rb +2 -1
- data/examples/{v201201 → v201211}/team_service/get_team.rb +2 -1
- data/examples/{v201111/user_service/get_users_by_statement.rb → v201211/team_service/get_teams_by_statement.rb} +17 -17
- data/examples/{v201201 → v201211}/team_service/update_teams.rb +17 -25
- data/examples/{v201111 → v201211}/third_party_slot_service/archive_third_party_slots.rb +5 -4
- data/examples/{v201111 → v201211}/third_party_slot_service/create_third_party_slot.rb +3 -2
- data/examples/{v201111 → v201211}/third_party_slot_service/get_all_third_party_slots.rb +3 -2
- data/examples/{v201111 → v201211}/third_party_slot_service/get_third_party_slot_by_statement.rb +3 -2
- data/examples/{v201111 → v201211}/third_party_slot_service/update_third_party_slots.rb +5 -4
- data/examples/{v201201 → v201211}/user_service/create_users.rb +3 -2
- data/examples/{v201201 → v201211}/user_service/deactivate_users.rb +4 -5
- data/examples/{v201108 → v201211}/user_service/get_all_roles.rb +3 -2
- data/examples/{v201201 → v201211}/user_service/get_all_users.rb +3 -2
- data/examples/{v201111 → v201211}/user_service/get_current_user.rb +3 -2
- data/examples/{v201201 → v201211}/user_service/get_user.rb +3 -2
- data/examples/{v201201 → v201211}/user_service/get_users_by_statement.rb +3 -2
- data/examples/{v201201 → v201211}/user_service/update_users.rb +3 -2
- data/examples/v201211/user_team_association_service/create_user_team_associations.rb +86 -0
- data/examples/v201211/user_team_association_service/delete_user_team_associations.rb +111 -0
- data/examples/{v201108/label_service/get_all_labels.rb → v201211/user_team_association_service/get_all_user_team_associations.rb} +19 -18
- data/examples/{v201108/user_service/get_user.rb → v201211/user_team_association_service/get_user_team_association.rb} +20 -16
- data/examples/{v201111/label_service/get_labels_by_statement.rb → v201211/user_team_association_service/get_user_team_associations_by_statement.rb} +29 -25
- data/examples/v201211/user_team_association_service/update_user_team_associations.rb +102 -0
- data/lib/dfp_api/api_config.rb +15 -28
- data/lib/dfp_api/v201203/audience_segment_service.rb +1 -1
- data/lib/dfp_api/v201203/audience_segment_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/company_service.rb +1 -1
- data/lib/dfp_api/v201203/company_service_registry.rb +1 -1
- data/lib/dfp_api/v201203/content_service.rb +1 -1
- data/lib/dfp_api/v201203/content_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/creative_service.rb +1 -1
- data/lib/dfp_api/v201203/creative_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/creative_template_service.rb +1 -1
- data/lib/dfp_api/v201203/creative_template_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/custom_targeting_service.rb +1 -1
- data/lib/dfp_api/v201203/custom_targeting_service_registry.rb +1 -1
- data/lib/dfp_api/v201203/forecast_service.rb +1 -1
- data/lib/dfp_api/v201203/forecast_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/inventory_service.rb +1 -1
- data/lib/dfp_api/v201203/inventory_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/label_service.rb +1 -1
- data/lib/dfp_api/v201203/label_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/line_item_creative_association_service.rb +1 -1
- data/lib/dfp_api/v201203/line_item_creative_association_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/line_item_service.rb +1 -1
- data/lib/dfp_api/v201203/line_item_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/network_service.rb +1 -1
- data/lib/dfp_api/v201203/network_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/order_service.rb +1 -1
- data/lib/dfp_api/v201203/order_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/placement_service.rb +1 -1
- data/lib/dfp_api/v201203/placement_service_registry.rb +2 -2
- data/lib/dfp_api/v201203/publisher_query_language_service.rb +1 -1
- data/lib/dfp_api/v201203/publisher_query_language_service_registry.rb +1 -1
- data/lib/dfp_api/v201203/report_service.rb +1 -1
- data/lib/dfp_api/v201203/report_service_registry.rb +1 -1
- data/lib/dfp_api/v201203/suggested_ad_unit_service.rb +1 -1
- data/lib/dfp_api/v201203/suggested_ad_unit_service_registry.rb +1 -1
- data/lib/dfp_api/v201203/team_service.rb +1 -1
- data/lib/dfp_api/v201203/team_service_registry.rb +1 -1
- data/lib/dfp_api/v201203/third_party_slot_service.rb +1 -1
- data/lib/dfp_api/v201203/third_party_slot_service_registry.rb +1 -1
- data/lib/dfp_api/v201203/user_service.rb +1 -1
- data/lib/dfp_api/v201203/user_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/audience_segment_service.rb +1 -1
- data/lib/dfp_api/v201204/audience_segment_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/company_service.rb +1 -1
- data/lib/dfp_api/v201204/company_service_registry.rb +1 -1
- data/lib/dfp_api/v201204/content_service.rb +1 -1
- data/lib/dfp_api/v201204/content_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/creative_service.rb +1 -1
- data/lib/dfp_api/v201204/creative_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/creative_template_service.rb +1 -1
- data/lib/dfp_api/v201204/creative_template_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/custom_field_service.rb +1 -1
- data/lib/dfp_api/v201204/custom_field_service_registry.rb +1 -1
- data/lib/dfp_api/v201204/custom_targeting_service.rb +1 -1
- data/lib/dfp_api/v201204/custom_targeting_service_registry.rb +1 -1
- data/lib/dfp_api/v201204/forecast_service.rb +1 -1
- data/lib/dfp_api/v201204/forecast_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/inventory_service.rb +1 -1
- data/lib/dfp_api/v201204/inventory_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/label_service.rb +1 -1
- data/lib/dfp_api/v201204/label_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/line_item_creative_association_service.rb +1 -1
- data/lib/dfp_api/v201204/line_item_creative_association_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/line_item_service.rb +1 -1
- data/lib/dfp_api/v201204/line_item_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/network_service.rb +1 -1
- data/lib/dfp_api/v201204/network_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/order_service.rb +1 -1
- data/lib/dfp_api/v201204/order_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/placement_service.rb +1 -1
- data/lib/dfp_api/v201204/placement_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/publisher_query_language_service.rb +1 -1
- data/lib/dfp_api/v201204/publisher_query_language_service_registry.rb +1 -1
- data/lib/dfp_api/v201204/report_service.rb +1 -1
- data/lib/dfp_api/v201204/report_service_registry.rb +1 -1
- data/lib/dfp_api/v201204/suggested_ad_unit_service.rb +1 -1
- data/lib/dfp_api/v201204/suggested_ad_unit_service_registry.rb +1 -1
- data/lib/dfp_api/v201204/team_service.rb +1 -1
- data/lib/dfp_api/v201204/team_service_registry.rb +1 -1
- data/lib/dfp_api/v201204/third_party_slot_service.rb +1 -1
- data/lib/dfp_api/v201204/third_party_slot_service_registry.rb +1 -1
- data/lib/dfp_api/v201204/user_service.rb +1 -1
- data/lib/dfp_api/v201204/user_service_registry.rb +2 -2
- data/lib/dfp_api/v201204/user_team_association_service.rb +1 -1
- data/lib/dfp_api/v201204/user_team_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201206/audience_segment_service.rb +1 -1
- data/lib/dfp_api/v201206/audience_segment_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/company_service.rb +1 -1
- data/lib/dfp_api/v201206/company_service_registry.rb +1 -1
- data/lib/dfp_api/v201206/content_service.rb +1 -1
- data/lib/dfp_api/v201206/content_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/creative_service.rb +1 -1
- data/lib/dfp_api/v201206/creative_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/creative_set_service.rb +1 -1
- data/lib/dfp_api/v201206/creative_set_service_registry.rb +1 -1
- data/lib/dfp_api/v201206/creative_template_service.rb +1 -1
- data/lib/dfp_api/v201206/creative_template_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/custom_field_service.rb +1 -1
- data/lib/dfp_api/v201206/custom_field_service_registry.rb +1 -1
- data/lib/dfp_api/v201206/custom_targeting_service.rb +1 -1
- data/lib/dfp_api/v201206/custom_targeting_service_registry.rb +1 -1
- data/lib/dfp_api/v201206/forecast_service.rb +1 -1
- data/lib/dfp_api/v201206/forecast_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/inventory_service.rb +1 -1
- data/lib/dfp_api/v201206/inventory_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/label_service.rb +1 -1
- data/lib/dfp_api/v201206/label_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/line_item_creative_association_service.rb +1 -1
- data/lib/dfp_api/v201206/line_item_creative_association_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/line_item_service.rb +1 -1
- data/lib/dfp_api/v201206/line_item_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/network_service.rb +1 -1
- data/lib/dfp_api/v201206/network_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/order_service.rb +1 -1
- data/lib/dfp_api/v201206/order_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/placement_service.rb +1 -1
- data/lib/dfp_api/v201206/placement_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/publisher_query_language_service.rb +1 -1
- data/lib/dfp_api/v201206/publisher_query_language_service_registry.rb +1 -1
- data/lib/dfp_api/v201206/report_service.rb +1 -1
- data/lib/dfp_api/v201206/report_service_registry.rb +1 -1
- data/lib/dfp_api/v201206/suggested_ad_unit_service.rb +1 -1
- data/lib/dfp_api/v201206/suggested_ad_unit_service_registry.rb +1 -1
- data/lib/dfp_api/v201206/team_service.rb +1 -1
- data/lib/dfp_api/v201206/team_service_registry.rb +1 -1
- data/lib/dfp_api/v201206/third_party_slot_service.rb +1 -1
- data/lib/dfp_api/v201206/third_party_slot_service_registry.rb +1 -1
- data/lib/dfp_api/v201206/user_service.rb +1 -1
- data/lib/dfp_api/v201206/user_service_registry.rb +2 -2
- data/lib/dfp_api/v201206/user_team_association_service.rb +1 -1
- data/lib/dfp_api/v201206/user_team_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201208/audience_segment_service.rb +1 -1
- data/lib/dfp_api/v201208/audience_segment_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/company_service.rb +1 -1
- data/lib/dfp_api/v201208/company_service_registry.rb +1 -1
- data/lib/dfp_api/v201208/content_service.rb +1 -1
- data/lib/dfp_api/v201208/content_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/creative_service.rb +1 -1
- data/lib/dfp_api/v201208/creative_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/creative_set_service.rb +1 -1
- data/lib/dfp_api/v201208/creative_set_service_registry.rb +1 -1
- data/lib/dfp_api/v201208/creative_template_service.rb +1 -1
- data/lib/dfp_api/v201208/creative_template_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/custom_field_service.rb +1 -1
- data/lib/dfp_api/v201208/custom_field_service_registry.rb +1 -1
- data/lib/dfp_api/v201208/custom_targeting_service.rb +1 -1
- data/lib/dfp_api/v201208/custom_targeting_service_registry.rb +1 -1
- data/lib/dfp_api/v201208/forecast_service.rb +1 -1
- data/lib/dfp_api/v201208/forecast_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/inventory_service.rb +1 -1
- data/lib/dfp_api/v201208/inventory_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/label_service.rb +1 -1
- data/lib/dfp_api/v201208/label_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/line_item_creative_association_service.rb +1 -1
- data/lib/dfp_api/v201208/line_item_creative_association_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/line_item_service.rb +1 -1
- data/lib/dfp_api/v201208/line_item_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/network_service.rb +1 -1
- data/lib/dfp_api/v201208/network_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/order_service.rb +1 -1
- data/lib/dfp_api/v201208/order_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/placement_service.rb +1 -1
- data/lib/dfp_api/v201208/placement_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/publisher_query_language_service.rb +1 -1
- data/lib/dfp_api/v201208/publisher_query_language_service_registry.rb +1 -1
- data/lib/dfp_api/v201208/report_service.rb +1 -1
- data/lib/dfp_api/v201208/report_service_registry.rb +1 -1
- data/lib/dfp_api/v201208/suggested_ad_unit_service.rb +1 -1
- data/lib/dfp_api/v201208/suggested_ad_unit_service_registry.rb +1 -1
- data/lib/dfp_api/v201208/team_service.rb +1 -1
- data/lib/dfp_api/v201208/team_service_registry.rb +1 -1
- data/lib/dfp_api/v201208/third_party_slot_service.rb +1 -1
- data/lib/dfp_api/v201208/third_party_slot_service_registry.rb +1 -1
- data/lib/dfp_api/v201208/user_service.rb +1 -1
- data/lib/dfp_api/v201208/user_service_registry.rb +2 -2
- data/lib/dfp_api/v201208/user_team_association_service.rb +1 -1
- data/lib/dfp_api/v201208/user_team_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201211/audience_segment_service.rb +34 -0
- data/lib/dfp_api/v201211/audience_segment_service_registry.rb +46 -0
- data/lib/dfp_api/{v201201 → v201211}/company_service.rb +6 -6
- data/lib/dfp_api/v201211/company_service_registry.rb +46 -0
- data/lib/dfp_api/{v201201 → v201211}/content_service.rb +6 -6
- data/lib/dfp_api/{v201111 → v201211}/content_service_registry.rb +3 -3
- data/lib/dfp_api/{v201108 → v201211}/creative_service.rb +6 -6
- data/lib/dfp_api/v201211/creative_service_registry.rb +46 -0
- data/lib/dfp_api/v201211/creative_set_service.rb +46 -0
- data/lib/dfp_api/v201211/creative_set_service_registry.rb +46 -0
- data/lib/dfp_api/{v201201 → v201211}/creative_template_service.rb +6 -6
- data/lib/dfp_api/{v201201 → v201211}/creative_template_service_registry.rb +3 -3
- data/lib/dfp_api/v201211/creative_wrapper_service.rb +58 -0
- data/lib/dfp_api/v201211/creative_wrapper_service_registry.rb +46 -0
- data/lib/dfp_api/v201211/custom_field_service.rb +78 -0
- data/lib/dfp_api/v201211/custom_field_service_registry.rb +46 -0
- data/lib/dfp_api/{v201111 → v201211}/custom_targeting_service.rb +6 -6
- data/lib/dfp_api/{v201201 → v201211}/custom_targeting_service_registry.rb +2 -2
- data/lib/dfp_api/{v201108 → v201211}/forecast_service.rb +6 -6
- data/lib/dfp_api/v201211/forecast_service_registry.rb +46 -0
- data/lib/dfp_api/{v201108 → v201211}/inventory_service.rb +8 -8
- data/lib/dfp_api/v201211/inventory_service_registry.rb +46 -0
- data/lib/dfp_api/{v201111 → v201211}/label_service.rb +6 -6
- data/lib/dfp_api/v201211/label_service_registry.rb +46 -0
- data/lib/dfp_api/{v201111 → v201211}/line_item_creative_association_service.rb +6 -6
- data/lib/dfp_api/v201211/line_item_creative_association_service_registry.rb +46 -0
- data/lib/dfp_api/{v201108 → v201211}/line_item_service.rb +6 -6
- data/lib/dfp_api/v201211/line_item_service_registry.rb +46 -0
- data/lib/dfp_api/{v201201 → v201211}/network_service.rb +10 -6
- data/lib/dfp_api/v201211/network_service_registry.rb +46 -0
- data/lib/dfp_api/{v201201 → v201211}/order_service.rb +6 -6
- data/lib/dfp_api/v201211/order_service_registry.rb +46 -0
- data/lib/dfp_api/{v201201 → v201211}/placement_service.rb +6 -6
- data/lib/dfp_api/v201211/placement_service_registry.rb +46 -0
- data/lib/dfp_api/{v201108 → v201211}/publisher_query_language_service.rb +6 -6
- data/lib/dfp_api/{v201201 → v201211}/publisher_query_language_service_registry.rb +2 -2
- data/lib/dfp_api/{v201108 → v201211}/report_service.rb +10 -6
- data/lib/dfp_api/v201211/report_service_registry.rb +46 -0
- data/lib/dfp_api/{v201111 → v201211}/suggested_ad_unit_service.rb +6 -6
- data/lib/dfp_api/v201211/suggested_ad_unit_service_registry.rb +46 -0
- data/lib/dfp_api/{v201201 → v201211}/team_service.rb +6 -6
- data/lib/dfp_api/{v201201 → v201211}/team_service_registry.rb +3 -3
- data/lib/dfp_api/{v201201 → v201211}/third_party_slot_service.rb +6 -6
- data/lib/dfp_api/{v201201 → v201211}/third_party_slot_service_registry.rb +2 -2
- data/lib/dfp_api/{v201201 → v201211}/user_service.rb +6 -6
- data/lib/dfp_api/{v201201 → v201211}/user_service_registry.rb +3 -3
- data/lib/dfp_api/v201211/user_team_association_service.rb +58 -0
- data/lib/dfp_api/v201211/user_team_association_service_registry.rb +46 -0
- data/lib/dfp_api/version.rb +1 -1
- metadata +180 -403
- data/examples/v201108/common/oauth_handling.rb +0 -127
- data/examples/v201108/company_service/create_companies.rb +0 -80
- data/examples/v201108/company_service/get_all_companies.rb +0 -91
- data/examples/v201108/company_service/update_companies.rb +0 -94
- data/examples/v201108/creative_service/copy_image_creatives.rb +0 -114
- data/examples/v201108/creative_service/create_creatives.rb +0 -105
- data/examples/v201108/creative_service/get_creative.rb +0 -71
- data/examples/v201108/creative_service/get_creatives_by_statement.rb +0 -86
- data/examples/v201108/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -117
- data/examples/v201108/custom_targeting_service/delete_custom_targeting_values.rb +0 -124
- data/examples/v201108/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -91
- data/examples/v201108/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -97
- data/examples/v201108/custom_targeting_service/update_custom_targeting_keys.rb +0 -93
- data/examples/v201108/custom_targeting_service/update_custom_targeting_values.rb +0 -105
- data/examples/v201108/forecast_service/get_forecast.rb +0 -106
- data/examples/v201108/forecast_service/get_forecast_by_id.rb +0 -79
- data/examples/v201108/inventory_service/create_ad_units.rb +0 -100
- data/examples/v201108/inventory_service/deactivate_ad_units.rb +0 -118
- data/examples/v201108/inventory_service/get_ad_unit_sizes.rb +0 -72
- data/examples/v201108/inventory_service/get_all_ad_units.rb +0 -92
- data/examples/v201108/inventory_service/update_ad_units.rb +0 -93
- data/examples/v201108/label_service/create_labels.rb +0 -82
- data/examples/v201108/label_service/get_label.rb +0 -75
- data/examples/v201108/label_service/get_labels_by_statement.rb +0 -90
- data/examples/v201108/line_item_creative_association_service/create_licas.rb +0 -93
- data/examples/v201108/line_item_creative_association_service/get_lica.rb +0 -76
- data/examples/v201108/line_item_creative_association_service/get_licas_by_statement.rb +0 -90
- data/examples/v201108/line_item_creative_association_service/update_licas.rb +0 -91
- data/examples/v201108/line_item_service/activate_line_items.rb +0 -130
- data/examples/v201108/line_item_service/create_line_items.rb +0 -176
- data/examples/v201108/line_item_service/get_line_item.rb +0 -73
- data/examples/v201108/line_item_service/update_line_items.rb +0 -108
- data/examples/v201108/order_service/approve_orders.rb +0 -115
- data/examples/v201108/order_service/get_order.rb +0 -73
- data/examples/v201108/order_service/get_orders_by_statement.rb +0 -89
- data/examples/v201108/order_service/update_orders.rb +0 -94
- data/examples/v201108/placement_service/create_placements.rb +0 -128
- data/examples/v201108/placement_service/deactivate_placements.rb +0 -117
- data/examples/v201108/placement_service/update_placements.rb +0 -96
- data/examples/v201108/publisher_query_language_service/get_all_bandwidth_groups.rb +0 -84
- data/examples/v201108/publisher_query_language_service/get_all_browser_languages.rb +0 -84
- data/examples/v201108/publisher_query_language_service/get_all_browsers.rb +0 -84
- data/examples/v201108/publisher_query_language_service/get_all_cities.rb +0 -84
- data/examples/v201108/publisher_query_language_service/get_all_countries.rb +0 -84
- data/examples/v201108/publisher_query_language_service/get_all_metros.rb +0 -84
- data/examples/v201108/publisher_query_language_service/get_all_operating_systems.rb +0 -84
- data/examples/v201108/publisher_query_language_service/get_all_postal_codes.rb +0 -84
- data/examples/v201108/publisher_query_language_service/get_all_regions.rb +0 -84
- data/examples/v201108/report_service/download_report.rb +0 -80
- data/examples/v201108/report_service/run_inventory_report.rb +0 -89
- data/examples/v201108/report_service/run_sales_report.rb +0 -88
- data/examples/v201108/user_service/create_users.rb +0 -88
- data/examples/v201108/user_service/get_all_users.rb +0 -92
- data/examples/v201108/user_service/get_current_user.rb +0 -65
- data/examples/v201108/user_service/get_users_by_statement.rb +0 -78
- data/examples/v201108/user_service/update_users.rb +0 -88
- data/examples/v201111/common/error_handling.rb +0 -75
- data/examples/v201111/company_service/get_all_companies.rb +0 -91
- data/examples/v201111/company_service/update_companies.rb +0 -94
- data/examples/v201111/creative_service/copy_image_creatives.rb +0 -114
- data/examples/v201111/creative_service/create_creatives.rb +0 -105
- data/examples/v201111/creative_service/create_custom_creative.rb +0 -103
- data/examples/v201111/creative_service/get_all_creatives.rb +0 -92
- data/examples/v201111/creative_service/get_creatives_by_statement.rb +0 -86
- data/examples/v201111/creative_service/update_creatives.rb +0 -95
- data/examples/v201111/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -139
- data/examples/v201111/custom_targeting_service/delete_custom_targeting_keys.rb +0 -120
- data/examples/v201111/custom_targeting_service/delete_custom_targeting_values.rb +0 -124
- data/examples/v201111/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -147
- data/examples/v201111/custom_targeting_service/update_custom_targeting_keys.rb +0 -93
- data/examples/v201111/custom_targeting_service/update_custom_targeting_values.rb +0 -105
- data/examples/v201111/inventory_service/create_ad_units.rb +0 -100
- data/examples/v201111/inventory_service/create_video_ad_unit.rb +0 -107
- data/examples/v201111/inventory_service/get_ad_unit.rb +0 -71
- data/examples/v201111/inventory_service/get_ad_unit_sizes.rb +0 -72
- data/examples/v201111/inventory_service/get_ad_units_by_statement.rb +0 -95
- data/examples/v201111/inventory_service/get_all_ad_units.rb +0 -92
- data/examples/v201111/label_service/deactivate_labels.rb +0 -117
- data/examples/v201111/label_service/get_all_labels.rb +0 -93
- data/examples/v201111/label_service/get_label.rb +0 -75
- data/examples/v201111/label_service/update_labels.rb +0 -103
- data/examples/v201111/line_item_creative_association_service/create_licas.rb +0 -93
- data/examples/v201111/line_item_creative_association_service/deactivate_licas.rb +0 -126
- data/examples/v201111/line_item_creative_association_service/get_all_licas.rb +0 -94
- data/examples/v201111/line_item_creative_association_service/get_licas_by_statement.rb +0 -90
- data/examples/v201111/line_item_creative_association_service/update_licas.rb +0 -91
- data/examples/v201111/line_item_service/create_line_items.rb +0 -176
- data/examples/v201111/line_item_service/create_mobile_line_item.rb +0 -134
- data/examples/v201111/line_item_service/get_all_line_items.rb +0 -93
- data/examples/v201111/line_item_service/get_line_item.rb +0 -73
- data/examples/v201111/line_item_service/get_line_items_by_statement.rb +0 -88
- data/examples/v201111/line_item_service/target_custom_criteria.rb +0 -128
- data/examples/v201111/line_item_service/update_line_items.rb +0 -108
- data/examples/v201111/network_service/get_all_networks.rb +0 -73
- data/examples/v201111/network_service/get_current_network.rb +0 -65
- data/examples/v201111/order_service/approve_orders.rb +0 -115
- data/examples/v201111/order_service/create_orders.rb +0 -91
- data/examples/v201111/order_service/get_all_orders.rb +0 -92
- data/examples/v201111/order_service/get_order.rb +0 -73
- data/examples/v201111/order_service/get_orders_by_statement.rb +0 -89
- data/examples/v201111/order_service/update_orders.rb +0 -94
- data/examples/v201111/placement_service/create_placements.rb +0 -128
- data/examples/v201111/placement_service/deactivate_placements.rb +0 -117
- data/examples/v201111/placement_service/get_all_placements.rb +0 -92
- data/examples/v201111/placement_service/get_placement.rb +0 -73
- data/examples/v201111/placement_service/get_placements_by_statement.rb +0 -85
- data/examples/v201111/placement_service/update_placements.rb +0 -96
- data/examples/v201111/publisher_query_language_service/get_all_bandwidth_groups.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_browser_languages.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_browsers.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_cities.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_countries.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_device_manufacturers.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_metros.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_mobile_carriers.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_mobile_device_submodels.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_mobile_devices.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_operating_system_versions.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_operating_systems.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_postal_codes.rb +0 -84
- data/examples/v201111/publisher_query_language_service/get_all_regions.rb +0 -84
- data/examples/v201111/report_service/download_report.rb +0 -80
- data/examples/v201111/report_service/run_delivery_report.rb +0 -90
- data/examples/v201111/report_service/run_inventory_report.rb +0 -89
- data/examples/v201111/suggested_ad_unit_service/approve_suggested_ad_units.rb +0 -115
- data/examples/v201111/suggested_ad_unit_service/get_all_suggested_ad_units.rb +0 -95
- data/examples/v201111/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +0 -90
- data/examples/v201111/user_service/create_users.rb +0 -88
- data/examples/v201111/user_service/deactivate_users.rb +0 -98
- data/examples/v201111/user_service/get_all_roles.rb +0 -72
- data/examples/v201111/user_service/get_all_users.rb +0 -92
- data/examples/v201111/user_service/get_user.rb +0 -72
- data/examples/v201201/common/error_handling.rb +0 -75
- data/examples/v201201/company_service/create_companies.rb +0 -80
- data/examples/v201201/company_service/get_companies_by_statement.rb +0 -87
- data/examples/v201201/company_service/get_company.rb +0 -71
- data/examples/v201201/content_service/get_all_content.rb +0 -93
- data/examples/v201201/content_service/get_content_by_category.rb +0 -135
- data/examples/v201201/creative_service/create_creative_from_template.rb +0 -138
- data/examples/v201201/creative_service/get_all_creatives.rb +0 -92
- data/examples/v201201/creative_service/get_creative.rb +0 -71
- data/examples/v201201/creative_service/update_creatives.rb +0 -95
- data/examples/v201201/creative_template_service/get_all_creative_templates.rb +0 -93
- data/examples/v201201/creative_template_service/get_creative_template.rb +0 -73
- data/examples/v201201/creative_template_service/get_creative_templates_by_statement.rb +0 -79
- data/examples/v201201/custom_targeting_service/delete_custom_targeting_keys.rb +0 -120
- data/examples/v201201/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -147
- data/examples/v201201/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -91
- data/examples/v201201/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -97
- data/examples/v201201/forecast_service/get_forecast.rb +0 -106
- data/examples/v201201/forecast_service/get_forecast_by_id.rb +0 -79
- data/examples/v201201/inventory_service/create_mobile_ad_unit.rb +0 -99
- data/examples/v201201/inventory_service/deactivate_ad_units.rb +0 -118
- data/examples/v201201/inventory_service/get_ad_unit.rb +0 -71
- data/examples/v201201/inventory_service/get_ad_units_by_statement.rb +0 -95
- data/examples/v201201/inventory_service/update_ad_units.rb +0 -93
- data/examples/v201201/label_service/create_labels.rb +0 -82
- data/examples/v201201/label_service/update_labels.rb +0 -103
- data/examples/v201201/line_item_creative_association_service/deactivate_licas.rb +0 -126
- data/examples/v201201/line_item_service/activate_line_items.rb +0 -130
- data/examples/v201201/line_item_service/create_video_line_item.rb +0 -155
- data/examples/v201201/line_item_service/target_custom_criteria.rb +0 -128
- data/examples/v201201/network_service/get_all_networks.rb +0 -73
- data/examples/v201201/order_service/create_orders.rb +0 -91
- data/examples/v201201/order_service/get_all_orders.rb +0 -92
- data/examples/v201201/placement_service/get_all_placements.rb +0 -92
- data/examples/v201201/placement_service/get_placement.rb +0 -73
- data/examples/v201201/placement_service/get_placements_by_statement.rb +0 -85
- data/examples/v201201/report_service/run_merged_delivery_report.rb +0 -93
- data/examples/v201201/report_service/run_sales_report.rb +0 -88
- data/examples/v201201/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -74
- data/examples/v201201/third_party_slot_service/archive_third_party_slots.rb +0 -124
- data/examples/v201201/third_party_slot_service/create_third_party_slot.rb +0 -90
- data/examples/v201201/third_party_slot_service/update_third_party_slots.rb +0 -94
- data/examples/v201201/user_service/get_all_roles.rb +0 -72
- data/examples/v201201/user_service/get_current_user.rb +0 -65
- data/lib/dfp_api/v201108/company_service.rb +0 -54
- data/lib/dfp_api/v201108/company_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/creative_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/custom_targeting_service.rb +0 -62
- data/lib/dfp_api/v201108/custom_targeting_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/forecast_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/inventory_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/label_service.rb +0 -58
- data/lib/dfp_api/v201108/label_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/line_item_creative_association_service.rb +0 -58
- data/lib/dfp_api/v201108/line_item_creative_association_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/line_item_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/network_service.rb +0 -42
- data/lib/dfp_api/v201108/network_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/order_service.rb +0 -58
- data/lib/dfp_api/v201108/order_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/placement_service.rb +0 -58
- data/lib/dfp_api/v201108/placement_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/publisher_query_language_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/report_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/third_party_slot_service.rb +0 -46
- data/lib/dfp_api/v201108/third_party_slot_service_registry.rb +0 -46
- data/lib/dfp_api/v201108/user_service.rb +0 -66
- data/lib/dfp_api/v201108/user_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/company_service.rb +0 -54
- data/lib/dfp_api/v201111/company_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/content_service.rb +0 -42
- data/lib/dfp_api/v201111/creative_service.rb +0 -54
- data/lib/dfp_api/v201111/creative_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/creative_template_service.rb +0 -38
- data/lib/dfp_api/v201111/creative_template_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/custom_targeting_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/forecast_service.rb +0 -38
- data/lib/dfp_api/v201111/forecast_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/inventory_service.rb +0 -62
- data/lib/dfp_api/v201111/inventory_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/label_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/line_item_creative_association_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/line_item_service.rb +0 -58
- data/lib/dfp_api/v201111/line_item_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/network_service.rb +0 -42
- data/lib/dfp_api/v201111/network_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/order_service.rb +0 -58
- data/lib/dfp_api/v201111/order_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/placement_service.rb +0 -58
- data/lib/dfp_api/v201111/placement_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/publisher_query_language_service.rb +0 -34
- data/lib/dfp_api/v201111/publisher_query_language_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/report_service.rb +0 -42
- data/lib/dfp_api/v201111/report_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/suggested_ad_unit_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/third_party_slot_service.rb +0 -46
- data/lib/dfp_api/v201111/third_party_slot_service_registry.rb +0 -46
- data/lib/dfp_api/v201111/user_service.rb +0 -66
- data/lib/dfp_api/v201111/user_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/company_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/content_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/creative_service.rb +0 -54
- data/lib/dfp_api/v201201/creative_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/custom_targeting_service.rb +0 -62
- data/lib/dfp_api/v201201/forecast_service.rb +0 -38
- data/lib/dfp_api/v201201/forecast_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/inventory_service.rb +0 -62
- data/lib/dfp_api/v201201/inventory_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/label_service.rb +0 -58
- data/lib/dfp_api/v201201/label_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/line_item_creative_association_service.rb +0 -62
- data/lib/dfp_api/v201201/line_item_creative_association_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/line_item_service.rb +0 -58
- data/lib/dfp_api/v201201/line_item_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/network_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/order_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/placement_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/publisher_query_language_service.rb +0 -34
- data/lib/dfp_api/v201201/report_service.rb +0 -42
- data/lib/dfp_api/v201201/report_service_registry.rb +0 -46
- data/lib/dfp_api/v201201/suggested_ad_unit_service.rb +0 -42
- data/lib/dfp_api/v201201/suggested_ad_unit_service_registry.rb +0 -46
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/ruby
|
|
2
|
-
#
|
|
3
|
-
# Author:: api.dklimkin@gmail.com (Danial Klimkin)
|
|
4
|
-
#
|
|
5
|
-
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
|
6
|
-
#
|
|
7
|
-
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
# you may not use this file except in compliance with the License.
|
|
9
|
-
# You may obtain a copy of the License at
|
|
10
|
-
#
|
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
#
|
|
13
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
16
|
-
# implied.
|
|
17
|
-
# See the License for the specific language governing permissions and
|
|
18
|
-
# limitations under the License.
|
|
19
|
-
#
|
|
20
|
-
# This example gets a placement by its ID. To determine which placements exist,
|
|
21
|
-
# run get_all_placements.rb.
|
|
22
|
-
#
|
|
23
|
-
# Tags: PlacementService.getPlacement
|
|
24
|
-
|
|
25
|
-
require 'dfp_api'
|
|
26
|
-
|
|
27
|
-
API_VERSION = :v201201
|
|
28
|
-
|
|
29
|
-
def get_placement()
|
|
30
|
-
# Get DfpApi instance and load configuration from ~/dfp_api.yml.
|
|
31
|
-
dfp = DfpApi::Api.new
|
|
32
|
-
|
|
33
|
-
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
|
34
|
-
# the configuration file or provide your own logger:
|
|
35
|
-
# dfp.logger = Logger.new('dfp_xml.log')
|
|
36
|
-
|
|
37
|
-
# Get the PlacementService.
|
|
38
|
-
placement_service = dfp.service(:PlacementService, API_VERSION)
|
|
39
|
-
|
|
40
|
-
# Set the ID of the placement to get.
|
|
41
|
-
placement_id = 'INSERT_PLACEMENT_ID_HERE'.to_i
|
|
42
|
-
|
|
43
|
-
# Get the placement.
|
|
44
|
-
placement = placement_service.get_placement(placement_id)
|
|
45
|
-
|
|
46
|
-
if placement
|
|
47
|
-
puts "Placement with ID: %d, name: %s and status %s was found." %
|
|
48
|
-
[placement[:id], placement[:name], placement[:status]]
|
|
49
|
-
else
|
|
50
|
-
puts 'No placement found for this ID.'
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
|
|
54
|
-
if __FILE__ == $0
|
|
55
|
-
begin
|
|
56
|
-
get_placement()
|
|
57
|
-
|
|
58
|
-
# HTTP errors.
|
|
59
|
-
rescue AdsCommon::Errors::HttpError => e
|
|
60
|
-
puts "HTTP Error: %s" % e
|
|
61
|
-
|
|
62
|
-
# API errors.
|
|
63
|
-
rescue DfpApi::Errors::ApiException => e
|
|
64
|
-
puts "Message: %s" % e.message
|
|
65
|
-
puts 'Errors:'
|
|
66
|
-
e.errors.each_with_index do |error, index|
|
|
67
|
-
puts "\tError [%d]:" % (index + 1)
|
|
68
|
-
error.each do |field, value|
|
|
69
|
-
puts "\t\t%s: %s" % [field, value]
|
|
70
|
-
end
|
|
71
|
-
end
|
|
72
|
-
end
|
|
73
|
-
end
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/ruby
|
|
2
|
-
#
|
|
3
|
-
# Author:: api.dklimkin@gmail.com (Danial Klimkin)
|
|
4
|
-
#
|
|
5
|
-
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
|
6
|
-
#
|
|
7
|
-
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
# you may not use this file except in compliance with the License.
|
|
9
|
-
# You may obtain a copy of the License at
|
|
10
|
-
#
|
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
#
|
|
13
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
16
|
-
# implied.
|
|
17
|
-
# See the License for the specific language governing permissions and
|
|
18
|
-
# limitations under the License.
|
|
19
|
-
#
|
|
20
|
-
# 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.
|
|
23
|
-
#
|
|
24
|
-
# Tags: PlacementService.getPlacementsByStatement
|
|
25
|
-
|
|
26
|
-
require 'dfp_api'
|
|
27
|
-
|
|
28
|
-
API_VERSION = :v201201
|
|
29
|
-
|
|
30
|
-
def get_placements_by_statement()
|
|
31
|
-
# Get DfpApi instance and load configuration from ~/dfp_api.yml.
|
|
32
|
-
dfp = DfpApi::Api.new
|
|
33
|
-
|
|
34
|
-
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
|
35
|
-
# the configuration file or provide your own logger:
|
|
36
|
-
# dfp.logger = Logger.new('dfp_xml.log')
|
|
37
|
-
|
|
38
|
-
# Get the PlacementService.
|
|
39
|
-
placement_service = dfp.service(:PlacementService, API_VERSION)
|
|
40
|
-
|
|
41
|
-
# Create a statement to only select active placements.
|
|
42
|
-
statement = {
|
|
43
|
-
:query => 'WHERE status = :status LIMIT 500',
|
|
44
|
-
:values => [
|
|
45
|
-
{:key => 'status',
|
|
46
|
-
:value => {:value => 'ACTIVE', :xsi_type => 'TextValue'}}
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
# Get placements by statement.
|
|
51
|
-
page = placement_service.get_placements_by_statement(statement)
|
|
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
|
|
59
|
-
|
|
60
|
-
# Print a footer.
|
|
61
|
-
if page.include?(:total_result_set_size)
|
|
62
|
-
puts "Number of results found: %d" % page[:total_result_set_size]
|
|
63
|
-
end
|
|
64
|
-
end
|
|
65
|
-
|
|
66
|
-
if __FILE__ == $0
|
|
67
|
-
begin
|
|
68
|
-
get_placements_by_statement()
|
|
69
|
-
|
|
70
|
-
# HTTP errors.
|
|
71
|
-
rescue AdsCommon::Errors::HttpError => e
|
|
72
|
-
puts "HTTP Error: %s" % e
|
|
73
|
-
|
|
74
|
-
# API errors.
|
|
75
|
-
rescue DfpApi::Errors::ApiException => e
|
|
76
|
-
puts "Message: %s" % e.message
|
|
77
|
-
puts 'Errors:'
|
|
78
|
-
e.errors.each_with_index do |error, index|
|
|
79
|
-
puts "\tError [%d]:" % (index + 1)
|
|
80
|
-
error.each do |field, value|
|
|
81
|
-
puts "\t\t%s: %s" % [field, value]
|
|
82
|
-
end
|
|
83
|
-
end
|
|
84
|
-
end
|
|
85
|
-
end
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/ruby
|
|
2
|
-
#
|
|
3
|
-
# Author:: api.dklimkin@gmail.com (Danial Klimkin)
|
|
4
|
-
#
|
|
5
|
-
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
|
6
|
-
#
|
|
7
|
-
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
# you may not use this file except in compliance with the License.
|
|
9
|
-
# You may obtain a copy of the License at
|
|
10
|
-
#
|
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
#
|
|
13
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
16
|
-
# implied.
|
|
17
|
-
# See the License for the specific language governing permissions and
|
|
18
|
-
# limitations under the License.
|
|
19
|
-
#
|
|
20
|
-
# This example runs a report that an upgraded publisher would use to include
|
|
21
|
-
# statistics before the upgrade. To download the report see download_report.rb.
|
|
22
|
-
#
|
|
23
|
-
# Tags: ReportService.runReportJob, ReportService.getReportJob
|
|
24
|
-
|
|
25
|
-
require 'dfp_api'
|
|
26
|
-
|
|
27
|
-
API_VERSION = :v201201
|
|
28
|
-
MAX_RETRIES = 10
|
|
29
|
-
RETRY_INTERVAL = 30
|
|
30
|
-
|
|
31
|
-
def run_merged_delivery_report()
|
|
32
|
-
# Get DfpApi instance and load configuration from ~/dfp_api.yml.
|
|
33
|
-
dfp = DfpApi::Api.new
|
|
34
|
-
|
|
35
|
-
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
|
36
|
-
# the configuration file or provide your own logger:
|
|
37
|
-
# dfp.logger = Logger.new('dfp_xml.log')
|
|
38
|
-
|
|
39
|
-
# Get the ReportService.
|
|
40
|
-
report_service = dfp.service(:ReportService, API_VERSION)
|
|
41
|
-
|
|
42
|
-
# Create report query.
|
|
43
|
-
report_query = {
|
|
44
|
-
:date_range_type => 'LAST_MONTH',
|
|
45
|
-
:dimensions => ['ORDER'],
|
|
46
|
-
:columns => [
|
|
47
|
-
'MERGED_AD_SERVER_IMPRESSIONS',
|
|
48
|
-
'MERGED_AD_SERVER_CLICKS',
|
|
49
|
-
'MERGED_AD_SERVER_CTR',
|
|
50
|
-
'MERGED_AD_SERVER_REVENUE',
|
|
51
|
-
'MERGED_AD_SERVER_AVERAGE_ECPM'
|
|
52
|
-
]
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
# Create report job.
|
|
56
|
-
report_job = {:report_query => report_query}
|
|
57
|
-
|
|
58
|
-
# Run report job.
|
|
59
|
-
report_job = report_service.run_report_job(report_job);
|
|
60
|
-
|
|
61
|
-
MAX_RETRIES.times do |retry_count|
|
|
62
|
-
# Get the report job status.
|
|
63
|
-
report_job = report_service.get_report_job(report_job[:id])
|
|
64
|
-
|
|
65
|
-
break unless report_job[:report_job_status] == 'IN_PROGRESS'
|
|
66
|
-
puts "Report with ID: %d is still running." % report_job[:id]
|
|
67
|
-
sleep(RETRY_INTERVAL)
|
|
68
|
-
end
|
|
69
|
-
|
|
70
|
-
puts "Report job with ID: %d finished with status %s." %
|
|
71
|
-
[report_job[:id], report_job[:report_job_status]]
|
|
72
|
-
end
|
|
73
|
-
|
|
74
|
-
if __FILE__ == $0
|
|
75
|
-
begin
|
|
76
|
-
run_merged_delivery_report()
|
|
77
|
-
|
|
78
|
-
# HTTP errors.
|
|
79
|
-
rescue AdsCommon::Errors::HttpError => e
|
|
80
|
-
puts "HTTP Error: %s" % e
|
|
81
|
-
|
|
82
|
-
# API errors.
|
|
83
|
-
rescue DfpApi::Errors::ApiException => e
|
|
84
|
-
puts "Message: %s" % e.message
|
|
85
|
-
puts 'Errors:'
|
|
86
|
-
e.errors.each_with_index do |error, index|
|
|
87
|
-
puts "\tError [%d]:" % (index + 1)
|
|
88
|
-
error.each do |field, value|
|
|
89
|
-
puts "\t\t%s: %s" % [field, value]
|
|
90
|
-
end
|
|
91
|
-
end
|
|
92
|
-
end
|
|
93
|
-
end
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/ruby
|
|
2
|
-
#
|
|
3
|
-
# Author:: api.dklimkin@gmail.com (Danial Klimkin)
|
|
4
|
-
#
|
|
5
|
-
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
|
6
|
-
#
|
|
7
|
-
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
# you may not use this file except in compliance with the License.
|
|
9
|
-
# You may obtain a copy of the License at
|
|
10
|
-
#
|
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
#
|
|
13
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
16
|
-
# implied.
|
|
17
|
-
# See the License for the specific language governing permissions and
|
|
18
|
-
# limitations under the License.
|
|
19
|
-
#
|
|
20
|
-
# This example runs a report equal to the "Sales by salespersons report" on the
|
|
21
|
-
# DFP website. To download the report see download_report.rb.
|
|
22
|
-
#
|
|
23
|
-
# Tags: ReportService.runReportJob, ReportService.getReportJob
|
|
24
|
-
|
|
25
|
-
require 'dfp_api'
|
|
26
|
-
|
|
27
|
-
API_VERSION = :v201201
|
|
28
|
-
MAX_RETRIES = 10
|
|
29
|
-
RETRY_INTERVAL = 30
|
|
30
|
-
|
|
31
|
-
def run_sales_report()
|
|
32
|
-
# Get DfpApi instance and load configuration from ~/dfp_api.yml.
|
|
33
|
-
dfp = DfpApi::Api.new
|
|
34
|
-
|
|
35
|
-
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
|
36
|
-
# the configuration file or provide your own logger:
|
|
37
|
-
# dfp.logger = Logger.new('dfp_xml.log')
|
|
38
|
-
|
|
39
|
-
# Get the ReportService.
|
|
40
|
-
report_service = dfp.service(:ReportService, API_VERSION)
|
|
41
|
-
|
|
42
|
-
# Create report query.
|
|
43
|
-
report_query = {
|
|
44
|
-
:date_range_type => 'LAST_MONTH',
|
|
45
|
-
:dimensions => ['SALESPERSON'],
|
|
46
|
-
:columns =>
|
|
47
|
-
['AD_SERVER_IMPRESSIONS', 'AD_SERVER_REVENUE', 'AD_SERVER_AVERAGE_ECPM']
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
# Create report job.
|
|
51
|
-
report_job = {:report_query => report_query}
|
|
52
|
-
|
|
53
|
-
# Run report job.
|
|
54
|
-
report_job = report_service.run_report_job(report_job);
|
|
55
|
-
|
|
56
|
-
MAX_RETRIES.times do |retry_count|
|
|
57
|
-
# Get the report job status.
|
|
58
|
-
report_job = report_service.get_report_job(report_job[:id])
|
|
59
|
-
|
|
60
|
-
break unless report_job[:report_job_status] == 'IN_PROGRESS'
|
|
61
|
-
puts "Report with ID: %d is still running." % report_job[:id]
|
|
62
|
-
sleep(RETRY_INTERVAL)
|
|
63
|
-
end
|
|
64
|
-
|
|
65
|
-
puts "Report job with ID: %d finished with status %s." %
|
|
66
|
-
[report_job[:id], report_job[:report_job_status]]
|
|
67
|
-
end
|
|
68
|
-
|
|
69
|
-
if __FILE__ == $0
|
|
70
|
-
begin
|
|
71
|
-
run_sales_report()
|
|
72
|
-
|
|
73
|
-
# HTTP errors.
|
|
74
|
-
rescue AdsCommon::Errors::HttpError => e
|
|
75
|
-
puts "HTTP Error: %s" % e
|
|
76
|
-
|
|
77
|
-
# API errors.
|
|
78
|
-
rescue DfpApi::Errors::ApiException => e
|
|
79
|
-
puts "Message: %s" % e.message
|
|
80
|
-
puts 'Errors:'
|
|
81
|
-
e.errors.each_with_index do |error, index|
|
|
82
|
-
puts "\tError [%d]:" % (index + 1)
|
|
83
|
-
error.each do |field, value|
|
|
84
|
-
puts "\t\t%s: %s" % [field, value]
|
|
85
|
-
end
|
|
86
|
-
end
|
|
87
|
-
end
|
|
88
|
-
end
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/ruby
|
|
2
|
-
#
|
|
3
|
-
# Author:: api.dklimkin@gmail.com (Danial Klimkin)
|
|
4
|
-
#
|
|
5
|
-
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
|
6
|
-
#
|
|
7
|
-
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
# you may not use this file except in compliance with the License.
|
|
9
|
-
# You may obtain a copy of the License at
|
|
10
|
-
#
|
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
#
|
|
13
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
16
|
-
# implied.
|
|
17
|
-
# See the License for the specific language governing permissions and
|
|
18
|
-
# limitations under the License.
|
|
19
|
-
#
|
|
20
|
-
# This example gets a suggested ad unit by its ID. To determine which suggested
|
|
21
|
-
# ad units exist, run get_all_suggested_ad_units.rb.
|
|
22
|
-
#
|
|
23
|
-
# This feature is only available to DFP premium solution networks.
|
|
24
|
-
#
|
|
25
|
-
# Tags: SuggestedAdUnitService.getSuggestedAdUnit
|
|
26
|
-
|
|
27
|
-
require 'dfp_api'
|
|
28
|
-
|
|
29
|
-
API_VERSION = :v201201
|
|
30
|
-
|
|
31
|
-
def get_suggested_ad_unit()
|
|
32
|
-
# Get DfpApi instance and load configuration from ~/dfp_api.yml.
|
|
33
|
-
dfp = DfpApi::Api.new
|
|
34
|
-
|
|
35
|
-
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
|
36
|
-
# the configuration file or provide your own logger:
|
|
37
|
-
# dfp.logger = Logger.new('dfp_xml.log')
|
|
38
|
-
|
|
39
|
-
# Get the SuggestedAdUnitService.
|
|
40
|
-
suggested_ad_unit_service = dfp.service(:SuggestedAdUnitService, API_VERSION)
|
|
41
|
-
|
|
42
|
-
# Set the ID of the ad unit to get.
|
|
43
|
-
suggested_ad_unit_id = 'INSERT_SUGGESTED_AD_UNIT_ID_HERE'
|
|
44
|
-
|
|
45
|
-
# Get the suggested ad unit.
|
|
46
|
-
suggested_ad_unit =
|
|
47
|
-
suggested_ad_unit_service.get_suggested_ad_unit(suggested_ad_unit_id)
|
|
48
|
-
|
|
49
|
-
if suggested_ad_unit
|
|
50
|
-
puts "Suggested ad unit with ID: '%s' and number of requests: %d" %
|
|
51
|
-
[suggested_ad_unit[:id], suggested_ad_unit[:num_requests]]
|
|
52
|
-
end
|
|
53
|
-
end
|
|
54
|
-
|
|
55
|
-
if __FILE__ == $0
|
|
56
|
-
begin
|
|
57
|
-
get_suggested_ad_unit()
|
|
58
|
-
|
|
59
|
-
# HTTP errors.
|
|
60
|
-
rescue AdsCommon::Errors::HttpError => e
|
|
61
|
-
puts "HTTP Error: %s" % e
|
|
62
|
-
|
|
63
|
-
# API errors.
|
|
64
|
-
rescue DfpApi::Errors::ApiException => e
|
|
65
|
-
puts "Message: %s" % e.message
|
|
66
|
-
puts 'Errors:'
|
|
67
|
-
e.errors.each_with_index do |error, index|
|
|
68
|
-
puts "\tError [%d]:" % (index + 1)
|
|
69
|
-
error.each do |field, value|
|
|
70
|
-
puts "\t\t%s: %s" % [field, value]
|
|
71
|
-
end
|
|
72
|
-
end
|
|
73
|
-
end
|
|
74
|
-
end
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/ruby
|
|
2
|
-
#
|
|
3
|
-
# Author:: api.dklimkin@gmail.com (Danial Klimkin)
|
|
4
|
-
#
|
|
5
|
-
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
|
6
|
-
#
|
|
7
|
-
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
# you may not use this file except in compliance with the License.
|
|
9
|
-
# You may obtain a copy of the License at
|
|
10
|
-
#
|
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
#
|
|
13
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
16
|
-
# implied.
|
|
17
|
-
# See the License for the specific language governing permissions and
|
|
18
|
-
# limitations under the License.
|
|
19
|
-
#
|
|
20
|
-
# This example archives all active third party slots for a company. To determine
|
|
21
|
-
# which third party slots exist, run get_all_third_party_slots.rb.
|
|
22
|
-
#
|
|
23
|
-
# Tags: ThirdPartSlotService.getThirdPartySlotsByStatement,
|
|
24
|
-
# ThirdPartSlotService.performThirdPartySlotsAction
|
|
25
|
-
|
|
26
|
-
require 'dfp_api'
|
|
27
|
-
|
|
28
|
-
API_VERSION = :v201201
|
|
29
|
-
PAGE_SIZE = 500
|
|
30
|
-
|
|
31
|
-
def archive_third_party_slots()
|
|
32
|
-
# Get DfpApi instance and load configuration from ~/dfp_api.yml.
|
|
33
|
-
dfp = DfpApi::Api.new
|
|
34
|
-
|
|
35
|
-
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
|
36
|
-
# the configuration file or provide your own logger:
|
|
37
|
-
# dfp.logger = Logger.new('dfp_xml.log')
|
|
38
|
-
|
|
39
|
-
# Get the ThirdPartySlotService.
|
|
40
|
-
third_party_slot_service = dfp.service(:ThirdPartySlotService, API_VERSION)
|
|
41
|
-
|
|
42
|
-
# Set the company that the third party slots to archive belong to.
|
|
43
|
-
company_id = 'INSERT_COMPANY_ID_HERE'.to_i
|
|
44
|
-
|
|
45
|
-
# Create a statement to only select active third party slots.
|
|
46
|
-
statement_text = 'WHERE status = :status AND companyId = :company_id'
|
|
47
|
-
|
|
48
|
-
# Create statement bind variables.
|
|
49
|
-
statement = {
|
|
50
|
-
:query => statement_text,
|
|
51
|
-
:values => [
|
|
52
|
-
{:key => 'status',
|
|
53
|
-
:value => {:value => 'ARCHIVED', :xsi_type => 'TextValue'}},
|
|
54
|
-
{:key => 'company_id',
|
|
55
|
-
:value => {:value => company_id, :xsi_type => 'NumberValue'}},
|
|
56
|
-
]
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
# Define initial values.
|
|
60
|
-
offset = 0
|
|
61
|
-
page = {}
|
|
62
|
-
third_party_slot_ids = []
|
|
63
|
-
|
|
64
|
-
begin
|
|
65
|
-
# Update the statement to get one page with current offset.
|
|
66
|
-
statement[:query] =
|
|
67
|
-
statement_text + " LIMIT %d OFFSET %d" % [PAGE_SIZE, offset]
|
|
68
|
-
|
|
69
|
-
# Get third party slots by statement.
|
|
70
|
-
page = third_party_slot_service.get_third_party_slots_by_statement(statement)
|
|
71
|
-
|
|
72
|
-
if page[:results]
|
|
73
|
-
# Increase query offset by page size.
|
|
74
|
-
offset += PAGE_SIZE
|
|
75
|
-
|
|
76
|
-
page[:results].each do |slot|
|
|
77
|
-
puts "%d) Third party slot ID: %d and name: '%s' will be archived." %
|
|
78
|
-
[third_party_slot_ids.size, slot[:id], slot[:name]]
|
|
79
|
-
third_party_slot_ids << slot[:id]
|
|
80
|
-
end
|
|
81
|
-
end
|
|
82
|
-
end while offset < page[:total_result_set_size]
|
|
83
|
-
|
|
84
|
-
puts "Number of third party slots to be archived: %d" % third_party_slot_ids.size
|
|
85
|
-
|
|
86
|
-
unless third_party_slot_ids.empty?
|
|
87
|
-
# Create statement for action.
|
|
88
|
-
statement = {:query => "WHERE id IN (%s)" % third_party_slot_ids.join(', ')}
|
|
89
|
-
|
|
90
|
-
# Perform action.
|
|
91
|
-
result = third_party_slot_service.perform_third_party_slot_action(
|
|
92
|
-
{:xsi_type => 'ArchiveThirdPartySlots'}, statement)
|
|
93
|
-
|
|
94
|
-
# Display results.
|
|
95
|
-
if result and result[:num_changes] > 0
|
|
96
|
-
puts "Number of third party slots archived: %d" % result[:num_changes]
|
|
97
|
-
else
|
|
98
|
-
puts 'No third party slots were archived.'
|
|
99
|
-
end
|
|
100
|
-
else
|
|
101
|
-
puts 'No third party slots found to archive.'
|
|
102
|
-
end
|
|
103
|
-
end
|
|
104
|
-
|
|
105
|
-
if __FILE__ == $0
|
|
106
|
-
begin
|
|
107
|
-
archive_third_party_slots()
|
|
108
|
-
|
|
109
|
-
# HTTP errors.
|
|
110
|
-
rescue AdsCommon::Errors::HttpError => e
|
|
111
|
-
puts "HTTP Error: %s" % e
|
|
112
|
-
|
|
113
|
-
# API errors.
|
|
114
|
-
rescue DfpApi::Errors::ApiException => e
|
|
115
|
-
puts "Message: %s" % e.message
|
|
116
|
-
puts 'Errors:'
|
|
117
|
-
e.errors.each_with_index do |error, index|
|
|
118
|
-
puts "\tError [%d]:" % (index + 1)
|
|
119
|
-
error.each do |field, value|
|
|
120
|
-
puts "\t\t%s: %s" % [field, value]
|
|
121
|
-
end
|
|
122
|
-
end
|
|
123
|
-
end
|
|
124
|
-
end
|