google-dfp-api 0.8.1 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +9 -0
- data/examples/v201405/report_service/run_inventory_report.rb +3 -3
- data/examples/{v201308 → v201408}/activity_group_service/create_activity_groups.rb +1 -1
- data/examples/{v201306 → v201408}/activity_group_service/get_active_activity_groups.rb +18 -27
- data/examples/{v201306 → v201408}/activity_group_service/get_all_activity_groups.rb +13 -23
- data/examples/{v201306 → v201408}/activity_group_service/update_activity_groups.rb +25 -14
- data/examples/{v201302 → v201408}/activity_service/create_activities.rb +1 -1
- data/examples/{v201302 → v201408}/activity_service/get_active_activities.rb +7 -11
- data/examples/{v201308/activity_service/get_active_activities.rb → v201408/activity_service/get_all_activities.rb} +8 -19
- data/examples/{v201302 → v201408}/activity_service/update_activities.rb +30 -16
- data/examples/{v201308 → v201408}/audience_segment_service/create_audience_segments.rb +1 -1
- data/examples/{v201308 → v201408}/audience_segment_service/get_all_audience_segments.rb +3 -3
- data/examples/{v201308 → v201408}/audience_segment_service/get_first_party_audience_segments.rb +4 -4
- data/examples/{v201308 → v201408}/audience_segment_service/populate_first_party_audience_segments.rb +3 -2
- data/examples/{v201308 → v201408}/audience_segment_service/update_audience_segments.rb +2 -2
- data/examples/{v201302 → v201408}/common/error_handling.rb +1 -1
- data/examples/{v201306 → v201408}/common/oauth2_jwt_handling.rb +1 -1
- data/examples/{v201211 → v201408}/common/setup_oauth2.rb +1 -1
- data/examples/{v201208 → v201408}/company_service/create_companies.rb +1 -1
- data/examples/{v201302 → v201408}/company_service/get_all_companies.rb +1 -1
- data/examples/{v201302 → v201408}/company_service/get_companies_by_statement.rb +1 -1
- data/examples/{v201302 → v201408}/company_service/update_companies.rb +8 -5
- data/examples/{v201308 → v201408}/contact_service/create_contacts.rb +1 -1
- data/examples/{v201306 → v201408}/contact_service/get_all_contacts.rb +1 -1
- data/examples/{v201308 → v201408}/contact_service/get_uninvited_contacts.rb +1 -1
- data/examples/{v201308 → v201408}/contact_service/update_contacts.rb +30 -16
- data/examples/v201408/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb +96 -0
- data/examples/v201408/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb +103 -0
- data/examples/{v201302/content_service/get_all_content.rb → v201408/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb} +21 -16
- data/examples/v201408/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb +113 -0
- data/examples/{v201208 → v201408}/content_service/get_all_content.rb +1 -1
- data/examples/{v201302 → v201408}/content_service/get_content_by_category.rb +1 -1
- data/examples/{v201308 → v201408}/creative_service/copy_image_creatives.rb +1 -1
- data/examples/{v201308 → v201408}/creative_service/create_creative_from_template.rb +1 -1
- data/examples/{v201302 → v201408}/creative_service/create_creatives.rb +1 -1
- data/examples/{v201302 → v201408}/creative_service/create_custom_creative.rb +1 -1
- data/examples/{v201211 → v201408}/creative_service/get_all_creatives.rb +1 -1
- data/examples/{v201302 → v201408}/creative_service/get_creatives_by_statement.rb +1 -1
- data/examples/{v201211 → v201408}/creative_service/update_creatives.rb +1 -1
- data/examples/{v201211 → v201408}/creative_set_service/associate_creative_set_to_line_item.rb +1 -1
- data/examples/{v201211 → v201408}/creative_set_service/create_creative_set.rb +1 -1
- data/examples/{v201211 → v201408}/creative_set_service/get_all_creative_sets.rb +1 -1
- data/examples/{v201302 → v201408}/creative_set_service/get_creative_sets_by_statement.rb +1 -1
- data/examples/{v201302 → v201408}/creative_set_service/update_creative_sets.rb +30 -15
- data/examples/{v201211 → v201408}/creative_template_service/get_all_creative_templates.rb +1 -1
- data/examples/{v201211 → v201408}/creative_template_service/get_creative_template.rb +1 -1
- data/examples/{v201302 → v201408}/creative_template_service/get_creative_templates_by_statement.rb +1 -1
- data/examples/{v201302 → v201408}/creative_wrapper_service/create_creative_wrappers.rb +1 -1
- data/examples/{v201306 → v201408}/creative_wrapper_service/deactivate_creative_wrapper.rb +1 -1
- data/examples/{v201211 → v201408}/creative_wrapper_service/get_all_creative_wrappers.rb +1 -1
- data/examples/{v201302 → v201408}/creative_wrapper_service/get_creative_wrappers_by_statement.rb +1 -1
- data/examples/{v201302 → v201408}/creative_wrapper_service/update_creative_wrappers.rb +31 -16
- data/examples/{v201302 → v201408}/custom_field_service/create_custom_field_options.rb +1 -1
- data/examples/{v201302 → v201408}/custom_field_service/create_custom_fields.rb +1 -1
- data/examples/{v201302 → v201408}/custom_field_service/deactivate_all_line_item_custom_fields.rb +1 -1
- data/examples/{v201308 → v201408}/custom_field_service/get_all_custom_fields.rb +1 -1
- data/examples/{v201302 → v201408}/custom_field_service/get_all_line_item_custom_fields.rb +1 -1
- data/examples/{v201302 → v201408}/custom_field_service/set_line_item_custom_field_value.rb +54 -11
- data/examples/{v201208 → v201408}/custom_field_service/update_custom_fields.rb +30 -14
- data/examples/{v201211 → v201408}/custom_targeting_service/create_custom_targeting_keys_and_values.rb +1 -1
- data/examples/{v201302 → v201408}/custom_targeting_service/delete_custom_targeting_keys.rb +1 -1
- data/examples/{v201211 → v201408}/custom_targeting_service/delete_custom_targeting_values.rb +1 -1
- data/examples/{v201302 → v201408}/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +1 -1
- data/examples/{v201302 → v201408}/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +1 -1
- data/examples/{v201208 → v201408}/custom_targeting_service/get_custom_targeting_values_by_statement.rb +1 -1
- data/examples/{v201211 → v201408}/custom_targeting_service/update_custom_targeting_keys.rb +1 -1
- data/examples/{v201302 → v201408}/custom_targeting_service/update_custom_targeting_values.rb +1 -1
- data/examples/{v201308 → v201408}/forecast_service/get_forecast.rb +6 -3
- data/examples/{v201308 → v201408}/forecast_service/get_forecast_by_id.rb +1 -1
- data/examples/{v201302 → v201408}/inventory_service/create_ad_units.rb +1 -1
- data/examples/{v201211 → v201408}/inventory_service/create_mobile_ad_unit.rb +1 -1
- data/examples/{v201302 → v201408}/inventory_service/create_video_ad_unit.rb +1 -1
- data/examples/{v201208 → v201408}/inventory_service/deactivate_ad_units.rb +1 -1
- data/examples/{v201302 → v201408}/inventory_service/get_ad_unit_sizes.rb +1 -1
- data/examples/{v201302 → v201408}/inventory_service/get_ad_units_by_statement.rb +1 -1
- data/examples/{v201208 → v201408}/inventory_service/get_all_ad_units.rb +1 -1
- data/examples/{v201211 → v201408}/inventory_service/update_ad_units.rb +1 -1
- data/examples/{v201211 → v201408}/label_service/create_labels.rb +1 -1
- data/examples/{v201302 → v201408}/label_service/deactivate_labels.rb +1 -1
- data/examples/{v201211 → v201408}/label_service/get_all_labels.rb +1 -1
- data/examples/{v201211 → v201408}/label_service/get_labels_by_statement.rb +1 -1
- data/examples/{v201302 → v201408}/label_service/update_labels.rb +1 -1
- data/examples/{v201302 → v201408}/line_item_creative_association_service/create_licas.rb +1 -1
- data/examples/{v201211 → v201408}/line_item_creative_association_service/deactivate_licas.rb +1 -1
- data/examples/{v201211 → v201408}/line_item_creative_association_service/get_all_licas.rb +1 -1
- data/examples/{v201208 → v201408}/line_item_creative_association_service/get_licas_by_statement.rb +1 -1
- data/examples/{v201302 → v201408}/line_item_creative_association_service/update_licas.rb +1 -1
- data/examples/{v201211 → v201408}/line_item_service/activate_line_items.rb +1 -1
- data/examples/{v201211 → v201408}/line_item_service/create_line_items.rb +6 -3
- data/examples/{v201302 → v201408}/line_item_service/create_video_line_item.rb +8 -2
- data/examples/{v201302 → v201408}/line_item_service/get_all_line_items.rb +1 -1
- data/examples/{v201211 → v201408}/line_item_service/get_line_items_by_statement.rb +20 -17
- data/examples/{v201302 → v201408}/line_item_service/get_recently_updated_line_items.rb +1 -1
- data/examples/{v201211 → v201408}/line_item_service/target_custom_criteria.rb +29 -15
- data/examples/{v201208 → v201408}/line_item_service/update_line_items.rb +1 -1
- data/examples/{v201208 → v201408}/network_service/get_all_networks.rb +1 -1
- data/examples/{v201208 → v201408}/network_service/get_current_network.rb +1 -1
- data/examples/{v201302 → v201408}/network_service/make_test_network.rb +1 -1
- data/examples/{v201302 → v201408}/order_service/approve_orders.rb +1 -1
- data/examples/{v201211 → v201408}/order_service/create_orders.rb +1 -1
- data/examples/{v201211 → v201408}/order_service/get_all_orders.rb +1 -1
- data/examples/{v201302 → v201408}/order_service/get_orders_by_statement.rb +1 -1
- data/examples/{v201302 → v201408}/order_service/update_orders.rb +1 -1
- data/examples/{v201302 → v201408}/placement_service/create_placements.rb +1 -1
- data/examples/{v201211 → v201408}/placement_service/deactivate_placements.rb +1 -1
- data/examples/{v201211 → v201408}/placement_service/get_all_placements.rb +1 -1
- data/examples/{v201211 → v201408}/placement_service/get_placements_by_statement.rb +1 -1
- data/examples/{v201208 → v201408}/placement_service/update_placements.rb +1 -1
- data/examples/v201408/publisher_query_language_service/fetch_match_tables.rb +114 -0
- data/examples/{v201308 → v201408}/publisher_query_language_service/get_all_line_items.rb +1 -1
- data/examples/{v201308 → v201408}/publisher_query_language_service/get_geo_targets.rb +1 -1
- data/examples/{v201308 → v201408}/publisher_query_language_service/get_line_items_named_like.rb +2 -2
- data/examples/{v201302 → v201408}/report_service/display_report.rb +1 -1
- data/examples/{v201211 → v201408}/report_service/download_report.rb +1 -1
- data/examples/{v201308 → v201408}/report_service/run_delivery_report.rb +1 -1
- data/examples/{v201302 → v201408}/report_service/run_inventory_report.rb +19 -3
- data/examples/{v201302 → v201408}/report_service/run_reach_report.rb +1 -1
- data/examples/{v201308 → v201408}/report_service/run_report_with_custom_fields.rb +1 -1
- data/examples/{v201308 → v201408}/report_service/run_sales_report.rb +1 -1
- data/examples/{v201211 → v201408}/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +1 -1
- data/examples/{v201302 → v201408}/suggested_ad_unit_service/get_all_suggested_ad_units.rb +1 -1
- data/examples/{v201302 → v201408}/suggested_ad_unit_service/get_suggested_ad_unit.rb +1 -1
- data/examples/{v201302 → v201408}/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +1 -1
- data/examples/{v201208 → v201408}/team_service/create_teams.rb +1 -1
- data/examples/{v201208 → v201408}/team_service/get_all_teams.rb +1 -1
- data/examples/{v201302 → v201408}/team_service/get_teams_by_statement.rb +1 -1
- data/examples/{v201302 → v201408}/team_service/update_teams.rb +1 -1
- data/examples/{v201211 → v201408}/user_service/create_users.rb +1 -1
- data/examples/{v201302 → v201408}/user_service/deactivate_users.rb +1 -1
- data/examples/{v201208 → v201408}/user_service/get_all_roles.rb +1 -1
- data/examples/{v201208 → v201408}/user_service/get_all_users.rb +1 -1
- data/examples/{v201211 → v201408}/user_service/get_current_user.rb +1 -1
- data/examples/{v201302 → v201408}/user_service/get_users_by_statement.rb +1 -1
- data/examples/{v201302 → v201408}/user_service/update_users.rb +1 -1
- data/examples/{v201208 → v201408}/user_team_association_service/create_user_team_associations.rb +1 -1
- data/examples/{v201302 → v201408}/user_team_association_service/delete_user_team_associations.rb +1 -1
- data/examples/{v201211 → v201408}/user_team_association_service/get_all_user_team_associations.rb +1 -1
- data/examples/{v201208 → v201408}/user_team_association_service/get_user_team_associations_by_statement.rb +1 -1
- data/examples/{v201302 → v201408}/user_team_association_service/update_user_team_associations.rb +1 -1
- data/lib/dfp_api/api_config.rb +29 -42
- data/lib/dfp_api/v201306/activity_group_service.rb +1 -1
- data/lib/dfp_api/v201306/activity_group_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/activity_service.rb +1 -1
- data/lib/dfp_api/v201306/activity_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/ad_rule_service.rb +1 -1
- data/lib/dfp_api/v201306/ad_rule_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/audience_segment_service.rb +1 -1
- data/lib/dfp_api/v201306/audience_segment_service_registry.rb +2 -2
- data/lib/dfp_api/v201306/base_rate_service.rb +1 -1
- data/lib/dfp_api/v201306/base_rate_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/company_service.rb +1 -1
- data/lib/dfp_api/v201306/company_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/contact_service.rb +1 -1
- data/lib/dfp_api/v201306/contact_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/content_bundle_service.rb +1 -1
- data/lib/dfp_api/v201306/content_bundle_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/content_service.rb +1 -1
- data/lib/dfp_api/v201306/content_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/creative_service.rb +1 -1
- data/lib/dfp_api/v201306/creative_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/creative_set_service.rb +1 -1
- data/lib/dfp_api/v201306/creative_set_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/creative_template_service.rb +1 -1
- data/lib/dfp_api/v201306/creative_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/creative_wrapper_service.rb +1 -1
- data/lib/dfp_api/v201306/creative_wrapper_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/custom_field_service.rb +1 -1
- data/lib/dfp_api/v201306/custom_field_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/custom_targeting_service.rb +1 -1
- data/lib/dfp_api/v201306/custom_targeting_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/forecast_service.rb +1 -1
- data/lib/dfp_api/v201306/forecast_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/inventory_service.rb +1 -1
- data/lib/dfp_api/v201306/inventory_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/label_service.rb +1 -1
- data/lib/dfp_api/v201306/label_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/line_item_creative_association_service.rb +1 -1
- data/lib/dfp_api/v201306/line_item_creative_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/line_item_service.rb +1 -1
- data/lib/dfp_api/v201306/line_item_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/line_item_template_service.rb +1 -1
- data/lib/dfp_api/v201306/line_item_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/network_service.rb +1 -1
- data/lib/dfp_api/v201306/network_service_registry.rb +2 -2
- data/lib/dfp_api/v201306/order_service.rb +1 -1
- data/lib/dfp_api/v201306/order_service_registry.rb +2 -2
- data/lib/dfp_api/v201306/placement_service.rb +1 -1
- data/lib/dfp_api/v201306/placement_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/product_service.rb +1 -1
- data/lib/dfp_api/v201306/product_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/product_template_service.rb +1 -1
- data/lib/dfp_api/v201306/product_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/proposal_line_item_service.rb +1 -1
- data/lib/dfp_api/v201306/proposal_line_item_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/proposal_service.rb +1 -1
- data/lib/dfp_api/v201306/proposal_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/publisher_query_language_service.rb +1 -1
- data/lib/dfp_api/v201306/publisher_query_language_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/rate_card_customization_service.rb +1 -1
- data/lib/dfp_api/v201306/rate_card_customization_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/rate_card_service.rb +1 -1
- data/lib/dfp_api/v201306/rate_card_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/reconciliation_order_report_service.rb +1 -1
- data/lib/dfp_api/v201306/reconciliation_order_report_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/reconciliation_report_row_service.rb +1 -1
- data/lib/dfp_api/v201306/reconciliation_report_row_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/reconciliation_report_service.rb +1 -1
- data/lib/dfp_api/v201306/reconciliation_report_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/report_service.rb +1 -1
- data/lib/dfp_api/v201306/report_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/suggested_ad_unit_service.rb +1 -1
- data/lib/dfp_api/v201306/suggested_ad_unit_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/team_service.rb +1 -1
- data/lib/dfp_api/v201306/team_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/user_service.rb +1 -1
- data/lib/dfp_api/v201306/user_service_registry.rb +2 -2
- data/lib/dfp_api/v201306/user_team_association_service.rb +1 -1
- data/lib/dfp_api/v201306/user_team_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201306/workflow_action_service.rb +1 -1
- data/lib/dfp_api/v201306/workflow_action_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/activity_group_service.rb +1 -1
- data/lib/dfp_api/v201308/activity_group_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/activity_service.rb +1 -1
- data/lib/dfp_api/v201308/activity_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/ad_rule_service.rb +1 -1
- data/lib/dfp_api/v201308/ad_rule_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/audience_segment_service.rb +1 -1
- data/lib/dfp_api/v201308/audience_segment_service_registry.rb +2 -2
- data/lib/dfp_api/v201308/base_rate_service.rb +1 -1
- data/lib/dfp_api/v201308/base_rate_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/company_service.rb +1 -1
- data/lib/dfp_api/v201308/company_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/contact_service.rb +1 -1
- data/lib/dfp_api/v201308/contact_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/content_bundle_service.rb +1 -1
- data/lib/dfp_api/v201308/content_bundle_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/content_service.rb +1 -1
- data/lib/dfp_api/v201308/content_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/creative_service.rb +1 -1
- data/lib/dfp_api/v201308/creative_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/creative_set_service.rb +1 -1
- data/lib/dfp_api/v201308/creative_set_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/creative_template_service.rb +1 -1
- data/lib/dfp_api/v201308/creative_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/creative_wrapper_service.rb +1 -1
- data/lib/dfp_api/v201308/creative_wrapper_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/custom_field_service.rb +1 -1
- data/lib/dfp_api/v201308/custom_field_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/custom_targeting_service.rb +1 -1
- data/lib/dfp_api/v201308/custom_targeting_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/forecast_service.rb +1 -1
- data/lib/dfp_api/v201308/forecast_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/inventory_service.rb +1 -1
- data/lib/dfp_api/v201308/inventory_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/label_service.rb +1 -1
- data/lib/dfp_api/v201308/label_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/line_item_creative_association_service.rb +1 -1
- data/lib/dfp_api/v201308/line_item_creative_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/line_item_service.rb +1 -1
- data/lib/dfp_api/v201308/line_item_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/line_item_template_service.rb +1 -1
- data/lib/dfp_api/v201308/line_item_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/network_service.rb +1 -1
- data/lib/dfp_api/v201308/network_service_registry.rb +2 -2
- data/lib/dfp_api/v201308/order_service.rb +1 -1
- data/lib/dfp_api/v201308/order_service_registry.rb +2 -2
- data/lib/dfp_api/v201308/placement_service.rb +1 -1
- data/lib/dfp_api/v201308/placement_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/product_service.rb +1 -1
- data/lib/dfp_api/v201308/product_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/product_template_service.rb +1 -1
- data/lib/dfp_api/v201308/product_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/proposal_line_item_service.rb +1 -1
- data/lib/dfp_api/v201308/proposal_line_item_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/proposal_service.rb +1 -1
- data/lib/dfp_api/v201308/proposal_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/publisher_query_language_service.rb +1 -1
- data/lib/dfp_api/v201308/publisher_query_language_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/rate_card_customization_service.rb +1 -1
- data/lib/dfp_api/v201308/rate_card_customization_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/rate_card_service.rb +1 -1
- data/lib/dfp_api/v201308/rate_card_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/reconciliation_order_report_service.rb +1 -1
- data/lib/dfp_api/v201308/reconciliation_order_report_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/reconciliation_report_row_service.rb +1 -1
- data/lib/dfp_api/v201308/reconciliation_report_row_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/reconciliation_report_service.rb +1 -1
- data/lib/dfp_api/v201308/reconciliation_report_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/report_service.rb +1 -1
- data/lib/dfp_api/v201308/report_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/suggested_ad_unit_service.rb +1 -1
- data/lib/dfp_api/v201308/suggested_ad_unit_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/team_service.rb +1 -1
- data/lib/dfp_api/v201308/team_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/user_service.rb +1 -1
- data/lib/dfp_api/v201308/user_service_registry.rb +2 -2
- data/lib/dfp_api/v201308/user_team_association_service.rb +1 -1
- data/lib/dfp_api/v201308/user_team_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201308/workflow_action_service.rb +1 -1
- data/lib/dfp_api/v201308/workflow_action_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/activity_group_service.rb +1 -1
- data/lib/dfp_api/v201311/activity_group_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/activity_service.rb +1 -1
- data/lib/dfp_api/v201311/activity_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/ad_rule_service.rb +1 -1
- data/lib/dfp_api/v201311/ad_rule_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/audience_segment_service.rb +1 -1
- data/lib/dfp_api/v201311/audience_segment_service_registry.rb +2 -2
- data/lib/dfp_api/v201311/base_rate_service.rb +1 -1
- data/lib/dfp_api/v201311/base_rate_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/company_service.rb +1 -1
- data/lib/dfp_api/v201311/company_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/contact_service.rb +1 -1
- data/lib/dfp_api/v201311/contact_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/content_bundle_service.rb +1 -1
- data/lib/dfp_api/v201311/content_bundle_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/content_metadata_key_hierarchy_service.rb +1 -1
- data/lib/dfp_api/v201311/content_metadata_key_hierarchy_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/content_service.rb +1 -1
- data/lib/dfp_api/v201311/content_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/creative_service.rb +1 -1
- data/lib/dfp_api/v201311/creative_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/creative_set_service.rb +1 -1
- data/lib/dfp_api/v201311/creative_set_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/creative_template_service.rb +1 -1
- data/lib/dfp_api/v201311/creative_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/creative_wrapper_service.rb +1 -1
- data/lib/dfp_api/v201311/creative_wrapper_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/custom_field_service.rb +1 -1
- data/lib/dfp_api/v201311/custom_field_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/custom_targeting_service.rb +1 -1
- data/lib/dfp_api/v201311/custom_targeting_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/exchange_rate_service.rb +1 -1
- data/lib/dfp_api/v201311/exchange_rate_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/forecast_service.rb +1 -1
- data/lib/dfp_api/v201311/forecast_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/inventory_service.rb +1 -1
- data/lib/dfp_api/v201311/inventory_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/label_service.rb +1 -1
- data/lib/dfp_api/v201311/label_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/line_item_creative_association_service.rb +1 -1
- data/lib/dfp_api/v201311/line_item_creative_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/line_item_service.rb +1 -1
- data/lib/dfp_api/v201311/line_item_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/line_item_template_service.rb +1 -1
- data/lib/dfp_api/v201311/line_item_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/network_service.rb +1 -1
- data/lib/dfp_api/v201311/network_service_registry.rb +2 -2
- data/lib/dfp_api/v201311/order_service.rb +1 -1
- data/lib/dfp_api/v201311/order_service_registry.rb +2 -2
- data/lib/dfp_api/v201311/placement_service.rb +1 -1
- data/lib/dfp_api/v201311/placement_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/product_service.rb +1 -1
- data/lib/dfp_api/v201311/product_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/product_template_service.rb +1 -1
- data/lib/dfp_api/v201311/product_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/proposal_line_item_service.rb +1 -1
- data/lib/dfp_api/v201311/proposal_line_item_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/proposal_service.rb +1 -1
- data/lib/dfp_api/v201311/proposal_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/publisher_query_language_service.rb +1 -1
- data/lib/dfp_api/v201311/publisher_query_language_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/rate_card_customization_service.rb +1 -1
- data/lib/dfp_api/v201311/rate_card_customization_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/rate_card_service.rb +1 -1
- data/lib/dfp_api/v201311/rate_card_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/reconciliation_order_report_service.rb +1 -1
- data/lib/dfp_api/v201311/reconciliation_order_report_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/reconciliation_report_row_service.rb +1 -1
- data/lib/dfp_api/v201311/reconciliation_report_row_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/reconciliation_report_service.rb +1 -1
- data/lib/dfp_api/v201311/reconciliation_report_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/report_service.rb +1 -1
- data/lib/dfp_api/v201311/report_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/suggested_ad_unit_service.rb +1 -1
- data/lib/dfp_api/v201311/suggested_ad_unit_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/team_service.rb +1 -1
- data/lib/dfp_api/v201311/team_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/user_service.rb +1 -1
- data/lib/dfp_api/v201311/user_service_registry.rb +2 -2
- data/lib/dfp_api/v201311/user_team_association_service.rb +1 -1
- data/lib/dfp_api/v201311/user_team_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201311/workflow_request_service.rb +1 -1
- data/lib/dfp_api/v201311/workflow_request_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/activity_group_service.rb +1 -1
- data/lib/dfp_api/v201403/activity_group_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/activity_service.rb +1 -1
- data/lib/dfp_api/v201403/activity_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/ad_rule_service.rb +1 -1
- data/lib/dfp_api/v201403/ad_rule_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/audience_segment_service.rb +1 -1
- data/lib/dfp_api/v201403/audience_segment_service_registry.rb +2 -2
- data/lib/dfp_api/v201403/base_rate_service.rb +1 -1
- data/lib/dfp_api/v201403/base_rate_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/company_service.rb +1 -1
- data/lib/dfp_api/v201403/company_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/contact_service.rb +1 -1
- data/lib/dfp_api/v201403/contact_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/content_bundle_service.rb +1 -1
- data/lib/dfp_api/v201403/content_bundle_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/content_metadata_key_hierarchy_service.rb +1 -1
- data/lib/dfp_api/v201403/content_metadata_key_hierarchy_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/content_service.rb +1 -1
- data/lib/dfp_api/v201403/content_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/creative_service.rb +1 -1
- data/lib/dfp_api/v201403/creative_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/creative_set_service.rb +1 -1
- data/lib/dfp_api/v201403/creative_set_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/creative_template_service.rb +1 -1
- data/lib/dfp_api/v201403/creative_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/creative_wrapper_service.rb +1 -1
- data/lib/dfp_api/v201403/creative_wrapper_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/custom_field_service.rb +1 -1
- data/lib/dfp_api/v201403/custom_field_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/custom_targeting_service.rb +1 -1
- data/lib/dfp_api/v201403/custom_targeting_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/exchange_rate_service.rb +1 -1
- data/lib/dfp_api/v201403/exchange_rate_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/forecast_service.rb +1 -1
- data/lib/dfp_api/v201403/forecast_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/inventory_service.rb +1 -1
- data/lib/dfp_api/v201403/inventory_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/label_service.rb +1 -1
- data/lib/dfp_api/v201403/label_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/line_item_creative_association_service.rb +1 -1
- data/lib/dfp_api/v201403/line_item_creative_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/line_item_service.rb +1 -1
- data/lib/dfp_api/v201403/line_item_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/line_item_template_service.rb +1 -1
- data/lib/dfp_api/v201403/line_item_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/live_stream_event_service.rb +1 -1
- data/lib/dfp_api/v201403/live_stream_event_service_registry.rb +2 -2
- data/lib/dfp_api/v201403/network_service.rb +1 -1
- data/lib/dfp_api/v201403/network_service_registry.rb +2 -2
- data/lib/dfp_api/v201403/order_service.rb +1 -1
- data/lib/dfp_api/v201403/order_service_registry.rb +2 -2
- data/lib/dfp_api/v201403/placement_service.rb +1 -1
- data/lib/dfp_api/v201403/placement_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/product_service.rb +1 -1
- data/lib/dfp_api/v201403/product_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/product_template_service.rb +1 -1
- data/lib/dfp_api/v201403/product_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/proposal_line_item_service.rb +1 -1
- data/lib/dfp_api/v201403/proposal_line_item_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/proposal_service.rb +1 -1
- data/lib/dfp_api/v201403/proposal_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/publisher_query_language_service.rb +1 -1
- data/lib/dfp_api/v201403/publisher_query_language_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/rate_card_customization_group_service.rb +1 -1
- data/lib/dfp_api/v201403/rate_card_customization_group_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/rate_card_customization_service.rb +1 -1
- data/lib/dfp_api/v201403/rate_card_customization_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/rate_card_service.rb +1 -1
- data/lib/dfp_api/v201403/rate_card_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/reconciliation_order_report_service.rb +1 -1
- data/lib/dfp_api/v201403/reconciliation_order_report_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/reconciliation_report_row_service.rb +1 -1
- data/lib/dfp_api/v201403/reconciliation_report_row_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/reconciliation_report_service.rb +1 -1
- data/lib/dfp_api/v201403/reconciliation_report_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/report_service.rb +1 -1
- data/lib/dfp_api/v201403/report_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/suggested_ad_unit_service.rb +1 -1
- data/lib/dfp_api/v201403/suggested_ad_unit_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/team_service.rb +1 -1
- data/lib/dfp_api/v201403/team_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/user_service.rb +1 -1
- data/lib/dfp_api/v201403/user_service_registry.rb +2 -2
- data/lib/dfp_api/v201403/user_team_association_service.rb +1 -1
- data/lib/dfp_api/v201403/user_team_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201403/workflow_request_service.rb +1 -1
- data/lib/dfp_api/v201403/workflow_request_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/activity_group_service.rb +1 -1
- data/lib/dfp_api/v201405/activity_group_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/activity_service.rb +1 -1
- data/lib/dfp_api/v201405/activity_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/ad_rule_service.rb +1 -1
- data/lib/dfp_api/v201405/ad_rule_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/audience_segment_service.rb +1 -1
- data/lib/dfp_api/v201405/audience_segment_service_registry.rb +2 -2
- data/lib/dfp_api/v201405/base_rate_service.rb +1 -1
- data/lib/dfp_api/v201405/base_rate_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/company_service.rb +1 -1
- data/lib/dfp_api/v201405/company_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/contact_service.rb +1 -1
- data/lib/dfp_api/v201405/contact_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/content_bundle_service.rb +1 -1
- data/lib/dfp_api/v201405/content_bundle_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/content_metadata_key_hierarchy_service.rb +1 -1
- data/lib/dfp_api/v201405/content_metadata_key_hierarchy_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/content_service.rb +1 -1
- data/lib/dfp_api/v201405/content_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/creative_service.rb +1 -1
- data/lib/dfp_api/v201405/creative_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/creative_set_service.rb +1 -1
- data/lib/dfp_api/v201405/creative_set_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/creative_template_service.rb +1 -1
- data/lib/dfp_api/v201405/creative_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/creative_wrapper_service.rb +1 -1
- data/lib/dfp_api/v201405/creative_wrapper_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/custom_field_service.rb +1 -1
- data/lib/dfp_api/v201405/custom_field_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/custom_targeting_service.rb +1 -1
- data/lib/dfp_api/v201405/custom_targeting_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/exchange_rate_service.rb +1 -1
- data/lib/dfp_api/v201405/exchange_rate_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/forecast_service.rb +1 -1
- data/lib/dfp_api/v201405/forecast_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/inventory_service.rb +1 -1
- data/lib/dfp_api/v201405/inventory_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/label_service.rb +1 -1
- data/lib/dfp_api/v201405/label_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/line_item_creative_association_service.rb +1 -1
- data/lib/dfp_api/v201405/line_item_creative_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/line_item_service.rb +1 -1
- data/lib/dfp_api/v201405/line_item_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/line_item_template_service.rb +1 -1
- data/lib/dfp_api/v201405/line_item_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/live_stream_event_service.rb +1 -1
- data/lib/dfp_api/v201405/live_stream_event_service_registry.rb +2 -2
- data/lib/dfp_api/v201405/network_service.rb +1 -1
- data/lib/dfp_api/v201405/network_service_registry.rb +2 -2
- data/lib/dfp_api/v201405/order_service.rb +1 -1
- data/lib/dfp_api/v201405/order_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/placement_service.rb +1 -1
- data/lib/dfp_api/v201405/placement_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/product_service.rb +1 -1
- data/lib/dfp_api/v201405/product_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/product_template_service.rb +1 -1
- data/lib/dfp_api/v201405/product_template_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/proposal_line_item_service.rb +1 -1
- data/lib/dfp_api/v201405/proposal_line_item_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/proposal_service.rb +1 -1
- data/lib/dfp_api/v201405/proposal_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/publisher_query_language_service.rb +1 -1
- data/lib/dfp_api/v201405/publisher_query_language_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/rate_card_customization_group_service.rb +1 -1
- data/lib/dfp_api/v201405/rate_card_customization_group_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/rate_card_customization_service.rb +1 -1
- data/lib/dfp_api/v201405/rate_card_customization_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/rate_card_service.rb +1 -1
- data/lib/dfp_api/v201405/rate_card_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/reconciliation_order_report_service.rb +1 -1
- data/lib/dfp_api/v201405/reconciliation_order_report_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/reconciliation_report_row_service.rb +1 -1
- data/lib/dfp_api/v201405/reconciliation_report_row_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/reconciliation_report_service.rb +1 -1
- data/lib/dfp_api/v201405/reconciliation_report_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/report_service.rb +1 -1
- data/lib/dfp_api/v201405/report_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/suggested_ad_unit_service.rb +1 -1
- data/lib/dfp_api/v201405/suggested_ad_unit_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/team_service.rb +1 -1
- data/lib/dfp_api/v201405/team_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/user_service.rb +1 -1
- data/lib/dfp_api/v201405/user_service_registry.rb +2 -2
- data/lib/dfp_api/v201405/user_team_association_service.rb +1 -1
- data/lib/dfp_api/v201405/user_team_association_service_registry.rb +1 -1
- data/lib/dfp_api/v201405/workflow_request_service.rb +1 -1
- data/lib/dfp_api/v201405/workflow_request_service_registry.rb +1 -1
- data/lib/dfp_api/v201408/activity_group_service.rb +42 -0
- data/lib/dfp_api/v201408/activity_group_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/activity_service.rb +42 -0
- data/lib/dfp_api/v201408/activity_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/ad_rule_service.rb +46 -0
- data/lib/dfp_api/v201408/ad_rule_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/audience_segment_service.rb +46 -0
- data/lib/dfp_api/v201408/audience_segment_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/base_rate_service.rb +46 -0
- data/lib/dfp_api/v201408/base_rate_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/company_service.rb +42 -0
- data/lib/dfp_api/v201408/company_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/contact_service.rb +42 -0
- data/lib/dfp_api/v201408/contact_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/content_bundle_service.rb +46 -0
- data/lib/dfp_api/v201408/content_bundle_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/content_metadata_key_hierarchy_service.rb +46 -0
- data/lib/dfp_api/v201408/content_metadata_key_hierarchy_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/content_service.rb +38 -0
- data/lib/dfp_api/v201408/content_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/creative_service.rb +42 -0
- data/lib/dfp_api/v201408/creative_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/creative_set_service.rb +42 -0
- data/lib/dfp_api/v201408/creative_set_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/creative_template_service.rb +34 -0
- data/lib/dfp_api/v201408/creative_template_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/creative_wrapper_service.rb +46 -0
- data/lib/dfp_api/v201408/creative_wrapper_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/custom_field_service.rb +58 -0
- data/lib/dfp_api/v201408/custom_field_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/custom_targeting_service.rb +62 -0
- data/lib/dfp_api/v201408/custom_targeting_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/exchange_rate_service.rb +46 -0
- data/lib/dfp_api/v201408/exchange_rate_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/forecast_service.rb +38 -0
- data/lib/dfp_api/v201408/forecast_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/inventory_service.rb +50 -0
- data/lib/dfp_api/v201408/inventory_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/label_service.rb +46 -0
- data/lib/dfp_api/v201408/label_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/line_item_creative_association_service.rb +50 -0
- data/lib/dfp_api/v201408/line_item_creative_association_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/line_item_service.rb +46 -0
- data/lib/dfp_api/v201408/line_item_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/line_item_template_service.rb +34 -0
- data/lib/dfp_api/v201408/line_item_template_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/live_stream_event_service.rb +46 -0
- data/lib/dfp_api/v201408/live_stream_event_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/network_service.rb +46 -0
- data/lib/dfp_api/v201408/network_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/order_service.rb +46 -0
- data/lib/dfp_api/v201408/order_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/placement_service.rb +46 -0
- data/lib/dfp_api/v201408/placement_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/premium_rate_service.rb +42 -0
- data/lib/dfp_api/v201408/premium_rate_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/product_service.rb +42 -0
- data/lib/dfp_api/v201408/product_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/product_template_service.rb +46 -0
- data/lib/dfp_api/v201408/product_template_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/proposal_line_item_service.rb +46 -0
- data/lib/dfp_api/v201408/proposal_line_item_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/proposal_service.rb +46 -0
- data/lib/dfp_api/v201408/proposal_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/publisher_query_language_service.rb +34 -0
- data/lib/dfp_api/v201408/publisher_query_language_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/rate_card_service.rb +46 -0
- data/lib/dfp_api/v201408/rate_card_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/reconciliation_order_report_service.rb +38 -0
- data/lib/dfp_api/v201408/reconciliation_order_report_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/reconciliation_report_row_service.rb +38 -0
- data/lib/dfp_api/v201408/reconciliation_report_row_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/reconciliation_report_service.rb +38 -0
- data/lib/dfp_api/v201408/reconciliation_report_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/report_service.rb +46 -0
- data/lib/dfp_api/v201408/report_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/suggested_ad_unit_service.rb +38 -0
- data/lib/dfp_api/v201408/suggested_ad_unit_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/team_service.rb +42 -0
- data/lib/dfp_api/v201408/team_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/user_service.rb +54 -0
- data/lib/dfp_api/v201408/user_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/user_team_association_service.rb +46 -0
- data/lib/dfp_api/v201408/user_team_association_service_registry.rb +46 -0
- data/lib/dfp_api/v201408/workflow_request_service.rb +38 -0
- data/lib/dfp_api/v201408/workflow_request_service_registry.rb +46 -0
- data/lib/dfp_api/version.rb +1 -1
- data/lib/dfp_api_statement.rb +45 -0
- data/test/bugs/test_issue_00000016.rb +2 -2
- metadata +1164 -1623
- checksums.yaml +0 -15
- data/examples/v201208/audience_segment_service/get_all_audience_segments.rb +0 -93
- data/examples/v201208/common/error_handling.rb +0 -76
- data/examples/v201208/common/setup_oauth2.rb +0 -89
- data/examples/v201208/company_service/get_all_companies.rb +0 -92
- data/examples/v201208/company_service/get_companies_by_statement.rb +0 -88
- data/examples/v201208/company_service/get_company.rb +0 -72
- data/examples/v201208/company_service/update_companies.rb +0 -95
- data/examples/v201208/content_service/get_content_by_category.rb +0 -136
- data/examples/v201208/creative_service/copy_image_creatives.rb +0 -115
- data/examples/v201208/creative_service/create_creative_from_template.rb +0 -139
- data/examples/v201208/creative_service/create_creatives.rb +0 -106
- data/examples/v201208/creative_service/create_custom_creative.rb +0 -104
- data/examples/v201208/creative_service/get_all_creatives.rb +0 -93
- data/examples/v201208/creative_service/get_creative.rb +0 -72
- data/examples/v201208/creative_service/get_creatives_by_statement.rb +0 -87
- data/examples/v201208/creative_service/update_creatives.rb +0 -96
- data/examples/v201208/creative_set_service/associate_creative_set_to_line_item.rb +0 -77
- data/examples/v201208/creative_set_service/create_creative_set.rb +0 -83
- data/examples/v201208/creative_set_service/get_all_creative_sets.rb +0 -94
- data/examples/v201208/creative_set_service/get_creative_sets_by_statement.rb +0 -90
- data/examples/v201208/creative_set_service/update_creative_sets.rb +0 -85
- data/examples/v201208/creative_template_service/get_all_creative_templates.rb +0 -94
- data/examples/v201208/creative_template_service/get_creative_template.rb +0 -74
- data/examples/v201208/creative_template_service/get_creative_templates_by_statement.rb +0 -80
- data/examples/v201208/custom_field_service/create_custom_field_options.rb +0 -87
- data/examples/v201208/custom_field_service/create_custom_fields.rb +0 -86
- data/examples/v201208/custom_field_service/deactivate_all_line_item_custom_fields.rb +0 -112
- data/examples/v201208/custom_field_service/get_all_custom_fields.rb +0 -102
- data/examples/v201208/custom_field_service/get_all_line_item_custom_fields.rb +0 -86
- data/examples/v201208/custom_field_service/set_line_item_custom_field_value.rb +0 -135
- data/examples/v201208/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -140
- data/examples/v201208/custom_targeting_service/delete_custom_targeting_keys.rb +0 -121
- data/examples/v201208/custom_targeting_service/delete_custom_targeting_values.rb +0 -125
- data/examples/v201208/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -148
- data/examples/v201208/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -92
- data/examples/v201208/custom_targeting_service/update_custom_targeting_keys.rb +0 -94
- data/examples/v201208/custom_targeting_service/update_custom_targeting_values.rb +0 -106
- data/examples/v201208/forecast_service/get_forecast.rb +0 -107
- data/examples/v201208/forecast_service/get_forecast_by_id.rb +0 -80
- data/examples/v201208/inventory_service/create_ad_units.rb +0 -101
- data/examples/v201208/inventory_service/create_mobile_ad_unit.rb +0 -101
- data/examples/v201208/inventory_service/create_video_ad_unit.rb +0 -108
- data/examples/v201208/inventory_service/get_ad_unit.rb +0 -72
- data/examples/v201208/inventory_service/get_ad_unit_sizes.rb +0 -85
- data/examples/v201208/inventory_service/get_ad_units_by_statement.rb +0 -96
- data/examples/v201208/inventory_service/update_ad_units.rb +0 -94
- data/examples/v201208/label_service/create_labels.rb +0 -83
- data/examples/v201208/label_service/deactivate_labels.rb +0 -118
- data/examples/v201208/label_service/get_all_labels.rb +0 -95
- data/examples/v201208/label_service/get_label.rb +0 -76
- data/examples/v201208/label_service/get_labels_by_statement.rb +0 -81
- data/examples/v201208/label_service/update_labels.rb +0 -102
- data/examples/v201208/line_item_creative_association_service/create_licas.rb +0 -94
- data/examples/v201208/line_item_creative_association_service/deactivate_licas.rb +0 -127
- data/examples/v201208/line_item_creative_association_service/get_all_licas.rb +0 -98
- data/examples/v201208/line_item_creative_association_service/get_lica.rb +0 -77
- data/examples/v201208/line_item_creative_association_service/update_licas.rb +0 -91
- data/examples/v201208/line_item_service/activate_line_items.rb +0 -131
- data/examples/v201208/line_item_service/create_line_items.rb +0 -177
- data/examples/v201208/line_item_service/create_mobile_line_item.rb +0 -135
- data/examples/v201208/line_item_service/create_video_line_item.rb +0 -156
- data/examples/v201208/line_item_service/get_all_line_items.rb +0 -94
- data/examples/v201208/line_item_service/get_line_item.rb +0 -74
- data/examples/v201208/line_item_service/get_line_items_by_statement.rb +0 -93
- data/examples/v201208/line_item_service/get_recently_updated_line_items.rb +0 -98
- data/examples/v201208/line_item_service/target_custom_criteria.rb +0 -129
- data/examples/v201208/network_service/make_test_network.rb +0 -79
- data/examples/v201208/order_service/approve_orders.rb +0 -122
- data/examples/v201208/order_service/create_orders.rb +0 -92
- data/examples/v201208/order_service/get_all_orders.rb +0 -93
- data/examples/v201208/order_service/get_order.rb +0 -74
- data/examples/v201208/order_service/get_orders_by_statement.rb +0 -90
- data/examples/v201208/order_service/update_orders.rb +0 -95
- data/examples/v201208/placement_service/create_placements.rb +0 -131
- data/examples/v201208/placement_service/deactivate_placements.rb +0 -118
- data/examples/v201208/placement_service/get_all_placements.rb +0 -93
- data/examples/v201208/placement_service/get_placement.rb +0 -74
- data/examples/v201208/placement_service/get_placements_by_statement.rb +0 -86
- data/examples/v201208/publisher_query_language_service/get_all_cities.rb +0 -90
- data/examples/v201208/report_service/download_report.rb +0 -81
- data/examples/v201208/report_service/run_delivery_report.rb +0 -103
- data/examples/v201208/report_service/run_inventory_report.rb +0 -96
- data/examples/v201208/report_service/run_merged_delivery_report.rb +0 -94
- data/examples/v201208/report_service/run_report_with_custom_fields.rb +0 -135
- data/examples/v201208/report_service/run_sales_report.rb +0 -92
- data/examples/v201208/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +0 -109
- data/examples/v201208/suggested_ad_unit_service/get_all_suggested_ad_units.rb +0 -96
- data/examples/v201208/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -75
- data/examples/v201208/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +0 -92
- data/examples/v201208/team_service/get_team.rb +0 -74
- data/examples/v201208/team_service/get_teams_by_statement.rb +0 -78
- data/examples/v201208/team_service/update_teams.rb +0 -95
- data/examples/v201208/third_party_slot_service/archive_third_party_slots.rb +0 -125
- data/examples/v201208/third_party_slot_service/create_third_party_slot.rb +0 -91
- data/examples/v201208/third_party_slot_service/get_all_third_party_slots.rb +0 -93
- data/examples/v201208/third_party_slot_service/get_third_party_slot_by_statement.rb +0 -86
- data/examples/v201208/third_party_slot_service/update_third_party_slots.rb +0 -95
- data/examples/v201208/user_service/create_users.rb +0 -89
- data/examples/v201208/user_service/deactivate_users.rb +0 -97
- data/examples/v201208/user_service/get_current_user.rb +0 -66
- data/examples/v201208/user_service/get_user.rb +0 -73
- data/examples/v201208/user_service/get_users_by_statement.rb +0 -79
- data/examples/v201208/user_service/update_users.rb +0 -89
- data/examples/v201208/user_team_association_service/delete_user_team_associations.rb +0 -111
- data/examples/v201208/user_team_association_service/get_all_user_team_associations.rb +0 -94
- data/examples/v201208/user_team_association_service/get_user_team_association.rb +0 -76
- data/examples/v201208/user_team_association_service/update_user_team_associations.rb +0 -102
- data/examples/v201211/audience_segment_service/get_all_audience_segments.rb +0 -93
- data/examples/v201211/common/error_handling.rb +0 -76
- data/examples/v201211/common/oauth2_jwt_handling.rb +0 -111
- data/examples/v201211/company_service/create_companies.rb +0 -81
- data/examples/v201211/company_service/get_all_companies.rb +0 -92
- data/examples/v201211/company_service/get_companies_by_statement.rb +0 -88
- data/examples/v201211/company_service/get_company.rb +0 -72
- data/examples/v201211/company_service/update_companies.rb +0 -102
- data/examples/v201211/content_service/get_all_content.rb +0 -94
- data/examples/v201211/content_service/get_content_by_category.rb +0 -143
- data/examples/v201211/creative_service/copy_image_creatives.rb +0 -115
- data/examples/v201211/creative_service/create_creative_from_template.rb +0 -139
- data/examples/v201211/creative_service/create_creatives.rb +0 -106
- data/examples/v201211/creative_service/create_custom_creative.rb +0 -104
- data/examples/v201211/creative_service/get_creative.rb +0 -72
- data/examples/v201211/creative_service/get_creatives_by_statement.rb +0 -87
- data/examples/v201211/creative_set_service/get_creative_sets_by_statement.rb +0 -90
- data/examples/v201211/creative_set_service/update_creative_sets.rb +0 -85
- data/examples/v201211/creative_template_service/get_creative_templates_by_statement.rb +0 -80
- data/examples/v201211/creative_wrapper_service/create_creative_wrappers.rb +0 -89
- data/examples/v201211/creative_wrapper_service/deactivate_creative_wrapper.rb +0 -102
- data/examples/v201211/creative_wrapper_service/get_creative_wrappers_by_statement.rb +0 -88
- data/examples/v201211/creative_wrapper_service/update_creative_wrappers.rb +0 -86
- data/examples/v201211/custom_field_service/create_custom_field_options.rb +0 -87
- data/examples/v201211/custom_field_service/create_custom_fields.rb +0 -86
- data/examples/v201211/custom_field_service/deactivate_all_line_item_custom_fields.rb +0 -112
- data/examples/v201211/custom_field_service/get_all_custom_fields.rb +0 -102
- data/examples/v201211/custom_field_service/get_all_line_item_custom_fields.rb +0 -86
- data/examples/v201211/custom_field_service/set_line_item_custom_field_value.rb +0 -135
- data/examples/v201211/custom_field_service/update_custom_fields.rb +0 -83
- data/examples/v201211/custom_targeting_service/delete_custom_targeting_keys.rb +0 -121
- data/examples/v201211/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -148
- data/examples/v201211/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -92
- data/examples/v201211/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -98
- data/examples/v201211/custom_targeting_service/update_custom_targeting_values.rb +0 -106
- data/examples/v201211/forecast_service/get_forecast.rb +0 -107
- data/examples/v201211/forecast_service/get_forecast_by_id.rb +0 -80
- data/examples/v201211/inventory_service/create_ad_units.rb +0 -101
- data/examples/v201211/inventory_service/create_video_ad_unit.rb +0 -108
- data/examples/v201211/inventory_service/deactivate_ad_units.rb +0 -119
- data/examples/v201211/inventory_service/get_ad_unit.rb +0 -72
- data/examples/v201211/inventory_service/get_ad_unit_sizes.rb +0 -85
- data/examples/v201211/inventory_service/get_ad_units_by_statement.rb +0 -96
- data/examples/v201211/inventory_service/get_all_ad_units.rb +0 -93
- data/examples/v201211/label_service/deactivate_labels.rb +0 -118
- data/examples/v201211/label_service/get_label.rb +0 -76
- data/examples/v201211/label_service/update_labels.rb +0 -102
- data/examples/v201211/line_item_creative_association_service/create_licas.rb +0 -94
- data/examples/v201211/line_item_creative_association_service/get_lica.rb +0 -77
- data/examples/v201211/line_item_creative_association_service/get_licas_by_statement.rb +0 -91
- data/examples/v201211/line_item_creative_association_service/update_licas.rb +0 -91
- data/examples/v201211/line_item_service/create_mobile_line_item.rb +0 -135
- data/examples/v201211/line_item_service/create_video_line_item.rb +0 -156
- data/examples/v201211/line_item_service/get_all_line_items.rb +0 -94
- data/examples/v201211/line_item_service/get_line_item.rb +0 -74
- data/examples/v201211/line_item_service/get_recently_updated_line_items.rb +0 -98
- data/examples/v201211/line_item_service/update_line_items.rb +0 -109
- data/examples/v201211/network_service/get_all_networks.rb +0 -74
- data/examples/v201211/network_service/get_current_network.rb +0 -66
- data/examples/v201211/network_service/make_test_network.rb +0 -79
- data/examples/v201211/order_service/approve_orders.rb +0 -122
- data/examples/v201211/order_service/get_order.rb +0 -74
- data/examples/v201211/order_service/get_orders_by_statement.rb +0 -90
- data/examples/v201211/order_service/update_orders.rb +0 -97
- data/examples/v201211/placement_service/create_placements.rb +0 -131
- data/examples/v201211/placement_service/get_placement.rb +0 -74
- data/examples/v201211/placement_service/update_placements.rb +0 -97
- data/examples/v201211/publisher_query_language_service/get_all_cities.rb +0 -104
- data/examples/v201211/report_service/run_delivery_report.rb +0 -103
- data/examples/v201211/report_service/run_inventory_report.rb +0 -96
- data/examples/v201211/report_service/run_merged_delivery_report.rb +0 -94
- data/examples/v201211/report_service/run_report_with_custom_fields.rb +0 -135
- data/examples/v201211/report_service/run_sales_report.rb +0 -92
- data/examples/v201211/suggested_ad_unit_service/get_all_suggested_ad_units.rb +0 -96
- data/examples/v201211/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -75
- data/examples/v201211/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +0 -92
- data/examples/v201211/team_service/create_teams.rb +0 -83
- data/examples/v201211/team_service/get_all_teams.rb +0 -92
- data/examples/v201211/team_service/get_team.rb +0 -74
- data/examples/v201211/team_service/get_teams_by_statement.rb +0 -78
- data/examples/v201211/team_service/update_teams.rb +0 -97
- data/examples/v201211/third_party_slot_service/archive_third_party_slots.rb +0 -125
- data/examples/v201211/third_party_slot_service/create_third_party_slot.rb +0 -91
- data/examples/v201211/third_party_slot_service/get_all_third_party_slots.rb +0 -93
- data/examples/v201211/third_party_slot_service/get_third_party_slot_by_statement.rb +0 -86
- data/examples/v201211/third_party_slot_service/update_third_party_slots.rb +0 -95
- data/examples/v201211/user_service/deactivate_users.rb +0 -97
- data/examples/v201211/user_service/get_all_roles.rb +0 -73
- data/examples/v201211/user_service/get_all_users.rb +0 -93
- data/examples/v201211/user_service/get_user.rb +0 -73
- data/examples/v201211/user_service/get_users_by_statement.rb +0 -79
- data/examples/v201211/user_service/update_users.rb +0 -89
- data/examples/v201211/user_team_association_service/create_user_team_associations.rb +0 -86
- data/examples/v201211/user_team_association_service/delete_user_team_associations.rb +0 -111
- data/examples/v201211/user_team_association_service/get_user_team_association.rb +0 -76
- data/examples/v201211/user_team_association_service/get_user_team_associations_by_statement.rb +0 -94
- data/examples/v201211/user_team_association_service/update_user_team_associations.rb +0 -102
- data/examples/v201302/activity_group_service/create_activity_groups.rb +0 -94
- data/examples/v201302/activity_group_service/get_active_activity_groups.rb +0 -100
- data/examples/v201302/activity_group_service/get_all_activity_groups.rb +0 -95
- data/examples/v201302/activity_group_service/update_activity_groups.rb +0 -87
- data/examples/v201302/activity_service/get_all_activities.rb +0 -144
- data/examples/v201302/audience_segment_service/get_all_audience_segments.rb +0 -93
- data/examples/v201302/common/oauth2_jwt_handling.rb +0 -111
- data/examples/v201302/common/setup_oauth2.rb +0 -89
- data/examples/v201302/company_service/create_companies.rb +0 -81
- data/examples/v201302/company_service/get_company.rb +0 -72
- data/examples/v201302/contact_service/create_contacts.rb +0 -95
- data/examples/v201302/contact_service/get_all_contacts.rb +0 -92
- data/examples/v201302/contact_service/get_uninvited_contacts.rb +0 -102
- data/examples/v201302/contact_service/update_contacts.rb +0 -84
- data/examples/v201302/creative_service/copy_image_creatives.rb +0 -115
- data/examples/v201302/creative_service/create_creative_from_template.rb +0 -139
- data/examples/v201302/creative_service/get_all_creatives.rb +0 -93
- data/examples/v201302/creative_service/get_creative.rb +0 -72
- data/examples/v201302/creative_service/update_creatives.rb +0 -96
- data/examples/v201302/creative_set_service/associate_creative_set_to_line_item.rb +0 -77
- data/examples/v201302/creative_set_service/create_creative_set.rb +0 -83
- data/examples/v201302/creative_set_service/get_all_creative_sets.rb +0 -94
- data/examples/v201302/creative_template_service/get_all_creative_templates.rb +0 -94
- data/examples/v201302/creative_template_service/get_creative_template.rb +0 -74
- data/examples/v201302/creative_wrapper_service/deactivate_creative_wrapper.rb +0 -102
- data/examples/v201302/creative_wrapper_service/get_all_creative_wrappers.rb +0 -94
- data/examples/v201302/custom_field_service/get_all_custom_fields.rb +0 -102
- data/examples/v201302/custom_field_service/update_custom_fields.rb +0 -84
- data/examples/v201302/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -140
- data/examples/v201302/custom_targeting_service/delete_custom_targeting_values.rb +0 -125
- data/examples/v201302/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -98
- data/examples/v201302/custom_targeting_service/update_custom_targeting_keys.rb +0 -94
- data/examples/v201302/forecast_service/get_forecast.rb +0 -107
- data/examples/v201302/forecast_service/get_forecast_by_id.rb +0 -80
- data/examples/v201302/inventory_service/create_mobile_ad_unit.rb +0 -101
- data/examples/v201302/inventory_service/deactivate_ad_units.rb +0 -119
- data/examples/v201302/inventory_service/get_ad_unit.rb +0 -72
- data/examples/v201302/inventory_service/get_all_ad_units.rb +0 -93
- data/examples/v201302/inventory_service/update_ad_units.rb +0 -96
- data/examples/v201302/label_service/create_labels.rb +0 -83
- data/examples/v201302/label_service/get_all_labels.rb +0 -95
- data/examples/v201302/label_service/get_label.rb +0 -76
- data/examples/v201302/label_service/get_labels_by_statement.rb +0 -81
- data/examples/v201302/line_item_creative_association_service/deactivate_licas.rb +0 -127
- data/examples/v201302/line_item_creative_association_service/get_all_licas.rb +0 -98
- data/examples/v201302/line_item_creative_association_service/get_lica.rb +0 -77
- data/examples/v201302/line_item_creative_association_service/get_licas_by_statement.rb +0 -91
- data/examples/v201302/line_item_service/activate_line_items.rb +0 -131
- data/examples/v201302/line_item_service/create_line_items.rb +0 -177
- data/examples/v201302/line_item_service/create_mobile_line_item.rb +0 -135
- data/examples/v201302/line_item_service/get_line_item.rb +0 -74
- data/examples/v201302/line_item_service/get_line_items_by_statement.rb +0 -93
- data/examples/v201302/line_item_service/target_custom_criteria.rb +0 -129
- data/examples/v201302/line_item_service/update_line_items.rb +0 -109
- data/examples/v201302/network_service/get_all_networks.rb +0 -74
- data/examples/v201302/network_service/get_current_network.rb +0 -66
- data/examples/v201302/order_service/create_orders.rb +0 -92
- data/examples/v201302/order_service/get_all_orders.rb +0 -93
- data/examples/v201302/order_service/get_order.rb +0 -74
- data/examples/v201302/placement_service/deactivate_placements.rb +0 -118
- data/examples/v201302/placement_service/get_all_placements.rb +0 -93
- data/examples/v201302/placement_service/get_placement.rb +0 -74
- data/examples/v201302/placement_service/get_placements_by_statement.rb +0 -86
- data/examples/v201302/placement_service/update_placements.rb +0 -97
- data/examples/v201302/publisher_query_language_service/get_all_cities.rb +0 -104
- data/examples/v201302/report_service/download_report.rb +0 -81
- data/examples/v201302/report_service/run_delivery_report.rb +0 -103
- data/examples/v201302/report_service/run_merged_delivery_report.rb +0 -94
- data/examples/v201302/report_service/run_report_with_custom_fields.rb +0 -135
- data/examples/v201302/report_service/run_sales_report.rb +0 -92
- data/examples/v201302/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +0 -109
- data/examples/v201302/team_service/create_teams.rb +0 -83
- data/examples/v201302/team_service/get_all_teams.rb +0 -92
- data/examples/v201302/team_service/get_team.rb +0 -74
- data/examples/v201302/third_party_slot_service/archive_third_party_slots.rb +0 -125
- data/examples/v201302/third_party_slot_service/create_third_party_slot.rb +0 -91
- data/examples/v201302/third_party_slot_service/get_all_third_party_slots.rb +0 -93
- data/examples/v201302/third_party_slot_service/get_third_party_slot_by_statement.rb +0 -86
- data/examples/v201302/third_party_slot_service/update_third_party_slots.rb +0 -95
- data/examples/v201302/user_service/create_users.rb +0 -89
- data/examples/v201302/user_service/get_all_roles.rb +0 -73
- data/examples/v201302/user_service/get_all_users.rb +0 -93
- data/examples/v201302/user_service/get_current_user.rb +0 -66
- data/examples/v201302/user_service/get_user.rb +0 -73
- data/examples/v201302/user_team_association_service/create_user_team_associations.rb +0 -86
- data/examples/v201302/user_team_association_service/get_all_user_team_associations.rb +0 -94
- data/examples/v201302/user_team_association_service/get_user_team_association.rb +0 -76
- data/examples/v201302/user_team_association_service/get_user_team_associations_by_statement.rb +0 -94
- data/examples/v201306/activity_group_service/create_activity_groups.rb +0 -94
- data/examples/v201306/activity_service/create_activities.rb +0 -91
- data/examples/v201306/activity_service/get_active_activities.rb +0 -107
- data/examples/v201306/activity_service/get_all_activities.rb +0 -144
- data/examples/v201306/activity_service/update_activities.rb +0 -85
- data/examples/v201306/audience_segment_service/get_all_audience_segments.rb +0 -93
- data/examples/v201306/common/error_handling.rb +0 -76
- data/examples/v201306/common/setup_oauth2.rb +0 -89
- data/examples/v201306/company_service/create_companies.rb +0 -81
- data/examples/v201306/company_service/get_all_companies.rb +0 -92
- data/examples/v201306/company_service/get_companies_by_statement.rb +0 -88
- data/examples/v201306/company_service/get_company.rb +0 -72
- data/examples/v201306/company_service/update_companies.rb +0 -102
- data/examples/v201306/contact_service/create_contacts.rb +0 -95
- data/examples/v201306/contact_service/get_uninvited_contacts.rb +0 -102
- data/examples/v201306/contact_service/update_contacts.rb +0 -84
- data/examples/v201306/content_service/get_all_content.rb +0 -94
- data/examples/v201306/content_service/get_content_by_category.rb +0 -143
- data/examples/v201306/creative_service/copy_image_creatives.rb +0 -115
- data/examples/v201306/creative_service/create_creative_from_template.rb +0 -139
- data/examples/v201306/creative_service/create_creatives.rb +0 -112
- data/examples/v201306/creative_service/create_custom_creative.rb +0 -104
- data/examples/v201306/creative_service/get_all_creatives.rb +0 -93
- data/examples/v201306/creative_service/get_creative.rb +0 -72
- data/examples/v201306/creative_service/get_creatives_by_statement.rb +0 -87
- data/examples/v201306/creative_service/update_creatives.rb +0 -96
- data/examples/v201306/creative_set_service/associate_creative_set_to_line_item.rb +0 -77
- data/examples/v201306/creative_set_service/create_creative_set.rb +0 -83
- data/examples/v201306/creative_set_service/get_all_creative_sets.rb +0 -94
- data/examples/v201306/creative_set_service/get_creative_sets_by_statement.rb +0 -90
- data/examples/v201306/creative_set_service/update_creative_sets.rb +0 -85
- data/examples/v201306/creative_template_service/get_all_creative_templates.rb +0 -94
- data/examples/v201306/creative_template_service/get_creative_template.rb +0 -74
- data/examples/v201306/creative_template_service/get_creative_templates_by_statement.rb +0 -80
- data/examples/v201306/creative_wrapper_service/create_creative_wrappers.rb +0 -89
- data/examples/v201306/creative_wrapper_service/get_all_creative_wrappers.rb +0 -94
- data/examples/v201306/creative_wrapper_service/get_creative_wrappers_by_statement.rb +0 -88
- data/examples/v201306/creative_wrapper_service/update_creative_wrappers.rb +0 -86
- data/examples/v201306/custom_field_service/create_custom_field_options.rb +0 -87
- data/examples/v201306/custom_field_service/create_custom_fields.rb +0 -86
- data/examples/v201306/custom_field_service/deactivate_all_line_item_custom_fields.rb +0 -112
- data/examples/v201306/custom_field_service/get_all_custom_fields.rb +0 -102
- data/examples/v201306/custom_field_service/get_all_line_item_custom_fields.rb +0 -86
- data/examples/v201306/custom_field_service/set_line_item_custom_field_value.rb +0 -135
- data/examples/v201306/custom_field_service/update_custom_fields.rb +0 -84
- data/examples/v201306/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -140
- data/examples/v201306/custom_targeting_service/delete_custom_targeting_keys.rb +0 -121
- data/examples/v201306/custom_targeting_service/delete_custom_targeting_values.rb +0 -125
- data/examples/v201306/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -148
- data/examples/v201306/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -92
- data/examples/v201306/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -98
- data/examples/v201306/custom_targeting_service/update_custom_targeting_keys.rb +0 -94
- data/examples/v201306/custom_targeting_service/update_custom_targeting_values.rb +0 -106
- data/examples/v201306/forecast_service/get_forecast.rb +0 -107
- data/examples/v201306/forecast_service/get_forecast_by_id.rb +0 -80
- data/examples/v201306/inventory_service/create_ad_units.rb +0 -101
- data/examples/v201306/inventory_service/create_mobile_ad_unit.rb +0 -101
- data/examples/v201306/inventory_service/create_video_ad_unit.rb +0 -108
- data/examples/v201306/inventory_service/deactivate_ad_units.rb +0 -119
- data/examples/v201306/inventory_service/get_ad_unit.rb +0 -72
- data/examples/v201306/inventory_service/get_ad_unit_sizes.rb +0 -85
- data/examples/v201306/inventory_service/get_ad_units_by_statement.rb +0 -96
- data/examples/v201306/inventory_service/get_all_ad_units.rb +0 -93
- data/examples/v201306/inventory_service/update_ad_units.rb +0 -96
- data/examples/v201306/label_service/create_labels.rb +0 -83
- data/examples/v201306/label_service/deactivate_labels.rb +0 -118
- data/examples/v201306/label_service/get_all_labels.rb +0 -95
- data/examples/v201306/label_service/get_label.rb +0 -76
- data/examples/v201306/label_service/get_labels_by_statement.rb +0 -81
- data/examples/v201306/label_service/update_labels.rb +0 -102
- data/examples/v201306/line_item_creative_association_service/create_licas.rb +0 -94
- data/examples/v201306/line_item_creative_association_service/deactivate_licas.rb +0 -127
- data/examples/v201306/line_item_creative_association_service/get_all_licas.rb +0 -98
- data/examples/v201306/line_item_creative_association_service/get_lica.rb +0 -77
- data/examples/v201306/line_item_creative_association_service/get_licas_by_statement.rb +0 -91
- data/examples/v201306/line_item_creative_association_service/update_licas.rb +0 -91
- data/examples/v201306/line_item_service/activate_line_items.rb +0 -131
- data/examples/v201306/line_item_service/create_line_items.rb +0 -177
- data/examples/v201306/line_item_service/create_mobile_line_item.rb +0 -135
- data/examples/v201306/line_item_service/create_video_line_item.rb +0 -158
- data/examples/v201306/line_item_service/get_all_line_items.rb +0 -94
- data/examples/v201306/line_item_service/get_line_item.rb +0 -74
- data/examples/v201306/line_item_service/get_line_items_by_statement.rb +0 -93
- data/examples/v201306/line_item_service/get_recently_updated_line_items.rb +0 -98
- data/examples/v201306/line_item_service/target_custom_criteria.rb +0 -129
- data/examples/v201306/line_item_service/update_line_items.rb +0 -109
- data/examples/v201306/network_service/get_all_networks.rb +0 -74
- data/examples/v201306/network_service/get_current_network.rb +0 -66
- data/examples/v201306/network_service/make_test_network.rb +0 -79
- data/examples/v201306/order_service/approve_orders.rb +0 -122
- data/examples/v201306/order_service/create_orders.rb +0 -92
- data/examples/v201306/order_service/get_all_orders.rb +0 -93
- data/examples/v201306/order_service/get_order.rb +0 -74
- data/examples/v201306/order_service/get_orders_by_statement.rb +0 -90
- data/examples/v201306/order_service/update_orders.rb +0 -97
- data/examples/v201306/placement_service/create_placements.rb +0 -131
- data/examples/v201306/placement_service/deactivate_placements.rb +0 -118
- data/examples/v201306/placement_service/get_all_placements.rb +0 -93
- data/examples/v201306/placement_service/get_placement.rb +0 -74
- data/examples/v201306/placement_service/get_placements_by_statement.rb +0 -86
- data/examples/v201306/placement_service/update_placements.rb +0 -97
- data/examples/v201306/publisher_query_language_service/get_all_cities.rb +0 -104
- data/examples/v201306/report_service/display_report.rb +0 -81
- data/examples/v201306/report_service/download_report.rb +0 -81
- data/examples/v201306/report_service/run_delivery_report.rb +0 -103
- data/examples/v201306/report_service/run_inventory_report.rb +0 -96
- data/examples/v201306/report_service/run_merged_delivery_report.rb +0 -94
- data/examples/v201306/report_service/run_reach_report.rb +0 -87
- data/examples/v201306/report_service/run_report_with_custom_fields.rb +0 -135
- data/examples/v201306/report_service/run_sales_report.rb +0 -92
- data/examples/v201306/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +0 -109
- data/examples/v201306/suggested_ad_unit_service/get_all_suggested_ad_units.rb +0 -96
- data/examples/v201306/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -75
- data/examples/v201306/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +0 -92
- data/examples/v201306/team_service/create_teams.rb +0 -83
- data/examples/v201306/team_service/get_all_teams.rb +0 -92
- data/examples/v201306/team_service/get_team.rb +0 -74
- data/examples/v201306/team_service/get_teams_by_statement.rb +0 -78
- data/examples/v201306/team_service/update_teams.rb +0 -97
- data/examples/v201306/user_service/create_users.rb +0 -89
- data/examples/v201306/user_service/deactivate_users.rb +0 -97
- data/examples/v201306/user_service/get_all_roles.rb +0 -73
- data/examples/v201306/user_service/get_all_users.rb +0 -93
- data/examples/v201306/user_service/get_current_user.rb +0 -66
- data/examples/v201306/user_service/get_user.rb +0 -73
- data/examples/v201306/user_service/get_users_by_statement.rb +0 -79
- data/examples/v201306/user_service/update_users.rb +0 -89
- data/examples/v201306/user_team_association_service/create_user_team_associations.rb +0 -86
- data/examples/v201306/user_team_association_service/delete_user_team_associations.rb +0 -111
- data/examples/v201306/user_team_association_service/get_all_user_team_associations.rb +0 -94
- data/examples/v201306/user_team_association_service/get_user_team_association.rb +0 -76
- data/examples/v201306/user_team_association_service/get_user_team_associations_by_statement.rb +0 -94
- data/examples/v201306/user_team_association_service/update_user_team_associations.rb +0 -102
- data/examples/v201308/activity_group_service/get_active_activity_groups.rb +0 -100
- data/examples/v201308/activity_group_service/get_all_activity_groups.rb +0 -95
- data/examples/v201308/activity_group_service/update_activity_groups.rb +0 -87
- data/examples/v201308/activity_service/create_activities.rb +0 -91
- data/examples/v201308/activity_service/get_all_activities.rb +0 -144
- data/examples/v201308/activity_service/update_activities.rb +0 -85
- data/examples/v201308/common/error_handling.rb +0 -76
- data/examples/v201308/common/oauth2_jwt_handling.rb +0 -111
- data/examples/v201308/common/setup_oauth2.rb +0 -89
- data/examples/v201308/company_service/create_companies.rb +0 -81
- data/examples/v201308/company_service/get_all_companies.rb +0 -92
- data/examples/v201308/company_service/get_companies_by_statement.rb +0 -88
- data/examples/v201308/company_service/get_company.rb +0 -72
- data/examples/v201308/company_service/update_companies.rb +0 -102
- data/examples/v201308/contact_service/get_all_contacts.rb +0 -92
- data/examples/v201308/content_service/get_all_content.rb +0 -94
- data/examples/v201308/content_service/get_content_by_category.rb +0 -143
- data/examples/v201308/creative_service/create_creatives.rb +0 -112
- data/examples/v201308/creative_service/create_custom_creative.rb +0 -104
- data/examples/v201308/creative_service/get_all_creatives.rb +0 -93
- data/examples/v201308/creative_service/get_creative.rb +0 -72
- data/examples/v201308/creative_service/get_creatives_by_statement.rb +0 -87
- data/examples/v201308/creative_service/update_creatives.rb +0 -96
- data/examples/v201308/creative_set_service/associate_creative_set_to_line_item.rb +0 -77
- data/examples/v201308/creative_set_service/create_creative_set.rb +0 -83
- data/examples/v201308/creative_set_service/get_all_creative_sets.rb +0 -94
- data/examples/v201308/creative_set_service/get_creative_sets_by_statement.rb +0 -90
- data/examples/v201308/creative_set_service/update_creative_sets.rb +0 -85
- data/examples/v201308/creative_template_service/get_all_creative_templates.rb +0 -94
- data/examples/v201308/creative_template_service/get_creative_template.rb +0 -74
- data/examples/v201308/creative_template_service/get_creative_templates_by_statement.rb +0 -80
- data/examples/v201308/creative_wrapper_service/create_creative_wrappers.rb +0 -89
- data/examples/v201308/creative_wrapper_service/deactivate_creative_wrapper.rb +0 -102
- data/examples/v201308/creative_wrapper_service/get_all_creative_wrappers.rb +0 -94
- data/examples/v201308/creative_wrapper_service/get_creative_wrappers_by_statement.rb +0 -88
- data/examples/v201308/creative_wrapper_service/update_creative_wrappers.rb +0 -86
- data/examples/v201308/custom_field_service/create_custom_field_options.rb +0 -87
- data/examples/v201308/custom_field_service/create_custom_fields.rb +0 -86
- data/examples/v201308/custom_field_service/deactivate_all_line_item_custom_fields.rb +0 -112
- data/examples/v201308/custom_field_service/get_all_line_item_custom_fields.rb +0 -86
- data/examples/v201308/custom_field_service/set_line_item_custom_field_value.rb +0 -135
- data/examples/v201308/custom_field_service/update_custom_fields.rb +0 -84
- data/examples/v201308/custom_targeting_service/create_custom_targeting_keys_and_values.rb +0 -140
- data/examples/v201308/custom_targeting_service/delete_custom_targeting_keys.rb +0 -121
- data/examples/v201308/custom_targeting_service/delete_custom_targeting_values.rb +0 -125
- data/examples/v201308/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +0 -148
- data/examples/v201308/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +0 -92
- data/examples/v201308/custom_targeting_service/get_custom_targeting_values_by_statement.rb +0 -98
- data/examples/v201308/custom_targeting_service/update_custom_targeting_keys.rb +0 -94
- data/examples/v201308/custom_targeting_service/update_custom_targeting_values.rb +0 -106
- data/examples/v201308/inventory_service/create_ad_units.rb +0 -101
- data/examples/v201308/inventory_service/create_mobile_ad_unit.rb +0 -101
- data/examples/v201308/inventory_service/create_video_ad_unit.rb +0 -108
- data/examples/v201308/inventory_service/deactivate_ad_units.rb +0 -119
- data/examples/v201308/inventory_service/get_ad_unit.rb +0 -72
- data/examples/v201308/inventory_service/get_ad_unit_sizes.rb +0 -85
- data/examples/v201308/inventory_service/get_ad_units_by_statement.rb +0 -96
- data/examples/v201308/inventory_service/get_all_ad_units.rb +0 -93
- data/examples/v201308/inventory_service/update_ad_units.rb +0 -96
- data/examples/v201308/label_service/create_labels.rb +0 -83
- data/examples/v201308/label_service/deactivate_labels.rb +0 -118
- data/examples/v201308/label_service/get_all_labels.rb +0 -95
- data/examples/v201308/label_service/get_label.rb +0 -76
- data/examples/v201308/label_service/get_labels_by_statement.rb +0 -81
- data/examples/v201308/label_service/update_labels.rb +0 -102
- data/examples/v201308/line_item_creative_association_service/create_licas.rb +0 -94
- data/examples/v201308/line_item_creative_association_service/deactivate_licas.rb +0 -127
- data/examples/v201308/line_item_creative_association_service/get_all_licas.rb +0 -98
- data/examples/v201308/line_item_creative_association_service/get_lica.rb +0 -77
- data/examples/v201308/line_item_creative_association_service/get_licas_by_statement.rb +0 -91
- data/examples/v201308/line_item_creative_association_service/update_licas.rb +0 -91
- data/examples/v201308/line_item_service/activate_line_items.rb +0 -131
- data/examples/v201308/line_item_service/create_line_items.rb +0 -177
- data/examples/v201308/line_item_service/create_mobile_line_item.rb +0 -135
- data/examples/v201308/line_item_service/create_video_line_item.rb +0 -158
- data/examples/v201308/line_item_service/get_all_line_items.rb +0 -94
- data/examples/v201308/line_item_service/get_line_item.rb +0 -74
- data/examples/v201308/line_item_service/get_line_items_by_statement.rb +0 -93
- data/examples/v201308/line_item_service/get_recently_updated_line_items.rb +0 -98
- data/examples/v201308/line_item_service/target_custom_criteria.rb +0 -129
- data/examples/v201308/line_item_service/update_line_items.rb +0 -109
- data/examples/v201308/network_service/get_all_networks.rb +0 -74
- data/examples/v201308/network_service/get_current_network.rb +0 -66
- data/examples/v201308/network_service/make_test_network.rb +0 -79
- data/examples/v201308/order_service/approve_orders.rb +0 -122
- data/examples/v201308/order_service/create_orders.rb +0 -92
- data/examples/v201308/order_service/get_all_orders.rb +0 -93
- data/examples/v201308/order_service/get_order.rb +0 -74
- data/examples/v201308/order_service/get_orders_by_statement.rb +0 -90
- data/examples/v201308/order_service/update_orders.rb +0 -97
- data/examples/v201308/placement_service/create_placements.rb +0 -131
- data/examples/v201308/placement_service/deactivate_placements.rb +0 -118
- data/examples/v201308/placement_service/get_all_placements.rb +0 -93
- data/examples/v201308/placement_service/get_placement.rb +0 -74
- data/examples/v201308/placement_service/get_placements_by_statement.rb +0 -86
- data/examples/v201308/placement_service/update_placements.rb +0 -97
- data/examples/v201308/report_service/display_report.rb +0 -81
- data/examples/v201308/report_service/download_report.rb +0 -81
- data/examples/v201308/report_service/run_inventory_report.rb +0 -96
- data/examples/v201308/report_service/run_merged_delivery_report.rb +0 -94
- data/examples/v201308/report_service/run_reach_report.rb +0 -87
- data/examples/v201308/suggested_ad_unit_service/approve_all_suggested_ad_units.rb +0 -109
- data/examples/v201308/suggested_ad_unit_service/get_all_suggested_ad_units.rb +0 -96
- data/examples/v201308/suggested_ad_unit_service/get_suggested_ad_unit.rb +0 -75
- data/examples/v201308/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb +0 -92
- data/examples/v201308/team_service/create_teams.rb +0 -83
- data/examples/v201308/team_service/get_all_teams.rb +0 -92
- data/examples/v201308/team_service/get_team.rb +0 -74
- data/examples/v201308/team_service/get_teams_by_statement.rb +0 -78
- data/examples/v201308/team_service/update_teams.rb +0 -97
- data/examples/v201308/user_service/create_users.rb +0 -89
- data/examples/v201308/user_service/deactivate_users.rb +0 -97
- data/examples/v201308/user_service/get_all_roles.rb +0 -73
- data/examples/v201308/user_service/get_all_users.rb +0 -93
- data/examples/v201308/user_service/get_current_user.rb +0 -66
- data/examples/v201308/user_service/get_user.rb +0 -73
- data/examples/v201308/user_service/get_users_by_statement.rb +0 -79
- data/examples/v201308/user_service/update_users.rb +0 -89
- data/examples/v201308/user_team_association_service/create_user_team_associations.rb +0 -86
- data/examples/v201308/user_team_association_service/delete_user_team_associations.rb +0 -111
- data/examples/v201308/user_team_association_service/get_all_user_team_associations.rb +0 -94
- data/examples/v201308/user_team_association_service/get_user_team_association.rb +0 -76
- data/examples/v201308/user_team_association_service/get_user_team_associations_by_statement.rb +0 -94
- data/examples/v201308/user_team_association_service/update_user_team_associations.rb +0 -102
@@ -0,0 +1,42 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.6 on 2014-08-12 14:23:26.
|
9
|
+
|
10
|
+
require 'ads_common/savon_service'
|
11
|
+
require 'dfp_api/v201408/creative_set_service_registry'
|
12
|
+
|
13
|
+
module DfpApi; module V201408; module CreativeSetService
|
14
|
+
class CreativeSetService < AdsCommon::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://www.google.com/apis/ads/publisher/v201408'
|
17
|
+
super(config, endpoint, namespace, :v201408)
|
18
|
+
end
|
19
|
+
|
20
|
+
def create_creative_set(*args, &block)
|
21
|
+
return execute_action('create_creative_set', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def get_creative_sets_by_statement(*args, &block)
|
25
|
+
return execute_action('get_creative_sets_by_statement', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
def update_creative_set(*args, &block)
|
29
|
+
return execute_action('update_creative_set', args, &block)
|
30
|
+
end
|
31
|
+
|
32
|
+
private
|
33
|
+
|
34
|
+
def get_service_registry()
|
35
|
+
return CreativeSetServiceRegistry
|
36
|
+
end
|
37
|
+
|
38
|
+
def get_module()
|
39
|
+
return DfpApi::V201408::CreativeSetService
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end; end; end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.6 on 2014-08-12 14:23:26.
|
9
|
+
|
10
|
+
require 'dfp_api/errors'
|
11
|
+
|
12
|
+
module DfpApi; module V201408; module CreativeSetService
|
13
|
+
class CreativeSetServiceRegistry
|
14
|
+
CREATIVESETSERVICE_METHODS = {:create_creative_set=>{:input=>[{:name=>:creative_set, :type=>"CreativeSet", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"create_creative_set_response", :fields=>[{:name=>:rval, :type=>"CreativeSet", :min_occurs=>0, :max_occurs=>1}]}}, :get_creative_sets_by_statement=>{:input=>[{:name=>:statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_creative_sets_by_statement_response", :fields=>[{:name=>:rval, :type=>"CreativeSetPage", :min_occurs=>0, :max_occurs=>1}]}}, :update_creative_set=>{:input=>[{:name=>:creative_set, :type=>"CreativeSet", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"update_creative_set_response", :fields=>[{:name=>:rval, :type=>"CreativeSet", :min_occurs=>0, :max_occurs=>1}]}}}
|
15
|
+
CREATIVESETSERVICE_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}]}, :AssetError=>{:fields=>[{:name=>:reason, :type=>"AssetError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CreativeAssetMacroError=>{:fields=>[{:name=>:reason, :type=>"CreativeAssetMacroError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CreativeError=>{:fields=>[{:name=>:reason, :type=>"CreativeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CreativeSet=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:master_creative_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:companion_creative_ids, :type=>"long", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:last_modified_date_time, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}]}, :CreativeSetError=>{:fields=>[{:name=>:reason, :type=>"CreativeSetError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CreativeSetPage=>{: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=>"CreativeSet", :min_occurs=>0, :max_occurs=>:unbounded}]}, :CustomCreativeError=>{:fields=>[{:name=>:reason, :type=>"CustomCreativeError.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"}, :EntityLimitReachedError=>{:fields=>[], :base=>"ApiError"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :FileError=>{:fields=>[{:name=>:reason, :type=>"FileError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ImageError=>{:fields=>[{:name=>:reason, :type=>"ImageError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InvalidPhoneNumberError=>{:fields=>[{:name=>:reason, :type=>"InvalidPhoneNumberError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InvalidUrlError=>{:fields=>[{:name=>:reason, :type=>"InvalidUrlError.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"}, :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"}, :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"}, :RangeError=>{:fields=>[{:name=>:reason, :type=>"RangeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredCollectionError=>{:fields=>[{:name=>:reason, :type=>"RequiredCollectionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredError=>{:fields=>[{:name=>:reason, :type=>"RequiredError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredNumberError=>{:fields=>[{:name=>:reason, :type=>"RequiredNumberError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredSizeError=>{:fields=>[{:name=>:reason, :type=>"RequiredSizeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RichMediaStudioCreativeError=>{:fields=>[{:name=>:reason, :type=>"RichMediaStudioCreativeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:authentication, :type=>"Authentication", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :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}]}, :SwiffyConversionError=>{:fields=>[{:name=>:reason, :type=>"SwiffyConversionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :TemplateInstantiatedCreativeError=>{:fields=>[{:name=>:reason, :type=>"TemplateInstantiatedCreativeError.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=>[]}, :"AssetError.Reason"=>{:fields=>[]}, :"AuthenticationError.Reason"=>{:fields=>[]}, :"CommonError.Reason"=>{:fields=>[]}, :"CreativeAssetMacroError.Reason"=>{:fields=>[]}, :"CreativeError.Reason"=>{:fields=>[]}, :"CreativeSetError.Reason"=>{:fields=>[]}, :"CustomCreativeError.Reason"=>{:fields=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"FileError.Reason"=>{:fields=>[]}, :"ImageError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"InvalidPhoneNumberError.Reason"=>{:fields=>[]}, :"InvalidUrlError.Reason"=>{:fields=>[]}, :"LabelEntityAssociationError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"NullError.Reason"=>{:fields=>[]}, :"ParseError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"RangeError.Reason"=>{:fields=>[]}, :"RequiredCollectionError.Reason"=>{:fields=>[]}, :"RequiredError.Reason"=>{:fields=>[]}, :"RequiredNumberError.Reason"=>{:fields=>[]}, :"RequiredSizeError.Reason"=>{:fields=>[]}, :"RichMediaStudioCreativeError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}, :"StringLengthError.Reason"=>{:fields=>[]}, :"SwiffyConversionError.Reason"=>{:fields=>[]}, :"TemplateInstantiatedCreativeError.Reason"=>{:fields=>[]}}
|
16
|
+
CREATIVESETSERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return CREATIVESETSERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return CREATIVESETSERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return CREATIVESETSERVICE_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, CreativeSetServiceRegistry)
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end; end; end
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.6 on 2014-08-12 14:23:27.
|
9
|
+
|
10
|
+
require 'ads_common/savon_service'
|
11
|
+
require 'dfp_api/v201408/creative_template_service_registry'
|
12
|
+
|
13
|
+
module DfpApi; module V201408; module CreativeTemplateService
|
14
|
+
class CreativeTemplateService < AdsCommon::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://www.google.com/apis/ads/publisher/v201408'
|
17
|
+
super(config, endpoint, namespace, :v201408)
|
18
|
+
end
|
19
|
+
|
20
|
+
def get_creative_templates_by_statement(*args, &block)
|
21
|
+
return execute_action('get_creative_templates_by_statement', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
private
|
25
|
+
|
26
|
+
def get_service_registry()
|
27
|
+
return CreativeTemplateServiceRegistry
|
28
|
+
end
|
29
|
+
|
30
|
+
def get_module()
|
31
|
+
return DfpApi::V201408::CreativeTemplateService
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end; end; end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.6 on 2014-08-12 14:23:27.
|
9
|
+
|
10
|
+
require 'dfp_api/errors'
|
11
|
+
|
12
|
+
module DfpApi; module V201408; module CreativeTemplateService
|
13
|
+
class CreativeTemplateServiceRegistry
|
14
|
+
CREATIVETEMPLATESERVICE_METHODS = {:get_creative_templates_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_creative_templates_by_statement_response", :fields=>[{:name=>:rval, :type=>"CreativeTemplatePage", :min_occurs=>0, :max_occurs=>1}]}}}
|
15
|
+
CREATIVETEMPLATESERVICE_TYPES = {:ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:api_error_type, :original_name=>"ApiError.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_exception_type, :original_name=>"ApplicationException.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :AssetCreativeTemplateVariable=>{:fields=>[{:name=>:mime_types, :type=>"AssetCreativeTemplateVariable.MimeType", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"CreativeTemplateVariable"}, :CreativeTemplate=>{: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=>:variables, :type=>"CreativeTemplateVariable", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:snippet, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:status, :type=>"CreativeTemplateStatus", :min_occurs=>0, :max_occurs=>1}, {:name=>:type, :type=>"CreativeTemplateType", :min_occurs=>0, :max_occurs=>1}, {:name=>:is_interstitial, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}, {:name=>:is_native_eligible, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}]}, :CreativeTemplateError=>{:fields=>[{:name=>:reason, :type=>"CreativeTemplateError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ListStringCreativeTemplateVariable=>{:fields=>[{:name=>:choices, :type=>"ListStringCreativeTemplateVariable.VariableChoice", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:allow_other_choice, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"StringCreativeTemplateVariable"}, :"ListStringCreativeTemplateVariable.VariableChoice"=>{:fields=>[{:name=>:label, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :LongCreativeTemplateVariable=>{:fields=>[{:name=>:default_value, :type=>"long", :min_occurs=>0, :max_occurs=>1}], :base=>"CreativeTemplateVariable"}, :CreativeTemplatePage=>{: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=>"CreativeTemplate", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StringCreativeTemplateVariable=>{:fields=>[{:name=>:default_value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"CreativeTemplateVariable"}, :UrlCreativeTemplateVariable=>{:fields=>[{:name=>:default_value, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:is_tracking_url, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"CreativeTemplateVariable"}, :CreativeTemplateVariable=>{:fields=>[{:name=>:label, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:unique_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:description, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:is_required, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}, {:name=>:creative_template_variable_type, :original_name=>"CreativeTemplateVariable.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :original_name=>"timeZoneID", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InvalidUrlError=>{:fields=>[{:name=>:reason, :type=>"InvalidUrlError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NullError=>{:fields=>[{:name=>:reason, :type=>"NullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :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"}, :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"}, :RequiredNumberError=>{:fields=>[{:name=>:reason, :type=>"RequiredNumberError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:authentication, :type=>"Authentication", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :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=>[]}, :"AssetCreativeTemplateVariable.MimeType"=>{:fields=>[]}, :"CreativeTemplateError.Reason"=>{:fields=>[]}, :CreativeTemplateStatus=>{:fields=>[]}, :CreativeTemplateType=>{:fields=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"InvalidUrlError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"NullError.Reason"=>{:fields=>[]}, :"ParseError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"RangeError.Reason"=>{:fields=>[]}, :"RequiredError.Reason"=>{:fields=>[]}, :"RequiredNumberError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}, :"StringLengthError.Reason"=>{:fields=>[]}}
|
16
|
+
CREATIVETEMPLATESERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return CREATIVETEMPLATESERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return CREATIVETEMPLATESERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return CREATIVETEMPLATESERVICE_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, CreativeTemplateServiceRegistry)
|
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.6 on 2014-08-12 14:23:28.
|
9
|
+
|
10
|
+
require 'ads_common/savon_service'
|
11
|
+
require 'dfp_api/v201408/creative_wrapper_service_registry'
|
12
|
+
|
13
|
+
module DfpApi; module V201408; module CreativeWrapperService
|
14
|
+
class CreativeWrapperService < AdsCommon::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://www.google.com/apis/ads/publisher/v201408'
|
17
|
+
super(config, endpoint, namespace, :v201408)
|
18
|
+
end
|
19
|
+
|
20
|
+
def create_creative_wrappers(*args, &block)
|
21
|
+
return execute_action('create_creative_wrappers', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def get_creative_wrappers_by_statement(*args, &block)
|
25
|
+
return execute_action('get_creative_wrappers_by_statement', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
def perform_creative_wrapper_action(*args, &block)
|
29
|
+
return execute_action('perform_creative_wrapper_action', args, &block)
|
30
|
+
end
|
31
|
+
|
32
|
+
def update_creative_wrappers(*args, &block)
|
33
|
+
return execute_action('update_creative_wrappers', args, &block)
|
34
|
+
end
|
35
|
+
|
36
|
+
private
|
37
|
+
|
38
|
+
def get_service_registry()
|
39
|
+
return CreativeWrapperServiceRegistry
|
40
|
+
end
|
41
|
+
|
42
|
+
def get_module()
|
43
|
+
return DfpApi::V201408::CreativeWrapperService
|
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.6 on 2014-08-12 14:23:28.
|
9
|
+
|
10
|
+
require 'dfp_api/errors'
|
11
|
+
|
12
|
+
module DfpApi; module V201408; module CreativeWrapperService
|
13
|
+
class CreativeWrapperServiceRegistry
|
14
|
+
CREATIVEWRAPPERSERVICE_METHODS = {:create_creative_wrappers=>{:input=>[{:name=>:creative_wrappers, :type=>"CreativeWrapper", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_creative_wrappers_response", :fields=>[{:name=>:rval, :type=>"CreativeWrapper", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_creative_wrappers_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_creative_wrappers_by_statement_response", :fields=>[{:name=>:rval, :type=>"CreativeWrapperPage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_creative_wrapper_action=>{:input=>[{:name=>:creative_wrapper_action, :type=>"CreativeWrapperAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_creative_wrapper_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}, :update_creative_wrappers=>{:input=>[{:name=>:creative_wrappers, :type=>"CreativeWrapper", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_creative_wrappers_response", :fields=>[{:name=>:rval, :type=>"CreativeWrapper", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
|
15
|
+
CREATIVEWRAPPERSERVICE_TYPES = {:ActivateCreativeWrappers=>{:fields=>[], :base=>"CreativeWrapperAction"}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:api_error_type, :original_name=>"ApiError.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_exception_type, :original_name=>"ApplicationException.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CreativeWrapperAction=>{:fields=>[{:name=>:creative_wrapper_action_type, :original_name=>"CreativeWrapperAction.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :CreativeWrapper=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:label_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:header, :type=>"CreativeWrapperHtmlSnippet", :min_occurs=>0, :max_occurs=>1}, {:name=>:footer, :type=>"CreativeWrapperHtmlSnippet", :min_occurs=>0, :max_occurs=>1}, {:name=>:ordering, :type=>"CreativeWrapperOrdering", :min_occurs=>0, :max_occurs=>1}, {:name=>:status, :type=>"CreativeWrapperStatus", :min_occurs=>0, :max_occurs=>1}]}, :CreativeWrapperError=>{:fields=>[{:name=>:reason, :type=>"CreativeWrapperError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CreativeWrapperPage=>{: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=>"CreativeWrapper", :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"}, :DeactivateCreativeWrappers=>{:fields=>[], :base=>"CreativeWrapperAction"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CreativeWrapperHtmlSnippet=>{:fields=>[{:name=>:html_snippet, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :LabelError=>{:fields=>[{:name=>:reason, :type=>"LabelError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NullError=>{:fields=>[{:name=>:reason, :type=>"NullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :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"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:authentication, :type=>"Authentication", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :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"}, :TypeError=>{:fields=>[], :base=>"ApiError"}, :UniqueError=>{:fields=>[], :base=>"ApiError"}, :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=>[]}, :"CreativeWrapperError.Reason"=>{:fields=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :CreativeWrapperOrdering=>{:fields=>[]}, :CreativeWrapperStatus=>{:fields=>[]}, :"LabelError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"NullError.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=>[]}}
|
16
|
+
CREATIVEWRAPPERSERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return CREATIVEWRAPPERSERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return CREATIVEWRAPPERSERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return CREATIVEWRAPPERSERVICE_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, CreativeWrapperServiceRegistry)
|
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.6 on 2014-08-12 14:23:29.
|
9
|
+
|
10
|
+
require 'ads_common/savon_service'
|
11
|
+
require 'dfp_api/v201408/custom_field_service_registry'
|
12
|
+
|
13
|
+
module DfpApi; module V201408; module CustomFieldService
|
14
|
+
class CustomFieldService < AdsCommon::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://www.google.com/apis/ads/publisher/v201408'
|
17
|
+
super(config, endpoint, namespace, :v201408)
|
18
|
+
end
|
19
|
+
|
20
|
+
def create_custom_field_options(*args, &block)
|
21
|
+
return execute_action('create_custom_field_options', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def create_custom_fields(*args, &block)
|
25
|
+
return execute_action('create_custom_fields', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
def get_custom_field_option(*args, &block)
|
29
|
+
return execute_action('get_custom_field_option', args, &block)
|
30
|
+
end
|
31
|
+
|
32
|
+
def get_custom_fields_by_statement(*args, &block)
|
33
|
+
return execute_action('get_custom_fields_by_statement', args, &block)
|
34
|
+
end
|
35
|
+
|
36
|
+
def perform_custom_field_action(*args, &block)
|
37
|
+
return execute_action('perform_custom_field_action', args, &block)
|
38
|
+
end
|
39
|
+
|
40
|
+
def update_custom_field_options(*args, &block)
|
41
|
+
return execute_action('update_custom_field_options', args, &block)
|
42
|
+
end
|
43
|
+
|
44
|
+
def update_custom_fields(*args, &block)
|
45
|
+
return execute_action('update_custom_fields', args, &block)
|
46
|
+
end
|
47
|
+
|
48
|
+
private
|
49
|
+
|
50
|
+
def get_service_registry()
|
51
|
+
return CustomFieldServiceRegistry
|
52
|
+
end
|
53
|
+
|
54
|
+
def get_module()
|
55
|
+
return DfpApi::V201408::CustomFieldService
|
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.6 on 2014-08-12 14:23:29.
|
9
|
+
|
10
|
+
require 'dfp_api/errors'
|
11
|
+
|
12
|
+
module DfpApi; module V201408; module CustomFieldService
|
13
|
+
class CustomFieldServiceRegistry
|
14
|
+
CUSTOMFIELDSERVICE_METHODS = {:create_custom_field_options=>{:input=>[{:name=>:custom_field_options, :type=>"CustomFieldOption", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_custom_field_options_response", :fields=>[{:name=>:rval, :type=>"CustomFieldOption", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :create_custom_fields=>{:input=>[{:name=>:custom_fields, :type=>"CustomField", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_custom_fields_response", :fields=>[{:name=>:rval, :type=>"CustomField", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_custom_field_option=>{:input=>[{:name=>:custom_field_option_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_custom_field_option_response", :fields=>[{:name=>:rval, :type=>"CustomFieldOption", :min_occurs=>0, :max_occurs=>1}]}}, :get_custom_fields_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_custom_fields_by_statement_response", :fields=>[{:name=>:rval, :type=>"CustomFieldPage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_custom_field_action=>{:input=>[{:name=>:custom_field_action, :type=>"CustomFieldAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_custom_field_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}, :update_custom_field_options=>{:input=>[{:name=>:custom_field_options, :type=>"CustomFieldOption", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_custom_field_options_response", :fields=>[{:name=>:rval, :type=>"CustomFieldOption", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :update_custom_fields=>{:input=>[{:name=>:custom_fields, :type=>"CustomField", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_custom_fields_response", :fields=>[{:name=>:rval, :type=>"CustomField", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
|
15
|
+
CUSTOMFIELDSERVICE_TYPES = {:ActivateCustomFields=>{:fields=>[], :base=>"CustomFieldAction"}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:api_error_type, :original_name=>"ApiError.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_exception_type, :original_name=>"ApplicationException.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CustomFieldAction=>{:fields=>[{:name=>:custom_field_action_type, :original_name=>"CustomFieldAction.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :CustomField=>{: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=>:is_active, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}, {:name=>:entity_type, :type=>"CustomFieldEntityType", :min_occurs=>0, :max_occurs=>1}, {:name=>:data_type, :type=>"CustomFieldDataType", :min_occurs=>0, :max_occurs=>1}, {:name=>:visibility, :type=>"CustomFieldVisibility", :min_occurs=>0, :max_occurs=>1}, {:name=>:custom_field_type, :original_name=>"CustomField.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :CustomFieldError=>{:fields=>[{:name=>:reason, :type=>"CustomFieldError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CustomFieldOption=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:custom_field_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:display_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :CustomFieldPage=>{: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=>"CustomField", :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"}, :DeactivateCustomFields=>{:fields=>[], :base=>"CustomFieldAction"}, :DropDownCustomField=>{:fields=>[{:name=>:options, :type=>"CustomFieldOption", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"CustomField"}, :EntityLimitReachedError=>{:fields=>[], :base=>"ApiError"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NullError=>{:fields=>[{:name=>:reason, :type=>"NullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :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"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:authentication, :type=>"Authentication", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :TypeError=>{:fields=>[], :base=>"ApiError"}, :UniqueError=>{:fields=>[], :base=>"ApiError"}, :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=>[]}, :CustomFieldDataType=>{:fields=>[]}, :CustomFieldEntityType=>{:fields=>[]}, :"CustomFieldError.Reason"=>{:fields=>[]}, :CustomFieldVisibility=>{:fields=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"NullError.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=>[]}}
|
16
|
+
CUSTOMFIELDSERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return CUSTOMFIELDSERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return CUSTOMFIELDSERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return CUSTOMFIELDSERVICE_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, CustomFieldServiceRegistry)
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end; end; end
|
@@ -0,0 +1,62 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.6 on 2014-08-12 14:23:30.
|
9
|
+
|
10
|
+
require 'ads_common/savon_service'
|
11
|
+
require 'dfp_api/v201408/custom_targeting_service_registry'
|
12
|
+
|
13
|
+
module DfpApi; module V201408; module CustomTargetingService
|
14
|
+
class CustomTargetingService < AdsCommon::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://www.google.com/apis/ads/publisher/v201408'
|
17
|
+
super(config, endpoint, namespace, :v201408)
|
18
|
+
end
|
19
|
+
|
20
|
+
def create_custom_targeting_keys(*args, &block)
|
21
|
+
return execute_action('create_custom_targeting_keys', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def create_custom_targeting_values(*args, &block)
|
25
|
+
return execute_action('create_custom_targeting_values', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
def get_custom_targeting_keys_by_statement(*args, &block)
|
29
|
+
return execute_action('get_custom_targeting_keys_by_statement', args, &block)
|
30
|
+
end
|
31
|
+
|
32
|
+
def get_custom_targeting_values_by_statement(*args, &block)
|
33
|
+
return execute_action('get_custom_targeting_values_by_statement', args, &block)
|
34
|
+
end
|
35
|
+
|
36
|
+
def perform_custom_targeting_key_action(*args, &block)
|
37
|
+
return execute_action('perform_custom_targeting_key_action', args, &block)
|
38
|
+
end
|
39
|
+
|
40
|
+
def perform_custom_targeting_value_action(*args, &block)
|
41
|
+
return execute_action('perform_custom_targeting_value_action', args, &block)
|
42
|
+
end
|
43
|
+
|
44
|
+
def update_custom_targeting_keys(*args, &block)
|
45
|
+
return execute_action('update_custom_targeting_keys', args, &block)
|
46
|
+
end
|
47
|
+
|
48
|
+
def update_custom_targeting_values(*args, &block)
|
49
|
+
return execute_action('update_custom_targeting_values', args, &block)
|
50
|
+
end
|
51
|
+
|
52
|
+
private
|
53
|
+
|
54
|
+
def get_service_registry()
|
55
|
+
return CustomTargetingServiceRegistry
|
56
|
+
end
|
57
|
+
|
58
|
+
def get_module()
|
59
|
+
return DfpApi::V201408::CustomTargetingService
|
60
|
+
end
|
61
|
+
end
|
62
|
+
end; end; end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.6 on 2014-08-12 14:23:30.
|
9
|
+
|
10
|
+
require 'dfp_api/errors'
|
11
|
+
|
12
|
+
module DfpApi; module V201408; module CustomTargetingService
|
13
|
+
class CustomTargetingServiceRegistry
|
14
|
+
CUSTOMTARGETINGSERVICE_METHODS = {:create_custom_targeting_keys=>{:input=>[{:name=>:keys, :type=>"CustomTargetingKey", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_custom_targeting_keys_response", :fields=>[{:name=>:rval, :type=>"CustomTargetingKey", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :create_custom_targeting_values=>{:input=>[{:name=>:values, :type=>"CustomTargetingValue", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_custom_targeting_values_response", :fields=>[{:name=>:rval, :type=>"CustomTargetingValue", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_custom_targeting_keys_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_custom_targeting_keys_by_statement_response", :fields=>[{:name=>:rval, :type=>"CustomTargetingKeyPage", :min_occurs=>0, :max_occurs=>1}]}}, :get_custom_targeting_values_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_custom_targeting_values_by_statement_response", :fields=>[{:name=>:rval, :type=>"CustomTargetingValuePage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_custom_targeting_key_action=>{:input=>[{:name=>:custom_targeting_key_action, :type=>"CustomTargetingKeyAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_custom_targeting_key_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}, :perform_custom_targeting_value_action=>{:input=>[{:name=>:custom_targeting_value_action, :type=>"CustomTargetingValueAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_custom_targeting_value_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}, :update_custom_targeting_keys=>{:input=>[{:name=>:keys, :type=>"CustomTargetingKey", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_custom_targeting_keys_response", :fields=>[{:name=>:rval, :type=>"CustomTargetingKey", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :update_custom_targeting_values=>{:input=>[{:name=>:values, :type=>"CustomTargetingValue", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_custom_targeting_values_response", :fields=>[{:name=>:rval, :type=>"CustomTargetingValue", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
|
15
|
+
CUSTOMTARGETINGSERVICE_TYPES = {:ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:api_error_type, :original_name=>"ApiError.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_exception_type, :original_name=>"ApplicationException.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CustomTargetingError=>{:fields=>[{:name=>:reason, :type=>"CustomTargetingError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CustomTargetingKeyAction=>{:fields=>[{:name=>:custom_targeting_key_action_type, :original_name=>"CustomTargetingKeyAction.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :CustomTargetingKey=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:display_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:type, :type=>"CustomTargetingKey.Type", :min_occurs=>0, :max_occurs=>1}]}, :CustomTargetingKeyPage=>{: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=>"CustomTargetingKey", :min_occurs=>0, :max_occurs=>:unbounded}]}, :CustomTargetingValueAction=>{:fields=>[{:name=>:custom_targeting_value_action_type, :original_name=>"CustomTargetingValueAction.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :CustomTargetingValue=>{:fields=>[{:name=>:custom_targeting_key_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:display_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:match_type, :type=>"CustomTargetingValue.MatchType", :min_occurs=>0, :max_occurs=>1}]}, :CustomTargetingValuePage=>{: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=>"CustomTargetingValue", :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"}, :DeleteCustomTargetingKeys=>{:fields=>[], :base=>"CustomTargetingKeyAction"}, :DeleteCustomTargetingValues=>{:fields=>[], :base=>"CustomTargetingValueAction"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NullError=>{:fields=>[{:name=>:reason, :type=>"NullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :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"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:authentication, :type=>"Authentication", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :TypeError=>{:fields=>[], :base=>"ApiError"}, :UniqueError=>{:fields=>[], :base=>"ApiError"}, :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=>[]}, :"CustomTargetingError.Reason"=>{:fields=>[]}, :"CustomTargetingKey.Type"=>{:fields=>[]}, :"CustomTargetingValue.MatchType"=>{:fields=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"NullError.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=>[]}}
|
16
|
+
CUSTOMTARGETINGSERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return CUSTOMTARGETINGSERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return CUSTOMTARGETINGSERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return CUSTOMTARGETINGSERVICE_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, CustomTargetingServiceRegistry)
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end; end; end
|