google-dfp-api 0.6.3 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/ChangeLog +4 -0
- data/README +2 -2
- data/dfp_api.yml +1 -3
- data/examples/v201208/publisher_query_language_service/get_all_cities.rb +1 -1
- data/examples/v201211/publisher_query_language_service/get_all_cities.rb +1 -1
- data/examples/v201302/publisher_query_language_service/get_all_cities.rb +1 -1
- data/examples/v201306/publisher_query_language_service/get_all_cities.rb +1 -1
- data/examples/v201308/activity_group_service/create_activity_groups.rb +94 -0
- data/examples/v201308/activity_group_service/get_active_activity_groups.rb +100 -0
- data/examples/{v201203/content_service/get_all_content.rb → v201308/activity_group_service/get_all_activity_groups.rb} +20 -18
- data/examples/{v201206/user_service/update_users.rb → v201308/activity_group_service/update_activity_groups.rb} +28 -30
- data/examples/{v201204/inventory_service/get_ad_unit_sizes.rb → v201308/activity_service/create_activities.rb} +32 -26
- data/examples/v201308/activity_service/get_active_activities.rb +107 -0
- data/examples/v201308/activity_service/get_all_activities.rb +144 -0
- data/examples/{v201204/label_service/create_labels.rb → v201308/activity_service/update_activities.rb} +27 -25
- data/examples/v201308/audience_segment_service/create_audience_segments.rb +118 -0
- data/examples/{v201203 → v201308}/audience_segment_service/get_all_audience_segments.rb +4 -3
- data/examples/{v201204/audience_segment_service/get_all_audience_segments.rb → v201308/audience_segment_service/get_first_party_audience_segments.rb} +14 -8
- data/examples/v201308/audience_segment_service/populate_first_party_audience_segments.rb +101 -0
- data/examples/v201308/audience_segment_service/update_audience_segments.rb +98 -0
- data/examples/{v201204 → v201308}/common/error_handling.rb +1 -1
- data/examples/{v201206 → v201308}/common/oauth2_handling.rb +1 -1
- data/examples/{v201206/user_service/get_all_users.rb → v201308/common/oauth2_jwt_handling.rb} +21 -7
- data/examples/{v201204 → v201308}/company_service/create_companies.rb +1 -1
- data/examples/{v201204 → v201308}/company_service/get_all_companies.rb +1 -1
- data/examples/{v201204 → v201308}/company_service/get_companies_by_statement.rb +1 -1
- data/examples/{v201204 → v201308}/company_service/get_company.rb +1 -1
- data/examples/{v201206 → v201308}/company_service/update_companies.rb +9 -2
- data/examples/{v201206/inventory_service/get_ad_unit_sizes.rb → v201308/contact_service/create_contacts.rb} +36 -26
- data/examples/{v201206/content_service/get_all_content.rb → v201308/contact_service/get_all_contacts.rb} +14 -16
- data/examples/v201308/contact_service/get_uninvited_contacts.rb +102 -0
- data/examples/{v201206/company_service/create_companies.rb → v201308/contact_service/update_contacts.rb} +26 -23
- data/examples/{v201204 → v201308}/content_service/get_all_content.rb +1 -1
- data/examples/{v201204 → v201308}/content_service/get_content_by_category.rb +47 -40
- data/examples/{v201206 → v201308}/creative_service/copy_image_creatives.rb +2 -2
- data/examples/{v201206 → v201308}/creative_service/create_creative_from_template.rb +2 -2
- data/examples/{v201204 → v201308}/creative_service/create_creatives.rb +15 -9
- data/examples/{v201206 → v201308}/creative_service/create_custom_creative.rb +2 -2
- data/examples/{v201206 → v201308}/creative_service/get_all_creatives.rb +2 -2
- data/examples/{v201206 → v201308}/creative_service/get_creative.rb +2 -2
- data/examples/{v201204 → v201308}/creative_service/get_creatives_by_statement.rb +2 -2
- data/examples/{v201206 → v201308}/creative_service/update_creatives.rb +1 -1
- data/examples/{v201206/line_item_creative_association_service/get_lica.rb → v201308/creative_set_service/associate_creative_set_to_line_item.rb} +22 -22
- data/examples/{v201206 → v201308}/creative_set_service/create_creative_set.rb +1 -1
- data/examples/{v201206 → v201308}/creative_set_service/get_all_creative_sets.rb +1 -1
- data/examples/{v201206 → v201308}/creative_set_service/get_creative_sets_by_statement.rb +1 -1
- data/examples/{v201206 → v201308}/creative_set_service/update_creative_sets.rb +1 -1
- data/examples/{v201206 → v201308}/creative_template_service/get_all_creative_templates.rb +1 -1
- data/examples/{v201204 → v201308}/creative_template_service/get_creative_template.rb +1 -1
- data/examples/{v201206 → v201308}/creative_template_service/get_creative_templates_by_statement.rb +1 -1
- data/examples/v201308/creative_wrapper_service/create_creative_wrappers.rb +89 -0
- data/examples/{v201206/user_service/deactivate_users.rb → v201308/creative_wrapper_service/deactivate_creative_wrapper.rb} +31 -26
- data/examples/{v201206/audience_segment_service/get_all_audience_segments.rb → v201308/creative_wrapper_service/get_all_creative_wrappers.rb} +15 -14
- data/examples/{v201206/team_service/get_teams_by_statement.rb → v201308/creative_wrapper_service/get_creative_wrappers_by_statement.rb} +24 -14
- data/examples/v201308/creative_wrapper_service/update_creative_wrappers.rb +86 -0
- data/examples/{v201204 → v201308}/custom_field_service/create_custom_field_options.rb +1 -1
- data/examples/{v201204 → v201308}/custom_field_service/create_custom_fields.rb +1 -1
- data/examples/{v201204 → v201308}/custom_field_service/deactivate_all_line_item_custom_fields.rb +1 -1
- data/examples/{v201204 → v201308}/custom_field_service/get_all_custom_fields.rb +2 -2
- data/examples/{v201204 → v201308}/custom_field_service/get_all_line_item_custom_fields.rb +1 -1
- data/examples/{v201206 → v201308}/custom_field_service/set_line_item_custom_field_value.rb +1 -1
- data/examples/{v201204 → v201308}/custom_field_service/update_custom_fields.rb +3 -2
- data/examples/{v201204 → v201308}/custom_targeting_service/create_custom_targeting_keys_and_values.rb +2 -2
- data/examples/{v201206 → v201308}/custom_targeting_service/delete_custom_targeting_keys.rb +1 -1
- data/examples/{v201204 → v201308}/custom_targeting_service/delete_custom_targeting_values.rb +1 -1
- data/examples/{v201206 → v201308}/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +1 -1
- data/examples/{v201206 → v201308}/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +1 -1
- data/examples/{v201206 → v201308}/custom_targeting_service/get_custom_targeting_values_by_statement.rb +1 -1
- data/examples/{v201206 → v201308}/custom_targeting_service/update_custom_targeting_keys.rb +1 -1
- data/examples/{v201206 → v201308}/custom_targeting_service/update_custom_targeting_values.rb +1 -1
- data/examples/{v201206 → v201308}/forecast_service/get_forecast.rb +3 -2
- data/examples/{v201206 → v201308}/forecast_service/get_forecast_by_id.rb +2 -1
- data/examples/{v201204 → v201308}/inventory_service/create_ad_units.rb +1 -1
- data/examples/{v201204 → v201308}/inventory_service/create_mobile_ad_unit.rb +3 -2
- data/examples/{v201206 → v201308}/inventory_service/create_video_ad_unit.rb +1 -1
- data/examples/{v201204 → v201308}/inventory_service/deactivate_ad_units.rb +1 -1
- data/examples/{v201206 → v201308}/inventory_service/get_ad_unit.rb +1 -1
- data/examples/{v201203 → v201308}/inventory_service/get_ad_unit_sizes.rb +3 -3
- data/examples/{v201204 → v201308}/inventory_service/get_ad_units_by_statement.rb +1 -1
- data/examples/{v201206 → v201308}/inventory_service/get_all_ad_units.rb +1 -1
- data/examples/{v201206 → v201308}/inventory_service/update_ad_units.rb +3 -1
- data/examples/{v201203 → v201308}/label_service/create_labels.rb +1 -1
- data/examples/{v201206 → v201308}/label_service/deactivate_labels.rb +1 -1
- data/examples/{v201206 → v201308}/label_service/get_all_labels.rb +1 -1
- data/examples/{v201203 → v201308}/label_service/get_label.rb +1 -1
- data/examples/{v201203 → v201308}/label_service/get_labels_by_statement.rb +1 -1
- data/examples/{v201203 → v201308}/label_service/update_labels.rb +2 -2
- data/examples/{v201206 → v201308}/line_item_creative_association_service/create_licas.rb +1 -1
- data/examples/{v201206 → v201308}/line_item_creative_association_service/deactivate_licas.rb +1 -1
- data/examples/{v201204 → v201308}/line_item_creative_association_service/get_all_licas.rb +11 -8
- data/examples/{v201204 → v201308}/line_item_creative_association_service/get_lica.rb +1 -1
- data/examples/{v201206 → v201308}/line_item_creative_association_service/get_licas_by_statement.rb +1 -1
- data/examples/{v201206 → v201308}/line_item_creative_association_service/update_licas.rb +1 -1
- data/examples/{v201206 → v201308}/line_item_service/activate_line_items.rb +1 -1
- data/examples/{v201204 → v201308}/line_item_service/create_line_items.rb +1 -1
- data/examples/{v201204 → v201308}/line_item_service/create_mobile_line_item.rb +1 -1
- data/examples/{v201206 → v201308}/line_item_service/create_video_line_item.rb +4 -2
- data/examples/{v201206 → v201308}/line_item_service/get_all_line_items.rb +1 -1
- data/examples/{v201206 → v201308}/line_item_service/get_line_item.rb +1 -1
- data/examples/{v201204 → v201308}/line_item_service/get_line_items_by_statement.rb +1 -1
- data/examples/{v201206 → v201308}/line_item_service/get_recently_updated_line_items.rb +1 -1
- data/examples/{v201204 → v201308}/line_item_service/target_custom_criteria.rb +1 -1
- data/examples/{v201206 → v201308}/line_item_service/update_line_items.rb +1 -1
- data/examples/{v201204 → v201308}/network_service/get_all_networks.rb +1 -1
- data/examples/{v201206 → v201308}/network_service/get_current_network.rb +1 -1
- data/examples/{v201204 → v201308}/network_service/make_test_network.rb +9 -6
- data/examples/{v201206 → v201308}/order_service/approve_orders.rb +1 -1
- data/examples/{v201206 → v201308}/order_service/create_orders.rb +1 -1
- data/examples/{v201206 → v201308}/order_service/get_all_orders.rb +1 -1
- data/examples/{v201204 → v201308}/order_service/get_order.rb +1 -1
- data/examples/{v201206 → v201308}/order_service/get_orders_by_statement.rb +1 -1
- data/examples/{v201204 → v201308}/order_service/update_orders.rb +3 -1
- data/examples/{v201204 → v201308}/placement_service/create_placements.rb +1 -1
- data/examples/{v201206 → v201308}/placement_service/deactivate_placements.rb +1 -1
- data/examples/{v201206 → v201308}/placement_service/get_all_placements.rb +1 -1
- data/examples/{v201204 → v201308}/placement_service/get_placement.rb +1 -1
- data/examples/{v201204 → v201308}/placement_service/get_placements_by_statement.rb +1 -1
- data/examples/{v201206 → v201308}/placement_service/update_placements.rb +1 -1
- data/examples/{v201206/publisher_query_language_service/get_all_cities.rb → v201308/publisher_query_language_service/get_all_line_items.rb} +33 -23
- data/examples/{v201204/publisher_query_language_service/get_all_cities.rb → v201308/publisher_query_language_service/get_geo_targets.rb} +33 -21
- data/examples/{v201203/publisher_query_language_service/get_all_cities.rb → v201308/publisher_query_language_service/get_line_items_named_like.rb} +36 -25
- data/examples/{v201204/report_service/download_report.rb → v201308/report_service/display_report.rb} +18 -18
- data/examples/{v201206 → v201308}/report_service/download_report.rb +1 -1
- data/examples/{v201206 → v201308}/report_service/run_delivery_report.rb +4 -4
- data/examples/{v201206 → v201308}/report_service/run_inventory_report.rb +2 -3
- data/examples/{v201206 → v201308}/report_service/run_merged_delivery_report.rb +3 -3
- data/examples/{v201204/report_service/run_sales_report.rb → v201308/report_service/run_reach_report.rb} +10 -12
- data/examples/{v201204/report_service/run_delivery_report.rb → v201308/report_service/run_report_with_custom_fields.rb} +53 -21
- data/examples/{v201206 → v201308}/report_service/run_sales_report.rb +3 -3
- data/examples/{v201206 → v201308}/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +1 -1
- data/examples/{v201206 → v201308}/suggested_ad_unit_service/get_all_suggested_ad_units.rb +1 -1
- data/examples/{v201206 → v201308}/suggested_ad_unit_service/get_suggested_ad_unit.rb +1 -1
- data/examples/{v201206 → v201308}/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +1 -1
- data/examples/{v201204 → v201308}/team_service/create_teams.rb +1 -1
- data/examples/{v201204 → v201308}/team_service/get_all_teams.rb +1 -1
- data/examples/{v201206 → v201308}/team_service/get_team.rb +1 -1
- data/examples/{v201204 → v201308}/team_service/get_teams_by_statement.rb +1 -1
- data/examples/{v201206 → v201308}/team_service/update_teams.rb +3 -1
- data/examples/{v201206 → v201308}/user_service/create_users.rb +1 -1
- data/examples/{v201204 → v201308}/user_service/deactivate_users.rb +1 -1
- data/examples/{v201204 → v201308}/user_service/get_all_roles.rb +1 -1
- data/examples/{v201204 → v201308}/user_service/get_all_users.rb +1 -1
- data/examples/{v201206 → v201308}/user_service/get_current_user.rb +1 -1
- data/examples/{v201206 → v201308}/user_service/get_user.rb +1 -1
- data/examples/{v201206 → v201308}/user_service/get_users_by_statement.rb +1 -1
- data/examples/{v201204 → v201308}/user_service/update_users.rb +1 -1
- data/examples/{v201206 → v201308}/user_team_association_service/create_user_team_associations.rb +1 -1
- data/examples/{v201204 → v201308}/user_team_association_service/delete_user_team_associations.rb +1 -1
- data/examples/{v201206 → v201308}/user_team_association_service/get_all_user_team_associations.rb +1 -1
- data/examples/{v201206 → v201308}/user_team_association_service/get_user_team_association.rb +1 -1
- data/examples/{v201204 → v201308}/user_team_association_service/get_user_team_associations_by_statement.rb +1 -1
- data/examples/{v201204 → v201308}/user_team_association_service/update_user_team_associations.rb +1 -1
- data/lib/dfp_api/api_config.rb +23 -32
- data/lib/dfp_api/v201308/activity_group_service.rb +54 -0
- data/lib/dfp_api/v201308/activity_group_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/activity_service.rb +54 -0
- data/lib/dfp_api/v201308/activity_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/ad_rule_service.rb +58 -0
- data/lib/dfp_api/v201308/ad_rule_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/audience_segment_service.rb +46 -0
- data/lib/dfp_api/v201308/audience_segment_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/base_rate_service.rb +58 -0
- data/lib/dfp_api/v201308/base_rate_service_registry.rb +46 -0
- data/lib/dfp_api/{v201203 → v201308}/company_service.rb +7 -7
- data/lib/dfp_api/v201308/company_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/contact_service.rb +54 -0
- data/lib/dfp_api/v201308/contact_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/content_bundle_service.rb +58 -0
- data/lib/dfp_api/v201308/content_bundle_service_registry.rb +46 -0
- data/lib/dfp_api/{v201204 → v201308}/content_service.rb +7 -11
- data/lib/dfp_api/v201308/content_service_registry.rb +46 -0
- data/lib/dfp_api/{v201204 → v201308}/creative_service.rb +7 -7
- data/lib/dfp_api/v201308/creative_service_registry.rb +46 -0
- data/lib/dfp_api/{v201206 → v201308}/creative_set_service.rb +7 -7
- data/lib/dfp_api/v201308/creative_set_service_registry.rb +46 -0
- data/lib/dfp_api/{v201206 → v201308}/creative_template_service.rb +7 -7
- data/lib/dfp_api/{v201206 → v201308}/creative_template_service_registry.rb +4 -4
- data/lib/dfp_api/v201308/creative_wrapper_service.rb +58 -0
- data/lib/dfp_api/v201308/creative_wrapper_service_registry.rb +46 -0
- data/lib/dfp_api/{v201206 → v201308}/custom_field_service.rb +7 -7
- data/lib/dfp_api/{v201206 → v201308}/custom_field_service_registry.rb +4 -4
- data/lib/dfp_api/{v201204 → v201308}/custom_targeting_service.rb +7 -7
- data/lib/dfp_api/{v201204 → v201308}/custom_targeting_service_registry.rb +4 -4
- data/lib/dfp_api/{v201204 → v201308}/forecast_service.rb +7 -7
- data/lib/dfp_api/v201308/forecast_service_registry.rb +46 -0
- data/lib/dfp_api/{v201206 → v201308}/inventory_service.rb +7 -7
- data/lib/dfp_api/v201308/inventory_service_registry.rb +46 -0
- data/lib/dfp_api/{v201206 → v201308}/label_service.rb +7 -7
- data/lib/dfp_api/{v201206 → v201308}/label_service_registry.rb +4 -4
- data/lib/dfp_api/{v201206 → v201308}/line_item_creative_association_service.rb +7 -7
- data/lib/dfp_api/v201308/line_item_creative_association_service_registry.rb +46 -0
- data/lib/dfp_api/{v201203 → v201308}/line_item_service.rb +7 -7
- data/lib/dfp_api/v201308/line_item_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/line_item_template_service.rb +34 -0
- data/lib/dfp_api/v201308/line_item_template_service_registry.rb +46 -0
- data/lib/dfp_api/{v201204 → v201308}/network_service.rb +7 -7
- data/lib/dfp_api/{v201206 → v201308}/network_service_registry.rb +4 -4
- data/lib/dfp_api/{v201203 → v201308}/order_service.rb +7 -7
- data/lib/dfp_api/v201308/order_service_registry.rb +46 -0
- data/lib/dfp_api/{v201206 → v201308}/placement_service.rb +7 -7
- data/lib/dfp_api/v201308/placement_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/product_service.rb +50 -0
- data/lib/dfp_api/v201308/product_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/product_template_service.rb +58 -0
- data/lib/dfp_api/v201308/product_template_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/proposal_line_item_service.rb +58 -0
- data/lib/dfp_api/v201308/proposal_line_item_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/proposal_service.rb +58 -0
- data/lib/dfp_api/v201308/proposal_service_registry.rb +46 -0
- data/lib/dfp_api/{v201204 → v201308}/publisher_query_language_service.rb +7 -7
- data/lib/dfp_api/v201308/publisher_query_language_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/rate_card_customization_service.rb +58 -0
- data/lib/dfp_api/v201308/rate_card_customization_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/rate_card_service.rb +58 -0
- data/lib/dfp_api/v201308/rate_card_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/reconciliation_order_report_service.rb +42 -0
- data/lib/dfp_api/v201308/reconciliation_order_report_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/reconciliation_report_row_service.rb +38 -0
- data/lib/dfp_api/v201308/reconciliation_report_row_service_registry.rb +46 -0
- data/lib/dfp_api/v201308/reconciliation_report_service.rb +46 -0
- data/lib/dfp_api/v201308/reconciliation_report_service_registry.rb +46 -0
- data/lib/dfp_api/{v201206 → v201308}/report_service.rb +11 -7
- data/lib/dfp_api/v201308/report_service_registry.rb +46 -0
- data/lib/dfp_api/{v201203 → v201308}/suggested_ad_unit_service.rb +7 -7
- data/lib/dfp_api/v201308/suggested_ad_unit_service_registry.rb +46 -0
- data/lib/dfp_api/{v201206 → v201308}/team_service.rb +7 -7
- data/lib/dfp_api/v201308/team_service_registry.rb +46 -0
- data/lib/dfp_api/{v201203 → v201308}/user_service.rb +7 -7
- data/lib/dfp_api/v201308/user_service_registry.rb +46 -0
- data/lib/dfp_api/{v201204 → v201308}/user_team_association_service.rb +7 -7
- data/lib/dfp_api/{v201204 → v201308}/user_team_association_service_registry.rb +4 -4
- data/lib/dfp_api/v201308/workflow_action_service.rb +38 -0
- data/lib/dfp_api/v201308/workflow_action_service_registry.rb +46 -0
- data/lib/dfp_api/version.rb +1 -1
- data/test/bugs/test_issue_00000016.rb +2 -2
- metadata +940 -1193
- data/examples/v201203/common/error_handling.rb +0 -75
- data/examples/v201203/company_service/create_companies.rb +0 -80
- data/examples/v201203/company_service/get_all_companies.rb +0 -91
- data/examples/v201203/company_service/get_companies_by_statement.rb +0 -87
- data/examples/v201203/company_service/get_company.rb +0 -71
- data/examples/v201203/company_service/update_companies.rb +0 -94
- data/examples/v201203/content_service/get_content_by_category.rb +0 -135
- data/examples/v201203/creative_service/copy_image_creatives.rb +0 -114
- data/examples/v201203/creative_service/create_creative_from_template.rb +0 -138
- data/examples/v201203/creative_service/create_creatives.rb +0 -105
- data/examples/v201203/creative_service/create_custom_creative.rb +0 -103
- data/examples/v201203/creative_service/get_all_creatives.rb +0 -92
- data/examples/v201203/creative_service/get_creative.rb +0 -71
- data/examples/v201203/creative_service/get_creatives_by_statement.rb +0 -86
- data/examples/v201203/creative_service/update_creatives.rb +0 -95
- data/examples/v201203/creative_template_service/get_all_creative_templates.rb +0 -93
- data/examples/v201203/creative_template_service/get_creative_template.rb +0 -73
- data/examples/v201203/creative_template_service/get_creative_templates_by_statement.rb +0 -79
- data/examples/v201203/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -139
- data/examples/v201203/custom_targeting_service/delete_custom_targeting_keys.rb +0 -120
- data/examples/v201203/custom_targeting_service/delete_custom_targeting_values.rb +0 -124
- data/examples/v201203/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -147
- data/examples/v201203/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -91
- data/examples/v201203/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -97
- data/examples/v201203/custom_targeting_service/update_custom_targeting_keys.rb +0 -93
- data/examples/v201203/custom_targeting_service/update_custom_targeting_values.rb +0 -105
- data/examples/v201203/forecast_service/get_forecast.rb +0 -106
- data/examples/v201203/forecast_service/get_forecast_by_id.rb +0 -79
- data/examples/v201203/inventory_service/create_ad_units.rb +0 -100
- data/examples/v201203/inventory_service/create_mobile_ad_unit.rb +0 -99
- data/examples/v201203/inventory_service/create_video_ad_unit.rb +0 -107
- data/examples/v201203/inventory_service/deactivate_ad_units.rb +0 -118
- data/examples/v201203/inventory_service/get_ad_unit.rb +0 -71
- data/examples/v201203/inventory_service/get_ad_units_by_statement.rb +0 -95
- data/examples/v201203/inventory_service/get_all_ad_units.rb +0 -92
- data/examples/v201203/inventory_service/update_ad_units.rb +0 -93
- data/examples/v201203/label_service/deactivate_labels.rb +0 -117
- data/examples/v201203/label_service/get_all_labels.rb +0 -95
- data/examples/v201203/line_item_creative_association_service/create_licas.rb +0 -93
- data/examples/v201203/line_item_creative_association_service/deactivate_licas.rb +0 -126
- data/examples/v201203/line_item_creative_association_service/get_all_licas.rb +0 -94
- data/examples/v201203/line_item_creative_association_service/get_lica.rb +0 -76
- data/examples/v201203/line_item_creative_association_service/get_licas_by_statement.rb +0 -90
- data/examples/v201203/line_item_creative_association_service/update_licas.rb +0 -91
- data/examples/v201203/line_item_service/activate_line_items.rb +0 -130
- data/examples/v201203/line_item_service/create_line_items.rb +0 -176
- data/examples/v201203/line_item_service/create_mobile_line_item.rb +0 -134
- data/examples/v201203/line_item_service/create_video_line_item.rb +0 -155
- data/examples/v201203/line_item_service/get_all_line_items.rb +0 -93
- data/examples/v201203/line_item_service/get_line_item.rb +0 -73
- data/examples/v201203/line_item_service/get_line_items_by_statement.rb +0 -92
- data/examples/v201203/line_item_service/get_recently_updated_line_items.rb +0 -97
- data/examples/v201203/line_item_service/target_custom_criteria.rb +0 -128
- data/examples/v201203/line_item_service/update_line_items.rb +0 -108
- data/examples/v201203/network_service/get_all_networks.rb +0 -73
- data/examples/v201203/network_service/get_current_network.rb +0 -65
- data/examples/v201203/network_service/make_test_network.rb +0 -76
- data/examples/v201203/order_service/approve_orders.rb +0 -121
- data/examples/v201203/order_service/create_orders.rb +0 -91
- data/examples/v201203/order_service/get_all_orders.rb +0 -92
- data/examples/v201203/order_service/get_order.rb +0 -73
- data/examples/v201203/order_service/get_orders_by_statement.rb +0 -89
- data/examples/v201203/order_service/update_orders.rb +0 -94
- data/examples/v201203/placement_service/create_placements.rb +0 -128
- data/examples/v201203/placement_service/deactivate_placements.rb +0 -117
- data/examples/v201203/placement_service/get_all_placements.rb +0 -92
- data/examples/v201203/placement_service/get_placement.rb +0 -73
- data/examples/v201203/placement_service/get_placements_by_statement.rb +0 -85
- data/examples/v201203/placement_service/update_placements.rb +0 -96
- data/examples/v201203/report_service/download_report.rb +0 -80
- data/examples/v201203/report_service/run_delivery_report.rb +0 -102
- data/examples/v201203/report_service/run_inventory_report.rb +0 -91
- data/examples/v201203/report_service/run_merged_delivery_report.rb +0 -93
- data/examples/v201203/report_service/run_sales_report.rb +0 -88
- data/examples/v201203/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +0 -108
- data/examples/v201203/suggested_ad_unit_service/get_all_suggested_ad_units.rb +0 -95
- data/examples/v201203/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -74
- data/examples/v201203/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +0 -91
- data/examples/v201203/team_service/create_teams.rb +0 -91
- data/examples/v201203/team_service/get_all_teams.rb +0 -91
- data/examples/v201203/team_service/get_team.rb +0 -73
- data/examples/v201203/team_service/get_teams_by_statement.rb +0 -86
- data/examples/v201203/team_service/update_teams.rb +0 -103
- data/examples/v201203/third_party_slot_service/archive_third_party_slots.rb +0 -124
- data/examples/v201203/third_party_slot_service/create_third_party_slot.rb +0 -90
- data/examples/v201203/third_party_slot_service/get_all_third_party_slots.rb +0 -92
- data/examples/v201203/third_party_slot_service/get_third_party_slot_by_statement.rb +0 -85
- data/examples/v201203/third_party_slot_service/update_third_party_slots.rb +0 -94
- data/examples/v201203/user_service/create_users.rb +0 -88
- data/examples/v201203/user_service/deactivate_users.rb +0 -98
- data/examples/v201203/user_service/get_all_roles.rb +0 -72
- data/examples/v201203/user_service/get_all_users.rb +0 -92
- data/examples/v201203/user_service/get_current_user.rb +0 -65
- data/examples/v201203/user_service/get_user.rb +0 -72
- data/examples/v201203/user_service/get_users_by_statement.rb +0 -78
- data/examples/v201203/user_service/update_users.rb +0 -88
- data/examples/v201204/common/oauth2_handling.rb +0 -128
- data/examples/v201204/company_service/update_companies.rb +0 -95
- data/examples/v201204/creative_service/copy_image_creatives.rb +0 -115
- data/examples/v201204/creative_service/create_creative_from_template.rb +0 -139
- data/examples/v201204/creative_service/create_custom_creative.rb +0 -104
- data/examples/v201204/creative_service/get_all_creatives.rb +0 -93
- data/examples/v201204/creative_service/get_creative.rb +0 -72
- data/examples/v201204/creative_service/update_creatives.rb +0 -96
- data/examples/v201204/creative_template_service/get_all_creative_templates.rb +0 -94
- data/examples/v201204/creative_template_service/get_creative_templates_by_statement.rb +0 -80
- data/examples/v201204/custom_field_service/set_line_item_custom_field_value.rb +0 -135
- data/examples/v201204/custom_targeting_service/delete_custom_targeting_keys.rb +0 -121
- data/examples/v201204/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -148
- data/examples/v201204/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -92
- data/examples/v201204/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -98
- data/examples/v201204/custom_targeting_service/update_custom_targeting_keys.rb +0 -94
- data/examples/v201204/custom_targeting_service/update_custom_targeting_values.rb +0 -106
- data/examples/v201204/forecast_service/get_forecast.rb +0 -107
- data/examples/v201204/forecast_service/get_forecast_by_id.rb +0 -80
- data/examples/v201204/inventory_service/create_video_ad_unit.rb +0 -108
- data/examples/v201204/inventory_service/get_ad_unit.rb +0 -72
- data/examples/v201204/inventory_service/get_all_ad_units.rb +0 -93
- data/examples/v201204/inventory_service/update_ad_units.rb +0 -94
- data/examples/v201204/label_service/deactivate_labels.rb +0 -118
- data/examples/v201204/label_service/get_all_labels.rb +0 -95
- data/examples/v201204/label_service/get_label.rb +0 -76
- data/examples/v201204/label_service/get_labels_by_statement.rb +0 -81
- data/examples/v201204/label_service/update_labels.rb +0 -102
- data/examples/v201204/line_item_creative_association_service/create_licas.rb +0 -94
- data/examples/v201204/line_item_creative_association_service/deactivate_licas.rb +0 -127
- data/examples/v201204/line_item_creative_association_service/get_licas_by_statement.rb +0 -91
- data/examples/v201204/line_item_creative_association_service/update_licas.rb +0 -91
- data/examples/v201204/line_item_service/activate_line_items.rb +0 -131
- data/examples/v201204/line_item_service/create_video_line_item.rb +0 -156
- data/examples/v201204/line_item_service/get_all_line_items.rb +0 -94
- data/examples/v201204/line_item_service/get_line_item.rb +0 -74
- data/examples/v201204/line_item_service/get_recently_updated_line_items.rb +0 -98
- data/examples/v201204/line_item_service/update_line_items.rb +0 -109
- data/examples/v201204/network_service/get_current_network.rb +0 -66
- data/examples/v201204/order_service/approve_orders.rb +0 -122
- data/examples/v201204/order_service/create_orders.rb +0 -92
- data/examples/v201204/order_service/get_all_orders.rb +0 -93
- data/examples/v201204/order_service/get_orders_by_statement.rb +0 -90
- data/examples/v201204/placement_service/deactivate_placements.rb +0 -118
- data/examples/v201204/placement_service/get_all_placements.rb +0 -93
- data/examples/v201204/placement_service/update_placements.rb +0 -97
- data/examples/v201204/report_service/run_inventory_report.rb +0 -92
- data/examples/v201204/report_service/run_merged_delivery_report.rb +0 -94
- data/examples/v201204/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +0 -109
- data/examples/v201204/suggested_ad_unit_service/get_all_suggested_ad_units.rb +0 -96
- data/examples/v201204/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -75
- data/examples/v201204/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +0 -92
- data/examples/v201204/team_service/get_team.rb +0 -74
- data/examples/v201204/team_service/update_teams.rb +0 -95
- data/examples/v201204/third_party_slot_service/archive_third_party_slots.rb +0 -125
- data/examples/v201204/third_party_slot_service/create_third_party_slot.rb +0 -91
- data/examples/v201204/third_party_slot_service/get_all_third_party_slots.rb +0 -93
- data/examples/v201204/third_party_slot_service/get_third_party_slot_by_statement.rb +0 -86
- data/examples/v201204/third_party_slot_service/update_third_party_slots.rb +0 -95
- data/examples/v201204/user_service/create_users.rb +0 -89
- data/examples/v201204/user_service/get_current_user.rb +0 -66
- data/examples/v201204/user_service/get_user.rb +0 -73
- data/examples/v201204/user_service/get_users_by_statement.rb +0 -79
- data/examples/v201204/user_team_association_service/create_user_team_associations.rb +0 -86
- data/examples/v201204/user_team_association_service/get_all_user_team_associations.rb +0 -94
- data/examples/v201204/user_team_association_service/get_user_team_association.rb +0 -76
- data/examples/v201206/common/error_handling.rb +0 -76
- data/examples/v201206/company_service/get_all_companies.rb +0 -92
- data/examples/v201206/company_service/get_companies_by_statement.rb +0 -88
- data/examples/v201206/company_service/get_company.rb +0 -72
- data/examples/v201206/content_service/get_content_by_category.rb +0 -136
- data/examples/v201206/creative_service/create_creatives.rb +0 -106
- data/examples/v201206/creative_service/get_creatives_by_statement.rb +0 -87
- data/examples/v201206/creative_template_service/get_creative_template.rb +0 -74
- data/examples/v201206/custom_field_service/create_custom_field_options.rb +0 -87
- data/examples/v201206/custom_field_service/create_custom_fields.rb +0 -86
- data/examples/v201206/custom_field_service/deactivate_all_line_item_custom_fields.rb +0 -112
- data/examples/v201206/custom_field_service/get_all_custom_fields.rb +0 -102
- data/examples/v201206/custom_field_service/get_all_line_item_custom_fields.rb +0 -86
- data/examples/v201206/custom_field_service/update_custom_fields.rb +0 -83
- data/examples/v201206/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -140
- data/examples/v201206/custom_targeting_service/delete_custom_targeting_values.rb +0 -125
- data/examples/v201206/inventory_service/create_ad_units.rb +0 -101
- data/examples/v201206/inventory_service/create_mobile_ad_unit.rb +0 -100
- data/examples/v201206/inventory_service/deactivate_ad_units.rb +0 -119
- data/examples/v201206/inventory_service/get_ad_units_by_statement.rb +0 -96
- data/examples/v201206/label_service/create_labels.rb +0 -83
- data/examples/v201206/label_service/get_label.rb +0 -76
- data/examples/v201206/label_service/get_labels_by_statement.rb +0 -81
- data/examples/v201206/label_service/update_labels.rb +0 -102
- data/examples/v201206/line_item_creative_association_service/get_all_licas.rb +0 -95
- data/examples/v201206/line_item_service/create_line_items.rb +0 -177
- data/examples/v201206/line_item_service/create_mobile_line_item.rb +0 -135
- data/examples/v201206/line_item_service/get_line_items_by_statement.rb +0 -93
- data/examples/v201206/line_item_service/target_custom_criteria.rb +0 -129
- data/examples/v201206/network_service/get_all_networks.rb +0 -74
- data/examples/v201206/network_service/make_test_network.rb +0 -76
- data/examples/v201206/order_service/get_order.rb +0 -74
- data/examples/v201206/order_service/update_orders.rb +0 -95
- data/examples/v201206/placement_service/create_placements.rb +0 -131
- data/examples/v201206/placement_service/get_placement.rb +0 -74
- data/examples/v201206/placement_service/get_placements_by_statement.rb +0 -86
- data/examples/v201206/team_service/create_teams.rb +0 -83
- data/examples/v201206/team_service/get_all_teams.rb +0 -92
- data/examples/v201206/third_party_slot_service/archive_third_party_slots.rb +0 -125
- data/examples/v201206/third_party_slot_service/create_third_party_slot.rb +0 -91
- data/examples/v201206/third_party_slot_service/get_all_third_party_slots.rb +0 -93
- data/examples/v201206/third_party_slot_service/get_third_party_slot_by_statement.rb +0 -86
- data/examples/v201206/third_party_slot_service/update_third_party_slots.rb +0 -95
- data/examples/v201206/user_service/get_all_roles.rb +0 -73
- data/examples/v201206/user_team_association_service/delete_user_team_associations.rb +0 -111
- data/examples/v201206/user_team_association_service/get_user_team_associations_by_statement.rb +0 -94
- data/examples/v201206/user_team_association_service/update_user_team_associations.rb +0 -102
- data/lib/dfp_api/v201203/audience_segment_service.rb +0 -34
- data/lib/dfp_api/v201203/audience_segment_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/company_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/content_service.rb +0 -42
- data/lib/dfp_api/v201203/content_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/creative_service.rb +0 -54
- data/lib/dfp_api/v201203/creative_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/creative_template_service.rb +0 -38
- data/lib/dfp_api/v201203/creative_template_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/custom_targeting_service.rb +0 -62
- data/lib/dfp_api/v201203/custom_targeting_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/forecast_service.rb +0 -38
- data/lib/dfp_api/v201203/forecast_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/inventory_service.rb +0 -66
- data/lib/dfp_api/v201203/inventory_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/label_service.rb +0 -58
- data/lib/dfp_api/v201203/label_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/line_item_creative_association_service.rb +0 -62
- data/lib/dfp_api/v201203/line_item_creative_association_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/line_item_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/network_service.rb +0 -46
- data/lib/dfp_api/v201203/network_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/order_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/placement_service.rb +0 -58
- data/lib/dfp_api/v201203/placement_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/publisher_query_language_service.rb +0 -34
- data/lib/dfp_api/v201203/publisher_query_language_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/report_service.rb +0 -42
- data/lib/dfp_api/v201203/report_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/suggested_ad_unit_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/team_service.rb +0 -54
- data/lib/dfp_api/v201203/team_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/third_party_slot_service.rb +0 -46
- data/lib/dfp_api/v201203/third_party_slot_service_registry.rb +0 -46
- data/lib/dfp_api/v201203/user_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/audience_segment_service.rb +0 -34
- data/lib/dfp_api/v201204/audience_segment_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/company_service.rb +0 -54
- data/lib/dfp_api/v201204/company_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/content_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/creative_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/creative_template_service.rb +0 -38
- data/lib/dfp_api/v201204/creative_template_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/custom_field_service.rb +0 -78
- data/lib/dfp_api/v201204/custom_field_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/forecast_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/inventory_service.rb +0 -62
- data/lib/dfp_api/v201204/inventory_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/label_service.rb +0 -58
- data/lib/dfp_api/v201204/label_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/line_item_creative_association_service.rb +0 -62
- data/lib/dfp_api/v201204/line_item_creative_association_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/line_item_service.rb +0 -58
- data/lib/dfp_api/v201204/line_item_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/network_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/order_service.rb +0 -58
- data/lib/dfp_api/v201204/order_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/placement_service.rb +0 -58
- data/lib/dfp_api/v201204/placement_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/publisher_query_language_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/report_service.rb +0 -42
- data/lib/dfp_api/v201204/report_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/suggested_ad_unit_service.rb +0 -42
- data/lib/dfp_api/v201204/suggested_ad_unit_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/team_service.rb +0 -54
- data/lib/dfp_api/v201204/team_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/third_party_slot_service.rb +0 -46
- data/lib/dfp_api/v201204/third_party_slot_service_registry.rb +0 -46
- data/lib/dfp_api/v201204/user_service.rb +0 -66
- data/lib/dfp_api/v201204/user_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/audience_segment_service.rb +0 -34
- data/lib/dfp_api/v201206/audience_segment_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/company_service.rb +0 -54
- data/lib/dfp_api/v201206/company_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/content_service.rb +0 -42
- data/lib/dfp_api/v201206/content_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/creative_service.rb +0 -54
- data/lib/dfp_api/v201206/creative_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/creative_set_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/custom_targeting_service.rb +0 -62
- data/lib/dfp_api/v201206/custom_targeting_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/forecast_service.rb +0 -38
- data/lib/dfp_api/v201206/forecast_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/inventory_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/line_item_creative_association_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/line_item_service.rb +0 -58
- data/lib/dfp_api/v201206/line_item_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/network_service.rb +0 -46
- data/lib/dfp_api/v201206/order_service.rb +0 -58
- data/lib/dfp_api/v201206/order_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/placement_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/publisher_query_language_service.rb +0 -34
- data/lib/dfp_api/v201206/publisher_query_language_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/report_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/suggested_ad_unit_service.rb +0 -42
- data/lib/dfp_api/v201206/suggested_ad_unit_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/team_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/third_party_slot_service.rb +0 -46
- data/lib/dfp_api/v201206/third_party_slot_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/user_service.rb +0 -66
- data/lib/dfp_api/v201206/user_service_registry.rb +0 -46
- data/lib/dfp_api/v201206/user_team_association_service.rb +0 -58
- data/lib/dfp_api/v201206/user_team_association_service_registry.rb +0 -46
@@ -0,0 +1,46 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2013-09-11 13:26:41.
|
9
|
+
|
10
|
+
require 'ads_common/savon_service'
|
11
|
+
require 'dfp_api/v201308/audience_segment_service_registry'
|
12
|
+
|
13
|
+
module DfpApi; module V201308; module AudienceSegmentService
|
14
|
+
class AudienceSegmentService < AdsCommon::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://www.google.com/apis/ads/publisher/v201308'
|
17
|
+
super(config, endpoint, namespace, :v201308)
|
18
|
+
end
|
19
|
+
|
20
|
+
def create_audience_segments(*args, &block)
|
21
|
+
return execute_action('create_audience_segments', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def get_audience_segments_by_statement(*args, &block)
|
25
|
+
return execute_action('get_audience_segments_by_statement', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
def perform_audience_segment_action(*args, &block)
|
29
|
+
return execute_action('perform_audience_segment_action', args, &block)
|
30
|
+
end
|
31
|
+
|
32
|
+
def update_audience_segments(*args, &block)
|
33
|
+
return execute_action('update_audience_segments', args, &block)
|
34
|
+
end
|
35
|
+
|
36
|
+
private
|
37
|
+
|
38
|
+
def get_service_registry()
|
39
|
+
return AudienceSegmentServiceRegistry
|
40
|
+
end
|
41
|
+
|
42
|
+
def get_module()
|
43
|
+
return DfpApi::V201308::AudienceSegmentService
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end; end; end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2013-09-11 13:26:41.
|
9
|
+
|
10
|
+
require 'dfp_api/errors'
|
11
|
+
|
12
|
+
module DfpApi; module V201308; module AudienceSegmentService
|
13
|
+
class AudienceSegmentServiceRegistry
|
14
|
+
AUDIENCESEGMENTSERVICE_METHODS = {:create_audience_segments=>{:input=>[{:name=>:segments, :type=>"FirstPartyAudienceSegment", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_audience_segments_response", :fields=>[{:name=>:rval, :type=>"FirstPartyAudienceSegment", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_audience_segments_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_audience_segments_by_statement_response", :fields=>[{:name=>:rval, :type=>"AudienceSegmentPage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_audience_segment_action=>{:input=>[{:name=>:action, :type=>"AudienceSegmentAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_audience_segment_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}, :update_audience_segments=>{:input=>[{:name=>:segments, :type=>"FirstPartyAudienceSegment", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_audience_segments_response", :fields=>[{:name=>:rval, :type=>"FirstPartyAudienceSegment", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
|
15
|
+
AUDIENCESEGMENTSERVICE_TYPES = {:ActivateAudienceSegments=>{:fields=>[], :base=>"AudienceSegmentAction"}, :AdUnitTargeting=>{:fields=>[{:name=>:ad_unit_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:include_descendants, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}]}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:api_error_type, :original_name=>"ApiError.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_exception_type, :original_name=>"ApplicationException.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :ApproveAudienceSegments=>{:fields=>[], :base=>"AudienceSegmentAction"}, :AudienceSegmentDataProvider=>{:fields=>[{:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :AudienceSegmentPage=>{:fields=>[{:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:results, :type=>"AudienceSegment", :min_occurs=>0, :max_occurs=>:unbounded}]}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :FirstPartyAudienceSegment=>{:fields=>[], :abstract=>true, :base=>"AudienceSegment"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :ClientLogin=>{:fields=>[{:name=>:token, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Authentication"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CustomCriteria=>{:fields=>[{:name=>:key_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:value_ids, :type=>"long", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:operator, :type=>"CustomCriteria.ComparisonOperator", :min_occurs=>0, :max_occurs=>1}], :base=>"CustomCriteriaLeaf"}, :CustomCriteriaSet=>{:fields=>[{:name=>:logical_operator, :type=>"CustomCriteriaSet.LogicalOperator", :min_occurs=>0, :max_occurs=>1}, {:name=>:children, :type=>"CustomCriteriaNode", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"CustomCriteriaNode"}, :CustomCriteriaLeaf=>{:fields=>[], :abstract=>true, :base=>"CustomCriteriaNode"}, :CustomCriteriaNode=>{:fields=>[{:name=>:custom_criteria_node_type, :original_name=>"CustomCriteriaNode.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AudienceSegmentCriteria=>{:fields=>[{:name=>:operator, :type=>"AudienceSegmentCriteria.ComparisonOperator", :min_occurs=>0, :max_occurs=>1}, {:name=>:audience_segment_ids, :type=>"long", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"CustomCriteriaLeaf"}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :original_name=>"timeZoneID", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DeactivateAudienceSegments=>{:fields=>[], :base=>"AudienceSegmentAction"}, :ThirdPartyAudienceSegment=>{:fields=>[{:name=>:approval_status, :type=>"ThirdPartyAudienceSegment.AudienceSegmentApprovalStatus", :min_occurs=>0, :max_occurs=>1}, {:name=>:cost, :type=>"Money", :min_occurs=>0, :max_occurs=>1}, {:name=>:start_date_time, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}, {:name=>:end_date_time, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"AudienceSegment"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InventoryTargeting=>{:fields=>[{:name=>:targeted_ad_units, :type=>"AdUnitTargeting", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:excluded_ad_units, :type=>"AdUnitTargeting", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:targeted_placement_ids, :type=>"long", :min_occurs=>0, :max_occurs=>:unbounded}]}, :Money=>{:fields=>[{:name=>:currency_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:micro_amount, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :NonRuleBasedFirstPartyAudienceSegment=>{:fields=>[], :base=>"FirstPartyAudienceSegment"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :OAuth=>{:fields=>[{:name=>:parameters, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Authentication"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PopulateAudienceSegments=>{:fields=>[], :base=>"AudienceSegmentAction"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :FirstPartyAudienceSegmentRule=>{:fields=>[{:name=>:inventory_rule, :type=>"InventoryTargeting", :min_occurs=>0, :max_occurs=>1}, {:name=>:custom_criteria_rule, :type=>"CustomCriteriaSet", :min_occurs=>0, :max_occurs=>1}]}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RejectAudienceSegments=>{:fields=>[], :base=>"AudienceSegmentAction"}, :RequiredError=>{:fields=>[{:name=>:reason, :type=>"RequiredError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RuleBasedFirstPartyAudienceSegment=>{:fields=>[{:name=>:rule, :type=>"FirstPartyAudienceSegmentRule", :min_occurs=>0, :max_occurs=>1}], :base=>"RuleBasedFirstPartyAudienceSegmentSummary"}, :RuleBasedFirstPartyAudienceSegmentSummary=>{:fields=>[{:name=>:page_views, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:recency_days, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:membership_expiration_days, :type=>"int", :min_occurs=>0, :max_occurs=>1}], :base=>"FirstPartyAudienceSegment"}, :AudienceSegmentAction=>{:fields=>[{:name=>:audience_segment_action_type, :original_name=>"AudienceSegmentAction.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AudienceSegment=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:description, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:status, :type=>"AudienceSegment.Status", :min_occurs=>0, :max_occurs=>1}, {:name=>:size, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:data_provider, :type=>"AudienceSegmentDataProvider", :min_occurs=>0, :max_occurs=>1}, {:name=>:type, :type=>"AudienceSegment.AudienceSegmentType", :min_occurs=>0, :max_occurs=>1}, {:name=>:audience_segment_type, :original_name=>"AudienceSegment.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :AudienceSegmentError=>{:fields=>[{:name=>:reason, :type=>"AudienceSegmentError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SharedAudienceSegment=>{:fields=>[], :base=>"AudienceSegment"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:authentication, :type=>"Authentication", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UpdateResult=>{:fields=>[{:name=>:num_changes, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :Value=>{:fields=>[{:name=>:value_type, :original_name=>"Value.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :"ApiVersionError.Reason"=>{:fields=>[]}, :"AuthenticationError.Reason"=>{:fields=>[]}, :"CommonError.Reason"=>{:fields=>[]}, :"CustomCriteria.ComparisonOperator"=>{:fields=>[]}, :"CustomCriteriaSet.LogicalOperator"=>{:fields=>[]}, :"AudienceSegmentCriteria.ComparisonOperator"=>{:fields=>[]}, :"ThirdPartyAudienceSegment.AudienceSegmentApprovalStatus"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"RequiredError.Reason"=>{:fields=>[]}, :"AudienceSegment.AudienceSegmentType"=>{:fields=>[]}, :"AudienceSegment.Status"=>{:fields=>[]}, :"AudienceSegmentError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}}
|
16
|
+
AUDIENCESEGMENTSERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return AUDIENCESEGMENTSERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return AUDIENCESEGMENTSERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return AUDIENCESEGMENTSERVICE_NAMESPACES[index]
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
# Base class for exceptions.
|
32
|
+
class ApplicationException < DfpApi::Errors::ApiException
|
33
|
+
attr_reader :message # string
|
34
|
+
attr_reader :application_exception_type # string
|
35
|
+
end
|
36
|
+
|
37
|
+
# Exception class for holding a list of service errors.
|
38
|
+
class ApiException < ApplicationException
|
39
|
+
attr_reader :errors # ApiError
|
40
|
+
def initialize(exception_fault)
|
41
|
+
@array_fields ||= []
|
42
|
+
@array_fields << 'errors'
|
43
|
+
super(exception_fault, AudienceSegmentServiceRegistry)
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end; end; end
|
@@ -0,0 +1,58 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2013-09-11 13:26:53.
|
9
|
+
|
10
|
+
require 'ads_common/savon_service'
|
11
|
+
require 'dfp_api/v201308/base_rate_service_registry'
|
12
|
+
|
13
|
+
module DfpApi; module V201308; module BaseRateService
|
14
|
+
class BaseRateService < AdsCommon::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://www.google.com/apis/ads/publisher/v201308'
|
17
|
+
super(config, endpoint, namespace, :v201308)
|
18
|
+
end
|
19
|
+
|
20
|
+
def create_base_rate(*args, &block)
|
21
|
+
return execute_action('create_base_rate', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def create_base_rates(*args, &block)
|
25
|
+
return execute_action('create_base_rates', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
def get_base_rate(*args, &block)
|
29
|
+
return execute_action('get_base_rate', args, &block)
|
30
|
+
end
|
31
|
+
|
32
|
+
def get_base_rates_by_statement(*args, &block)
|
33
|
+
return execute_action('get_base_rates_by_statement', args, &block)
|
34
|
+
end
|
35
|
+
|
36
|
+
def perform_base_rate_action(*args, &block)
|
37
|
+
return execute_action('perform_base_rate_action', args, &block)
|
38
|
+
end
|
39
|
+
|
40
|
+
def update_base_rate(*args, &block)
|
41
|
+
return execute_action('update_base_rate', args, &block)
|
42
|
+
end
|
43
|
+
|
44
|
+
def update_base_rates(*args, &block)
|
45
|
+
return execute_action('update_base_rates', args, &block)
|
46
|
+
end
|
47
|
+
|
48
|
+
private
|
49
|
+
|
50
|
+
def get_service_registry()
|
51
|
+
return BaseRateServiceRegistry
|
52
|
+
end
|
53
|
+
|
54
|
+
def get_module()
|
55
|
+
return DfpApi::V201308::BaseRateService
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end; end; end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2013-09-11 13:26:53.
|
9
|
+
|
10
|
+
require 'dfp_api/errors'
|
11
|
+
|
12
|
+
module DfpApi; module V201308; module BaseRateService
|
13
|
+
class BaseRateServiceRegistry
|
14
|
+
BASERATESERVICE_METHODS = {:create_base_rate=>{:input=>[{:name=>:base_rate, :type=>"BaseRate", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"create_base_rate_response", :fields=>[{:name=>:rval, :type=>"BaseRate", :min_occurs=>0, :max_occurs=>1}]}}, :create_base_rates=>{:input=>[{:name=>:base_rates, :type=>"BaseRate", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_base_rates_response", :fields=>[{:name=>:rval, :type=>"BaseRate", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_base_rate=>{:input=>[{:name=>:base_rate_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_base_rate_response", :fields=>[{:name=>:rval, :type=>"BaseRate", :min_occurs=>0, :max_occurs=>1}]}}, :get_base_rates_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_base_rates_by_statement_response", :fields=>[{:name=>:rval, :type=>"BaseRatePage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_base_rate_action=>{:input=>[{:name=>:base_rate_action, :type=>"BaseRateAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_base_rate_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}, :update_base_rate=>{:input=>[{:name=>:base_rate, :type=>"BaseRate", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"update_base_rate_response", :fields=>[{:name=>:rval, :type=>"BaseRate", :min_occurs=>0, :max_occurs=>1}]}}, :update_base_rates=>{:input=>[{:name=>:base_rates, :type=>"BaseRate", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_base_rates_response", :fields=>[{:name=>:rval, :type=>"BaseRate", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
|
15
|
+
BASERATESERVICE_TYPES = {:ActivateBaseRates=>{:fields=>[], :base=>"BaseRateAction"}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:api_error_type, :original_name=>"ApiError.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_exception_type, :original_name=>"ApplicationException.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BaseRateAction=>{:fields=>[{:name=>:base_rate_action_type, :original_name=>"BaseRateAction.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :BaseRateActionError=>{:fields=>[{:name=>:reason, :type=>"BaseRateActionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BaseRate=>{:fields=>[{:name=>:rate_card_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:status, :type=>"BaseRateStatus", :min_occurs=>0, :max_occurs=>1}, {:name=>:base_rate_type, :original_name=>"BaseRate.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :BaseRateError=>{:fields=>[{:name=>:reason, :type=>"BaseRateError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BaseRatePage=>{:fields=>[{:name=>:results, :type=>"BaseRate", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :ClientLogin=>{:fields=>[{:name=>:token, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Authentication"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :original_name=>"timeZoneID", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DeactivateBaseRates=>{:fields=>[], :base=>"BaseRateAction"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Money=>{:fields=>[{:name=>:currency_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:micro_amount, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NullError=>{:fields=>[{:name=>:reason, :type=>"NullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :OAuth=>{:fields=>[{:name=>:parameters, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Authentication"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ProductBaseRate=>{:fields=>[{:name=>:product_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:rate, :type=>"Money", :min_occurs=>0, :max_occurs=>1}], :base=>"BaseRate"}, :ProductTemplateBaseRate=>{:fields=>[{:name=>:product_template_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:rate, :type=>"Money", :min_occurs=>0, :max_occurs=>1}], :base=>"BaseRate"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RangeError=>{:fields=>[{:name=>:reason, :type=>"RangeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredError=>{:fields=>[{:name=>:reason, :type=>"RequiredError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:authentication, :type=>"Authentication", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UpdateResult=>{:fields=>[{:name=>:num_changes, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :Value=>{:fields=>[{:name=>:value_type, :original_name=>"Value.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :"ApiVersionError.Reason"=>{:fields=>[]}, :"AuthenticationError.Reason"=>{:fields=>[]}, :"BaseRateActionError.Reason"=>{:fields=>[]}, :"BaseRateError.Reason"=>{:fields=>[]}, :BaseRateStatus=>{:fields=>[]}, :"CommonError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"NullError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"RangeError.Reason"=>{:fields=>[]}, :"RequiredError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}}
|
16
|
+
BASERATESERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return BASERATESERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return BASERATESERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return BASERATESERVICE_NAMESPACES[index]
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
# Base class for exceptions.
|
32
|
+
class ApplicationException < DfpApi::Errors::ApiException
|
33
|
+
attr_reader :message # string
|
34
|
+
attr_reader :application_exception_type # string
|
35
|
+
end
|
36
|
+
|
37
|
+
# Exception class for holding a list of service errors.
|
38
|
+
class ApiException < ApplicationException
|
39
|
+
attr_reader :errors # ApiError
|
40
|
+
def initialize(exception_fault)
|
41
|
+
@array_fields ||= []
|
42
|
+
@array_fields << 'errors'
|
43
|
+
super(exception_fault, BaseRateServiceRegistry)
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end; end; end
|
@@ -2,19 +2,19 @@
|
|
2
2
|
#
|
3
3
|
# This is auto-generated code, changes will be overwritten.
|
4
4
|
#
|
5
|
-
# Copyright:: Copyright
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
7
7
|
#
|
8
|
-
# Code generated by AdsCommon library 0.9.
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2013-09-11 13:26:05.
|
9
9
|
|
10
10
|
require 'ads_common/savon_service'
|
11
|
-
require 'dfp_api/
|
11
|
+
require 'dfp_api/v201308/company_service_registry'
|
12
12
|
|
13
|
-
module DfpApi; module
|
13
|
+
module DfpApi; module V201308; module CompanyService
|
14
14
|
class CompanyService < AdsCommon::SavonService
|
15
15
|
def initialize(config, endpoint)
|
16
|
-
namespace = 'https://www.google.com/apis/ads/publisher/
|
17
|
-
super(config, endpoint, namespace, :
|
16
|
+
namespace = 'https://www.google.com/apis/ads/publisher/v201308'
|
17
|
+
super(config, endpoint, namespace, :v201308)
|
18
18
|
end
|
19
19
|
|
20
20
|
def create_companies(*args, &block)
|
@@ -48,7 +48,7 @@ module DfpApi; module V201203; module CompanyService
|
|
48
48
|
end
|
49
49
|
|
50
50
|
def get_module()
|
51
|
-
return DfpApi::
|
51
|
+
return DfpApi::V201308::CompanyService
|
52
52
|
end
|
53
53
|
end
|
54
54
|
end; end; end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2013-09-11 13:26:05.
|
9
|
+
|
10
|
+
require 'dfp_api/errors'
|
11
|
+
|
12
|
+
module DfpApi; module V201308; module CompanyService
|
13
|
+
class CompanyServiceRegistry
|
14
|
+
COMPANYSERVICE_METHODS = {:create_companies=>{:input=>[{:name=>:companies, :type=>"Company", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_companies_response", :fields=>[{:name=>:rval, :type=>"Company", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :create_company=>{:input=>[{:name=>:company, :type=>"Company", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"create_company_response", :fields=>[{:name=>:rval, :type=>"Company", :min_occurs=>0, :max_occurs=>1}]}}, :get_companies_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_companies_by_statement_response", :fields=>[{:name=>:rval, :type=>"CompanyPage", :min_occurs=>0, :max_occurs=>1}]}}, :get_company=>{:input=>[{:name=>:company_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_company_response", :fields=>[{:name=>:rval, :type=>"Company", :min_occurs=>0, :max_occurs=>1}]}}, :update_companies=>{:input=>[{:name=>:companies, :type=>"Company", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_companies_response", :fields=>[{:name=>:rval, :type=>"Company", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :update_company=>{:input=>[{:name=>:company, :type=>"Company", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"update_company_response", :fields=>[{:name=>:rval, :type=>"Company", :min_occurs=>0, :max_occurs=>1}]}}}
|
15
|
+
COMPANYSERVICE_TYPES = {:ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:api_error_type, :original_name=>"ApiError.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_exception_type, :original_name=>"ApplicationException.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :AppliedLabel=>{:fields=>[{:name=>:label_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:is_negated, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}]}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :ClientLogin=>{:fields=>[{:name=>:token, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Authentication"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CompanyCreditStatusError=>{:fields=>[{:name=>:reason, :type=>"CompanyCreditStatusError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Company=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:type, :type=>"Company.Type", :min_occurs=>0, :max_occurs=>1}, {:name=>:address, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:email, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:fax_phone, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:primary_phone, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:external_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:comment, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:credit_status, :type=>"Company.CreditStatus", :min_occurs=>0, :max_occurs=>1}, {:name=>:applied_labels, :type=>"AppliedLabel", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:enable_same_advertiser_competitive_exclusion, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}, {:name=>:primary_contact_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:applied_team_ids, :type=>"long", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:third_party_company_id, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:last_modified_date_time, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}]}, :CompanyError=>{:fields=>[{:name=>:reason, :type=>"CompanyError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CompanyPage=>{:fields=>[{:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:results, :type=>"Company", :min_occurs=>0, :max_occurs=>:unbounded}]}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :original_name=>"timeZoneID", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InvalidEmailError=>{:fields=>[{:name=>:reason, :type=>"InvalidEmailError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :LabelEntityAssociationError=>{:fields=>[{:name=>:reason, :type=>"LabelEntityAssociationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :OAuth=>{:fields=>[{:name=>:parameters, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Authentication"}, :ParseError=>{:fields=>[{:name=>:reason, :type=>"ParseError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredError=>{:fields=>[{:name=>:reason, :type=>"RequiredError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:authentication, :type=>"Authentication", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :StringLengthError=>{:fields=>[{:name=>:reason, :type=>"StringLengthError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TeamError=>{:fields=>[{:name=>:reason, :type=>"TeamError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :TypeError=>{:fields=>[], :base=>"ApiError"}, :UniqueError=>{:fields=>[], :base=>"ApiError"}, :Value=>{:fields=>[{:name=>:value_type, :original_name=>"Value.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :"ApiVersionError.Reason"=>{:fields=>[]}, :"AuthenticationError.Reason"=>{:fields=>[]}, :"CommonError.Reason"=>{:fields=>[]}, :"CompanyCreditStatusError.Reason"=>{:fields=>[]}, :"Company.CreditStatus"=>{:fields=>[]}, :"Company.Type"=>{:fields=>[]}, :"CompanyError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"InvalidEmailError.Reason"=>{:fields=>[]}, :"LabelEntityAssociationError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"ParseError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"RequiredError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}, :"StringLengthError.Reason"=>{:fields=>[]}, :"TeamError.Reason"=>{:fields=>[]}}
|
16
|
+
COMPANYSERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return COMPANYSERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return COMPANYSERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return COMPANYSERVICE_NAMESPACES[index]
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
# Base class for exceptions.
|
32
|
+
class ApplicationException < DfpApi::Errors::ApiException
|
33
|
+
attr_reader :message # string
|
34
|
+
attr_reader :application_exception_type # string
|
35
|
+
end
|
36
|
+
|
37
|
+
# Exception class for holding a list of service errors.
|
38
|
+
class ApiException < ApplicationException
|
39
|
+
attr_reader :errors # ApiError
|
40
|
+
def initialize(exception_fault)
|
41
|
+
@array_fields ||= []
|
42
|
+
@array_fields << 'errors'
|
43
|
+
super(exception_fault, CompanyServiceRegistry)
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end; end; end
|
@@ -0,0 +1,54 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2013-09-11 13:26:51.
|
9
|
+
|
10
|
+
require 'ads_common/savon_service'
|
11
|
+
require 'dfp_api/v201308/contact_service_registry'
|
12
|
+
|
13
|
+
module DfpApi; module V201308; module ContactService
|
14
|
+
class ContactService < AdsCommon::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://www.google.com/apis/ads/publisher/v201308'
|
17
|
+
super(config, endpoint, namespace, :v201308)
|
18
|
+
end
|
19
|
+
|
20
|
+
def create_contact(*args, &block)
|
21
|
+
return execute_action('create_contact', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def create_contacts(*args, &block)
|
25
|
+
return execute_action('create_contacts', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
def get_contact(*args, &block)
|
29
|
+
return execute_action('get_contact', args, &block)
|
30
|
+
end
|
31
|
+
|
32
|
+
def get_contacts_by_statement(*args, &block)
|
33
|
+
return execute_action('get_contacts_by_statement', args, &block)
|
34
|
+
end
|
35
|
+
|
36
|
+
def update_contact(*args, &block)
|
37
|
+
return execute_action('update_contact', args, &block)
|
38
|
+
end
|
39
|
+
|
40
|
+
def update_contacts(*args, &block)
|
41
|
+
return execute_action('update_contacts', args, &block)
|
42
|
+
end
|
43
|
+
|
44
|
+
private
|
45
|
+
|
46
|
+
def get_service_registry()
|
47
|
+
return ContactServiceRegistry
|
48
|
+
end
|
49
|
+
|
50
|
+
def get_module()
|
51
|
+
return DfpApi::V201308::ContactService
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end; end; end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2013-09-11 13:26:51.
|
9
|
+
|
10
|
+
require 'dfp_api/errors'
|
11
|
+
|
12
|
+
module DfpApi; module V201308; module ContactService
|
13
|
+
class ContactServiceRegistry
|
14
|
+
CONTACTSERVICE_METHODS = {:create_contact=>{:input=>[{:name=>:contact, :type=>"Contact", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"create_contact_response", :fields=>[{:name=>:rval, :type=>"Contact", :min_occurs=>0, :max_occurs=>1}]}}, :create_contacts=>{:input=>[{:name=>:contacts, :type=>"Contact", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_contacts_response", :fields=>[{:name=>:rval, :type=>"Contact", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_contact=>{:input=>[{:name=>:contact_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_contact_response", :fields=>[{:name=>:rval, :type=>"Contact", :min_occurs=>0, :max_occurs=>1}]}}, :get_contacts_by_statement=>{:input=>[{:name=>:statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_contacts_by_statement_response", :fields=>[{:name=>:rval, :type=>"ContactPage", :min_occurs=>0, :max_occurs=>1}]}}, :update_contact=>{:input=>[{:name=>:contact, :type=>"Contact", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"update_contact_response", :fields=>[{:name=>:rval, :type=>"Contact", :min_occurs=>0, :max_occurs=>1}]}}, :update_contacts=>{:input=>[{:name=>:contacts, :type=>"Contact", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_contacts_response", :fields=>[{:name=>:rval, :type=>"Contact", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
|
15
|
+
CONTACTSERVICE_TYPES = {:ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:api_error_type, :original_name=>"ApiError.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_exception_type, :original_name=>"ApplicationException.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :ClientLogin=>{:fields=>[{:name=>:token, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Authentication"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Contact=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:company_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:status, :type=>"Contact.Status", :min_occurs=>0, :max_occurs=>1}, {:name=>:address, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:cell_phone, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:comment, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:email, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:fax_phone, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:title, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:work_phone, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"BaseContact"}, :ContactError=>{:fields=>[{:name=>:reason, :type=>"ContactError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ContactPage=>{:fields=>[{:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:results, :type=>"Contact", :min_occurs=>0, :max_occurs=>:unbounded}]}, :BaseContact=>{:fields=>[{:name=>:base_contact_type, :original_name=>"BaseContact.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :original_name=>"timeZoneID", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InvalidEmailError=>{:fields=>[{:name=>:reason, :type=>"InvalidEmailError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :OAuth=>{:fields=>[{:name=>:parameters, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Authentication"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredError=>{:fields=>[{:name=>:reason, :type=>"RequiredError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:authentication, :type=>"Authentication", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :StringLengthError=>{:fields=>[{:name=>:reason, :type=>"StringLengthError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UniqueError=>{:fields=>[], :base=>"ApiError"}, :Value=>{:fields=>[{:name=>:value_type, :original_name=>"Value.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :"ApiVersionError.Reason"=>{:fields=>[]}, :"AuthenticationError.Reason"=>{:fields=>[]}, :"CommonError.Reason"=>{:fields=>[]}, :"Contact.Status"=>{:fields=>[]}, :"ContactError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"InvalidEmailError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"RequiredError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}, :"StringLengthError.Reason"=>{:fields=>[]}}
|
16
|
+
CONTACTSERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return CONTACTSERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return CONTACTSERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return CONTACTSERVICE_NAMESPACES[index]
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
# Base class for exceptions.
|
32
|
+
class ApplicationException < DfpApi::Errors::ApiException
|
33
|
+
attr_reader :message # string
|
34
|
+
attr_reader :application_exception_type # string
|
35
|
+
end
|
36
|
+
|
37
|
+
# Exception class for holding a list of service errors.
|
38
|
+
class ApiException < ApplicationException
|
39
|
+
attr_reader :errors # ApiError
|
40
|
+
def initialize(exception_fault)
|
41
|
+
@array_fields ||= []
|
42
|
+
@array_fields << 'errors'
|
43
|
+
super(exception_fault, ContactServiceRegistry)
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end; end; end
|
@@ -0,0 +1,58 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2013-09-11 13:26:51.
|
9
|
+
|
10
|
+
require 'ads_common/savon_service'
|
11
|
+
require 'dfp_api/v201308/content_bundle_service_registry'
|
12
|
+
|
13
|
+
module DfpApi; module V201308; module ContentBundleService
|
14
|
+
class ContentBundleService < AdsCommon::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://www.google.com/apis/ads/publisher/v201308'
|
17
|
+
super(config, endpoint, namespace, :v201308)
|
18
|
+
end
|
19
|
+
|
20
|
+
def create_content_bundle(*args, &block)
|
21
|
+
return execute_action('create_content_bundle', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def create_content_bundles(*args, &block)
|
25
|
+
return execute_action('create_content_bundles', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
def get_content_bundle(*args, &block)
|
29
|
+
return execute_action('get_content_bundle', args, &block)
|
30
|
+
end
|
31
|
+
|
32
|
+
def get_content_bundles_by_statement(*args, &block)
|
33
|
+
return execute_action('get_content_bundles_by_statement', args, &block)
|
34
|
+
end
|
35
|
+
|
36
|
+
def perform_content_bundle_action(*args, &block)
|
37
|
+
return execute_action('perform_content_bundle_action', args, &block)
|
38
|
+
end
|
39
|
+
|
40
|
+
def update_content_bundle(*args, &block)
|
41
|
+
return execute_action('update_content_bundle', args, &block)
|
42
|
+
end
|
43
|
+
|
44
|
+
def update_content_bundles(*args, &block)
|
45
|
+
return execute_action('update_content_bundles', args, &block)
|
46
|
+
end
|
47
|
+
|
48
|
+
private
|
49
|
+
|
50
|
+
def get_service_registry()
|
51
|
+
return ContentBundleServiceRegistry
|
52
|
+
end
|
53
|
+
|
54
|
+
def get_module()
|
55
|
+
return DfpApi::V201308::ContentBundleService
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end; end; end
|