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,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:24:01.
|
9
|
+
|
10
|
+
require 'dfp_api/errors'
|
11
|
+
|
12
|
+
module DfpApi; module V201408; module UserTeamAssociationService
|
13
|
+
class UserTeamAssociationServiceRegistry
|
14
|
+
USERTEAMASSOCIATIONSERVICE_METHODS = {:create_user_team_associations=>{:input=>[{:name=>:user_team_associations, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_user_team_associations_response", :fields=>[{:name=>:rval, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_user_team_associations_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_user_team_associations_by_statement_response", :fields=>[{:name=>:rval, :type=>"UserTeamAssociationPage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_user_team_association_action=>{:input=>[{:name=>:user_team_association_action, :type=>"UserTeamAssociationAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_user_team_association_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}, :update_user_team_associations=>{:input=>[{:name=>:user_team_associations, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_user_team_associations_response", :fields=>[{:name=>:rval, :type=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
|
15
|
+
USERTEAMASSOCIATIONSERVICE_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"}, :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"}, :DeleteUserTeamAssociations=>{:fields=>[], :base=>"UserTeamAssociationAction"}, :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"}, :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"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:authentication, :type=>"Authentication", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UpdateResult=>{:fields=>[{:name=>:num_changes, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :UserRecordTeamAssociation=>{:fields=>[{:name=>:team_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:overridden_team_access_type, :type=>"TeamAccessType", :min_occurs=>0, :max_occurs=>1}, {:name=>:default_team_access_type, :type=>"TeamAccessType", :min_occurs=>0, :max_occurs=>1}, {:name=>:user_record_team_association_type, :original_name=>"UserRecordTeamAssociation.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :UserTeamAssociationAction=>{:fields=>[{:name=>:user_team_association_action_type, :original_name=>"UserTeamAssociationAction.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :UserTeamAssociation=>{:fields=>[{:name=>:user_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}], :base=>"UserRecordTeamAssociation"}, :UserTeamAssociationPage=>{: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=>"UserTeamAssociation", :min_occurs=>0, :max_occurs=>:unbounded}]}, :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=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"NullError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}, :TeamAccessType=>{:fields=>[]}}
|
16
|
+
USERTEAMASSOCIATIONSERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return USERTEAMASSOCIATIONSERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return USERTEAMASSOCIATIONSERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return USERTEAMASSOCIATIONSERVICE_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, UserTeamAssociationServiceRegistry)
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end; end; end
|
@@ -0,0 +1,38 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.6 on 2014-08-12 14:24:02.
|
9
|
+
|
10
|
+
require 'ads_common/savon_service'
|
11
|
+
require 'dfp_api/v201408/workflow_request_service_registry'
|
12
|
+
|
13
|
+
module DfpApi; module V201408; module WorkflowRequestService
|
14
|
+
class WorkflowRequestService < 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_workflow_requests_by_statement(*args, &block)
|
21
|
+
return execute_action('get_workflow_requests_by_statement', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def perform_workflow_request_action(*args, &block)
|
25
|
+
return execute_action('perform_workflow_request_action', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
private
|
29
|
+
|
30
|
+
def get_service_registry()
|
31
|
+
return WorkflowRequestServiceRegistry
|
32
|
+
end
|
33
|
+
|
34
|
+
def get_module()
|
35
|
+
return DfpApi::V201408::WorkflowRequestService
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end; end; end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.6 on 2014-08-12 14:24:02.
|
9
|
+
|
10
|
+
require 'dfp_api/errors'
|
11
|
+
|
12
|
+
module DfpApi; module V201408; module WorkflowRequestService
|
13
|
+
class WorkflowRequestServiceRegistry
|
14
|
+
WORKFLOWREQUESTSERVICE_METHODS = {:get_workflow_requests_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_workflow_requests_by_statement_response", :fields=>[{:name=>:rval, :type=>"WorkflowRequestPage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_workflow_request_action=>{:input=>[{:name=>:action, :type=>"WorkflowRequestAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_workflow_request_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}}
|
15
|
+
WORKFLOWREQUESTSERVICE_TYPES = {:ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:api_error_type, :original_name=>"ApiError.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_exception_type, :original_name=>"ApplicationException.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :ApproveWorkflowApprovalRequests=>{:fields=>[], :base=>"WorkflowRequestAction"}, :Authentication=>{:fields=>[{:name=>:authentication_type, :original_name=>"Authentication.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :WorkflowRequest=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:workflow_rule_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:entity_id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:entity_type, :type=>"WorkflowEntityType", :min_occurs=>0, :max_occurs=>1}, {:name=>:type, :type=>"WorkflowRequestType", :min_occurs=>0, :max_occurs=>1}, {:name=>:workflow_request_type, :original_name=>"WorkflowRequest.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :original_name=>"timeZoneID", :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :SkipWorkflowExternalConditionRequests=>{:fields=>[], :base=>"WorkflowRequestAction"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ForecastError=>{:fields=>[{:name=>:reason, :type=>"ForecastError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :LineItemOperationError=>{:fields=>[{:name=>:reason, :type=>"LineItemOperationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :TriggerWorkflowExternalConditionRequests=>{:fields=>[], :base=>"WorkflowRequestAction"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ProposalActionError=>{:fields=>[{:name=>:reason, :type=>"ProposalActionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RejectWorkflowApprovalRequests=>{:fields=>[], :base=>"WorkflowRequestAction"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:authentication, :type=>"Authentication", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UpdateResult=>{:fields=>[{:name=>:num_changes, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :Value=>{:fields=>[{:name=>:value_type, :original_name=>"Value.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :WorkflowActionError=>{:fields=>[{:name=>:reason, :type=>"WorkflowActionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :WorkflowApprovalRequest=>{:fields=>[{:name=>:status, :type=>"WorkflowApprovalRequestStatus", :min_occurs=>0, :max_occurs=>1}], :base=>"WorkflowRequest"}, :WorkflowExternalConditionRequest=>{:fields=>[{:name=>:status, :type=>"WorkflowExternalConditionStatus", :min_occurs=>0, :max_occurs=>1}], :base=>"WorkflowRequest"}, :WorkflowRequestAction=>{:fields=>[{:name=>:workflow_request_action_type, :original_name=>"WorkflowRequestAction.Type", :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :WorkflowRequestError=>{:fields=>[{:name=>:reason, :type=>"WorkflowRequestError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :WorkflowRequestPage=>{:fields=>[{:name=>:results, :type=>"WorkflowRequest", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :"ApiVersionError.Reason"=>{:fields=>[]}, :WorkflowApprovalRequestStatus=>{:fields=>[]}, :"AuthenticationError.Reason"=>{:fields=>[]}, :"CommonError.Reason"=>{:fields=>[]}, :"FeatureError.Reason"=>{:fields=>[]}, :"ForecastError.Reason"=>{:fields=>[]}, :"InternalApiError.Reason"=>{:fields=>[]}, :"LineItemOperationError.Reason"=>{:fields=>[]}, :"NotNullError.Reason"=>{:fields=>[]}, :"PermissionError.Reason"=>{:fields=>[]}, :"ProposalActionError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageContextError.Reason"=>{:fields=>[]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:fields=>[]}, :"QuotaError.Reason"=>{:fields=>[]}, :"ServerError.Reason"=>{:fields=>[]}, :"StatementError.Reason"=>{:fields=>[]}, :"WorkflowActionError.Reason"=>{:fields=>[]}, :WorkflowEntityType=>{:fields=>[]}, :"WorkflowRequestError.Reason"=>{:fields=>[]}, :WorkflowRequestType=>{:fields=>[]}, :WorkflowExternalConditionStatus=>{:fields=>[]}}
|
16
|
+
WORKFLOWREQUESTSERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return WORKFLOWREQUESTSERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return WORKFLOWREQUESTSERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return WORKFLOWREQUESTSERVICE_NAMESPACES[index]
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
# Base class for exceptions.
|
32
|
+
class ApplicationException < DfpApi::Errors::ApiException
|
33
|
+
attr_reader :message # string
|
34
|
+
attr_reader :application_exception_type # string
|
35
|
+
end
|
36
|
+
|
37
|
+
# Exception class for holding a list of service errors.
|
38
|
+
class ApiException < ApplicationException
|
39
|
+
attr_reader :errors # ApiError
|
40
|
+
def initialize(exception_fault)
|
41
|
+
@array_fields ||= []
|
42
|
+
@array_fields << 'errors'
|
43
|
+
super(exception_fault, WorkflowRequestServiceRegistry)
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end; end; end
|
data/lib/dfp_api/version.rb
CHANGED
@@ -0,0 +1,45 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# Authors:: api.nicholaschen@gmail.com (Nicholas Chen)
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2014, Google Inc. All Rights Reserved.
|
6
|
+
#
|
7
|
+
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
+
# you may not use this file except in compliance with the License.
|
9
|
+
# You may obtain a copy of the License at
|
10
|
+
#
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing, software
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16
|
+
# implied.
|
17
|
+
# See the License for the specific language governing permissions and
|
18
|
+
# limitations under the License.
|
19
|
+
#
|
20
|
+
# FilterStatement object to allow for simpler query pagination logic.
|
21
|
+
|
22
|
+
module DfpApiStatement
|
23
|
+
|
24
|
+
SUGGESTED_PAGE_LIMIT = 500
|
25
|
+
|
26
|
+
# A statement object for PQL and get*ByStatement queries.
|
27
|
+
class FilterStatement
|
28
|
+
# Constructor for a Filter Statement.
|
29
|
+
def initialize(query_statement='', values=nil, limit=SUGGESTED_PAGE_LIMIT,
|
30
|
+
offset=0)
|
31
|
+
@query_statement = query_statement
|
32
|
+
@values = values
|
33
|
+
@limit = limit
|
34
|
+
@offset = offset
|
35
|
+
end
|
36
|
+
|
37
|
+
attr_accessor :limit
|
38
|
+
attr_accessor :offset
|
39
|
+
|
40
|
+
def toStatement()
|
41
|
+
statement = @query_statement + ' LIMIT %d OFFSET %d' % [@limit, @offset]
|
42
|
+
return {:query => statement, :values => @values}
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
@@ -45,14 +45,14 @@ class TestDfpIssue16 < Test::Unit::TestCase
|
|
45
45
|
<?xml version="1.0"?>
|
46
46
|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
47
47
|
<soap:Header>
|
48
|
-
<ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/
|
48
|
+
<ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201405">
|
49
49
|
<requestId>dac42656454</requestId>
|
50
50
|
<responseTime>9</responseTime>
|
51
51
|
</ResponseHeader>
|
52
52
|
</soap:Header>
|
53
53
|
<soap:Body>
|
54
54
|
<getLineItemsByStatementResponse
|
55
|
-
xmlns="https://www.google.com/apis/ads/publisher/
|
55
|
+
xmlns="https://www.google.com/apis/ads/publisher/v201405">
|
56
56
|
<rval>
|
57
57
|
<totalResultSetSize>1</totalResultSetSize>
|
58
58
|
<startIndex>0</startIndex>
|
metadata
CHANGED
@@ -1,29 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-dfp-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Danial Klimkin
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2014-
|
12
|
+
date: 2014-08-21 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: google-ads-common
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirement: &13242440 !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
19
|
- - ~>
|
18
20
|
- !ruby/object:Gem::Version
|
19
21
|
version: 0.9.4
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
|
-
version_requirements:
|
23
|
-
requirements:
|
24
|
-
- - ~>
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: 0.9.4
|
24
|
+
version_requirements: *13242440
|
27
25
|
description: google-dfp-api is a DFP API client library for Ruby
|
28
26
|
email:
|
29
27
|
- api.dklimkin@gmail.com
|
@@ -31,1720 +29,1263 @@ executables: []
|
|
31
29
|
extensions: []
|
32
30
|
extra_rdoc_files: []
|
33
31
|
files:
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
- examples/
|
39
|
-
- examples/
|
40
|
-
- examples/
|
41
|
-
- examples/
|
42
|
-
- examples/
|
43
|
-
- examples/
|
44
|
-
- examples/
|
45
|
-
- examples/
|
46
|
-
- examples/
|
47
|
-
- examples/
|
48
|
-
- examples/
|
49
|
-
- examples/
|
50
|
-
- examples/
|
51
|
-
- examples/
|
52
|
-
- examples/
|
53
|
-
- examples/
|
54
|
-
- examples/
|
55
|
-
- examples/
|
56
|
-
- examples/
|
57
|
-
- examples/
|
58
|
-
- examples/
|
59
|
-
- examples/
|
60
|
-
- examples/
|
61
|
-
- examples/
|
62
|
-
- examples/
|
63
|
-
- examples/
|
64
|
-
- examples/
|
65
|
-
- examples/
|
66
|
-
- examples/
|
67
|
-
- examples/
|
68
|
-
- examples/
|
69
|
-
- examples/
|
70
|
-
- examples/
|
71
|
-
- examples/
|
72
|
-
- examples/
|
73
|
-
- examples/
|
74
|
-
- examples/
|
75
|
-
- examples/
|
76
|
-
- examples/
|
77
|
-
- examples/
|
78
|
-
- examples/
|
79
|
-
- examples/
|
80
|
-
- examples/
|
81
|
-
- examples/
|
82
|
-
- examples/
|
83
|
-
- examples/
|
84
|
-
- examples/
|
85
|
-
- examples/
|
86
|
-
- examples/
|
87
|
-
- examples/
|
88
|
-
- examples/
|
89
|
-
- examples/
|
90
|
-
- examples/
|
91
|
-
- examples/
|
92
|
-
- examples/
|
93
|
-
- examples/
|
94
|
-
- examples/
|
95
|
-
- examples/
|
96
|
-
- examples/
|
97
|
-
- examples/
|
98
|
-
- examples/
|
99
|
-
- examples/
|
100
|
-
- examples/
|
101
|
-
- examples/
|
102
|
-
- examples/
|
103
|
-
- examples/
|
104
|
-
- examples/
|
105
|
-
- examples/
|
106
|
-
- examples/
|
107
|
-
- examples/
|
108
|
-
- examples/
|
109
|
-
- examples/
|
110
|
-
- examples/
|
111
|
-
- examples/
|
112
|
-
- examples/
|
113
|
-
- examples/
|
114
|
-
- examples/
|
115
|
-
- examples/
|
116
|
-
- examples/
|
117
|
-
- examples/
|
118
|
-
- examples/
|
119
|
-
- examples/
|
120
|
-
- examples/
|
121
|
-
- examples/
|
122
|
-
- examples/
|
123
|
-
- examples/
|
124
|
-
- examples/
|
125
|
-
- examples/
|
126
|
-
- examples/
|
127
|
-
- examples/
|
128
|
-
- examples/
|
129
|
-
- examples/
|
130
|
-
- examples/
|
131
|
-
- examples/
|
132
|
-
- examples/
|
133
|
-
- examples/
|
134
|
-
- examples/
|
135
|
-
- examples/
|
136
|
-
- examples/
|
137
|
-
- examples/
|
138
|
-
- examples/
|
139
|
-
- examples/
|
140
|
-
- examples/
|
141
|
-
- examples/
|
142
|
-
- examples/
|
143
|
-
- examples/
|
144
|
-
- examples/
|
145
|
-
- examples/
|
146
|
-
- examples/
|
147
|
-
- examples/
|
148
|
-
- examples/
|
149
|
-
- examples/
|
150
|
-
- examples/
|
151
|
-
- examples/
|
152
|
-
- examples/
|
153
|
-
- examples/
|
154
|
-
- examples/
|
155
|
-
- examples/
|
156
|
-
- examples/
|
157
|
-
- examples/
|
158
|
-
- examples/
|
159
|
-
- examples/
|
160
|
-
- examples/
|
161
|
-
- examples/
|
162
|
-
- examples/
|
163
|
-
- examples/
|
164
|
-
- examples/
|
165
|
-
- examples/
|
166
|
-
- examples/
|
167
|
-
- examples/
|
168
|
-
- examples/
|
169
|
-
- examples/
|
170
|
-
- examples/
|
171
|
-
- examples/
|
172
|
-
- examples/
|
173
|
-
- examples/
|
174
|
-
- examples/
|
175
|
-
- examples/
|
176
|
-
- examples/
|
177
|
-
- examples/
|
178
|
-
- examples/
|
179
|
-
- examples/
|
180
|
-
- examples/
|
181
|
-
- examples/
|
182
|
-
- examples/
|
183
|
-
- examples/
|
184
|
-
- examples/
|
185
|
-
- examples/
|
186
|
-
- examples/
|
187
|
-
- examples/
|
188
|
-
- examples/
|
189
|
-
- examples/
|
190
|
-
- examples/
|
191
|
-
- examples/v201211/creative_wrapper_service/get_all_creative_wrappers.rb
|
192
|
-
- examples/v201211/creative_wrapper_service/get_creative_wrappers_by_statement.rb
|
193
|
-
- examples/v201211/creative_wrapper_service/update_creative_wrappers.rb
|
194
|
-
- examples/v201211/custom_field_service/create_custom_field_options.rb
|
195
|
-
- examples/v201211/custom_field_service/create_custom_fields.rb
|
196
|
-
- examples/v201211/custom_field_service/deactivate_all_line_item_custom_fields.rb
|
197
|
-
- examples/v201211/custom_field_service/get_all_custom_fields.rb
|
198
|
-
- examples/v201211/custom_field_service/get_all_line_item_custom_fields.rb
|
199
|
-
- examples/v201211/custom_field_service/set_line_item_custom_field_value.rb
|
200
|
-
- examples/v201211/custom_field_service/update_custom_fields.rb
|
201
|
-
- examples/v201211/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
202
|
-
- examples/v201211/custom_targeting_service/delete_custom_targeting_keys.rb
|
203
|
-
- examples/v201211/custom_targeting_service/delete_custom_targeting_values.rb
|
204
|
-
- examples/v201211/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
205
|
-
- examples/v201211/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
206
|
-
- examples/v201211/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
207
|
-
- examples/v201211/custom_targeting_service/update_custom_targeting_keys.rb
|
208
|
-
- examples/v201211/custom_targeting_service/update_custom_targeting_values.rb
|
209
|
-
- examples/v201211/forecast_service/get_forecast.rb
|
210
|
-
- examples/v201211/forecast_service/get_forecast_by_id.rb
|
211
|
-
- examples/v201211/inventory_service/create_ad_units.rb
|
212
|
-
- examples/v201211/inventory_service/create_mobile_ad_unit.rb
|
213
|
-
- examples/v201211/inventory_service/create_video_ad_unit.rb
|
214
|
-
- examples/v201211/inventory_service/deactivate_ad_units.rb
|
215
|
-
- examples/v201211/inventory_service/get_ad_unit.rb
|
216
|
-
- examples/v201211/inventory_service/get_ad_unit_sizes.rb
|
217
|
-
- examples/v201211/inventory_service/get_ad_units_by_statement.rb
|
218
|
-
- examples/v201211/inventory_service/get_all_ad_units.rb
|
219
|
-
- examples/v201211/inventory_service/update_ad_units.rb
|
220
|
-
- examples/v201211/label_service/create_labels.rb
|
221
|
-
- examples/v201211/label_service/deactivate_labels.rb
|
222
|
-
- examples/v201211/label_service/get_all_labels.rb
|
223
|
-
- examples/v201211/label_service/get_label.rb
|
224
|
-
- examples/v201211/label_service/get_labels_by_statement.rb
|
225
|
-
- examples/v201211/label_service/update_labels.rb
|
226
|
-
- examples/v201211/line_item_creative_association_service/create_licas.rb
|
227
|
-
- examples/v201211/line_item_creative_association_service/deactivate_licas.rb
|
228
|
-
- examples/v201211/line_item_creative_association_service/get_all_licas.rb
|
229
|
-
- examples/v201211/line_item_creative_association_service/get_lica.rb
|
230
|
-
- examples/v201211/line_item_creative_association_service/get_licas_by_statement.rb
|
231
|
-
- examples/v201211/line_item_creative_association_service/update_licas.rb
|
232
|
-
- examples/v201211/line_item_service/activate_line_items.rb
|
233
|
-
- examples/v201211/line_item_service/create_line_items.rb
|
234
|
-
- examples/v201211/line_item_service/create_mobile_line_item.rb
|
235
|
-
- examples/v201211/line_item_service/create_video_line_item.rb
|
236
|
-
- examples/v201211/line_item_service/get_all_line_items.rb
|
237
|
-
- examples/v201211/line_item_service/get_line_item.rb
|
238
|
-
- examples/v201211/line_item_service/get_line_items_by_statement.rb
|
239
|
-
- examples/v201211/line_item_service/get_recently_updated_line_items.rb
|
240
|
-
- examples/v201211/line_item_service/target_custom_criteria.rb
|
241
|
-
- examples/v201211/line_item_service/update_line_items.rb
|
242
|
-
- examples/v201211/network_service/get_all_networks.rb
|
243
|
-
- examples/v201211/network_service/get_current_network.rb
|
244
|
-
- examples/v201211/network_service/make_test_network.rb
|
245
|
-
- examples/v201211/order_service/approve_orders.rb
|
246
|
-
- examples/v201211/order_service/create_orders.rb
|
247
|
-
- examples/v201211/order_service/get_all_orders.rb
|
248
|
-
- examples/v201211/order_service/get_order.rb
|
249
|
-
- examples/v201211/order_service/get_orders_by_statement.rb
|
250
|
-
- examples/v201211/order_service/update_orders.rb
|
251
|
-
- examples/v201211/placement_service/create_placements.rb
|
252
|
-
- examples/v201211/placement_service/deactivate_placements.rb
|
253
|
-
- examples/v201211/placement_service/get_all_placements.rb
|
254
|
-
- examples/v201211/placement_service/get_placement.rb
|
255
|
-
- examples/v201211/placement_service/get_placements_by_statement.rb
|
256
|
-
- examples/v201211/placement_service/update_placements.rb
|
257
|
-
- examples/v201211/publisher_query_language_service/get_all_cities.rb
|
258
|
-
- examples/v201211/report_service/download_report.rb
|
259
|
-
- examples/v201211/report_service/run_delivery_report.rb
|
260
|
-
- examples/v201211/report_service/run_inventory_report.rb
|
261
|
-
- examples/v201211/report_service/run_merged_delivery_report.rb
|
262
|
-
- examples/v201211/report_service/run_report_with_custom_fields.rb
|
263
|
-
- examples/v201211/report_service/run_sales_report.rb
|
264
|
-
- examples/v201211/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
|
265
|
-
- examples/v201211/suggested_ad_unit_service/get_all_suggested_ad_units.rb
|
266
|
-
- examples/v201211/suggested_ad_unit_service/get_suggested_ad_unit.rb
|
267
|
-
- examples/v201211/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
|
268
|
-
- examples/v201211/team_service/create_teams.rb
|
269
|
-
- examples/v201211/team_service/get_all_teams.rb
|
270
|
-
- examples/v201211/team_service/get_team.rb
|
271
|
-
- examples/v201211/team_service/get_teams_by_statement.rb
|
272
|
-
- examples/v201211/team_service/update_teams.rb
|
273
|
-
- examples/v201211/third_party_slot_service/archive_third_party_slots.rb
|
274
|
-
- examples/v201211/third_party_slot_service/create_third_party_slot.rb
|
275
|
-
- examples/v201211/third_party_slot_service/get_all_third_party_slots.rb
|
276
|
-
- examples/v201211/third_party_slot_service/get_third_party_slot_by_statement.rb
|
277
|
-
- examples/v201211/third_party_slot_service/update_third_party_slots.rb
|
278
|
-
- examples/v201211/user_service/create_users.rb
|
279
|
-
- examples/v201211/user_service/deactivate_users.rb
|
280
|
-
- examples/v201211/user_service/get_all_roles.rb
|
281
|
-
- examples/v201211/user_service/get_all_users.rb
|
282
|
-
- examples/v201211/user_service/get_current_user.rb
|
283
|
-
- examples/v201211/user_service/get_user.rb
|
284
|
-
- examples/v201211/user_service/get_users_by_statement.rb
|
285
|
-
- examples/v201211/user_service/update_users.rb
|
286
|
-
- examples/v201211/user_team_association_service/create_user_team_associations.rb
|
287
|
-
- examples/v201211/user_team_association_service/delete_user_team_associations.rb
|
288
|
-
- examples/v201211/user_team_association_service/get_all_user_team_associations.rb
|
289
|
-
- examples/v201211/user_team_association_service/get_user_team_association.rb
|
290
|
-
- examples/v201211/user_team_association_service/get_user_team_associations_by_statement.rb
|
291
|
-
- examples/v201211/user_team_association_service/update_user_team_associations.rb
|
292
|
-
- examples/v201302/activity_group_service/create_activity_groups.rb
|
293
|
-
- examples/v201302/activity_group_service/get_active_activity_groups.rb
|
294
|
-
- examples/v201302/activity_group_service/get_all_activity_groups.rb
|
295
|
-
- examples/v201302/activity_group_service/update_activity_groups.rb
|
296
|
-
- examples/v201302/activity_service/create_activities.rb
|
297
|
-
- examples/v201302/activity_service/get_active_activities.rb
|
298
|
-
- examples/v201302/activity_service/get_all_activities.rb
|
299
|
-
- examples/v201302/activity_service/update_activities.rb
|
300
|
-
- examples/v201302/audience_segment_service/get_all_audience_segments.rb
|
301
|
-
- examples/v201302/common/error_handling.rb
|
302
|
-
- examples/v201302/common/oauth2_jwt_handling.rb
|
303
|
-
- examples/v201302/common/setup_oauth2.rb
|
304
|
-
- examples/v201302/company_service/create_companies.rb
|
305
|
-
- examples/v201302/company_service/get_all_companies.rb
|
306
|
-
- examples/v201302/company_service/get_companies_by_statement.rb
|
307
|
-
- examples/v201302/company_service/get_company.rb
|
308
|
-
- examples/v201302/company_service/update_companies.rb
|
309
|
-
- examples/v201302/contact_service/create_contacts.rb
|
310
|
-
- examples/v201302/contact_service/get_all_contacts.rb
|
311
|
-
- examples/v201302/contact_service/get_uninvited_contacts.rb
|
312
|
-
- examples/v201302/contact_service/update_contacts.rb
|
313
|
-
- examples/v201302/content_service/get_all_content.rb
|
314
|
-
- examples/v201302/content_service/get_content_by_category.rb
|
315
|
-
- examples/v201302/creative_service/copy_image_creatives.rb
|
316
|
-
- examples/v201302/creative_service/create_creative_from_template.rb
|
317
|
-
- examples/v201302/creative_service/create_creatives.rb
|
318
|
-
- examples/v201302/creative_service/create_custom_creative.rb
|
319
|
-
- examples/v201302/creative_service/get_all_creatives.rb
|
320
|
-
- examples/v201302/creative_service/get_creative.rb
|
321
|
-
- examples/v201302/creative_service/get_creatives_by_statement.rb
|
322
|
-
- examples/v201302/creative_service/update_creatives.rb
|
323
|
-
- examples/v201302/creative_set_service/associate_creative_set_to_line_item.rb
|
324
|
-
- examples/v201302/creative_set_service/create_creative_set.rb
|
325
|
-
- examples/v201302/creative_set_service/get_all_creative_sets.rb
|
326
|
-
- examples/v201302/creative_set_service/get_creative_sets_by_statement.rb
|
327
|
-
- examples/v201302/creative_set_service/update_creative_sets.rb
|
328
|
-
- examples/v201302/creative_template_service/get_all_creative_templates.rb
|
329
|
-
- examples/v201302/creative_template_service/get_creative_template.rb
|
330
|
-
- examples/v201302/creative_template_service/get_creative_templates_by_statement.rb
|
331
|
-
- examples/v201302/creative_wrapper_service/create_creative_wrappers.rb
|
332
|
-
- examples/v201302/creative_wrapper_service/deactivate_creative_wrapper.rb
|
333
|
-
- examples/v201302/creative_wrapper_service/get_all_creative_wrappers.rb
|
334
|
-
- examples/v201302/creative_wrapper_service/get_creative_wrappers_by_statement.rb
|
335
|
-
- examples/v201302/creative_wrapper_service/update_creative_wrappers.rb
|
336
|
-
- examples/v201302/custom_field_service/create_custom_field_options.rb
|
337
|
-
- examples/v201302/custom_field_service/create_custom_fields.rb
|
338
|
-
- examples/v201302/custom_field_service/deactivate_all_line_item_custom_fields.rb
|
339
|
-
- examples/v201302/custom_field_service/get_all_custom_fields.rb
|
340
|
-
- examples/v201302/custom_field_service/get_all_line_item_custom_fields.rb
|
341
|
-
- examples/v201302/custom_field_service/set_line_item_custom_field_value.rb
|
342
|
-
- examples/v201302/custom_field_service/update_custom_fields.rb
|
343
|
-
- examples/v201302/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
344
|
-
- examples/v201302/custom_targeting_service/delete_custom_targeting_keys.rb
|
345
|
-
- examples/v201302/custom_targeting_service/delete_custom_targeting_values.rb
|
346
|
-
- examples/v201302/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
347
|
-
- examples/v201302/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
348
|
-
- examples/v201302/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
349
|
-
- examples/v201302/custom_targeting_service/update_custom_targeting_keys.rb
|
350
|
-
- examples/v201302/custom_targeting_service/update_custom_targeting_values.rb
|
351
|
-
- examples/v201302/forecast_service/get_forecast.rb
|
352
|
-
- examples/v201302/forecast_service/get_forecast_by_id.rb
|
353
|
-
- examples/v201302/inventory_service/create_ad_units.rb
|
354
|
-
- examples/v201302/inventory_service/create_mobile_ad_unit.rb
|
355
|
-
- examples/v201302/inventory_service/create_video_ad_unit.rb
|
356
|
-
- examples/v201302/inventory_service/deactivate_ad_units.rb
|
357
|
-
- examples/v201302/inventory_service/get_ad_unit.rb
|
358
|
-
- examples/v201302/inventory_service/get_ad_unit_sizes.rb
|
359
|
-
- examples/v201302/inventory_service/get_ad_units_by_statement.rb
|
360
|
-
- examples/v201302/inventory_service/get_all_ad_units.rb
|
361
|
-
- examples/v201302/inventory_service/update_ad_units.rb
|
362
|
-
- examples/v201302/label_service/create_labels.rb
|
363
|
-
- examples/v201302/label_service/deactivate_labels.rb
|
364
|
-
- examples/v201302/label_service/get_all_labels.rb
|
365
|
-
- examples/v201302/label_service/get_label.rb
|
366
|
-
- examples/v201302/label_service/get_labels_by_statement.rb
|
367
|
-
- examples/v201302/label_service/update_labels.rb
|
368
|
-
- examples/v201302/line_item_creative_association_service/create_licas.rb
|
369
|
-
- examples/v201302/line_item_creative_association_service/deactivate_licas.rb
|
370
|
-
- examples/v201302/line_item_creative_association_service/get_all_licas.rb
|
371
|
-
- examples/v201302/line_item_creative_association_service/get_lica.rb
|
372
|
-
- examples/v201302/line_item_creative_association_service/get_licas_by_statement.rb
|
373
|
-
- examples/v201302/line_item_creative_association_service/update_licas.rb
|
374
|
-
- examples/v201302/line_item_service/activate_line_items.rb
|
375
|
-
- examples/v201302/line_item_service/create_line_items.rb
|
376
|
-
- examples/v201302/line_item_service/create_mobile_line_item.rb
|
377
|
-
- examples/v201302/line_item_service/create_video_line_item.rb
|
378
|
-
- examples/v201302/line_item_service/get_all_line_items.rb
|
379
|
-
- examples/v201302/line_item_service/get_line_item.rb
|
380
|
-
- examples/v201302/line_item_service/get_line_items_by_statement.rb
|
381
|
-
- examples/v201302/line_item_service/get_recently_updated_line_items.rb
|
382
|
-
- examples/v201302/line_item_service/target_custom_criteria.rb
|
383
|
-
- examples/v201302/line_item_service/update_line_items.rb
|
384
|
-
- examples/v201302/network_service/get_all_networks.rb
|
385
|
-
- examples/v201302/network_service/get_current_network.rb
|
386
|
-
- examples/v201302/network_service/make_test_network.rb
|
387
|
-
- examples/v201302/order_service/approve_orders.rb
|
388
|
-
- examples/v201302/order_service/create_orders.rb
|
389
|
-
- examples/v201302/order_service/get_all_orders.rb
|
390
|
-
- examples/v201302/order_service/get_order.rb
|
391
|
-
- examples/v201302/order_service/get_orders_by_statement.rb
|
392
|
-
- examples/v201302/order_service/update_orders.rb
|
393
|
-
- examples/v201302/placement_service/create_placements.rb
|
394
|
-
- examples/v201302/placement_service/deactivate_placements.rb
|
395
|
-
- examples/v201302/placement_service/get_all_placements.rb
|
396
|
-
- examples/v201302/placement_service/get_placement.rb
|
397
|
-
- examples/v201302/placement_service/get_placements_by_statement.rb
|
398
|
-
- examples/v201302/placement_service/update_placements.rb
|
399
|
-
- examples/v201302/publisher_query_language_service/get_all_cities.rb
|
400
|
-
- examples/v201302/report_service/display_report.rb
|
401
|
-
- examples/v201302/report_service/download_report.rb
|
402
|
-
- examples/v201302/report_service/run_delivery_report.rb
|
403
|
-
- examples/v201302/report_service/run_inventory_report.rb
|
404
|
-
- examples/v201302/report_service/run_merged_delivery_report.rb
|
405
|
-
- examples/v201302/report_service/run_reach_report.rb
|
406
|
-
- examples/v201302/report_service/run_report_with_custom_fields.rb
|
407
|
-
- examples/v201302/report_service/run_sales_report.rb
|
408
|
-
- examples/v201302/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
|
409
|
-
- examples/v201302/suggested_ad_unit_service/get_all_suggested_ad_units.rb
|
410
|
-
- examples/v201302/suggested_ad_unit_service/get_suggested_ad_unit.rb
|
411
|
-
- examples/v201302/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
|
412
|
-
- examples/v201302/team_service/create_teams.rb
|
413
|
-
- examples/v201302/team_service/get_all_teams.rb
|
414
|
-
- examples/v201302/team_service/get_team.rb
|
415
|
-
- examples/v201302/team_service/get_teams_by_statement.rb
|
416
|
-
- examples/v201302/team_service/update_teams.rb
|
417
|
-
- examples/v201302/third_party_slot_service/archive_third_party_slots.rb
|
418
|
-
- examples/v201302/third_party_slot_service/create_third_party_slot.rb
|
419
|
-
- examples/v201302/third_party_slot_service/get_all_third_party_slots.rb
|
420
|
-
- examples/v201302/third_party_slot_service/get_third_party_slot_by_statement.rb
|
421
|
-
- examples/v201302/third_party_slot_service/update_third_party_slots.rb
|
422
|
-
- examples/v201302/user_service/create_users.rb
|
423
|
-
- examples/v201302/user_service/deactivate_users.rb
|
424
|
-
- examples/v201302/user_service/get_all_roles.rb
|
425
|
-
- examples/v201302/user_service/get_all_users.rb
|
426
|
-
- examples/v201302/user_service/get_current_user.rb
|
427
|
-
- examples/v201302/user_service/get_user.rb
|
428
|
-
- examples/v201302/user_service/get_users_by_statement.rb
|
429
|
-
- examples/v201302/user_service/update_users.rb
|
430
|
-
- examples/v201302/user_team_association_service/create_user_team_associations.rb
|
431
|
-
- examples/v201302/user_team_association_service/delete_user_team_associations.rb
|
432
|
-
- examples/v201302/user_team_association_service/get_all_user_team_associations.rb
|
433
|
-
- examples/v201302/user_team_association_service/get_user_team_association.rb
|
434
|
-
- examples/v201302/user_team_association_service/get_user_team_associations_by_statement.rb
|
435
|
-
- examples/v201302/user_team_association_service/update_user_team_associations.rb
|
436
|
-
- examples/v201306/activity_group_service/create_activity_groups.rb
|
437
|
-
- examples/v201306/activity_group_service/get_active_activity_groups.rb
|
438
|
-
- examples/v201306/activity_group_service/get_all_activity_groups.rb
|
439
|
-
- examples/v201306/activity_group_service/update_activity_groups.rb
|
440
|
-
- examples/v201306/activity_service/create_activities.rb
|
441
|
-
- examples/v201306/activity_service/get_active_activities.rb
|
442
|
-
- examples/v201306/activity_service/get_all_activities.rb
|
443
|
-
- examples/v201306/activity_service/update_activities.rb
|
444
|
-
- examples/v201306/audience_segment_service/get_all_audience_segments.rb
|
445
|
-
- examples/v201306/common/error_handling.rb
|
446
|
-
- examples/v201306/common/oauth2_jwt_handling.rb
|
447
|
-
- examples/v201306/common/setup_oauth2.rb
|
448
|
-
- examples/v201306/company_service/create_companies.rb
|
449
|
-
- examples/v201306/company_service/get_all_companies.rb
|
450
|
-
- examples/v201306/company_service/get_companies_by_statement.rb
|
451
|
-
- examples/v201306/company_service/get_company.rb
|
452
|
-
- examples/v201306/company_service/update_companies.rb
|
453
|
-
- examples/v201306/contact_service/create_contacts.rb
|
454
|
-
- examples/v201306/contact_service/get_all_contacts.rb
|
455
|
-
- examples/v201306/contact_service/get_uninvited_contacts.rb
|
456
|
-
- examples/v201306/contact_service/update_contacts.rb
|
457
|
-
- examples/v201306/content_service/get_all_content.rb
|
458
|
-
- examples/v201306/content_service/get_content_by_category.rb
|
459
|
-
- examples/v201306/creative_service/copy_image_creatives.rb
|
460
|
-
- examples/v201306/creative_service/create_creative_from_template.rb
|
461
|
-
- examples/v201306/creative_service/create_creatives.rb
|
462
|
-
- examples/v201306/creative_service/create_custom_creative.rb
|
463
|
-
- examples/v201306/creative_service/get_all_creatives.rb
|
464
|
-
- examples/v201306/creative_service/get_creative.rb
|
465
|
-
- examples/v201306/creative_service/get_creatives_by_statement.rb
|
466
|
-
- examples/v201306/creative_service/update_creatives.rb
|
467
|
-
- examples/v201306/creative_set_service/associate_creative_set_to_line_item.rb
|
468
|
-
- examples/v201306/creative_set_service/create_creative_set.rb
|
469
|
-
- examples/v201306/creative_set_service/get_all_creative_sets.rb
|
470
|
-
- examples/v201306/creative_set_service/get_creative_sets_by_statement.rb
|
471
|
-
- examples/v201306/creative_set_service/update_creative_sets.rb
|
472
|
-
- examples/v201306/creative_template_service/get_all_creative_templates.rb
|
473
|
-
- examples/v201306/creative_template_service/get_creative_template.rb
|
474
|
-
- examples/v201306/creative_template_service/get_creative_templates_by_statement.rb
|
475
|
-
- examples/v201306/creative_wrapper_service/create_creative_wrappers.rb
|
476
|
-
- examples/v201306/creative_wrapper_service/deactivate_creative_wrapper.rb
|
477
|
-
- examples/v201306/creative_wrapper_service/get_all_creative_wrappers.rb
|
478
|
-
- examples/v201306/creative_wrapper_service/get_creative_wrappers_by_statement.rb
|
479
|
-
- examples/v201306/creative_wrapper_service/update_creative_wrappers.rb
|
480
|
-
- examples/v201306/custom_field_service/create_custom_field_options.rb
|
481
|
-
- examples/v201306/custom_field_service/create_custom_fields.rb
|
482
|
-
- examples/v201306/custom_field_service/deactivate_all_line_item_custom_fields.rb
|
483
|
-
- examples/v201306/custom_field_service/get_all_custom_fields.rb
|
484
|
-
- examples/v201306/custom_field_service/get_all_line_item_custom_fields.rb
|
485
|
-
- examples/v201306/custom_field_service/set_line_item_custom_field_value.rb
|
486
|
-
- examples/v201306/custom_field_service/update_custom_fields.rb
|
487
|
-
- examples/v201306/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
488
|
-
- examples/v201306/custom_targeting_service/delete_custom_targeting_keys.rb
|
489
|
-
- examples/v201306/custom_targeting_service/delete_custom_targeting_values.rb
|
490
|
-
- examples/v201306/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
491
|
-
- examples/v201306/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
492
|
-
- examples/v201306/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
493
|
-
- examples/v201306/custom_targeting_service/update_custom_targeting_keys.rb
|
494
|
-
- examples/v201306/custom_targeting_service/update_custom_targeting_values.rb
|
495
|
-
- examples/v201306/forecast_service/get_forecast.rb
|
496
|
-
- examples/v201306/forecast_service/get_forecast_by_id.rb
|
497
|
-
- examples/v201306/inventory_service/create_ad_units.rb
|
498
|
-
- examples/v201306/inventory_service/create_mobile_ad_unit.rb
|
499
|
-
- examples/v201306/inventory_service/create_video_ad_unit.rb
|
500
|
-
- examples/v201306/inventory_service/deactivate_ad_units.rb
|
501
|
-
- examples/v201306/inventory_service/get_ad_unit.rb
|
502
|
-
- examples/v201306/inventory_service/get_ad_unit_sizes.rb
|
503
|
-
- examples/v201306/inventory_service/get_ad_units_by_statement.rb
|
504
|
-
- examples/v201306/inventory_service/get_all_ad_units.rb
|
505
|
-
- examples/v201306/inventory_service/update_ad_units.rb
|
506
|
-
- examples/v201306/label_service/create_labels.rb
|
507
|
-
- examples/v201306/label_service/deactivate_labels.rb
|
508
|
-
- examples/v201306/label_service/get_all_labels.rb
|
509
|
-
- examples/v201306/label_service/get_label.rb
|
510
|
-
- examples/v201306/label_service/get_labels_by_statement.rb
|
511
|
-
- examples/v201306/label_service/update_labels.rb
|
512
|
-
- examples/v201306/line_item_creative_association_service/create_licas.rb
|
513
|
-
- examples/v201306/line_item_creative_association_service/deactivate_licas.rb
|
514
|
-
- examples/v201306/line_item_creative_association_service/get_all_licas.rb
|
515
|
-
- examples/v201306/line_item_creative_association_service/get_lica.rb
|
516
|
-
- examples/v201306/line_item_creative_association_service/get_licas_by_statement.rb
|
517
|
-
- examples/v201306/line_item_creative_association_service/update_licas.rb
|
518
|
-
- examples/v201306/line_item_service/activate_line_items.rb
|
519
|
-
- examples/v201306/line_item_service/create_line_items.rb
|
520
|
-
- examples/v201306/line_item_service/create_mobile_line_item.rb
|
521
|
-
- examples/v201306/line_item_service/create_video_line_item.rb
|
522
|
-
- examples/v201306/line_item_service/get_all_line_items.rb
|
523
|
-
- examples/v201306/line_item_service/get_line_item.rb
|
524
|
-
- examples/v201306/line_item_service/get_line_items_by_statement.rb
|
525
|
-
- examples/v201306/line_item_service/get_recently_updated_line_items.rb
|
526
|
-
- examples/v201306/line_item_service/target_custom_criteria.rb
|
527
|
-
- examples/v201306/line_item_service/update_line_items.rb
|
528
|
-
- examples/v201306/network_service/get_all_networks.rb
|
529
|
-
- examples/v201306/network_service/get_current_network.rb
|
530
|
-
- examples/v201306/network_service/make_test_network.rb
|
531
|
-
- examples/v201306/order_service/approve_orders.rb
|
532
|
-
- examples/v201306/order_service/create_orders.rb
|
533
|
-
- examples/v201306/order_service/get_all_orders.rb
|
534
|
-
- examples/v201306/order_service/get_order.rb
|
535
|
-
- examples/v201306/order_service/get_orders_by_statement.rb
|
536
|
-
- examples/v201306/order_service/update_orders.rb
|
537
|
-
- examples/v201306/placement_service/create_placements.rb
|
538
|
-
- examples/v201306/placement_service/deactivate_placements.rb
|
539
|
-
- examples/v201306/placement_service/get_all_placements.rb
|
540
|
-
- examples/v201306/placement_service/get_placement.rb
|
541
|
-
- examples/v201306/placement_service/get_placements_by_statement.rb
|
542
|
-
- examples/v201306/placement_service/update_placements.rb
|
543
|
-
- examples/v201306/publisher_query_language_service/get_all_cities.rb
|
544
|
-
- examples/v201306/report_service/display_report.rb
|
545
|
-
- examples/v201306/report_service/download_report.rb
|
546
|
-
- examples/v201306/report_service/run_delivery_report.rb
|
547
|
-
- examples/v201306/report_service/run_inventory_report.rb
|
548
|
-
- examples/v201306/report_service/run_merged_delivery_report.rb
|
549
|
-
- examples/v201306/report_service/run_reach_report.rb
|
550
|
-
- examples/v201306/report_service/run_report_with_custom_fields.rb
|
551
|
-
- examples/v201306/report_service/run_sales_report.rb
|
552
|
-
- examples/v201306/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
|
553
|
-
- examples/v201306/suggested_ad_unit_service/get_all_suggested_ad_units.rb
|
554
|
-
- examples/v201306/suggested_ad_unit_service/get_suggested_ad_unit.rb
|
555
|
-
- examples/v201306/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
|
556
|
-
- examples/v201306/team_service/create_teams.rb
|
557
|
-
- examples/v201306/team_service/get_all_teams.rb
|
558
|
-
- examples/v201306/team_service/get_team.rb
|
559
|
-
- examples/v201306/team_service/get_teams_by_statement.rb
|
560
|
-
- examples/v201306/team_service/update_teams.rb
|
561
|
-
- examples/v201306/user_service/create_users.rb
|
562
|
-
- examples/v201306/user_service/deactivate_users.rb
|
563
|
-
- examples/v201306/user_service/get_all_roles.rb
|
564
|
-
- examples/v201306/user_service/get_all_users.rb
|
565
|
-
- examples/v201306/user_service/get_current_user.rb
|
566
|
-
- examples/v201306/user_service/get_user.rb
|
567
|
-
- examples/v201306/user_service/get_users_by_statement.rb
|
568
|
-
- examples/v201306/user_service/update_users.rb
|
569
|
-
- examples/v201306/user_team_association_service/create_user_team_associations.rb
|
570
|
-
- examples/v201306/user_team_association_service/delete_user_team_associations.rb
|
571
|
-
- examples/v201306/user_team_association_service/get_all_user_team_associations.rb
|
572
|
-
- examples/v201306/user_team_association_service/get_user_team_association.rb
|
573
|
-
- examples/v201306/user_team_association_service/get_user_team_associations_by_statement.rb
|
574
|
-
- examples/v201306/user_team_association_service/update_user_team_associations.rb
|
575
|
-
- examples/v201308/activity_group_service/create_activity_groups.rb
|
576
|
-
- examples/v201308/activity_group_service/get_active_activity_groups.rb
|
577
|
-
- examples/v201308/activity_group_service/get_all_activity_groups.rb
|
578
|
-
- examples/v201308/activity_group_service/update_activity_groups.rb
|
579
|
-
- examples/v201308/activity_service/create_activities.rb
|
580
|
-
- examples/v201308/activity_service/get_active_activities.rb
|
581
|
-
- examples/v201308/activity_service/get_all_activities.rb
|
582
|
-
- examples/v201308/activity_service/update_activities.rb
|
583
|
-
- examples/v201308/audience_segment_service/create_audience_segments.rb
|
584
|
-
- examples/v201308/audience_segment_service/get_all_audience_segments.rb
|
585
|
-
- examples/v201308/audience_segment_service/get_first_party_audience_segments.rb
|
586
|
-
- examples/v201308/audience_segment_service/populate_first_party_audience_segments.rb
|
587
|
-
- examples/v201308/audience_segment_service/update_audience_segments.rb
|
588
|
-
- examples/v201308/common/error_handling.rb
|
589
|
-
- examples/v201308/common/oauth2_jwt_handling.rb
|
590
|
-
- examples/v201308/common/setup_oauth2.rb
|
591
|
-
- examples/v201308/company_service/create_companies.rb
|
592
|
-
- examples/v201308/company_service/get_all_companies.rb
|
593
|
-
- examples/v201308/company_service/get_companies_by_statement.rb
|
594
|
-
- examples/v201308/company_service/get_company.rb
|
595
|
-
- examples/v201308/company_service/update_companies.rb
|
596
|
-
- examples/v201308/contact_service/create_contacts.rb
|
597
|
-
- examples/v201308/contact_service/get_all_contacts.rb
|
598
|
-
- examples/v201308/contact_service/get_uninvited_contacts.rb
|
599
|
-
- examples/v201308/contact_service/update_contacts.rb
|
600
|
-
- examples/v201308/content_service/get_all_content.rb
|
601
|
-
- examples/v201308/content_service/get_content_by_category.rb
|
602
|
-
- examples/v201308/creative_service/copy_image_creatives.rb
|
603
|
-
- examples/v201308/creative_service/create_creative_from_template.rb
|
604
|
-
- examples/v201308/creative_service/create_creatives.rb
|
605
|
-
- examples/v201308/creative_service/create_custom_creative.rb
|
606
|
-
- examples/v201308/creative_service/get_all_creatives.rb
|
607
|
-
- examples/v201308/creative_service/get_creative.rb
|
608
|
-
- examples/v201308/creative_service/get_creatives_by_statement.rb
|
609
|
-
- examples/v201308/creative_service/update_creatives.rb
|
610
|
-
- examples/v201308/creative_set_service/associate_creative_set_to_line_item.rb
|
611
|
-
- examples/v201308/creative_set_service/create_creative_set.rb
|
612
|
-
- examples/v201308/creative_set_service/get_all_creative_sets.rb
|
613
|
-
- examples/v201308/creative_set_service/get_creative_sets_by_statement.rb
|
614
|
-
- examples/v201308/creative_set_service/update_creative_sets.rb
|
615
|
-
- examples/v201308/creative_template_service/get_all_creative_templates.rb
|
616
|
-
- examples/v201308/creative_template_service/get_creative_template.rb
|
617
|
-
- examples/v201308/creative_template_service/get_creative_templates_by_statement.rb
|
618
|
-
- examples/v201308/creative_wrapper_service/create_creative_wrappers.rb
|
619
|
-
- examples/v201308/creative_wrapper_service/deactivate_creative_wrapper.rb
|
620
|
-
- examples/v201308/creative_wrapper_service/get_all_creative_wrappers.rb
|
621
|
-
- examples/v201308/creative_wrapper_service/get_creative_wrappers_by_statement.rb
|
622
|
-
- examples/v201308/creative_wrapper_service/update_creative_wrappers.rb
|
623
|
-
- examples/v201308/custom_field_service/create_custom_field_options.rb
|
624
|
-
- examples/v201308/custom_field_service/create_custom_fields.rb
|
625
|
-
- examples/v201308/custom_field_service/deactivate_all_line_item_custom_fields.rb
|
626
|
-
- examples/v201308/custom_field_service/get_all_custom_fields.rb
|
627
|
-
- examples/v201308/custom_field_service/get_all_line_item_custom_fields.rb
|
628
|
-
- examples/v201308/custom_field_service/set_line_item_custom_field_value.rb
|
629
|
-
- examples/v201308/custom_field_service/update_custom_fields.rb
|
630
|
-
- examples/v201308/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
631
|
-
- examples/v201308/custom_targeting_service/delete_custom_targeting_keys.rb
|
632
|
-
- examples/v201308/custom_targeting_service/delete_custom_targeting_values.rb
|
633
|
-
- examples/v201308/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
634
|
-
- examples/v201308/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
635
|
-
- examples/v201308/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
636
|
-
- examples/v201308/custom_targeting_service/update_custom_targeting_keys.rb
|
637
|
-
- examples/v201308/custom_targeting_service/update_custom_targeting_values.rb
|
638
|
-
- examples/v201308/forecast_service/get_forecast.rb
|
639
|
-
- examples/v201308/forecast_service/get_forecast_by_id.rb
|
640
|
-
- examples/v201308/inventory_service/create_ad_units.rb
|
641
|
-
- examples/v201308/inventory_service/create_mobile_ad_unit.rb
|
642
|
-
- examples/v201308/inventory_service/create_video_ad_unit.rb
|
643
|
-
- examples/v201308/inventory_service/deactivate_ad_units.rb
|
644
|
-
- examples/v201308/inventory_service/get_ad_unit.rb
|
645
|
-
- examples/v201308/inventory_service/get_ad_unit_sizes.rb
|
646
|
-
- examples/v201308/inventory_service/get_ad_units_by_statement.rb
|
647
|
-
- examples/v201308/inventory_service/get_all_ad_units.rb
|
648
|
-
- examples/v201308/inventory_service/update_ad_units.rb
|
649
|
-
- examples/v201308/label_service/create_labels.rb
|
650
|
-
- examples/v201308/label_service/deactivate_labels.rb
|
651
|
-
- examples/v201308/label_service/get_all_labels.rb
|
652
|
-
- examples/v201308/label_service/get_label.rb
|
653
|
-
- examples/v201308/label_service/get_labels_by_statement.rb
|
654
|
-
- examples/v201308/label_service/update_labels.rb
|
655
|
-
- examples/v201308/line_item_creative_association_service/create_licas.rb
|
656
|
-
- examples/v201308/line_item_creative_association_service/deactivate_licas.rb
|
657
|
-
- examples/v201308/line_item_creative_association_service/get_all_licas.rb
|
658
|
-
- examples/v201308/line_item_creative_association_service/get_lica.rb
|
659
|
-
- examples/v201308/line_item_creative_association_service/get_licas_by_statement.rb
|
660
|
-
- examples/v201308/line_item_creative_association_service/update_licas.rb
|
661
|
-
- examples/v201308/line_item_service/activate_line_items.rb
|
662
|
-
- examples/v201308/line_item_service/create_line_items.rb
|
663
|
-
- examples/v201308/line_item_service/create_mobile_line_item.rb
|
664
|
-
- examples/v201308/line_item_service/create_video_line_item.rb
|
665
|
-
- examples/v201308/line_item_service/get_all_line_items.rb
|
666
|
-
- examples/v201308/line_item_service/get_line_item.rb
|
667
|
-
- examples/v201308/line_item_service/get_line_items_by_statement.rb
|
668
|
-
- examples/v201308/line_item_service/get_recently_updated_line_items.rb
|
669
|
-
- examples/v201308/line_item_service/target_custom_criteria.rb
|
670
|
-
- examples/v201308/line_item_service/update_line_items.rb
|
671
|
-
- examples/v201308/network_service/get_all_networks.rb
|
672
|
-
- examples/v201308/network_service/get_current_network.rb
|
673
|
-
- examples/v201308/network_service/make_test_network.rb
|
674
|
-
- examples/v201308/order_service/approve_orders.rb
|
675
|
-
- examples/v201308/order_service/create_orders.rb
|
676
|
-
- examples/v201308/order_service/get_all_orders.rb
|
677
|
-
- examples/v201308/order_service/get_order.rb
|
678
|
-
- examples/v201308/order_service/get_orders_by_statement.rb
|
679
|
-
- examples/v201308/order_service/update_orders.rb
|
680
|
-
- examples/v201308/placement_service/create_placements.rb
|
681
|
-
- examples/v201308/placement_service/deactivate_placements.rb
|
682
|
-
- examples/v201308/placement_service/get_all_placements.rb
|
683
|
-
- examples/v201308/placement_service/get_placement.rb
|
684
|
-
- examples/v201308/placement_service/get_placements_by_statement.rb
|
685
|
-
- examples/v201308/placement_service/update_placements.rb
|
686
|
-
- examples/v201308/publisher_query_language_service/get_all_line_items.rb
|
687
|
-
- examples/v201308/publisher_query_language_service/get_geo_targets.rb
|
688
|
-
- examples/v201308/publisher_query_language_service/get_line_items_named_like.rb
|
689
|
-
- examples/v201308/report_service/display_report.rb
|
690
|
-
- examples/v201308/report_service/download_report.rb
|
691
|
-
- examples/v201308/report_service/run_delivery_report.rb
|
692
|
-
- examples/v201308/report_service/run_inventory_report.rb
|
693
|
-
- examples/v201308/report_service/run_merged_delivery_report.rb
|
694
|
-
- examples/v201308/report_service/run_reach_report.rb
|
695
|
-
- examples/v201308/report_service/run_report_with_custom_fields.rb
|
696
|
-
- examples/v201308/report_service/run_sales_report.rb
|
697
|
-
- examples/v201308/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
|
698
|
-
- examples/v201308/suggested_ad_unit_service/get_all_suggested_ad_units.rb
|
699
|
-
- examples/v201308/suggested_ad_unit_service/get_suggested_ad_unit.rb
|
700
|
-
- examples/v201308/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
|
701
|
-
- examples/v201308/team_service/create_teams.rb
|
702
|
-
- examples/v201308/team_service/get_all_teams.rb
|
703
|
-
- examples/v201308/team_service/get_team.rb
|
704
|
-
- examples/v201308/team_service/get_teams_by_statement.rb
|
705
|
-
- examples/v201308/team_service/update_teams.rb
|
706
|
-
- examples/v201308/user_service/create_users.rb
|
707
|
-
- examples/v201308/user_service/deactivate_users.rb
|
708
|
-
- examples/v201308/user_service/get_all_roles.rb
|
709
|
-
- examples/v201308/user_service/get_all_users.rb
|
710
|
-
- examples/v201308/user_service/get_current_user.rb
|
711
|
-
- examples/v201308/user_service/get_user.rb
|
712
|
-
- examples/v201308/user_service/get_users_by_statement.rb
|
713
|
-
- examples/v201308/user_service/update_users.rb
|
714
|
-
- examples/v201308/user_team_association_service/create_user_team_associations.rb
|
715
|
-
- examples/v201308/user_team_association_service/delete_user_team_associations.rb
|
716
|
-
- examples/v201308/user_team_association_service/get_all_user_team_associations.rb
|
717
|
-
- examples/v201308/user_team_association_service/get_user_team_association.rb
|
718
|
-
- examples/v201308/user_team_association_service/get_user_team_associations_by_statement.rb
|
719
|
-
- examples/v201308/user_team_association_service/update_user_team_associations.rb
|
720
|
-
- examples/v201311/activity_group_service/create_activity_groups.rb
|
721
|
-
- examples/v201311/activity_group_service/get_active_activity_groups.rb
|
722
|
-
- examples/v201311/activity_group_service/get_all_activity_groups.rb
|
723
|
-
- examples/v201311/activity_group_service/update_activity_groups.rb
|
724
|
-
- examples/v201311/activity_service/create_activities.rb
|
725
|
-
- examples/v201311/activity_service/get_active_activities.rb
|
726
|
-
- examples/v201311/activity_service/get_all_activities.rb
|
727
|
-
- examples/v201311/activity_service/update_activities.rb
|
728
|
-
- examples/v201311/audience_segment_service/create_audience_segments.rb
|
729
|
-
- examples/v201311/audience_segment_service/get_all_audience_segments.rb
|
730
|
-
- examples/v201311/audience_segment_service/get_first_party_audience_segments.rb
|
731
|
-
- examples/v201311/audience_segment_service/populate_first_party_audience_segments.rb
|
732
|
-
- examples/v201311/audience_segment_service/update_audience_segments.rb
|
733
|
-
- examples/v201311/common/error_handling.rb
|
734
|
-
- examples/v201311/common/oauth2_jwt_handling.rb
|
735
|
-
- examples/v201311/common/setup_oauth2.rb
|
736
|
-
- examples/v201311/company_service/create_companies.rb
|
737
|
-
- examples/v201311/company_service/get_all_companies.rb
|
738
|
-
- examples/v201311/company_service/get_companies_by_statement.rb
|
739
|
-
- examples/v201311/company_service/get_company.rb
|
740
|
-
- examples/v201311/company_service/update_companies.rb
|
741
|
-
- examples/v201311/contact_service/create_contacts.rb
|
742
|
-
- examples/v201311/contact_service/get_all_contacts.rb
|
743
|
-
- examples/v201311/contact_service/get_uninvited_contacts.rb
|
744
|
-
- examples/v201311/contact_service/update_contacts.rb
|
745
|
-
- examples/v201311/content_service/get_all_content.rb
|
746
|
-
- examples/v201311/content_service/get_content_by_category.rb
|
747
|
-
- examples/v201311/creative_service/copy_image_creatives.rb
|
748
|
-
- examples/v201311/creative_service/create_creative_from_template.rb
|
749
|
-
- examples/v201311/creative_service/create_creatives.rb
|
750
|
-
- examples/v201311/creative_service/create_custom_creative.rb
|
751
|
-
- examples/v201311/creative_service/get_all_creatives.rb
|
752
|
-
- examples/v201311/creative_service/get_creative.rb
|
753
|
-
- examples/v201311/creative_service/get_creatives_by_statement.rb
|
754
|
-
- examples/v201311/creative_service/update_creatives.rb
|
755
|
-
- examples/v201311/creative_set_service/associate_creative_set_to_line_item.rb
|
756
|
-
- examples/v201311/creative_set_service/create_creative_set.rb
|
757
|
-
- examples/v201311/creative_set_service/get_all_creative_sets.rb
|
758
|
-
- examples/v201311/creative_set_service/get_creative_sets_by_statement.rb
|
759
|
-
- examples/v201311/creative_set_service/update_creative_sets.rb
|
760
|
-
- examples/v201311/creative_template_service/get_all_creative_templates.rb
|
761
|
-
- examples/v201311/creative_template_service/get_creative_template.rb
|
762
|
-
- examples/v201311/creative_template_service/get_creative_templates_by_statement.rb
|
763
|
-
- examples/v201311/creative_wrapper_service/create_creative_wrappers.rb
|
764
|
-
- examples/v201311/creative_wrapper_service/deactivate_creative_wrapper.rb
|
765
|
-
- examples/v201311/creative_wrapper_service/get_all_creative_wrappers.rb
|
766
|
-
- examples/v201311/creative_wrapper_service/get_creative_wrappers_by_statement.rb
|
767
|
-
- examples/v201311/creative_wrapper_service/update_creative_wrappers.rb
|
768
|
-
- examples/v201311/custom_field_service/create_custom_field_options.rb
|
769
|
-
- examples/v201311/custom_field_service/create_custom_fields.rb
|
770
|
-
- examples/v201311/custom_field_service/deactivate_all_line_item_custom_fields.rb
|
771
|
-
- examples/v201311/custom_field_service/get_all_custom_fields.rb
|
772
|
-
- examples/v201311/custom_field_service/get_all_line_item_custom_fields.rb
|
773
|
-
- examples/v201311/custom_field_service/set_line_item_custom_field_value.rb
|
774
|
-
- examples/v201311/custom_field_service/update_custom_fields.rb
|
775
|
-
- examples/v201311/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
776
|
-
- examples/v201311/custom_targeting_service/delete_custom_targeting_keys.rb
|
777
|
-
- examples/v201311/custom_targeting_service/delete_custom_targeting_values.rb
|
778
|
-
- examples/v201311/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
779
|
-
- examples/v201311/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
780
|
-
- examples/v201311/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
781
|
-
- examples/v201311/custom_targeting_service/update_custom_targeting_keys.rb
|
782
|
-
- examples/v201311/custom_targeting_service/update_custom_targeting_values.rb
|
783
|
-
- examples/v201311/forecast_service/get_forecast.rb
|
784
|
-
- examples/v201311/forecast_service/get_forecast_by_id.rb
|
785
|
-
- examples/v201311/inventory_service/create_ad_units.rb
|
786
|
-
- examples/v201311/inventory_service/create_mobile_ad_unit.rb
|
787
|
-
- examples/v201311/inventory_service/create_video_ad_unit.rb
|
788
|
-
- examples/v201311/inventory_service/deactivate_ad_units.rb
|
789
|
-
- examples/v201311/inventory_service/get_ad_unit.rb
|
790
|
-
- examples/v201311/inventory_service/get_ad_unit_sizes.rb
|
791
|
-
- examples/v201311/inventory_service/get_ad_units_by_statement.rb
|
792
|
-
- examples/v201311/inventory_service/get_all_ad_units.rb
|
793
|
-
- examples/v201311/inventory_service/update_ad_units.rb
|
794
|
-
- examples/v201311/label_service/create_labels.rb
|
795
|
-
- examples/v201311/label_service/deactivate_labels.rb
|
796
|
-
- examples/v201311/label_service/get_all_labels.rb
|
797
|
-
- examples/v201311/label_service/get_label.rb
|
798
|
-
- examples/v201311/label_service/get_labels_by_statement.rb
|
799
|
-
- examples/v201311/label_service/update_labels.rb
|
800
|
-
- examples/v201311/line_item_creative_association_service/create_licas.rb
|
801
|
-
- examples/v201311/line_item_creative_association_service/deactivate_licas.rb
|
802
|
-
- examples/v201311/line_item_creative_association_service/get_all_licas.rb
|
803
|
-
- examples/v201311/line_item_creative_association_service/get_lica.rb
|
804
|
-
- examples/v201311/line_item_creative_association_service/get_licas_by_statement.rb
|
805
|
-
- examples/v201311/line_item_creative_association_service/update_licas.rb
|
806
|
-
- examples/v201311/line_item_service/activate_line_items.rb
|
807
|
-
- examples/v201311/line_item_service/create_line_items.rb
|
808
|
-
- examples/v201311/line_item_service/create_mobile_line_item.rb
|
809
|
-
- examples/v201311/line_item_service/create_video_line_item.rb
|
810
|
-
- examples/v201311/line_item_service/get_all_line_items.rb
|
811
|
-
- examples/v201311/line_item_service/get_line_item.rb
|
812
|
-
- examples/v201311/line_item_service/get_line_items_by_statement.rb
|
813
|
-
- examples/v201311/line_item_service/get_recently_updated_line_items.rb
|
814
|
-
- examples/v201311/line_item_service/target_custom_criteria.rb
|
815
|
-
- examples/v201311/line_item_service/update_line_items.rb
|
816
|
-
- examples/v201311/network_service/get_all_networks.rb
|
817
|
-
- examples/v201311/network_service/get_current_network.rb
|
818
|
-
- examples/v201311/network_service/make_test_network.rb
|
819
|
-
- examples/v201311/order_service/approve_orders.rb
|
820
|
-
- examples/v201311/order_service/create_orders.rb
|
821
|
-
- examples/v201311/order_service/get_all_orders.rb
|
822
|
-
- examples/v201311/order_service/get_order.rb
|
823
|
-
- examples/v201311/order_service/get_orders_by_statement.rb
|
824
|
-
- examples/v201311/order_service/update_orders.rb
|
825
|
-
- examples/v201311/placement_service/create_placements.rb
|
826
|
-
- examples/v201311/placement_service/deactivate_placements.rb
|
827
|
-
- examples/v201311/placement_service/get_all_placements.rb
|
828
|
-
- examples/v201311/placement_service/get_placement.rb
|
829
|
-
- examples/v201311/placement_service/get_placements_by_statement.rb
|
830
|
-
- examples/v201311/placement_service/update_placements.rb
|
831
|
-
- examples/v201311/publisher_query_language_service/fetch_match_tables.rb
|
832
|
-
- examples/v201311/publisher_query_language_service/get_all_line_items.rb
|
833
|
-
- examples/v201311/publisher_query_language_service/get_geo_targets.rb
|
834
|
-
- examples/v201311/publisher_query_language_service/get_line_items_named_like.rb
|
835
|
-
- examples/v201311/report_service/display_report.rb
|
836
|
-
- examples/v201311/report_service/download_report.rb
|
837
|
-
- examples/v201311/report_service/run_delivery_report.rb
|
838
|
-
- examples/v201311/report_service/run_inventory_report.rb
|
839
|
-
- examples/v201311/report_service/run_merged_delivery_report.rb
|
840
|
-
- examples/v201311/report_service/run_reach_report.rb
|
841
|
-
- examples/v201311/report_service/run_report_with_custom_fields.rb
|
842
|
-
- examples/v201311/report_service/run_sales_report.rb
|
843
|
-
- examples/v201311/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
|
844
|
-
- examples/v201311/suggested_ad_unit_service/get_all_suggested_ad_units.rb
|
845
|
-
- examples/v201311/suggested_ad_unit_service/get_suggested_ad_unit.rb
|
846
|
-
- examples/v201311/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
|
847
|
-
- examples/v201311/team_service/create_teams.rb
|
848
|
-
- examples/v201311/team_service/get_all_teams.rb
|
849
|
-
- examples/v201311/team_service/get_team.rb
|
850
|
-
- examples/v201311/team_service/get_teams_by_statement.rb
|
851
|
-
- examples/v201311/team_service/update_teams.rb
|
852
|
-
- examples/v201311/user_service/create_users.rb
|
853
|
-
- examples/v201311/user_service/deactivate_users.rb
|
854
|
-
- examples/v201311/user_service/get_all_roles.rb
|
855
|
-
- examples/v201311/user_service/get_all_users.rb
|
856
|
-
- examples/v201311/user_service/get_current_user.rb
|
857
|
-
- examples/v201311/user_service/get_user.rb
|
858
|
-
- examples/v201311/user_service/get_users_by_statement.rb
|
859
|
-
- examples/v201311/user_service/update_users.rb
|
860
|
-
- examples/v201311/user_team_association_service/create_user_team_associations.rb
|
861
|
-
- examples/v201311/user_team_association_service/delete_user_team_associations.rb
|
862
|
-
- examples/v201311/user_team_association_service/get_all_user_team_associations.rb
|
863
|
-
- examples/v201311/user_team_association_service/get_user_team_association.rb
|
864
|
-
- examples/v201311/user_team_association_service/get_user_team_associations_by_statement.rb
|
865
|
-
- examples/v201311/user_team_association_service/update_user_team_associations.rb
|
866
|
-
- examples/v201403/activity_group_service/create_activity_groups.rb
|
867
|
-
- examples/v201403/activity_group_service/get_active_activity_groups.rb
|
868
|
-
- examples/v201403/activity_group_service/get_all_activity_groups.rb
|
869
|
-
- examples/v201403/activity_group_service/update_activity_groups.rb
|
32
|
+
- examples/v201408/label_service/get_labels_by_statement.rb
|
33
|
+
- examples/v201408/label_service/get_all_labels.rb
|
34
|
+
- examples/v201408/label_service/deactivate_labels.rb
|
35
|
+
- examples/v201408/label_service/update_labels.rb
|
36
|
+
- examples/v201408/label_service/create_labels.rb
|
37
|
+
- examples/v201408/line_item_creative_association_service/create_licas.rb
|
38
|
+
- examples/v201408/line_item_creative_association_service/get_all_licas.rb
|
39
|
+
- examples/v201408/line_item_creative_association_service/get_licas_by_statement.rb
|
40
|
+
- examples/v201408/line_item_creative_association_service/deactivate_licas.rb
|
41
|
+
- examples/v201408/line_item_creative_association_service/update_licas.rb
|
42
|
+
- examples/v201408/custom_field_service/create_custom_fields.rb
|
43
|
+
- examples/v201408/custom_field_service/get_all_custom_fields.rb
|
44
|
+
- examples/v201408/custom_field_service/deactivate_all_line_item_custom_fields.rb
|
45
|
+
- examples/v201408/custom_field_service/update_custom_fields.rb
|
46
|
+
- examples/v201408/custom_field_service/create_custom_field_options.rb
|
47
|
+
- examples/v201408/custom_field_service/set_line_item_custom_field_value.rb
|
48
|
+
- examples/v201408/custom_field_service/get_all_line_item_custom_fields.rb
|
49
|
+
- examples/v201408/creative_template_service/get_creative_templates_by_statement.rb
|
50
|
+
- examples/v201408/creative_template_service/get_creative_template.rb
|
51
|
+
- examples/v201408/creative_template_service/get_all_creative_templates.rb
|
52
|
+
- examples/v201408/activity_service/create_activities.rb
|
53
|
+
- examples/v201408/activity_service/update_activities.rb
|
54
|
+
- examples/v201408/activity_service/get_all_activities.rb
|
55
|
+
- examples/v201408/activity_service/get_active_activities.rb
|
56
|
+
- examples/v201408/team_service/get_all_teams.rb
|
57
|
+
- examples/v201408/team_service/create_teams.rb
|
58
|
+
- examples/v201408/team_service/get_teams_by_statement.rb
|
59
|
+
- examples/v201408/team_service/update_teams.rb
|
60
|
+
- examples/v201408/activity_group_service/update_activity_groups.rb
|
61
|
+
- examples/v201408/activity_group_service/get_all_activity_groups.rb
|
62
|
+
- examples/v201408/activity_group_service/create_activity_groups.rb
|
63
|
+
- examples/v201408/activity_group_service/get_active_activity_groups.rb
|
64
|
+
- examples/v201408/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
|
65
|
+
- examples/v201408/suggested_ad_unit_service/get_suggested_ad_unit.rb
|
66
|
+
- examples/v201408/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
|
67
|
+
- examples/v201408/suggested_ad_unit_service/get_all_suggested_ad_units.rb
|
68
|
+
- examples/v201408/placement_service/update_placements.rb
|
69
|
+
- examples/v201408/placement_service/get_all_placements.rb
|
70
|
+
- examples/v201408/placement_service/create_placements.rb
|
71
|
+
- examples/v201408/placement_service/get_placements_by_statement.rb
|
72
|
+
- examples/v201408/placement_service/deactivate_placements.rb
|
73
|
+
- examples/v201408/audience_segment_service/get_first_party_audience_segments.rb
|
74
|
+
- examples/v201408/audience_segment_service/populate_first_party_audience_segments.rb
|
75
|
+
- examples/v201408/audience_segment_service/update_audience_segments.rb
|
76
|
+
- examples/v201408/audience_segment_service/create_audience_segments.rb
|
77
|
+
- examples/v201408/audience_segment_service/get_all_audience_segments.rb
|
78
|
+
- examples/v201408/contact_service/create_contacts.rb
|
79
|
+
- examples/v201408/contact_service/get_all_contacts.rb
|
80
|
+
- examples/v201408/contact_service/update_contacts.rb
|
81
|
+
- examples/v201408/contact_service/get_uninvited_contacts.rb
|
82
|
+
- examples/v201408/report_service/run_report_with_custom_fields.rb
|
83
|
+
- examples/v201408/report_service/run_reach_report.rb
|
84
|
+
- examples/v201408/report_service/download_report.rb
|
85
|
+
- examples/v201408/report_service/run_delivery_report.rb
|
86
|
+
- examples/v201408/report_service/run_sales_report.rb
|
87
|
+
- examples/v201408/report_service/display_report.rb
|
88
|
+
- examples/v201408/report_service/run_inventory_report.rb
|
89
|
+
- examples/v201408/common/oauth2_jwt_handling.rb
|
90
|
+
- examples/v201408/common/error_handling.rb
|
91
|
+
- examples/v201408/common/setup_oauth2.rb
|
92
|
+
- examples/v201408/user_service/deactivate_users.rb
|
93
|
+
- examples/v201408/user_service/get_current_user.rb
|
94
|
+
- examples/v201408/user_service/get_all_users.rb
|
95
|
+
- examples/v201408/user_service/create_users.rb
|
96
|
+
- examples/v201408/user_service/get_all_roles.rb
|
97
|
+
- examples/v201408/user_service/update_users.rb
|
98
|
+
- examples/v201408/user_service/get_users_by_statement.rb
|
99
|
+
- examples/v201408/network_service/get_current_network.rb
|
100
|
+
- examples/v201408/network_service/get_all_networks.rb
|
101
|
+
- examples/v201408/network_service/make_test_network.rb
|
102
|
+
- examples/v201408/content_service/get_content_by_category.rb
|
103
|
+
- examples/v201408/content_service/get_all_content.rb
|
104
|
+
- examples/v201408/user_team_association_service/update_user_team_associations.rb
|
105
|
+
- examples/v201408/user_team_association_service/get_all_user_team_associations.rb
|
106
|
+
- examples/v201408/user_team_association_service/create_user_team_associations.rb
|
107
|
+
- examples/v201408/user_team_association_service/delete_user_team_associations.rb
|
108
|
+
- examples/v201408/user_team_association_service/get_user_team_associations_by_statement.rb
|
109
|
+
- examples/v201408/creative_wrapper_service/update_creative_wrappers.rb
|
110
|
+
- examples/v201408/creative_wrapper_service/get_all_creative_wrappers.rb
|
111
|
+
- examples/v201408/creative_wrapper_service/deactivate_creative_wrapper.rb
|
112
|
+
- examples/v201408/creative_wrapper_service/get_creative_wrappers_by_statement.rb
|
113
|
+
- examples/v201408/creative_wrapper_service/create_creative_wrappers.rb
|
114
|
+
- examples/v201408/custom_targeting_service/delete_custom_targeting_values.rb
|
115
|
+
- examples/v201408/custom_targeting_service/update_custom_targeting_keys.rb
|
116
|
+
- examples/v201408/custom_targeting_service/delete_custom_targeting_keys.rb
|
117
|
+
- examples/v201408/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
118
|
+
- examples/v201408/custom_targeting_service/update_custom_targeting_values.rb
|
119
|
+
- examples/v201408/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
120
|
+
- examples/v201408/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
121
|
+
- examples/v201408/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
122
|
+
- examples/v201408/creative_set_service/create_creative_set.rb
|
123
|
+
- examples/v201408/creative_set_service/get_creative_sets_by_statement.rb
|
124
|
+
- examples/v201408/creative_set_service/update_creative_sets.rb
|
125
|
+
- examples/v201408/creative_set_service/get_all_creative_sets.rb
|
126
|
+
- examples/v201408/creative_set_service/associate_creative_set_to_line_item.rb
|
127
|
+
- examples/v201408/publisher_query_language_service/fetch_match_tables.rb
|
128
|
+
- examples/v201408/publisher_query_language_service/get_geo_targets.rb
|
129
|
+
- examples/v201408/publisher_query_language_service/get_line_items_named_like.rb
|
130
|
+
- examples/v201408/publisher_query_language_service/get_all_line_items.rb
|
131
|
+
- examples/v201408/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
|
132
|
+
- examples/v201408/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
|
133
|
+
- examples/v201408/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
|
134
|
+
- examples/v201408/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
|
135
|
+
- examples/v201408/creative_service/get_all_creatives.rb
|
136
|
+
- examples/v201408/creative_service/copy_image_creatives.rb
|
137
|
+
- examples/v201408/creative_service/get_creatives_by_statement.rb
|
138
|
+
- examples/v201408/creative_service/create_creative_from_template.rb
|
139
|
+
- examples/v201408/creative_service/update_creatives.rb
|
140
|
+
- examples/v201408/creative_service/create_custom_creative.rb
|
141
|
+
- examples/v201408/creative_service/create_creatives.rb
|
142
|
+
- examples/v201408/order_service/approve_orders.rb
|
143
|
+
- examples/v201408/order_service/get_orders_by_statement.rb
|
144
|
+
- examples/v201408/order_service/update_orders.rb
|
145
|
+
- examples/v201408/order_service/create_orders.rb
|
146
|
+
- examples/v201408/order_service/get_all_orders.rb
|
147
|
+
- examples/v201408/line_item_service/get_recently_updated_line_items.rb
|
148
|
+
- examples/v201408/line_item_service/update_line_items.rb
|
149
|
+
- examples/v201408/line_item_service/target_custom_criteria.rb
|
150
|
+
- examples/v201408/line_item_service/activate_line_items.rb
|
151
|
+
- examples/v201408/line_item_service/get_line_items_by_statement.rb
|
152
|
+
- examples/v201408/line_item_service/create_line_items.rb
|
153
|
+
- examples/v201408/line_item_service/create_video_line_item.rb
|
154
|
+
- examples/v201408/line_item_service/get_all_line_items.rb
|
155
|
+
- examples/v201408/inventory_service/create_mobile_ad_unit.rb
|
156
|
+
- examples/v201408/inventory_service/get_all_ad_units.rb
|
157
|
+
- examples/v201408/inventory_service/create_video_ad_unit.rb
|
158
|
+
- examples/v201408/inventory_service/deactivate_ad_units.rb
|
159
|
+
- examples/v201408/inventory_service/get_ad_units_by_statement.rb
|
160
|
+
- examples/v201408/inventory_service/create_ad_units.rb
|
161
|
+
- examples/v201408/inventory_service/get_ad_unit_sizes.rb
|
162
|
+
- examples/v201408/inventory_service/update_ad_units.rb
|
163
|
+
- examples/v201408/company_service/get_companies_by_statement.rb
|
164
|
+
- examples/v201408/company_service/create_companies.rb
|
165
|
+
- examples/v201408/company_service/update_companies.rb
|
166
|
+
- examples/v201408/company_service/get_all_companies.rb
|
167
|
+
- examples/v201408/forecast_service/get_forecast_by_id.rb
|
168
|
+
- examples/v201408/forecast_service/get_forecast.rb
|
169
|
+
- examples/v201403/label_service/get_labels_by_statement.rb
|
170
|
+
- examples/v201403/label_service/get_all_labels.rb
|
171
|
+
- examples/v201403/label_service/deactivate_labels.rb
|
172
|
+
- examples/v201403/label_service/update_labels.rb
|
173
|
+
- examples/v201403/label_service/create_labels.rb
|
174
|
+
- examples/v201403/line_item_creative_association_service/create_licas.rb
|
175
|
+
- examples/v201403/line_item_creative_association_service/get_all_licas.rb
|
176
|
+
- examples/v201403/line_item_creative_association_service/get_licas_by_statement.rb
|
177
|
+
- examples/v201403/line_item_creative_association_service/deactivate_licas.rb
|
178
|
+
- examples/v201403/line_item_creative_association_service/update_licas.rb
|
179
|
+
- examples/v201403/custom_field_service/create_custom_fields.rb
|
180
|
+
- examples/v201403/custom_field_service/get_all_custom_fields.rb
|
181
|
+
- examples/v201403/custom_field_service/deactivate_all_line_item_custom_fields.rb
|
182
|
+
- examples/v201403/custom_field_service/update_custom_fields.rb
|
183
|
+
- examples/v201403/custom_field_service/create_custom_field_options.rb
|
184
|
+
- examples/v201403/custom_field_service/set_line_item_custom_field_value.rb
|
185
|
+
- examples/v201403/custom_field_service/get_all_line_item_custom_fields.rb
|
186
|
+
- examples/v201403/creative_template_service/get_creative_templates_by_statement.rb
|
187
|
+
- examples/v201403/creative_template_service/get_creative_template.rb
|
188
|
+
- examples/v201403/creative_template_service/get_all_creative_templates.rb
|
870
189
|
- examples/v201403/activity_service/create_activities.rb
|
871
|
-
- examples/v201403/activity_service/get_active_activities.rb
|
872
|
-
- examples/v201403/activity_service/get_all_activities.rb
|
873
190
|
- examples/v201403/activity_service/update_activities.rb
|
874
|
-
- examples/v201403/
|
875
|
-
- examples/v201403/
|
191
|
+
- examples/v201403/activity_service/get_all_activities.rb
|
192
|
+
- examples/v201403/activity_service/get_active_activities.rb
|
193
|
+
- examples/v201403/team_service/get_all_teams.rb
|
194
|
+
- examples/v201403/team_service/create_teams.rb
|
195
|
+
- examples/v201403/team_service/get_teams_by_statement.rb
|
196
|
+
- examples/v201403/team_service/update_teams.rb
|
197
|
+
- examples/v201403/activity_group_service/update_activity_groups.rb
|
198
|
+
- examples/v201403/activity_group_service/get_all_activity_groups.rb
|
199
|
+
- examples/v201403/activity_group_service/create_activity_groups.rb
|
200
|
+
- examples/v201403/activity_group_service/get_active_activity_groups.rb
|
201
|
+
- examples/v201403/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
|
202
|
+
- examples/v201403/suggested_ad_unit_service/get_suggested_ad_unit.rb
|
203
|
+
- examples/v201403/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
|
204
|
+
- examples/v201403/suggested_ad_unit_service/get_all_suggested_ad_units.rb
|
205
|
+
- examples/v201403/placement_service/update_placements.rb
|
206
|
+
- examples/v201403/placement_service/get_all_placements.rb
|
207
|
+
- examples/v201403/placement_service/create_placements.rb
|
208
|
+
- examples/v201403/placement_service/get_placements_by_statement.rb
|
209
|
+
- examples/v201403/placement_service/deactivate_placements.rb
|
876
210
|
- examples/v201403/audience_segment_service/get_first_party_audience_segments.rb
|
877
211
|
- examples/v201403/audience_segment_service/populate_first_party_audience_segments.rb
|
878
212
|
- examples/v201403/audience_segment_service/update_audience_segments.rb
|
879
|
-
- examples/v201403/
|
880
|
-
- examples/v201403/
|
881
|
-
- examples/v201403/common/setup_oauth2.rb
|
882
|
-
- examples/v201403/company_service/create_companies.rb
|
883
|
-
- examples/v201403/company_service/get_all_companies.rb
|
884
|
-
- examples/v201403/company_service/get_companies_by_statement.rb
|
885
|
-
- examples/v201403/company_service/update_companies.rb
|
213
|
+
- examples/v201403/audience_segment_service/create_audience_segments.rb
|
214
|
+
- examples/v201403/audience_segment_service/get_all_audience_segments.rb
|
886
215
|
- examples/v201403/contact_service/create_contacts.rb
|
887
216
|
- examples/v201403/contact_service/get_all_contacts.rb
|
888
|
-
- examples/v201403/contact_service/get_uninvited_contacts.rb
|
889
217
|
- examples/v201403/contact_service/update_contacts.rb
|
890
|
-
- examples/v201403/
|
891
|
-
- examples/v201403/
|
892
|
-
- examples/v201403/
|
893
|
-
- examples/v201403/
|
894
|
-
- examples/v201403/
|
218
|
+
- examples/v201403/contact_service/get_uninvited_contacts.rb
|
219
|
+
- examples/v201403/report_service/run_report_with_custom_fields.rb
|
220
|
+
- examples/v201403/report_service/run_reach_report.rb
|
221
|
+
- examples/v201403/report_service/download_report.rb
|
222
|
+
- examples/v201403/report_service/run_merged_delivery_report.rb
|
223
|
+
- examples/v201403/report_service/run_delivery_report.rb
|
224
|
+
- examples/v201403/report_service/run_sales_report.rb
|
225
|
+
- examples/v201403/report_service/display_report.rb
|
226
|
+
- examples/v201403/report_service/run_inventory_report.rb
|
227
|
+
- examples/v201403/common/oauth2_jwt_handling.rb
|
228
|
+
- examples/v201403/common/error_handling.rb
|
229
|
+
- examples/v201403/common/setup_oauth2.rb
|
230
|
+
- examples/v201403/user_service/deactivate_users.rb
|
231
|
+
- examples/v201403/user_service/get_current_user.rb
|
232
|
+
- examples/v201403/user_service/get_all_users.rb
|
233
|
+
- examples/v201403/user_service/create_users.rb
|
234
|
+
- examples/v201403/user_service/get_all_roles.rb
|
235
|
+
- examples/v201403/user_service/update_users.rb
|
236
|
+
- examples/v201403/user_service/get_users_by_statement.rb
|
237
|
+
- examples/v201403/network_service/get_current_network.rb
|
238
|
+
- examples/v201403/network_service/get_all_networks.rb
|
239
|
+
- examples/v201403/network_service/make_test_network.rb
|
895
240
|
- examples/v201403/content_service/get_content_by_category.rb
|
896
|
-
- examples/v201403/
|
897
|
-
- examples/v201403/
|
898
|
-
- examples/v201403/
|
899
|
-
- examples/v201403/
|
900
|
-
- examples/v201403/
|
901
|
-
- examples/v201403/
|
902
|
-
- examples/v201403/creative_service/update_creatives.rb
|
903
|
-
- examples/v201403/creative_set_service/associate_creative_set_to_line_item.rb
|
904
|
-
- examples/v201403/creative_set_service/create_creative_set.rb
|
905
|
-
- examples/v201403/creative_set_service/get_all_creative_sets.rb
|
906
|
-
- examples/v201403/creative_set_service/get_creative_sets_by_statement.rb
|
907
|
-
- examples/v201403/creative_set_service/update_creative_sets.rb
|
908
|
-
- examples/v201403/creative_template_service/get_all_creative_templates.rb
|
909
|
-
- examples/v201403/creative_template_service/get_creative_template.rb
|
910
|
-
- examples/v201403/creative_template_service/get_creative_templates_by_statement.rb
|
911
|
-
- examples/v201403/creative_wrapper_service/create_creative_wrappers.rb
|
912
|
-
- examples/v201403/creative_wrapper_service/deactivate_creative_wrapper.rb
|
913
|
-
- examples/v201403/creative_wrapper_service/get_all_creative_wrappers.rb
|
914
|
-
- examples/v201403/creative_wrapper_service/get_creative_wrappers_by_statement.rb
|
241
|
+
- examples/v201403/content_service/get_all_content.rb
|
242
|
+
- examples/v201403/user_team_association_service/update_user_team_associations.rb
|
243
|
+
- examples/v201403/user_team_association_service/get_all_user_team_associations.rb
|
244
|
+
- examples/v201403/user_team_association_service/create_user_team_associations.rb
|
245
|
+
- examples/v201403/user_team_association_service/delete_user_team_associations.rb
|
246
|
+
- examples/v201403/user_team_association_service/get_user_team_associations_by_statement.rb
|
915
247
|
- examples/v201403/creative_wrapper_service/update_creative_wrappers.rb
|
916
|
-
- examples/v201403/
|
917
|
-
- examples/v201403/
|
918
|
-
- examples/v201403/
|
919
|
-
- examples/v201403/
|
920
|
-
- examples/v201403/custom_field_service/get_all_line_item_custom_fields.rb
|
921
|
-
- examples/v201403/custom_field_service/set_line_item_custom_field_value.rb
|
922
|
-
- examples/v201403/custom_field_service/update_custom_fields.rb
|
923
|
-
- examples/v201403/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
924
|
-
- examples/v201403/custom_targeting_service/delete_custom_targeting_keys.rb
|
248
|
+
- examples/v201403/creative_wrapper_service/get_all_creative_wrappers.rb
|
249
|
+
- examples/v201403/creative_wrapper_service/deactivate_creative_wrapper.rb
|
250
|
+
- examples/v201403/creative_wrapper_service/get_creative_wrappers_by_statement.rb
|
251
|
+
- examples/v201403/creative_wrapper_service/create_creative_wrappers.rb
|
925
252
|
- examples/v201403/custom_targeting_service/delete_custom_targeting_values.rb
|
926
|
-
- examples/v201403/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
927
|
-
- examples/v201403/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
928
|
-
- examples/v201403/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
929
253
|
- examples/v201403/custom_targeting_service/update_custom_targeting_keys.rb
|
254
|
+
- examples/v201403/custom_targeting_service/delete_custom_targeting_keys.rb
|
255
|
+
- examples/v201403/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
930
256
|
- examples/v201403/custom_targeting_service/update_custom_targeting_values.rb
|
931
|
-
- examples/v201403/
|
932
|
-
- examples/v201403/
|
933
|
-
- examples/v201403/
|
257
|
+
- examples/v201403/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
258
|
+
- examples/v201403/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
259
|
+
- examples/v201403/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
260
|
+
- examples/v201403/creative_set_service/create_creative_set.rb
|
261
|
+
- examples/v201403/creative_set_service/get_creative_sets_by_statement.rb
|
262
|
+
- examples/v201403/creative_set_service/update_creative_sets.rb
|
263
|
+
- examples/v201403/creative_set_service/get_all_creative_sets.rb
|
264
|
+
- examples/v201403/creative_set_service/associate_creative_set_to_line_item.rb
|
265
|
+
- examples/v201403/publisher_query_language_service/fetch_match_tables.rb
|
266
|
+
- examples/v201403/publisher_query_language_service/get_geo_targets.rb
|
267
|
+
- examples/v201403/publisher_query_language_service/get_line_items_named_like.rb
|
268
|
+
- examples/v201403/publisher_query_language_service/get_all_line_items.rb
|
269
|
+
- examples/v201403/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
|
270
|
+
- examples/v201403/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
|
271
|
+
- examples/v201403/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
|
272
|
+
- examples/v201403/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
|
273
|
+
- examples/v201403/creative_service/get_all_creatives.rb
|
274
|
+
- examples/v201403/creative_service/copy_image_creatives.rb
|
275
|
+
- examples/v201403/creative_service/get_creatives_by_statement.rb
|
276
|
+
- examples/v201403/creative_service/create_creative_from_template.rb
|
277
|
+
- examples/v201403/creative_service/update_creatives.rb
|
278
|
+
- examples/v201403/creative_service/create_custom_creative.rb
|
279
|
+
- examples/v201403/creative_service/create_creatives.rb
|
280
|
+
- examples/v201403/order_service/approve_orders.rb
|
281
|
+
- examples/v201403/order_service/get_orders_by_statement.rb
|
282
|
+
- examples/v201403/order_service/update_orders.rb
|
283
|
+
- examples/v201403/order_service/create_orders.rb
|
284
|
+
- examples/v201403/order_service/get_all_orders.rb
|
285
|
+
- examples/v201403/line_item_service/create_mobile_line_item.rb
|
286
|
+
- examples/v201403/line_item_service/get_recently_updated_line_items.rb
|
287
|
+
- examples/v201403/line_item_service/update_line_items.rb
|
288
|
+
- examples/v201403/line_item_service/target_custom_criteria.rb
|
289
|
+
- examples/v201403/line_item_service/activate_line_items.rb
|
290
|
+
- examples/v201403/line_item_service/get_line_items_by_statement.rb
|
291
|
+
- examples/v201403/line_item_service/create_line_items.rb
|
292
|
+
- examples/v201403/line_item_service/create_video_line_item.rb
|
293
|
+
- examples/v201403/line_item_service/get_all_line_items.rb
|
934
294
|
- examples/v201403/inventory_service/create_mobile_ad_unit.rb
|
295
|
+
- examples/v201403/inventory_service/get_all_ad_units.rb
|
935
296
|
- examples/v201403/inventory_service/create_video_ad_unit.rb
|
936
297
|
- examples/v201403/inventory_service/deactivate_ad_units.rb
|
937
|
-
- examples/v201403/inventory_service/get_ad_unit_sizes.rb
|
938
298
|
- examples/v201403/inventory_service/get_ad_units_by_statement.rb
|
939
|
-
- examples/v201403/inventory_service/
|
299
|
+
- examples/v201403/inventory_service/create_ad_units.rb
|
300
|
+
- examples/v201403/inventory_service/get_ad_unit_sizes.rb
|
940
301
|
- examples/v201403/inventory_service/update_ad_units.rb
|
941
|
-
- examples/v201403/
|
942
|
-
- examples/v201403/
|
943
|
-
- examples/v201403/
|
944
|
-
- examples/v201403/
|
945
|
-
- examples/v201403/
|
946
|
-
- examples/v201403/
|
947
|
-
- examples/
|
948
|
-
- examples/
|
949
|
-
- examples/
|
950
|
-
- examples/
|
951
|
-
- examples/
|
952
|
-
- examples/
|
953
|
-
- examples/
|
954
|
-
- examples/
|
955
|
-
- examples/
|
956
|
-
- examples/
|
957
|
-
- examples/
|
958
|
-
- examples/
|
959
|
-
- examples/
|
960
|
-
- examples/
|
961
|
-
- examples/
|
962
|
-
- examples/
|
963
|
-
- examples/
|
964
|
-
- examples/
|
965
|
-
- examples/
|
966
|
-
- examples/
|
967
|
-
- examples/
|
968
|
-
- examples/
|
969
|
-
- examples/
|
970
|
-
- examples/
|
971
|
-
- examples/
|
972
|
-
- examples/
|
973
|
-
- examples/
|
974
|
-
- examples/
|
975
|
-
- examples/
|
976
|
-
- examples/
|
977
|
-
- examples/
|
978
|
-
- examples/
|
979
|
-
- examples/
|
980
|
-
- examples/
|
981
|
-
- examples/
|
982
|
-
- examples/
|
983
|
-
- examples/
|
984
|
-
- examples/
|
985
|
-
- examples/
|
986
|
-
- examples/
|
987
|
-
- examples/
|
988
|
-
- examples/
|
989
|
-
- examples/
|
990
|
-
- examples/
|
991
|
-
- examples/
|
992
|
-
- examples/
|
993
|
-
- examples/
|
994
|
-
- examples/
|
995
|
-
- examples/
|
996
|
-
- examples/
|
997
|
-
- examples/
|
998
|
-
- examples/
|
999
|
-
- examples/
|
1000
|
-
- examples/
|
1001
|
-
- examples/
|
1002
|
-
- examples/
|
1003
|
-
- examples/
|
1004
|
-
- examples/
|
1005
|
-
- examples/
|
1006
|
-
- examples/
|
1007
|
-
- examples/
|
1008
|
-
- examples/
|
1009
|
-
- examples/
|
1010
|
-
- examples/
|
1011
|
-
- examples/
|
1012
|
-
- examples/
|
1013
|
-
- examples/
|
1014
|
-
- examples/
|
1015
|
-
- examples/
|
1016
|
-
- examples/
|
1017
|
-
- examples/
|
1018
|
-
- examples/
|
1019
|
-
- examples/
|
1020
|
-
- examples/
|
1021
|
-
- examples/
|
1022
|
-
- examples/
|
1023
|
-
- examples/
|
1024
|
-
- examples/
|
1025
|
-
- examples/
|
1026
|
-
- examples/
|
1027
|
-
- examples/
|
1028
|
-
- examples/
|
1029
|
-
- examples/
|
1030
|
-
- examples/
|
1031
|
-
- examples/
|
1032
|
-
- examples/
|
1033
|
-
- examples/
|
1034
|
-
- examples/
|
1035
|
-
- examples/
|
1036
|
-
- examples/
|
1037
|
-
- examples/
|
1038
|
-
- examples/
|
1039
|
-
- examples/
|
1040
|
-
- examples/
|
1041
|
-
- examples/
|
1042
|
-
- examples/
|
1043
|
-
- examples/
|
1044
|
-
- examples/
|
1045
|
-
- examples/
|
1046
|
-
- examples/
|
1047
|
-
- examples/
|
1048
|
-
- examples/
|
1049
|
-
- examples/
|
1050
|
-
- examples/
|
1051
|
-
- examples/
|
1052
|
-
- examples/
|
1053
|
-
- examples/
|
1054
|
-
- examples/
|
1055
|
-
- examples/
|
1056
|
-
- examples/
|
1057
|
-
- examples/
|
1058
|
-
- examples/
|
1059
|
-
- examples/
|
1060
|
-
- examples/
|
1061
|
-
- examples/
|
1062
|
-
- examples/
|
1063
|
-
- examples/
|
1064
|
-
- examples/
|
1065
|
-
- examples/
|
1066
|
-
- examples/
|
1067
|
-
- examples/
|
1068
|
-
- examples/
|
1069
|
-
- examples/
|
1070
|
-
- examples/
|
1071
|
-
- examples/
|
1072
|
-
- examples/
|
1073
|
-
- examples/
|
1074
|
-
- examples/
|
1075
|
-
- examples/
|
1076
|
-
- examples/
|
1077
|
-
- examples/
|
1078
|
-
- examples/
|
1079
|
-
- examples/
|
1080
|
-
- examples/
|
1081
|
-
- examples/
|
1082
|
-
- examples/
|
1083
|
-
- examples/
|
1084
|
-
- examples/
|
1085
|
-
- examples/
|
1086
|
-
- examples/
|
1087
|
-
- examples/
|
1088
|
-
- examples/
|
1089
|
-
- examples/
|
1090
|
-
- examples/
|
1091
|
-
- examples/
|
1092
|
-
- examples/
|
1093
|
-
- examples/v201405/
|
1094
|
-
- examples/v201405/
|
1095
|
-
- examples/v201405/
|
1096
|
-
- examples/v201405/
|
1097
|
-
- examples/v201405/
|
1098
|
-
- examples/v201405/
|
1099
|
-
- examples/v201405/
|
1100
|
-
- examples/v201405/
|
1101
|
-
- examples/v201405/
|
1102
|
-
- examples/v201405/
|
1103
|
-
- examples/v201405/
|
1104
|
-
- examples/v201405/
|
1105
|
-
- examples/v201405/
|
1106
|
-
- examples/v201405/
|
1107
|
-
- examples/v201405/
|
1108
|
-
- examples/v201405/
|
1109
|
-
- examples/v201405/
|
1110
|
-
- examples/v201405/
|
1111
|
-
- examples/v201405/
|
1112
|
-
- examples/v201405/
|
1113
|
-
- examples/v201405/
|
1114
|
-
- examples/v201405/
|
1115
|
-
- examples/v201405/
|
1116
|
-
- examples/v201405/
|
1117
|
-
- examples/v201405/report_service/run_delivery_report.rb
|
1118
|
-
- examples/v201405/report_service/run_inventory_report.rb
|
1119
|
-
- examples/v201405/report_service/run_merged_delivery_report.rb
|
1120
|
-
- examples/v201405/report_service/run_reach_report.rb
|
1121
|
-
- examples/v201405/report_service/run_report_with_custom_fields.rb
|
1122
|
-
- examples/v201405/report_service/run_sales_report.rb
|
1123
|
-
- examples/v201405/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
|
1124
|
-
- examples/v201405/suggested_ad_unit_service/get_all_suggested_ad_units.rb
|
1125
|
-
- examples/v201405/suggested_ad_unit_service/get_suggested_ad_unit.rb
|
1126
|
-
- examples/v201405/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
|
1127
|
-
- examples/v201405/team_service/create_teams.rb
|
302
|
+
- examples/v201403/company_service/get_companies_by_statement.rb
|
303
|
+
- examples/v201403/company_service/create_companies.rb
|
304
|
+
- examples/v201403/company_service/update_companies.rb
|
305
|
+
- examples/v201403/company_service/get_all_companies.rb
|
306
|
+
- examples/v201403/forecast_service/get_forecast_by_id.rb
|
307
|
+
- examples/v201403/forecast_service/get_forecast.rb
|
308
|
+
- examples/v201311/label_service/get_labels_by_statement.rb
|
309
|
+
- examples/v201311/label_service/get_label.rb
|
310
|
+
- examples/v201311/label_service/get_all_labels.rb
|
311
|
+
- examples/v201311/label_service/deactivate_labels.rb
|
312
|
+
- examples/v201311/label_service/update_labels.rb
|
313
|
+
- examples/v201311/label_service/create_labels.rb
|
314
|
+
- examples/v201311/line_item_creative_association_service/create_licas.rb
|
315
|
+
- examples/v201311/line_item_creative_association_service/get_all_licas.rb
|
316
|
+
- examples/v201311/line_item_creative_association_service/get_licas_by_statement.rb
|
317
|
+
- examples/v201311/line_item_creative_association_service/get_lica.rb
|
318
|
+
- examples/v201311/line_item_creative_association_service/deactivate_licas.rb
|
319
|
+
- examples/v201311/line_item_creative_association_service/update_licas.rb
|
320
|
+
- examples/v201311/custom_field_service/create_custom_fields.rb
|
321
|
+
- examples/v201311/custom_field_service/get_all_custom_fields.rb
|
322
|
+
- examples/v201311/custom_field_service/deactivate_all_line_item_custom_fields.rb
|
323
|
+
- examples/v201311/custom_field_service/update_custom_fields.rb
|
324
|
+
- examples/v201311/custom_field_service/create_custom_field_options.rb
|
325
|
+
- examples/v201311/custom_field_service/set_line_item_custom_field_value.rb
|
326
|
+
- examples/v201311/custom_field_service/get_all_line_item_custom_fields.rb
|
327
|
+
- examples/v201311/creative_template_service/get_creative_templates_by_statement.rb
|
328
|
+
- examples/v201311/creative_template_service/get_creative_template.rb
|
329
|
+
- examples/v201311/creative_template_service/get_all_creative_templates.rb
|
330
|
+
- examples/v201311/activity_service/create_activities.rb
|
331
|
+
- examples/v201311/activity_service/update_activities.rb
|
332
|
+
- examples/v201311/activity_service/get_all_activities.rb
|
333
|
+
- examples/v201311/activity_service/get_active_activities.rb
|
334
|
+
- examples/v201311/team_service/get_all_teams.rb
|
335
|
+
- examples/v201311/team_service/get_team.rb
|
336
|
+
- examples/v201311/team_service/create_teams.rb
|
337
|
+
- examples/v201311/team_service/get_teams_by_statement.rb
|
338
|
+
- examples/v201311/team_service/update_teams.rb
|
339
|
+
- examples/v201311/activity_group_service/update_activity_groups.rb
|
340
|
+
- examples/v201311/activity_group_service/get_all_activity_groups.rb
|
341
|
+
- examples/v201311/activity_group_service/create_activity_groups.rb
|
342
|
+
- examples/v201311/activity_group_service/get_active_activity_groups.rb
|
343
|
+
- examples/v201311/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
|
344
|
+
- examples/v201311/suggested_ad_unit_service/get_suggested_ad_unit.rb
|
345
|
+
- examples/v201311/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
|
346
|
+
- examples/v201311/suggested_ad_unit_service/get_all_suggested_ad_units.rb
|
347
|
+
- examples/v201311/placement_service/update_placements.rb
|
348
|
+
- examples/v201311/placement_service/get_all_placements.rb
|
349
|
+
- examples/v201311/placement_service/create_placements.rb
|
350
|
+
- examples/v201311/placement_service/get_placements_by_statement.rb
|
351
|
+
- examples/v201311/placement_service/deactivate_placements.rb
|
352
|
+
- examples/v201311/placement_service/get_placement.rb
|
353
|
+
- examples/v201311/audience_segment_service/get_first_party_audience_segments.rb
|
354
|
+
- examples/v201311/audience_segment_service/populate_first_party_audience_segments.rb
|
355
|
+
- examples/v201311/audience_segment_service/update_audience_segments.rb
|
356
|
+
- examples/v201311/audience_segment_service/create_audience_segments.rb
|
357
|
+
- examples/v201311/audience_segment_service/get_all_audience_segments.rb
|
358
|
+
- examples/v201311/contact_service/create_contacts.rb
|
359
|
+
- examples/v201311/contact_service/get_all_contacts.rb
|
360
|
+
- examples/v201311/contact_service/update_contacts.rb
|
361
|
+
- examples/v201311/contact_service/get_uninvited_contacts.rb
|
362
|
+
- examples/v201311/report_service/run_report_with_custom_fields.rb
|
363
|
+
- examples/v201311/report_service/run_reach_report.rb
|
364
|
+
- examples/v201311/report_service/download_report.rb
|
365
|
+
- examples/v201311/report_service/run_merged_delivery_report.rb
|
366
|
+
- examples/v201311/report_service/run_delivery_report.rb
|
367
|
+
- examples/v201311/report_service/run_sales_report.rb
|
368
|
+
- examples/v201311/report_service/display_report.rb
|
369
|
+
- examples/v201311/report_service/run_inventory_report.rb
|
370
|
+
- examples/v201311/common/oauth2_jwt_handling.rb
|
371
|
+
- examples/v201311/common/error_handling.rb
|
372
|
+
- examples/v201311/common/setup_oauth2.rb
|
373
|
+
- examples/v201311/user_service/get_user.rb
|
374
|
+
- examples/v201311/user_service/deactivate_users.rb
|
375
|
+
- examples/v201311/user_service/get_current_user.rb
|
376
|
+
- examples/v201311/user_service/get_all_users.rb
|
377
|
+
- examples/v201311/user_service/create_users.rb
|
378
|
+
- examples/v201311/user_service/get_all_roles.rb
|
379
|
+
- examples/v201311/user_service/update_users.rb
|
380
|
+
- examples/v201311/user_service/get_users_by_statement.rb
|
381
|
+
- examples/v201311/network_service/get_current_network.rb
|
382
|
+
- examples/v201311/network_service/get_all_networks.rb
|
383
|
+
- examples/v201311/network_service/make_test_network.rb
|
384
|
+
- examples/v201311/content_service/get_content_by_category.rb
|
385
|
+
- examples/v201311/content_service/get_all_content.rb
|
386
|
+
- examples/v201311/user_team_association_service/update_user_team_associations.rb
|
387
|
+
- examples/v201311/user_team_association_service/get_all_user_team_associations.rb
|
388
|
+
- examples/v201311/user_team_association_service/create_user_team_associations.rb
|
389
|
+
- examples/v201311/user_team_association_service/delete_user_team_associations.rb
|
390
|
+
- examples/v201311/user_team_association_service/get_user_team_associations_by_statement.rb
|
391
|
+
- examples/v201311/user_team_association_service/get_user_team_association.rb
|
392
|
+
- examples/v201311/creative_wrapper_service/update_creative_wrappers.rb
|
393
|
+
- examples/v201311/creative_wrapper_service/get_all_creative_wrappers.rb
|
394
|
+
- examples/v201311/creative_wrapper_service/deactivate_creative_wrapper.rb
|
395
|
+
- examples/v201311/creative_wrapper_service/get_creative_wrappers_by_statement.rb
|
396
|
+
- examples/v201311/creative_wrapper_service/create_creative_wrappers.rb
|
397
|
+
- examples/v201311/custom_targeting_service/delete_custom_targeting_values.rb
|
398
|
+
- examples/v201311/custom_targeting_service/update_custom_targeting_keys.rb
|
399
|
+
- examples/v201311/custom_targeting_service/delete_custom_targeting_keys.rb
|
400
|
+
- examples/v201311/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
401
|
+
- examples/v201311/custom_targeting_service/update_custom_targeting_values.rb
|
402
|
+
- examples/v201311/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
403
|
+
- examples/v201311/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
404
|
+
- examples/v201311/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
405
|
+
- examples/v201311/creative_set_service/create_creative_set.rb
|
406
|
+
- examples/v201311/creative_set_service/get_creative_sets_by_statement.rb
|
407
|
+
- examples/v201311/creative_set_service/update_creative_sets.rb
|
408
|
+
- examples/v201311/creative_set_service/get_all_creative_sets.rb
|
409
|
+
- examples/v201311/creative_set_service/associate_creative_set_to_line_item.rb
|
410
|
+
- examples/v201311/publisher_query_language_service/fetch_match_tables.rb
|
411
|
+
- examples/v201311/publisher_query_language_service/get_geo_targets.rb
|
412
|
+
- examples/v201311/publisher_query_language_service/get_line_items_named_like.rb
|
413
|
+
- examples/v201311/publisher_query_language_service/get_all_line_items.rb
|
414
|
+
- examples/v201311/creative_service/get_all_creatives.rb
|
415
|
+
- examples/v201311/creative_service/copy_image_creatives.rb
|
416
|
+
- examples/v201311/creative_service/get_creative.rb
|
417
|
+
- examples/v201311/creative_service/get_creatives_by_statement.rb
|
418
|
+
- examples/v201311/creative_service/create_creative_from_template.rb
|
419
|
+
- examples/v201311/creative_service/update_creatives.rb
|
420
|
+
- examples/v201311/creative_service/create_custom_creative.rb
|
421
|
+
- examples/v201311/creative_service/create_creatives.rb
|
422
|
+
- examples/v201311/order_service/approve_orders.rb
|
423
|
+
- examples/v201311/order_service/get_orders_by_statement.rb
|
424
|
+
- examples/v201311/order_service/get_order.rb
|
425
|
+
- examples/v201311/order_service/update_orders.rb
|
426
|
+
- examples/v201311/order_service/create_orders.rb
|
427
|
+
- examples/v201311/order_service/get_all_orders.rb
|
428
|
+
- examples/v201311/line_item_service/get_line_item.rb
|
429
|
+
- examples/v201311/line_item_service/create_mobile_line_item.rb
|
430
|
+
- examples/v201311/line_item_service/get_recently_updated_line_items.rb
|
431
|
+
- examples/v201311/line_item_service/update_line_items.rb
|
432
|
+
- examples/v201311/line_item_service/target_custom_criteria.rb
|
433
|
+
- examples/v201311/line_item_service/activate_line_items.rb
|
434
|
+
- examples/v201311/line_item_service/get_line_items_by_statement.rb
|
435
|
+
- examples/v201311/line_item_service/create_line_items.rb
|
436
|
+
- examples/v201311/line_item_service/create_video_line_item.rb
|
437
|
+
- examples/v201311/line_item_service/get_all_line_items.rb
|
438
|
+
- examples/v201311/inventory_service/create_mobile_ad_unit.rb
|
439
|
+
- examples/v201311/inventory_service/get_all_ad_units.rb
|
440
|
+
- examples/v201311/inventory_service/create_video_ad_unit.rb
|
441
|
+
- examples/v201311/inventory_service/deactivate_ad_units.rb
|
442
|
+
- examples/v201311/inventory_service/get_ad_units_by_statement.rb
|
443
|
+
- examples/v201311/inventory_service/get_ad_unit.rb
|
444
|
+
- examples/v201311/inventory_service/create_ad_units.rb
|
445
|
+
- examples/v201311/inventory_service/get_ad_unit_sizes.rb
|
446
|
+
- examples/v201311/inventory_service/update_ad_units.rb
|
447
|
+
- examples/v201311/company_service/get_companies_by_statement.rb
|
448
|
+
- examples/v201311/company_service/create_companies.rb
|
449
|
+
- examples/v201311/company_service/update_companies.rb
|
450
|
+
- examples/v201311/company_service/get_all_companies.rb
|
451
|
+
- examples/v201311/company_service/get_company.rb
|
452
|
+
- examples/v201311/forecast_service/get_forecast_by_id.rb
|
453
|
+
- examples/v201311/forecast_service/get_forecast.rb
|
454
|
+
- examples/v201405/label_service/get_labels_by_statement.rb
|
455
|
+
- examples/v201405/label_service/get_all_labels.rb
|
456
|
+
- examples/v201405/label_service/deactivate_labels.rb
|
457
|
+
- examples/v201405/label_service/update_labels.rb
|
458
|
+
- examples/v201405/label_service/create_labels.rb
|
459
|
+
- examples/v201405/line_item_creative_association_service/create_licas.rb
|
460
|
+
- examples/v201405/line_item_creative_association_service/get_all_licas.rb
|
461
|
+
- examples/v201405/line_item_creative_association_service/get_licas_by_statement.rb
|
462
|
+
- examples/v201405/line_item_creative_association_service/deactivate_licas.rb
|
463
|
+
- examples/v201405/line_item_creative_association_service/update_licas.rb
|
464
|
+
- examples/v201405/custom_field_service/create_custom_fields.rb
|
465
|
+
- examples/v201405/custom_field_service/get_all_custom_fields.rb
|
466
|
+
- examples/v201405/custom_field_service/deactivate_all_line_item_custom_fields.rb
|
467
|
+
- examples/v201405/custom_field_service/update_custom_fields.rb
|
468
|
+
- examples/v201405/custom_field_service/create_custom_field_options.rb
|
469
|
+
- examples/v201405/custom_field_service/set_line_item_custom_field_value.rb
|
470
|
+
- examples/v201405/custom_field_service/get_all_line_item_custom_fields.rb
|
471
|
+
- examples/v201405/creative_template_service/get_creative_templates_by_statement.rb
|
472
|
+
- examples/v201405/creative_template_service/get_creative_template.rb
|
473
|
+
- examples/v201405/creative_template_service/get_all_creative_templates.rb
|
474
|
+
- examples/v201405/activity_service/create_activities.rb
|
475
|
+
- examples/v201405/activity_service/update_activities.rb
|
476
|
+
- examples/v201405/activity_service/get_all_activities.rb
|
477
|
+
- examples/v201405/activity_service/get_active_activities.rb
|
1128
478
|
- examples/v201405/team_service/get_all_teams.rb
|
479
|
+
- examples/v201405/team_service/create_teams.rb
|
1129
480
|
- examples/v201405/team_service/get_teams_by_statement.rb
|
1130
481
|
- examples/v201405/team_service/update_teams.rb
|
1131
|
-
- examples/v201405/
|
482
|
+
- examples/v201405/activity_group_service/update_activity_groups.rb
|
483
|
+
- examples/v201405/activity_group_service/get_all_activity_groups.rb
|
484
|
+
- examples/v201405/activity_group_service/create_activity_groups.rb
|
485
|
+
- examples/v201405/activity_group_service/get_active_activity_groups.rb
|
486
|
+
- examples/v201405/suggested_ad_unit_service/approve_all_suggested_ad_units.rb
|
487
|
+
- examples/v201405/suggested_ad_unit_service/get_suggested_ad_unit.rb
|
488
|
+
- examples/v201405/suggested_ad_unit_service/get_suggested_ad_units_by_statement.rb
|
489
|
+
- examples/v201405/suggested_ad_unit_service/get_all_suggested_ad_units.rb
|
490
|
+
- examples/v201405/placement_service/update_placements.rb
|
491
|
+
- examples/v201405/placement_service/get_all_placements.rb
|
492
|
+
- examples/v201405/placement_service/create_placements.rb
|
493
|
+
- examples/v201405/placement_service/get_placements_by_statement.rb
|
494
|
+
- examples/v201405/placement_service/deactivate_placements.rb
|
495
|
+
- examples/v201405/audience_segment_service/get_first_party_audience_segments.rb
|
496
|
+
- examples/v201405/audience_segment_service/populate_first_party_audience_segments.rb
|
497
|
+
- examples/v201405/audience_segment_service/update_audience_segments.rb
|
498
|
+
- examples/v201405/audience_segment_service/create_audience_segments.rb
|
499
|
+
- examples/v201405/audience_segment_service/get_all_audience_segments.rb
|
500
|
+
- examples/v201405/contact_service/create_contacts.rb
|
501
|
+
- examples/v201405/contact_service/get_all_contacts.rb
|
502
|
+
- examples/v201405/contact_service/update_contacts.rb
|
503
|
+
- examples/v201405/contact_service/get_uninvited_contacts.rb
|
504
|
+
- examples/v201405/report_service/run_report_with_custom_fields.rb
|
505
|
+
- examples/v201405/report_service/run_reach_report.rb
|
506
|
+
- examples/v201405/report_service/download_report.rb
|
507
|
+
- examples/v201405/report_service/run_merged_delivery_report.rb
|
508
|
+
- examples/v201405/report_service/run_delivery_report.rb
|
509
|
+
- examples/v201405/report_service/run_sales_report.rb
|
510
|
+
- examples/v201405/report_service/display_report.rb
|
511
|
+
- examples/v201405/report_service/run_inventory_report.rb
|
512
|
+
- examples/v201405/common/oauth2_jwt_handling.rb
|
513
|
+
- examples/v201405/common/error_handling.rb
|
514
|
+
- examples/v201405/common/setup_oauth2.rb
|
1132
515
|
- examples/v201405/user_service/deactivate_users.rb
|
1133
|
-
- examples/v201405/user_service/get_all_roles.rb
|
1134
|
-
- examples/v201405/user_service/get_all_users.rb
|
1135
516
|
- examples/v201405/user_service/get_current_user.rb
|
1136
|
-
- examples/v201405/user_service/
|
517
|
+
- examples/v201405/user_service/get_all_users.rb
|
518
|
+
- examples/v201405/user_service/create_users.rb
|
519
|
+
- examples/v201405/user_service/get_all_roles.rb
|
1137
520
|
- examples/v201405/user_service/update_users.rb
|
521
|
+
- examples/v201405/user_service/get_users_by_statement.rb
|
522
|
+
- examples/v201405/network_service/get_current_network.rb
|
523
|
+
- examples/v201405/network_service/get_all_networks.rb
|
524
|
+
- examples/v201405/network_service/make_test_network.rb
|
525
|
+
- examples/v201405/content_service/get_content_by_category.rb
|
526
|
+
- examples/v201405/content_service/get_all_content.rb
|
527
|
+
- examples/v201405/user_team_association_service/update_user_team_associations.rb
|
528
|
+
- examples/v201405/user_team_association_service/get_all_user_team_associations.rb
|
1138
529
|
- examples/v201405/user_team_association_service/create_user_team_associations.rb
|
1139
530
|
- examples/v201405/user_team_association_service/delete_user_team_associations.rb
|
1140
|
-
- examples/v201405/user_team_association_service/get_all_user_team_associations.rb
|
1141
531
|
- examples/v201405/user_team_association_service/get_user_team_associations_by_statement.rb
|
1142
|
-
- examples/v201405/
|
1143
|
-
-
|
1144
|
-
-
|
1145
|
-
-
|
1146
|
-
-
|
1147
|
-
-
|
1148
|
-
-
|
1149
|
-
-
|
1150
|
-
-
|
1151
|
-
-
|
1152
|
-
-
|
1153
|
-
-
|
1154
|
-
-
|
1155
|
-
-
|
1156
|
-
-
|
1157
|
-
-
|
1158
|
-
-
|
1159
|
-
-
|
1160
|
-
-
|
1161
|
-
-
|
1162
|
-
-
|
1163
|
-
-
|
1164
|
-
-
|
1165
|
-
-
|
1166
|
-
-
|
1167
|
-
-
|
1168
|
-
-
|
1169
|
-
-
|
1170
|
-
-
|
1171
|
-
-
|
1172
|
-
-
|
1173
|
-
-
|
1174
|
-
-
|
1175
|
-
-
|
1176
|
-
-
|
1177
|
-
-
|
1178
|
-
-
|
1179
|
-
-
|
1180
|
-
-
|
1181
|
-
-
|
1182
|
-
-
|
1183
|
-
-
|
1184
|
-
-
|
1185
|
-
-
|
1186
|
-
-
|
1187
|
-
-
|
1188
|
-
-
|
1189
|
-
-
|
1190
|
-
-
|
1191
|
-
-
|
1192
|
-
-
|
1193
|
-
-
|
1194
|
-
-
|
1195
|
-
-
|
1196
|
-
-
|
1197
|
-
-
|
1198
|
-
-
|
1199
|
-
-
|
1200
|
-
-
|
1201
|
-
-
|
1202
|
-
- lib/dfp_api/
|
1203
|
-
- lib/dfp_api/
|
1204
|
-
- lib/dfp_api/
|
1205
|
-
- lib/dfp_api/
|
1206
|
-
- lib/dfp_api/
|
1207
|
-
- lib/dfp_api/
|
1208
|
-
- lib/dfp_api/
|
1209
|
-
- lib/dfp_api/
|
1210
|
-
- lib/dfp_api/
|
1211
|
-
- lib/dfp_api/
|
1212
|
-
- lib/dfp_api/
|
1213
|
-
- lib/dfp_api/
|
1214
|
-
- lib/dfp_api/
|
1215
|
-
- lib/dfp_api/
|
1216
|
-
- lib/dfp_api/
|
1217
|
-
- lib/dfp_api/
|
1218
|
-
- lib/dfp_api/
|
1219
|
-
- lib/dfp_api/
|
1220
|
-
- lib/dfp_api/
|
1221
|
-
- lib/dfp_api/
|
1222
|
-
- lib/dfp_api/
|
1223
|
-
- lib/dfp_api/
|
1224
|
-
- lib/dfp_api/
|
1225
|
-
- lib/dfp_api/
|
1226
|
-
- lib/dfp_api/
|
1227
|
-
- lib/dfp_api/
|
1228
|
-
- lib/dfp_api/
|
1229
|
-
- lib/dfp_api/
|
1230
|
-
- lib/dfp_api/
|
1231
|
-
- lib/dfp_api/
|
1232
|
-
- lib/dfp_api/
|
1233
|
-
- lib/dfp_api/
|
1234
|
-
- lib/dfp_api/
|
1235
|
-
- lib/dfp_api/
|
1236
|
-
- lib/dfp_api/
|
1237
|
-
- lib/dfp_api/
|
1238
|
-
- lib/dfp_api/
|
1239
|
-
- lib/dfp_api/
|
1240
|
-
- lib/dfp_api/
|
1241
|
-
- lib/dfp_api/
|
1242
|
-
- lib/dfp_api/
|
1243
|
-
- lib/dfp_api/
|
1244
|
-
- lib/dfp_api/
|
1245
|
-
- lib/dfp_api/
|
1246
|
-
- lib/dfp_api/
|
1247
|
-
- lib/dfp_api/
|
1248
|
-
- lib/dfp_api/
|
1249
|
-
- lib/dfp_api/
|
1250
|
-
- lib/dfp_api/
|
1251
|
-
- lib/dfp_api/
|
1252
|
-
- lib/dfp_api/
|
1253
|
-
- lib/dfp_api/
|
1254
|
-
- lib/dfp_api/
|
1255
|
-
- lib/dfp_api/
|
1256
|
-
- lib/dfp_api/
|
1257
|
-
- lib/dfp_api/
|
1258
|
-
- lib/dfp_api/
|
1259
|
-
- lib/dfp_api/
|
1260
|
-
- lib/dfp_api/
|
1261
|
-
- lib/dfp_api/
|
1262
|
-
- lib/dfp_api/
|
1263
|
-
- lib/dfp_api/
|
1264
|
-
- lib/dfp_api/
|
1265
|
-
- lib/dfp_api/
|
1266
|
-
- lib/dfp_api/
|
1267
|
-
- lib/dfp_api/
|
1268
|
-
- lib/dfp_api/
|
1269
|
-
- lib/dfp_api/
|
1270
|
-
- lib/dfp_api/
|
1271
|
-
- lib/dfp_api/
|
1272
|
-
- lib/dfp_api/
|
1273
|
-
- lib/dfp_api/
|
1274
|
-
- lib/dfp_api/
|
1275
|
-
- lib/dfp_api/
|
1276
|
-
- lib/dfp_api/
|
1277
|
-
- lib/dfp_api/
|
1278
|
-
- lib/dfp_api/
|
1279
|
-
- lib/dfp_api/
|
1280
|
-
- lib/dfp_api/
|
1281
|
-
- lib/dfp_api/
|
1282
|
-
- lib/dfp_api/
|
1283
|
-
- lib/dfp_api/
|
1284
|
-
- lib/dfp_api/
|
1285
|
-
- lib/dfp_api/
|
1286
|
-
- lib/dfp_api/
|
1287
|
-
- lib/dfp_api/
|
1288
|
-
- lib/dfp_api/
|
1289
|
-
- lib/dfp_api/
|
1290
|
-
- lib/dfp_api/
|
1291
|
-
- lib/dfp_api/
|
1292
|
-
- lib/dfp_api/
|
1293
|
-
- lib/dfp_api/
|
1294
|
-
- lib/dfp_api/
|
1295
|
-
- lib/dfp_api/
|
1296
|
-
- lib/dfp_api/
|
1297
|
-
- lib/dfp_api/
|
1298
|
-
- lib/dfp_api/
|
1299
|
-
- lib/dfp_api/
|
1300
|
-
- lib/dfp_api/
|
1301
|
-
- lib/dfp_api/
|
1302
|
-
- lib/dfp_api/
|
1303
|
-
- lib/dfp_api/
|
1304
|
-
- lib/dfp_api/
|
1305
|
-
- lib/dfp_api/
|
1306
|
-
- lib/dfp_api/
|
1307
|
-
- lib/dfp_api/
|
1308
|
-
- lib/dfp_api/
|
1309
|
-
- lib/dfp_api/
|
532
|
+
- examples/v201405/creative_wrapper_service/update_creative_wrappers.rb
|
533
|
+
- examples/v201405/creative_wrapper_service/get_all_creative_wrappers.rb
|
534
|
+
- examples/v201405/creative_wrapper_service/deactivate_creative_wrapper.rb
|
535
|
+
- examples/v201405/creative_wrapper_service/get_creative_wrappers_by_statement.rb
|
536
|
+
- examples/v201405/creative_wrapper_service/create_creative_wrappers.rb
|
537
|
+
- examples/v201405/custom_targeting_service/delete_custom_targeting_values.rb
|
538
|
+
- examples/v201405/custom_targeting_service/update_custom_targeting_keys.rb
|
539
|
+
- examples/v201405/custom_targeting_service/delete_custom_targeting_keys.rb
|
540
|
+
- examples/v201405/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
541
|
+
- examples/v201405/custom_targeting_service/update_custom_targeting_values.rb
|
542
|
+
- examples/v201405/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
543
|
+
- examples/v201405/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
544
|
+
- examples/v201405/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
545
|
+
- examples/v201405/creative_set_service/create_creative_set.rb
|
546
|
+
- examples/v201405/creative_set_service/get_creative_sets_by_statement.rb
|
547
|
+
- examples/v201405/creative_set_service/update_creative_sets.rb
|
548
|
+
- examples/v201405/creative_set_service/get_all_creative_sets.rb
|
549
|
+
- examples/v201405/creative_set_service/associate_creative_set_to_line_item.rb
|
550
|
+
- examples/v201405/publisher_query_language_service/fetch_match_tables.rb
|
551
|
+
- examples/v201405/publisher_query_language_service/get_geo_targets.rb
|
552
|
+
- examples/v201405/publisher_query_language_service/get_line_items_named_like.rb
|
553
|
+
- examples/v201405/publisher_query_language_service/get_all_line_items.rb
|
554
|
+
- examples/v201405/content_metadata_key_hierarchy_service/update_content_metadata_key_hierarchies.rb
|
555
|
+
- examples/v201405/content_metadata_key_hierarchy_service/delete_content_metadata_key_hierarchies.rb
|
556
|
+
- examples/v201405/content_metadata_key_hierarchy_service/get_all_content_metadata_key_hierarchies.rb
|
557
|
+
- examples/v201405/content_metadata_key_hierarchy_service/create_content_metadata_key_hierarchies.rb
|
558
|
+
- examples/v201405/creative_service/get_all_creatives.rb
|
559
|
+
- examples/v201405/creative_service/copy_image_creatives.rb
|
560
|
+
- examples/v201405/creative_service/get_creatives_by_statement.rb
|
561
|
+
- examples/v201405/creative_service/create_creative_from_template.rb
|
562
|
+
- examples/v201405/creative_service/update_creatives.rb
|
563
|
+
- examples/v201405/creative_service/create_custom_creative.rb
|
564
|
+
- examples/v201405/creative_service/create_creatives.rb
|
565
|
+
- examples/v201405/order_service/approve_orders.rb
|
566
|
+
- examples/v201405/order_service/get_orders_by_statement.rb
|
567
|
+
- examples/v201405/order_service/update_orders.rb
|
568
|
+
- examples/v201405/order_service/create_orders.rb
|
569
|
+
- examples/v201405/order_service/get_all_orders.rb
|
570
|
+
- examples/v201405/line_item_service/get_recently_updated_line_items.rb
|
571
|
+
- examples/v201405/line_item_service/update_line_items.rb
|
572
|
+
- examples/v201405/line_item_service/target_custom_criteria.rb
|
573
|
+
- examples/v201405/line_item_service/activate_line_items.rb
|
574
|
+
- examples/v201405/line_item_service/get_line_items_by_statement.rb
|
575
|
+
- examples/v201405/line_item_service/create_line_items.rb
|
576
|
+
- examples/v201405/line_item_service/create_video_line_item.rb
|
577
|
+
- examples/v201405/line_item_service/get_all_line_items.rb
|
578
|
+
- examples/v201405/inventory_service/create_mobile_ad_unit.rb
|
579
|
+
- examples/v201405/inventory_service/get_all_ad_units.rb
|
580
|
+
- examples/v201405/inventory_service/create_video_ad_unit.rb
|
581
|
+
- examples/v201405/inventory_service/deactivate_ad_units.rb
|
582
|
+
- examples/v201405/inventory_service/get_ad_units_by_statement.rb
|
583
|
+
- examples/v201405/inventory_service/create_ad_units.rb
|
584
|
+
- examples/v201405/inventory_service/get_ad_unit_sizes.rb
|
585
|
+
- examples/v201405/inventory_service/update_ad_units.rb
|
586
|
+
- examples/v201405/company_service/get_companies_by_statement.rb
|
587
|
+
- examples/v201405/company_service/create_companies.rb
|
588
|
+
- examples/v201405/company_service/update_companies.rb
|
589
|
+
- examples/v201405/company_service/get_all_companies.rb
|
590
|
+
- examples/v201405/forecast_service/get_forecast_by_id.rb
|
591
|
+
- examples/v201405/forecast_service/get_forecast.rb
|
592
|
+
- lib/dfp_api/v201308/reconciliation_order_report_service_registry.rb
|
593
|
+
- lib/dfp_api/v201308/rate_card_customization_service_registry.rb
|
594
|
+
- lib/dfp_api/v201308/suggested_ad_unit_service.rb
|
595
|
+
- lib/dfp_api/v201308/company_service.rb
|
596
|
+
- lib/dfp_api/v201308/placement_service_registry.rb
|
597
|
+
- lib/dfp_api/v201308/contact_service.rb
|
598
|
+
- lib/dfp_api/v201308/audience_segment_service.rb
|
599
|
+
- lib/dfp_api/v201308/activity_service_registry.rb
|
600
|
+
- lib/dfp_api/v201308/custom_field_service_registry.rb
|
601
|
+
- lib/dfp_api/v201308/line_item_creative_association_service_registry.rb
|
602
|
+
- lib/dfp_api/v201308/label_service_registry.rb
|
603
|
+
- lib/dfp_api/v201308/network_service_registry.rb
|
604
|
+
- lib/dfp_api/v201308/report_service_registry.rb
|
605
|
+
- lib/dfp_api/v201308/creative_wrapper_service_registry.rb
|
606
|
+
- lib/dfp_api/v201308/team_service.rb
|
607
|
+
- lib/dfp_api/v201308/creative_wrapper_service.rb
|
608
|
+
- lib/dfp_api/v201308/contact_service_registry.rb
|
609
|
+
- lib/dfp_api/v201308/content_bundle_service_registry.rb
|
610
|
+
- lib/dfp_api/v201308/user_team_association_service_registry.rb
|
611
|
+
- lib/dfp_api/v201308/creative_set_service.rb
|
612
|
+
- lib/dfp_api/v201308/reconciliation_report_row_service.rb
|
613
|
+
- lib/dfp_api/v201308/base_rate_service.rb
|
614
|
+
- lib/dfp_api/v201308/proposal_service.rb
|
615
|
+
- lib/dfp_api/v201308/publisher_query_language_service_registry.rb
|
616
|
+
- lib/dfp_api/v201308/activity_service.rb
|
617
|
+
- lib/dfp_api/v201308/proposal_service_registry.rb
|
618
|
+
- lib/dfp_api/v201308/user_team_association_service.rb
|
619
|
+
- lib/dfp_api/v201308/order_service_registry.rb
|
620
|
+
- lib/dfp_api/v201308/creative_template_service_registry.rb
|
621
|
+
- lib/dfp_api/v201308/label_service.rb
|
622
|
+
- lib/dfp_api/v201308/forecast_service.rb
|
623
|
+
- lib/dfp_api/v201308/report_service.rb
|
624
|
+
- lib/dfp_api/v201308/forecast_service_registry.rb
|
625
|
+
- lib/dfp_api/v201308/inventory_service_registry.rb
|
626
|
+
- lib/dfp_api/v201308/product_template_service_registry.rb
|
627
|
+
- lib/dfp_api/v201308/workflow_action_service_registry.rb
|
628
|
+
- lib/dfp_api/v201308/activity_group_service_registry.rb
|
629
|
+
- lib/dfp_api/v201308/content_service_registry.rb
|
630
|
+
- lib/dfp_api/v201308/line_item_template_service.rb
|
631
|
+
- lib/dfp_api/v201308/rate_card_service_registry.rb
|
632
|
+
- lib/dfp_api/v201308/custom_targeting_service_registry.rb
|
633
|
+
- lib/dfp_api/v201308/custom_targeting_service.rb
|
634
|
+
- lib/dfp_api/v201308/line_item_creative_association_service.rb
|
635
|
+
- lib/dfp_api/v201308/base_rate_service_registry.rb
|
636
|
+
- lib/dfp_api/v201308/proposal_line_item_service_registry.rb
|
637
|
+
- lib/dfp_api/v201308/suggested_ad_unit_service_registry.rb
|
638
|
+
- lib/dfp_api/v201308/network_service.rb
|
639
|
+
- lib/dfp_api/v201308/ad_rule_service_registry.rb
|
640
|
+
- lib/dfp_api/v201308/product_template_service.rb
|
641
|
+
- lib/dfp_api/v201308/custom_field_service.rb
|
642
|
+
- lib/dfp_api/v201308/company_service_registry.rb
|
643
|
+
- lib/dfp_api/v201308/user_service_registry.rb
|
644
|
+
- lib/dfp_api/v201308/team_service_registry.rb
|
645
|
+
- lib/dfp_api/v201308/reconciliation_report_service_registry.rb
|
646
|
+
- lib/dfp_api/v201308/workflow_action_service.rb
|
647
|
+
- lib/dfp_api/v201308/reconciliation_order_report_service.rb
|
648
|
+
- lib/dfp_api/v201308/line_item_template_service_registry.rb
|
649
|
+
- lib/dfp_api/v201308/creative_service.rb
|
650
|
+
- lib/dfp_api/v201308/proposal_line_item_service.rb
|
651
|
+
- lib/dfp_api/v201308/activity_group_service.rb
|
652
|
+
- lib/dfp_api/v201308/publisher_query_language_service.rb
|
653
|
+
- lib/dfp_api/v201308/reconciliation_report_row_service_registry.rb
|
654
|
+
- lib/dfp_api/v201308/content_service.rb
|
655
|
+
- lib/dfp_api/v201308/product_service.rb
|
656
|
+
- lib/dfp_api/v201308/creative_template_service.rb
|
657
|
+
- lib/dfp_api/v201308/creative_set_service_registry.rb
|
658
|
+
- lib/dfp_api/v201308/ad_rule_service.rb
|
659
|
+
- lib/dfp_api/v201308/rate_card_service.rb
|
660
|
+
- lib/dfp_api/v201308/user_service.rb
|
661
|
+
- lib/dfp_api/v201308/creative_service_registry.rb
|
662
|
+
- lib/dfp_api/v201308/content_bundle_service.rb
|
663
|
+
- lib/dfp_api/v201308/order_service.rb
|
664
|
+
- lib/dfp_api/v201308/audience_segment_service_registry.rb
|
665
|
+
- lib/dfp_api/v201308/product_service_registry.rb
|
666
|
+
- lib/dfp_api/v201308/line_item_service.rb
|
667
|
+
- lib/dfp_api/v201308/rate_card_customization_service.rb
|
668
|
+
- lib/dfp_api/v201308/placement_service.rb
|
669
|
+
- lib/dfp_api/v201308/reconciliation_report_service.rb
|
670
|
+
- lib/dfp_api/v201308/inventory_service.rb
|
671
|
+
- lib/dfp_api/v201308/line_item_service_registry.rb
|
672
|
+
- lib/dfp_api/v201408/reconciliation_order_report_service_registry.rb
|
673
|
+
- lib/dfp_api/v201408/suggested_ad_unit_service.rb
|
674
|
+
- lib/dfp_api/v201408/company_service.rb
|
675
|
+
- lib/dfp_api/v201408/workflow_request_service_registry.rb
|
676
|
+
- lib/dfp_api/v201408/placement_service_registry.rb
|
677
|
+
- lib/dfp_api/v201408/contact_service.rb
|
678
|
+
- lib/dfp_api/v201408/audience_segment_service.rb
|
679
|
+
- lib/dfp_api/v201408/activity_service_registry.rb
|
680
|
+
- lib/dfp_api/v201408/custom_field_service_registry.rb
|
681
|
+
- lib/dfp_api/v201408/line_item_creative_association_service_registry.rb
|
682
|
+
- lib/dfp_api/v201408/label_service_registry.rb
|
683
|
+
- lib/dfp_api/v201408/network_service_registry.rb
|
684
|
+
- lib/dfp_api/v201408/report_service_registry.rb
|
685
|
+
- lib/dfp_api/v201408/creative_wrapper_service_registry.rb
|
686
|
+
- lib/dfp_api/v201408/team_service.rb
|
687
|
+
- lib/dfp_api/v201408/creative_wrapper_service.rb
|
688
|
+
- lib/dfp_api/v201408/contact_service_registry.rb
|
689
|
+
- lib/dfp_api/v201408/content_bundle_service_registry.rb
|
690
|
+
- lib/dfp_api/v201408/user_team_association_service_registry.rb
|
691
|
+
- lib/dfp_api/v201408/creative_set_service.rb
|
692
|
+
- lib/dfp_api/v201408/reconciliation_report_row_service.rb
|
693
|
+
- lib/dfp_api/v201408/base_rate_service.rb
|
694
|
+
- lib/dfp_api/v201408/proposal_service.rb
|
695
|
+
- lib/dfp_api/v201408/publisher_query_language_service_registry.rb
|
696
|
+
- lib/dfp_api/v201408/activity_service.rb
|
697
|
+
- lib/dfp_api/v201408/proposal_service_registry.rb
|
698
|
+
- lib/dfp_api/v201408/exchange_rate_service_registry.rb
|
699
|
+
- lib/dfp_api/v201408/user_team_association_service.rb
|
700
|
+
- lib/dfp_api/v201408/order_service_registry.rb
|
701
|
+
- lib/dfp_api/v201408/creative_template_service_registry.rb
|
702
|
+
- lib/dfp_api/v201408/label_service.rb
|
703
|
+
- lib/dfp_api/v201408/forecast_service.rb
|
704
|
+
- lib/dfp_api/v201408/report_service.rb
|
705
|
+
- lib/dfp_api/v201408/forecast_service_registry.rb
|
706
|
+
- lib/dfp_api/v201408/inventory_service_registry.rb
|
707
|
+
- lib/dfp_api/v201408/product_template_service_registry.rb
|
708
|
+
- lib/dfp_api/v201408/activity_group_service_registry.rb
|
709
|
+
- lib/dfp_api/v201408/content_service_registry.rb
|
710
|
+
- lib/dfp_api/v201408/line_item_template_service.rb
|
711
|
+
- lib/dfp_api/v201408/content_metadata_key_hierarchy_service.rb
|
712
|
+
- lib/dfp_api/v201408/rate_card_service_registry.rb
|
713
|
+
- lib/dfp_api/v201408/live_stream_event_service.rb
|
714
|
+
- lib/dfp_api/v201408/custom_targeting_service_registry.rb
|
715
|
+
- lib/dfp_api/v201408/custom_targeting_service.rb
|
716
|
+
- lib/dfp_api/v201408/line_item_creative_association_service.rb
|
717
|
+
- lib/dfp_api/v201408/workflow_request_service.rb
|
718
|
+
- lib/dfp_api/v201408/base_rate_service_registry.rb
|
719
|
+
- lib/dfp_api/v201408/proposal_line_item_service_registry.rb
|
720
|
+
- lib/dfp_api/v201408/suggested_ad_unit_service_registry.rb
|
721
|
+
- lib/dfp_api/v201408/network_service.rb
|
722
|
+
- lib/dfp_api/v201408/ad_rule_service_registry.rb
|
723
|
+
- lib/dfp_api/v201408/product_template_service.rb
|
724
|
+
- lib/dfp_api/v201408/custom_field_service.rb
|
725
|
+
- lib/dfp_api/v201408/company_service_registry.rb
|
726
|
+
- lib/dfp_api/v201408/user_service_registry.rb
|
727
|
+
- lib/dfp_api/v201408/team_service_registry.rb
|
728
|
+
- lib/dfp_api/v201408/reconciliation_report_service_registry.rb
|
729
|
+
- lib/dfp_api/v201408/reconciliation_order_report_service.rb
|
730
|
+
- lib/dfp_api/v201408/line_item_template_service_registry.rb
|
731
|
+
- lib/dfp_api/v201408/exchange_rate_service.rb
|
732
|
+
- lib/dfp_api/v201408/creative_service.rb
|
733
|
+
- lib/dfp_api/v201408/proposal_line_item_service.rb
|
734
|
+
- lib/dfp_api/v201408/activity_group_service.rb
|
735
|
+
- lib/dfp_api/v201408/publisher_query_language_service.rb
|
736
|
+
- lib/dfp_api/v201408/reconciliation_report_row_service_registry.rb
|
737
|
+
- lib/dfp_api/v201408/content_service.rb
|
738
|
+
- lib/dfp_api/v201408/product_service.rb
|
739
|
+
- lib/dfp_api/v201408/creative_template_service.rb
|
740
|
+
- lib/dfp_api/v201408/creative_set_service_registry.rb
|
741
|
+
- lib/dfp_api/v201408/premium_rate_service.rb
|
742
|
+
- lib/dfp_api/v201408/ad_rule_service.rb
|
743
|
+
- lib/dfp_api/v201408/rate_card_service.rb
|
744
|
+
- lib/dfp_api/v201408/user_service.rb
|
745
|
+
- lib/dfp_api/v201408/creative_service_registry.rb
|
746
|
+
- lib/dfp_api/v201408/content_bundle_service.rb
|
747
|
+
- lib/dfp_api/v201408/order_service.rb
|
748
|
+
- lib/dfp_api/v201408/live_stream_event_service_registry.rb
|
749
|
+
- lib/dfp_api/v201408/audience_segment_service_registry.rb
|
750
|
+
- lib/dfp_api/v201408/product_service_registry.rb
|
751
|
+
- lib/dfp_api/v201408/line_item_service.rb
|
752
|
+
- lib/dfp_api/v201408/content_metadata_key_hierarchy_service_registry.rb
|
753
|
+
- lib/dfp_api/v201408/placement_service.rb
|
754
|
+
- lib/dfp_api/v201408/reconciliation_report_service.rb
|
755
|
+
- lib/dfp_api/v201408/inventory_service.rb
|
756
|
+
- lib/dfp_api/v201408/line_item_service_registry.rb
|
757
|
+
- lib/dfp_api/v201408/premium_rate_service_registry.rb
|
758
|
+
- lib/dfp_api/v201403/reconciliation_order_report_service_registry.rb
|
759
|
+
- lib/dfp_api/v201403/rate_card_customization_service_registry.rb
|
760
|
+
- lib/dfp_api/v201403/suggested_ad_unit_service.rb
|
761
|
+
- lib/dfp_api/v201403/company_service.rb
|
762
|
+
- lib/dfp_api/v201403/workflow_request_service_registry.rb
|
763
|
+
- lib/dfp_api/v201403/placement_service_registry.rb
|
764
|
+
- lib/dfp_api/v201403/contact_service.rb
|
765
|
+
- lib/dfp_api/v201403/audience_segment_service.rb
|
766
|
+
- lib/dfp_api/v201403/activity_service_registry.rb
|
767
|
+
- lib/dfp_api/v201403/custom_field_service_registry.rb
|
768
|
+
- lib/dfp_api/v201403/line_item_creative_association_service_registry.rb
|
769
|
+
- lib/dfp_api/v201403/label_service_registry.rb
|
770
|
+
- lib/dfp_api/v201403/network_service_registry.rb
|
771
|
+
- lib/dfp_api/v201403/rate_card_customization_group_service_registry.rb
|
772
|
+
- lib/dfp_api/v201403/report_service_registry.rb
|
773
|
+
- lib/dfp_api/v201403/creative_wrapper_service_registry.rb
|
774
|
+
- lib/dfp_api/v201403/team_service.rb
|
775
|
+
- lib/dfp_api/v201403/creative_wrapper_service.rb
|
776
|
+
- lib/dfp_api/v201403/contact_service_registry.rb
|
777
|
+
- lib/dfp_api/v201403/content_bundle_service_registry.rb
|
778
|
+
- lib/dfp_api/v201403/user_team_association_service_registry.rb
|
779
|
+
- lib/dfp_api/v201403/creative_set_service.rb
|
780
|
+
- lib/dfp_api/v201403/reconciliation_report_row_service.rb
|
781
|
+
- lib/dfp_api/v201403/base_rate_service.rb
|
782
|
+
- lib/dfp_api/v201403/proposal_service.rb
|
783
|
+
- lib/dfp_api/v201403/publisher_query_language_service_registry.rb
|
784
|
+
- lib/dfp_api/v201403/activity_service.rb
|
785
|
+
- lib/dfp_api/v201403/proposal_service_registry.rb
|
786
|
+
- lib/dfp_api/v201403/exchange_rate_service_registry.rb
|
787
|
+
- lib/dfp_api/v201403/user_team_association_service.rb
|
788
|
+
- lib/dfp_api/v201403/order_service_registry.rb
|
789
|
+
- lib/dfp_api/v201403/creative_template_service_registry.rb
|
790
|
+
- lib/dfp_api/v201403/label_service.rb
|
791
|
+
- lib/dfp_api/v201403/forecast_service.rb
|
792
|
+
- lib/dfp_api/v201403/report_service.rb
|
793
|
+
- lib/dfp_api/v201403/forecast_service_registry.rb
|
794
|
+
- lib/dfp_api/v201403/rate_card_customization_group_service.rb
|
795
|
+
- lib/dfp_api/v201403/inventory_service_registry.rb
|
796
|
+
- lib/dfp_api/v201403/product_template_service_registry.rb
|
797
|
+
- lib/dfp_api/v201403/activity_group_service_registry.rb
|
798
|
+
- lib/dfp_api/v201403/content_service_registry.rb
|
799
|
+
- lib/dfp_api/v201403/line_item_template_service.rb
|
800
|
+
- lib/dfp_api/v201403/content_metadata_key_hierarchy_service.rb
|
801
|
+
- lib/dfp_api/v201403/rate_card_service_registry.rb
|
802
|
+
- lib/dfp_api/v201403/live_stream_event_service.rb
|
803
|
+
- lib/dfp_api/v201403/custom_targeting_service_registry.rb
|
804
|
+
- lib/dfp_api/v201403/custom_targeting_service.rb
|
805
|
+
- lib/dfp_api/v201403/line_item_creative_association_service.rb
|
806
|
+
- lib/dfp_api/v201403/workflow_request_service.rb
|
807
|
+
- lib/dfp_api/v201403/base_rate_service_registry.rb
|
808
|
+
- lib/dfp_api/v201403/proposal_line_item_service_registry.rb
|
809
|
+
- lib/dfp_api/v201403/suggested_ad_unit_service_registry.rb
|
810
|
+
- lib/dfp_api/v201403/network_service.rb
|
811
|
+
- lib/dfp_api/v201403/ad_rule_service_registry.rb
|
812
|
+
- lib/dfp_api/v201403/product_template_service.rb
|
813
|
+
- lib/dfp_api/v201403/custom_field_service.rb
|
814
|
+
- lib/dfp_api/v201403/company_service_registry.rb
|
815
|
+
- lib/dfp_api/v201403/user_service_registry.rb
|
816
|
+
- lib/dfp_api/v201403/team_service_registry.rb
|
817
|
+
- lib/dfp_api/v201403/reconciliation_report_service_registry.rb
|
818
|
+
- lib/dfp_api/v201403/reconciliation_order_report_service.rb
|
819
|
+
- lib/dfp_api/v201403/line_item_template_service_registry.rb
|
820
|
+
- lib/dfp_api/v201403/exchange_rate_service.rb
|
821
|
+
- lib/dfp_api/v201403/creative_service.rb
|
822
|
+
- lib/dfp_api/v201403/proposal_line_item_service.rb
|
823
|
+
- lib/dfp_api/v201403/activity_group_service.rb
|
824
|
+
- lib/dfp_api/v201403/publisher_query_language_service.rb
|
825
|
+
- lib/dfp_api/v201403/reconciliation_report_row_service_registry.rb
|
826
|
+
- lib/dfp_api/v201403/content_service.rb
|
827
|
+
- lib/dfp_api/v201403/product_service.rb
|
828
|
+
- lib/dfp_api/v201403/creative_template_service.rb
|
829
|
+
- lib/dfp_api/v201403/creative_set_service_registry.rb
|
830
|
+
- lib/dfp_api/v201403/ad_rule_service.rb
|
831
|
+
- lib/dfp_api/v201403/rate_card_service.rb
|
832
|
+
- lib/dfp_api/v201403/user_service.rb
|
833
|
+
- lib/dfp_api/v201403/creative_service_registry.rb
|
834
|
+
- lib/dfp_api/v201403/content_bundle_service.rb
|
835
|
+
- lib/dfp_api/v201403/order_service.rb
|
836
|
+
- lib/dfp_api/v201403/live_stream_event_service_registry.rb
|
837
|
+
- lib/dfp_api/v201403/audience_segment_service_registry.rb
|
838
|
+
- lib/dfp_api/v201403/product_service_registry.rb
|
839
|
+
- lib/dfp_api/v201403/line_item_service.rb
|
840
|
+
- lib/dfp_api/v201403/rate_card_customization_service.rb
|
841
|
+
- lib/dfp_api/v201403/content_metadata_key_hierarchy_service_registry.rb
|
842
|
+
- lib/dfp_api/v201403/placement_service.rb
|
843
|
+
- lib/dfp_api/v201403/reconciliation_report_service.rb
|
844
|
+
- lib/dfp_api/v201403/inventory_service.rb
|
845
|
+
- lib/dfp_api/v201403/line_item_service_registry.rb
|
846
|
+
- lib/dfp_api/client_login_header_handler.rb
|
847
|
+
- lib/dfp_api/credential_handler.rb
|
848
|
+
- lib/dfp_api/v201306/reconciliation_order_report_service_registry.rb
|
849
|
+
- lib/dfp_api/v201306/rate_card_customization_service_registry.rb
|
850
|
+
- lib/dfp_api/v201306/suggested_ad_unit_service.rb
|
1310
851
|
- lib/dfp_api/v201306/company_service.rb
|
1311
|
-
- lib/dfp_api/v201306/
|
852
|
+
- lib/dfp_api/v201306/placement_service_registry.rb
|
1312
853
|
- lib/dfp_api/v201306/contact_service.rb
|
854
|
+
- lib/dfp_api/v201306/audience_segment_service.rb
|
855
|
+
- lib/dfp_api/v201306/activity_service_registry.rb
|
856
|
+
- lib/dfp_api/v201306/custom_field_service_registry.rb
|
857
|
+
- lib/dfp_api/v201306/line_item_creative_association_service_registry.rb
|
858
|
+
- lib/dfp_api/v201306/label_service_registry.rb
|
859
|
+
- lib/dfp_api/v201306/network_service_registry.rb
|
860
|
+
- lib/dfp_api/v201306/report_service_registry.rb
|
861
|
+
- lib/dfp_api/v201306/creative_wrapper_service_registry.rb
|
862
|
+
- lib/dfp_api/v201306/team_service.rb
|
863
|
+
- lib/dfp_api/v201306/creative_wrapper_service.rb
|
1313
864
|
- lib/dfp_api/v201306/contact_service_registry.rb
|
1314
|
-
- lib/dfp_api/v201306/content_bundle_service.rb
|
1315
865
|
- lib/dfp_api/v201306/content_bundle_service_registry.rb
|
1316
|
-
- lib/dfp_api/v201306/
|
1317
|
-
- lib/dfp_api/v201306/content_service_registry.rb
|
1318
|
-
- lib/dfp_api/v201306/creative_service.rb
|
1319
|
-
- lib/dfp_api/v201306/creative_service_registry.rb
|
866
|
+
- lib/dfp_api/v201306/user_team_association_service_registry.rb
|
1320
867
|
- lib/dfp_api/v201306/creative_set_service.rb
|
1321
|
-
- lib/dfp_api/v201306/
|
1322
|
-
- lib/dfp_api/v201306/
|
868
|
+
- lib/dfp_api/v201306/reconciliation_report_row_service.rb
|
869
|
+
- lib/dfp_api/v201306/base_rate_service.rb
|
870
|
+
- lib/dfp_api/v201306/proposal_service.rb
|
871
|
+
- lib/dfp_api/v201306/publisher_query_language_service_registry.rb
|
872
|
+
- lib/dfp_api/v201306/activity_service.rb
|
873
|
+
- lib/dfp_api/v201306/proposal_service_registry.rb
|
874
|
+
- lib/dfp_api/v201306/user_team_association_service.rb
|
875
|
+
- lib/dfp_api/v201306/order_service_registry.rb
|
1323
876
|
- lib/dfp_api/v201306/creative_template_service_registry.rb
|
1324
|
-
- lib/dfp_api/v201306/
|
1325
|
-
- lib/dfp_api/v201306/creative_wrapper_service_registry.rb
|
1326
|
-
- lib/dfp_api/v201306/custom_field_service.rb
|
1327
|
-
- lib/dfp_api/v201306/custom_field_service_registry.rb
|
1328
|
-
- lib/dfp_api/v201306/custom_targeting_service.rb
|
1329
|
-
- lib/dfp_api/v201306/custom_targeting_service_registry.rb
|
877
|
+
- lib/dfp_api/v201306/label_service.rb
|
1330
878
|
- lib/dfp_api/v201306/forecast_service.rb
|
879
|
+
- lib/dfp_api/v201306/report_service.rb
|
1331
880
|
- lib/dfp_api/v201306/forecast_service_registry.rb
|
1332
|
-
- lib/dfp_api/v201306/inventory_service.rb
|
1333
881
|
- lib/dfp_api/v201306/inventory_service_registry.rb
|
1334
|
-
- lib/dfp_api/v201306/
|
1335
|
-
- lib/dfp_api/v201306/
|
1336
|
-
- lib/dfp_api/v201306/
|
1337
|
-
- lib/dfp_api/v201306/
|
1338
|
-
- lib/dfp_api/v201306/line_item_service.rb
|
1339
|
-
- lib/dfp_api/v201306/line_item_service_registry.rb
|
882
|
+
- lib/dfp_api/v201306/product_template_service_registry.rb
|
883
|
+
- lib/dfp_api/v201306/workflow_action_service_registry.rb
|
884
|
+
- lib/dfp_api/v201306/activity_group_service_registry.rb
|
885
|
+
- lib/dfp_api/v201306/content_service_registry.rb
|
1340
886
|
- lib/dfp_api/v201306/line_item_template_service.rb
|
1341
|
-
- lib/dfp_api/v201306/
|
887
|
+
- lib/dfp_api/v201306/rate_card_service_registry.rb
|
888
|
+
- lib/dfp_api/v201306/custom_targeting_service_registry.rb
|
889
|
+
- lib/dfp_api/v201306/custom_targeting_service.rb
|
890
|
+
- lib/dfp_api/v201306/line_item_creative_association_service.rb
|
891
|
+
- lib/dfp_api/v201306/base_rate_service_registry.rb
|
892
|
+
- lib/dfp_api/v201306/proposal_line_item_service_registry.rb
|
893
|
+
- lib/dfp_api/v201306/suggested_ad_unit_service_registry.rb
|
1342
894
|
- lib/dfp_api/v201306/network_service.rb
|
1343
|
-
- lib/dfp_api/v201306/
|
1344
|
-
- lib/dfp_api/v201306/order_service.rb
|
1345
|
-
- lib/dfp_api/v201306/order_service_registry.rb
|
1346
|
-
- lib/dfp_api/v201306/placement_service.rb
|
1347
|
-
- lib/dfp_api/v201306/placement_service_registry.rb
|
1348
|
-
- lib/dfp_api/v201306/product_service.rb
|
1349
|
-
- lib/dfp_api/v201306/product_service_registry.rb
|
895
|
+
- lib/dfp_api/v201306/ad_rule_service_registry.rb
|
1350
896
|
- lib/dfp_api/v201306/product_template_service.rb
|
1351
|
-
- lib/dfp_api/v201306/
|
897
|
+
- lib/dfp_api/v201306/custom_field_service.rb
|
898
|
+
- lib/dfp_api/v201306/company_service_registry.rb
|
899
|
+
- lib/dfp_api/v201306/user_service_registry.rb
|
900
|
+
- lib/dfp_api/v201306/team_service_registry.rb
|
901
|
+
- lib/dfp_api/v201306/reconciliation_report_service_registry.rb
|
902
|
+
- lib/dfp_api/v201306/workflow_action_service.rb
|
903
|
+
- lib/dfp_api/v201306/reconciliation_order_report_service.rb
|
904
|
+
- lib/dfp_api/v201306/line_item_template_service_registry.rb
|
905
|
+
- lib/dfp_api/v201306/creative_service.rb
|
1352
906
|
- lib/dfp_api/v201306/proposal_line_item_service.rb
|
1353
|
-
- lib/dfp_api/v201306/
|
1354
|
-
- lib/dfp_api/v201306/proposal_service.rb
|
1355
|
-
- lib/dfp_api/v201306/proposal_service_registry.rb
|
907
|
+
- lib/dfp_api/v201306/activity_group_service.rb
|
1356
908
|
- lib/dfp_api/v201306/publisher_query_language_service.rb
|
1357
|
-
- lib/dfp_api/v201306/publisher_query_language_service_registry.rb
|
1358
|
-
- lib/dfp_api/v201306/rate_card_customization_service.rb
|
1359
|
-
- lib/dfp_api/v201306/rate_card_customization_service_registry.rb
|
1360
|
-
- lib/dfp_api/v201306/rate_card_service.rb
|
1361
|
-
- lib/dfp_api/v201306/rate_card_service_registry.rb
|
1362
|
-
- lib/dfp_api/v201306/reconciliation_order_report_service.rb
|
1363
|
-
- lib/dfp_api/v201306/reconciliation_order_report_service_registry.rb
|
1364
|
-
- lib/dfp_api/v201306/reconciliation_report_row_service.rb
|
1365
909
|
- lib/dfp_api/v201306/reconciliation_report_row_service_registry.rb
|
1366
|
-
- lib/dfp_api/v201306/
|
1367
|
-
- lib/dfp_api/v201306/
|
1368
|
-
- lib/dfp_api/v201306/
|
1369
|
-
- lib/dfp_api/v201306/
|
1370
|
-
- lib/dfp_api/v201306/
|
1371
|
-
- lib/dfp_api/v201306/
|
1372
|
-
- lib/dfp_api/v201306/team_service.rb
|
1373
|
-
- lib/dfp_api/v201306/team_service_registry.rb
|
910
|
+
- lib/dfp_api/v201306/content_service.rb
|
911
|
+
- lib/dfp_api/v201306/product_service.rb
|
912
|
+
- lib/dfp_api/v201306/creative_template_service.rb
|
913
|
+
- lib/dfp_api/v201306/creative_set_service_registry.rb
|
914
|
+
- lib/dfp_api/v201306/ad_rule_service.rb
|
915
|
+
- lib/dfp_api/v201306/rate_card_service.rb
|
1374
916
|
- lib/dfp_api/v201306/user_service.rb
|
1375
|
-
- lib/dfp_api/v201306/
|
1376
|
-
- lib/dfp_api/v201306/
|
1377
|
-
- lib/dfp_api/v201306/
|
1378
|
-
- lib/dfp_api/v201306/
|
1379
|
-
- lib/dfp_api/v201306/
|
1380
|
-
- lib/dfp_api/
|
1381
|
-
- lib/dfp_api/
|
1382
|
-
- lib/dfp_api/
|
1383
|
-
- lib/dfp_api/
|
1384
|
-
- lib/dfp_api/
|
1385
|
-
- lib/dfp_api/
|
1386
|
-
- lib/dfp_api/
|
1387
|
-
- lib/dfp_api/
|
1388
|
-
- lib/dfp_api/
|
1389
|
-
- lib/dfp_api/
|
1390
|
-
- lib/dfp_api/
|
1391
|
-
- lib/dfp_api/
|
1392
|
-
- lib/dfp_api/
|
1393
|
-
- lib/dfp_api/
|
1394
|
-
- lib/dfp_api/
|
1395
|
-
- lib/dfp_api/
|
1396
|
-
- lib/dfp_api/
|
1397
|
-
- lib/dfp_api/
|
1398
|
-
- lib/dfp_api/
|
1399
|
-
- lib/dfp_api/
|
1400
|
-
- lib/dfp_api/
|
1401
|
-
- lib/dfp_api/
|
1402
|
-
- lib/dfp_api/
|
1403
|
-
- lib/dfp_api/
|
1404
|
-
- lib/dfp_api/
|
1405
|
-
- lib/dfp_api/
|
1406
|
-
- lib/dfp_api/
|
1407
|
-
- lib/dfp_api/
|
1408
|
-
- lib/dfp_api/
|
1409
|
-
- lib/dfp_api/
|
1410
|
-
- lib/dfp_api/
|
1411
|
-
- lib/dfp_api/
|
1412
|
-
- lib/dfp_api/
|
1413
|
-
- lib/dfp_api/
|
1414
|
-
- lib/dfp_api/
|
1415
|
-
- lib/dfp_api/
|
1416
|
-
- lib/dfp_api/
|
1417
|
-
- lib/dfp_api/
|
1418
|
-
- lib/dfp_api/
|
1419
|
-
- lib/dfp_api/
|
1420
|
-
- lib/dfp_api/
|
1421
|
-
- lib/dfp_api/
|
1422
|
-
- lib/dfp_api/
|
1423
|
-
- lib/dfp_api/
|
1424
|
-
- lib/dfp_api/
|
1425
|
-
- lib/dfp_api/
|
1426
|
-
- lib/dfp_api/
|
1427
|
-
- lib/dfp_api/
|
1428
|
-
- lib/dfp_api/
|
1429
|
-
- lib/dfp_api/
|
1430
|
-
- lib/dfp_api/
|
1431
|
-
- lib/dfp_api/
|
1432
|
-
- lib/dfp_api/
|
1433
|
-
- lib/dfp_api/
|
1434
|
-
- lib/dfp_api/
|
1435
|
-
- lib/dfp_api/
|
1436
|
-
- lib/dfp_api/
|
1437
|
-
- lib/dfp_api/
|
1438
|
-
- lib/dfp_api/v201308/rate_card_customization_service.rb
|
1439
|
-
- lib/dfp_api/v201308/rate_card_customization_service_registry.rb
|
1440
|
-
- lib/dfp_api/v201308/rate_card_service.rb
|
1441
|
-
- lib/dfp_api/v201308/rate_card_service_registry.rb
|
1442
|
-
- lib/dfp_api/v201308/reconciliation_order_report_service.rb
|
1443
|
-
- lib/dfp_api/v201308/reconciliation_order_report_service_registry.rb
|
1444
|
-
- lib/dfp_api/v201308/reconciliation_report_row_service.rb
|
1445
|
-
- lib/dfp_api/v201308/reconciliation_report_row_service_registry.rb
|
1446
|
-
- lib/dfp_api/v201308/reconciliation_report_service.rb
|
1447
|
-
- lib/dfp_api/v201308/reconciliation_report_service_registry.rb
|
1448
|
-
- lib/dfp_api/v201308/report_service.rb
|
1449
|
-
- lib/dfp_api/v201308/report_service_registry.rb
|
1450
|
-
- lib/dfp_api/v201308/suggested_ad_unit_service.rb
|
1451
|
-
- lib/dfp_api/v201308/suggested_ad_unit_service_registry.rb
|
1452
|
-
- lib/dfp_api/v201308/team_service.rb
|
1453
|
-
- lib/dfp_api/v201308/team_service_registry.rb
|
1454
|
-
- lib/dfp_api/v201308/user_service.rb
|
1455
|
-
- lib/dfp_api/v201308/user_service_registry.rb
|
1456
|
-
- lib/dfp_api/v201308/user_team_association_service.rb
|
1457
|
-
- lib/dfp_api/v201308/user_team_association_service_registry.rb
|
1458
|
-
- lib/dfp_api/v201308/workflow_action_service.rb
|
1459
|
-
- lib/dfp_api/v201308/workflow_action_service_registry.rb
|
1460
|
-
- lib/dfp_api/v201311/activity_group_service.rb
|
1461
|
-
- lib/dfp_api/v201311/activity_group_service_registry.rb
|
1462
|
-
- lib/dfp_api/v201311/activity_service.rb
|
1463
|
-
- lib/dfp_api/v201311/activity_service_registry.rb
|
1464
|
-
- lib/dfp_api/v201311/ad_rule_service.rb
|
1465
|
-
- lib/dfp_api/v201311/ad_rule_service_registry.rb
|
1466
|
-
- lib/dfp_api/v201311/audience_segment_service.rb
|
1467
|
-
- lib/dfp_api/v201311/audience_segment_service_registry.rb
|
1468
|
-
- lib/dfp_api/v201311/base_rate_service.rb
|
1469
|
-
- lib/dfp_api/v201311/base_rate_service_registry.rb
|
917
|
+
- lib/dfp_api/v201306/creative_service_registry.rb
|
918
|
+
- lib/dfp_api/v201306/content_bundle_service.rb
|
919
|
+
- lib/dfp_api/v201306/order_service.rb
|
920
|
+
- lib/dfp_api/v201306/audience_segment_service_registry.rb
|
921
|
+
- lib/dfp_api/v201306/product_service_registry.rb
|
922
|
+
- lib/dfp_api/v201306/line_item_service.rb
|
923
|
+
- lib/dfp_api/v201306/rate_card_customization_service.rb
|
924
|
+
- lib/dfp_api/v201306/placement_service.rb
|
925
|
+
- lib/dfp_api/v201306/reconciliation_report_service.rb
|
926
|
+
- lib/dfp_api/v201306/inventory_service.rb
|
927
|
+
- lib/dfp_api/v201306/line_item_service_registry.rb
|
928
|
+
- lib/dfp_api/errors.rb
|
929
|
+
- lib/dfp_api/v201211/suggested_ad_unit_service.rb
|
930
|
+
- lib/dfp_api/v201211/company_service.rb
|
931
|
+
- lib/dfp_api/v201211/placement_service_registry.rb
|
932
|
+
- lib/dfp_api/v201211/audience_segment_service.rb
|
933
|
+
- lib/dfp_api/v201211/custom_field_service_registry.rb
|
934
|
+
- lib/dfp_api/v201211/line_item_creative_association_service_registry.rb
|
935
|
+
- lib/dfp_api/v201211/label_service_registry.rb
|
936
|
+
- lib/dfp_api/v201211/network_service_registry.rb
|
937
|
+
- lib/dfp_api/v201211/report_service_registry.rb
|
938
|
+
- lib/dfp_api/v201211/creative_wrapper_service_registry.rb
|
939
|
+
- lib/dfp_api/v201211/team_service.rb
|
940
|
+
- lib/dfp_api/v201211/creative_wrapper_service.rb
|
941
|
+
- lib/dfp_api/v201211/user_team_association_service_registry.rb
|
942
|
+
- lib/dfp_api/v201211/creative_set_service.rb
|
943
|
+
- lib/dfp_api/v201211/publisher_query_language_service_registry.rb
|
944
|
+
- lib/dfp_api/v201211/user_team_association_service.rb
|
945
|
+
- lib/dfp_api/v201211/order_service_registry.rb
|
946
|
+
- lib/dfp_api/v201211/creative_template_service_registry.rb
|
947
|
+
- lib/dfp_api/v201211/label_service.rb
|
948
|
+
- lib/dfp_api/v201211/forecast_service.rb
|
949
|
+
- lib/dfp_api/v201211/report_service.rb
|
950
|
+
- lib/dfp_api/v201211/forecast_service_registry.rb
|
951
|
+
- lib/dfp_api/v201211/inventory_service_registry.rb
|
952
|
+
- lib/dfp_api/v201211/content_service_registry.rb
|
953
|
+
- lib/dfp_api/v201211/custom_targeting_service_registry.rb
|
954
|
+
- lib/dfp_api/v201211/custom_targeting_service.rb
|
955
|
+
- lib/dfp_api/v201211/third_party_slot_service_registry.rb
|
956
|
+
- lib/dfp_api/v201211/line_item_creative_association_service.rb
|
957
|
+
- lib/dfp_api/v201211/suggested_ad_unit_service_registry.rb
|
958
|
+
- lib/dfp_api/v201211/network_service.rb
|
959
|
+
- lib/dfp_api/v201211/custom_field_service.rb
|
960
|
+
- lib/dfp_api/v201211/company_service_registry.rb
|
961
|
+
- lib/dfp_api/v201211/user_service_registry.rb
|
962
|
+
- lib/dfp_api/v201211/team_service_registry.rb
|
963
|
+
- lib/dfp_api/v201211/creative_service.rb
|
964
|
+
- lib/dfp_api/v201211/publisher_query_language_service.rb
|
965
|
+
- lib/dfp_api/v201211/content_service.rb
|
966
|
+
- lib/dfp_api/v201211/creative_template_service.rb
|
967
|
+
- lib/dfp_api/v201211/creative_set_service_registry.rb
|
968
|
+
- lib/dfp_api/v201211/user_service.rb
|
969
|
+
- lib/dfp_api/v201211/creative_service_registry.rb
|
970
|
+
- lib/dfp_api/v201211/order_service.rb
|
971
|
+
- lib/dfp_api/v201211/audience_segment_service_registry.rb
|
972
|
+
- lib/dfp_api/v201211/line_item_service.rb
|
973
|
+
- lib/dfp_api/v201211/placement_service.rb
|
974
|
+
- lib/dfp_api/v201211/inventory_service.rb
|
975
|
+
- lib/dfp_api/v201211/line_item_service_registry.rb
|
976
|
+
- lib/dfp_api/v201211/third_party_slot_service.rb
|
977
|
+
- lib/dfp_api/v201311/reconciliation_order_report_service_registry.rb
|
978
|
+
- lib/dfp_api/v201311/rate_card_customization_service_registry.rb
|
979
|
+
- lib/dfp_api/v201311/suggested_ad_unit_service.rb
|
1470
980
|
- lib/dfp_api/v201311/company_service.rb
|
1471
|
-
- lib/dfp_api/v201311/
|
981
|
+
- lib/dfp_api/v201311/workflow_request_service_registry.rb
|
982
|
+
- lib/dfp_api/v201311/placement_service_registry.rb
|
1472
983
|
- lib/dfp_api/v201311/contact_service.rb
|
984
|
+
- lib/dfp_api/v201311/audience_segment_service.rb
|
985
|
+
- lib/dfp_api/v201311/activity_service_registry.rb
|
986
|
+
- lib/dfp_api/v201311/custom_field_service_registry.rb
|
987
|
+
- lib/dfp_api/v201311/line_item_creative_association_service_registry.rb
|
988
|
+
- lib/dfp_api/v201311/label_service_registry.rb
|
989
|
+
- lib/dfp_api/v201311/network_service_registry.rb
|
990
|
+
- lib/dfp_api/v201311/report_service_registry.rb
|
991
|
+
- lib/dfp_api/v201311/creative_wrapper_service_registry.rb
|
992
|
+
- lib/dfp_api/v201311/team_service.rb
|
993
|
+
- lib/dfp_api/v201311/creative_wrapper_service.rb
|
1473
994
|
- lib/dfp_api/v201311/contact_service_registry.rb
|
1474
|
-
- lib/dfp_api/v201311/content_bundle_service.rb
|
1475
995
|
- lib/dfp_api/v201311/content_bundle_service_registry.rb
|
1476
|
-
- lib/dfp_api/v201311/
|
1477
|
-
- lib/dfp_api/v201311/content_metadata_key_hierarchy_service_registry.rb
|
1478
|
-
- lib/dfp_api/v201311/content_service.rb
|
1479
|
-
- lib/dfp_api/v201311/content_service_registry.rb
|
1480
|
-
- lib/dfp_api/v201311/creative_service.rb
|
1481
|
-
- lib/dfp_api/v201311/creative_service_registry.rb
|
996
|
+
- lib/dfp_api/v201311/user_team_association_service_registry.rb
|
1482
997
|
- lib/dfp_api/v201311/creative_set_service.rb
|
1483
|
-
- lib/dfp_api/v201311/
|
1484
|
-
- lib/dfp_api/v201311/
|
1485
|
-
- lib/dfp_api/v201311/
|
1486
|
-
- lib/dfp_api/v201311/
|
1487
|
-
- lib/dfp_api/v201311/
|
1488
|
-
- lib/dfp_api/v201311/
|
1489
|
-
- lib/dfp_api/v201311/custom_field_service_registry.rb
|
1490
|
-
- lib/dfp_api/v201311/custom_targeting_service.rb
|
1491
|
-
- lib/dfp_api/v201311/custom_targeting_service_registry.rb
|
1492
|
-
- lib/dfp_api/v201311/exchange_rate_service.rb
|
998
|
+
- lib/dfp_api/v201311/reconciliation_report_row_service.rb
|
999
|
+
- lib/dfp_api/v201311/base_rate_service.rb
|
1000
|
+
- lib/dfp_api/v201311/proposal_service.rb
|
1001
|
+
- lib/dfp_api/v201311/publisher_query_language_service_registry.rb
|
1002
|
+
- lib/dfp_api/v201311/activity_service.rb
|
1003
|
+
- lib/dfp_api/v201311/proposal_service_registry.rb
|
1493
1004
|
- lib/dfp_api/v201311/exchange_rate_service_registry.rb
|
1005
|
+
- lib/dfp_api/v201311/user_team_association_service.rb
|
1006
|
+
- lib/dfp_api/v201311/order_service_registry.rb
|
1007
|
+
- lib/dfp_api/v201311/creative_template_service_registry.rb
|
1008
|
+
- lib/dfp_api/v201311/label_service.rb
|
1494
1009
|
- lib/dfp_api/v201311/forecast_service.rb
|
1010
|
+
- lib/dfp_api/v201311/report_service.rb
|
1495
1011
|
- lib/dfp_api/v201311/forecast_service_registry.rb
|
1496
|
-
- lib/dfp_api/v201311/inventory_service.rb
|
1497
1012
|
- lib/dfp_api/v201311/inventory_service_registry.rb
|
1498
|
-
- lib/dfp_api/v201311/
|
1499
|
-
- lib/dfp_api/v201311/
|
1500
|
-
- lib/dfp_api/v201311/
|
1501
|
-
- lib/dfp_api/v201311/line_item_creative_association_service_registry.rb
|
1502
|
-
- lib/dfp_api/v201311/line_item_service.rb
|
1503
|
-
- lib/dfp_api/v201311/line_item_service_registry.rb
|
1013
|
+
- lib/dfp_api/v201311/product_template_service_registry.rb
|
1014
|
+
- lib/dfp_api/v201311/activity_group_service_registry.rb
|
1015
|
+
- lib/dfp_api/v201311/content_service_registry.rb
|
1504
1016
|
- lib/dfp_api/v201311/line_item_template_service.rb
|
1505
|
-
- lib/dfp_api/v201311/
|
1017
|
+
- lib/dfp_api/v201311/content_metadata_key_hierarchy_service.rb
|
1018
|
+
- lib/dfp_api/v201311/rate_card_service_registry.rb
|
1019
|
+
- lib/dfp_api/v201311/custom_targeting_service_registry.rb
|
1020
|
+
- lib/dfp_api/v201311/custom_targeting_service.rb
|
1021
|
+
- lib/dfp_api/v201311/line_item_creative_association_service.rb
|
1022
|
+
- lib/dfp_api/v201311/workflow_request_service.rb
|
1023
|
+
- lib/dfp_api/v201311/base_rate_service_registry.rb
|
1024
|
+
- lib/dfp_api/v201311/proposal_line_item_service_registry.rb
|
1025
|
+
- lib/dfp_api/v201311/suggested_ad_unit_service_registry.rb
|
1506
1026
|
- lib/dfp_api/v201311/network_service.rb
|
1507
|
-
- lib/dfp_api/v201311/
|
1508
|
-
- lib/dfp_api/v201311/order_service.rb
|
1509
|
-
- lib/dfp_api/v201311/order_service_registry.rb
|
1510
|
-
- lib/dfp_api/v201311/placement_service.rb
|
1511
|
-
- lib/dfp_api/v201311/placement_service_registry.rb
|
1512
|
-
- lib/dfp_api/v201311/product_service.rb
|
1513
|
-
- lib/dfp_api/v201311/product_service_registry.rb
|
1027
|
+
- lib/dfp_api/v201311/ad_rule_service_registry.rb
|
1514
1028
|
- lib/dfp_api/v201311/product_template_service.rb
|
1515
|
-
- lib/dfp_api/v201311/
|
1029
|
+
- lib/dfp_api/v201311/custom_field_service.rb
|
1030
|
+
- lib/dfp_api/v201311/company_service_registry.rb
|
1031
|
+
- lib/dfp_api/v201311/user_service_registry.rb
|
1032
|
+
- lib/dfp_api/v201311/team_service_registry.rb
|
1033
|
+
- lib/dfp_api/v201311/reconciliation_report_service_registry.rb
|
1034
|
+
- lib/dfp_api/v201311/reconciliation_order_report_service.rb
|
1035
|
+
- lib/dfp_api/v201311/line_item_template_service_registry.rb
|
1036
|
+
- lib/dfp_api/v201311/exchange_rate_service.rb
|
1037
|
+
- lib/dfp_api/v201311/creative_service.rb
|
1516
1038
|
- lib/dfp_api/v201311/proposal_line_item_service.rb
|
1517
|
-
- lib/dfp_api/v201311/
|
1518
|
-
- lib/dfp_api/v201311/proposal_service.rb
|
1519
|
-
- lib/dfp_api/v201311/proposal_service_registry.rb
|
1039
|
+
- lib/dfp_api/v201311/activity_group_service.rb
|
1520
1040
|
- lib/dfp_api/v201311/publisher_query_language_service.rb
|
1521
|
-
- lib/dfp_api/v201311/publisher_query_language_service_registry.rb
|
1522
|
-
- lib/dfp_api/v201311/rate_card_customization_service.rb
|
1523
|
-
- lib/dfp_api/v201311/rate_card_customization_service_registry.rb
|
1524
|
-
- lib/dfp_api/v201311/rate_card_service.rb
|
1525
|
-
- lib/dfp_api/v201311/rate_card_service_registry.rb
|
1526
|
-
- lib/dfp_api/v201311/reconciliation_order_report_service.rb
|
1527
|
-
- lib/dfp_api/v201311/reconciliation_order_report_service_registry.rb
|
1528
|
-
- lib/dfp_api/v201311/reconciliation_report_row_service.rb
|
1529
1041
|
- lib/dfp_api/v201311/reconciliation_report_row_service_registry.rb
|
1530
|
-
- lib/dfp_api/v201311/
|
1531
|
-
- lib/dfp_api/v201311/
|
1532
|
-
- lib/dfp_api/v201311/
|
1533
|
-
- lib/dfp_api/v201311/
|
1534
|
-
- lib/dfp_api/v201311/
|
1535
|
-
- lib/dfp_api/v201311/
|
1536
|
-
- lib/dfp_api/v201311/team_service.rb
|
1537
|
-
- lib/dfp_api/v201311/team_service_registry.rb
|
1042
|
+
- lib/dfp_api/v201311/content_service.rb
|
1043
|
+
- lib/dfp_api/v201311/product_service.rb
|
1044
|
+
- lib/dfp_api/v201311/creative_template_service.rb
|
1045
|
+
- lib/dfp_api/v201311/creative_set_service_registry.rb
|
1046
|
+
- lib/dfp_api/v201311/ad_rule_service.rb
|
1047
|
+
- lib/dfp_api/v201311/rate_card_service.rb
|
1538
1048
|
- lib/dfp_api/v201311/user_service.rb
|
1539
|
-
- lib/dfp_api/v201311/
|
1540
|
-
- lib/dfp_api/v201311/
|
1541
|
-
- lib/dfp_api/v201311/
|
1542
|
-
- lib/dfp_api/v201311/
|
1543
|
-
- lib/dfp_api/v201311/
|
1544
|
-
- lib/dfp_api/
|
1545
|
-
- lib/dfp_api/
|
1546
|
-
- lib/dfp_api/
|
1547
|
-
- lib/dfp_api/
|
1548
|
-
- lib/dfp_api/
|
1549
|
-
- lib/dfp_api/
|
1550
|
-
- lib/dfp_api/
|
1551
|
-
- lib/dfp_api/
|
1552
|
-
- lib/dfp_api/
|
1553
|
-
- lib/dfp_api/
|
1554
|
-
- lib/dfp_api/
|
1555
|
-
- lib/dfp_api/
|
1556
|
-
- lib/dfp_api/
|
1557
|
-
- lib/dfp_api/
|
1558
|
-
- lib/dfp_api/
|
1559
|
-
- lib/dfp_api/
|
1560
|
-
- lib/dfp_api/
|
1561
|
-
- lib/dfp_api/
|
1562
|
-
- lib/dfp_api/
|
1563
|
-
- lib/dfp_api/
|
1564
|
-
- lib/dfp_api/
|
1565
|
-
- lib/dfp_api/
|
1566
|
-
- lib/dfp_api/
|
1567
|
-
- lib/dfp_api/
|
1568
|
-
- lib/dfp_api/
|
1569
|
-
- lib/dfp_api/
|
1570
|
-
- lib/dfp_api/
|
1571
|
-
- lib/dfp_api/
|
1572
|
-
- lib/dfp_api/
|
1573
|
-
- lib/dfp_api/
|
1574
|
-
- lib/dfp_api/
|
1575
|
-
- lib/dfp_api/
|
1576
|
-
- lib/dfp_api/
|
1577
|
-
- lib/dfp_api/
|
1578
|
-
- lib/dfp_api/
|
1579
|
-
- lib/dfp_api/
|
1580
|
-
- lib/dfp_api/
|
1581
|
-
- lib/dfp_api/
|
1582
|
-
- lib/dfp_api/
|
1583
|
-
- lib/dfp_api/
|
1584
|
-
- lib/dfp_api/
|
1585
|
-
- lib/dfp_api/
|
1586
|
-
- lib/dfp_api/
|
1587
|
-
- lib/dfp_api/
|
1588
|
-
- lib/dfp_api/
|
1589
|
-
- lib/dfp_api/
|
1590
|
-
- lib/dfp_api/
|
1591
|
-
- lib/dfp_api/
|
1592
|
-
- lib/dfp_api/
|
1593
|
-
- lib/dfp_api/
|
1594
|
-
- lib/dfp_api/
|
1595
|
-
- lib/dfp_api/
|
1596
|
-
- lib/dfp_api/
|
1597
|
-
- lib/dfp_api/
|
1598
|
-
- lib/dfp_api/
|
1599
|
-
- lib/dfp_api/
|
1600
|
-
- lib/dfp_api/
|
1601
|
-
- lib/dfp_api/
|
1602
|
-
- lib/dfp_api/
|
1603
|
-
- lib/dfp_api/
|
1604
|
-
- lib/dfp_api/
|
1605
|
-
- lib/dfp_api/
|
1606
|
-
- lib/dfp_api/
|
1607
|
-
- lib/dfp_api/
|
1608
|
-
- lib/dfp_api/
|
1609
|
-
- lib/dfp_api/
|
1610
|
-
- lib/dfp_api/
|
1611
|
-
- lib/dfp_api/
|
1612
|
-
- lib/dfp_api/
|
1613
|
-
- lib/dfp_api/
|
1614
|
-
- lib/dfp_api/
|
1615
|
-
- lib/dfp_api/
|
1616
|
-
- lib/dfp_api/
|
1617
|
-
- lib/dfp_api/
|
1618
|
-
- lib/dfp_api/
|
1619
|
-
- lib/dfp_api/
|
1620
|
-
- lib/dfp_api/
|
1621
|
-
- lib/dfp_api/
|
1622
|
-
- lib/dfp_api/
|
1623
|
-
- lib/dfp_api/
|
1624
|
-
- lib/dfp_api/
|
1625
|
-
- lib/dfp_api/
|
1626
|
-
- lib/dfp_api/
|
1627
|
-
- lib/dfp_api/
|
1628
|
-
- lib/dfp_api/
|
1629
|
-
- lib/dfp_api/
|
1630
|
-
- lib/dfp_api/
|
1631
|
-
- lib/dfp_api/
|
1632
|
-
- lib/dfp_api/
|
1633
|
-
- lib/dfp_api/
|
1634
|
-
- lib/dfp_api/
|
1635
|
-
- lib/dfp_api/
|
1636
|
-
- lib/dfp_api/
|
1637
|
-
- lib/dfp_api/
|
1638
|
-
- lib/dfp_api/
|
1639
|
-
- lib/dfp_api/
|
1640
|
-
- lib/dfp_api/
|
1641
|
-
- lib/dfp_api/
|
1049
|
+
- lib/dfp_api/v201311/creative_service_registry.rb
|
1050
|
+
- lib/dfp_api/v201311/content_bundle_service.rb
|
1051
|
+
- lib/dfp_api/v201311/order_service.rb
|
1052
|
+
- lib/dfp_api/v201311/audience_segment_service_registry.rb
|
1053
|
+
- lib/dfp_api/v201311/product_service_registry.rb
|
1054
|
+
- lib/dfp_api/v201311/line_item_service.rb
|
1055
|
+
- lib/dfp_api/v201311/rate_card_customization_service.rb
|
1056
|
+
- lib/dfp_api/v201311/content_metadata_key_hierarchy_service_registry.rb
|
1057
|
+
- lib/dfp_api/v201311/placement_service.rb
|
1058
|
+
- lib/dfp_api/v201311/reconciliation_report_service.rb
|
1059
|
+
- lib/dfp_api/v201311/inventory_service.rb
|
1060
|
+
- lib/dfp_api/v201311/line_item_service_registry.rb
|
1061
|
+
- lib/dfp_api/v201302/suggested_ad_unit_service.rb
|
1062
|
+
- lib/dfp_api/v201302/company_service.rb
|
1063
|
+
- lib/dfp_api/v201302/placement_service_registry.rb
|
1064
|
+
- lib/dfp_api/v201302/contact_service.rb
|
1065
|
+
- lib/dfp_api/v201302/audience_segment_service.rb
|
1066
|
+
- lib/dfp_api/v201302/activity_service_registry.rb
|
1067
|
+
- lib/dfp_api/v201302/custom_field_service_registry.rb
|
1068
|
+
- lib/dfp_api/v201302/line_item_creative_association_service_registry.rb
|
1069
|
+
- lib/dfp_api/v201302/label_service_registry.rb
|
1070
|
+
- lib/dfp_api/v201302/network_service_registry.rb
|
1071
|
+
- lib/dfp_api/v201302/report_service_registry.rb
|
1072
|
+
- lib/dfp_api/v201302/creative_wrapper_service_registry.rb
|
1073
|
+
- lib/dfp_api/v201302/team_service.rb
|
1074
|
+
- lib/dfp_api/v201302/creative_wrapper_service.rb
|
1075
|
+
- lib/dfp_api/v201302/contact_service_registry.rb
|
1076
|
+
- lib/dfp_api/v201302/content_bundle_service_registry.rb
|
1077
|
+
- lib/dfp_api/v201302/user_team_association_service_registry.rb
|
1078
|
+
- lib/dfp_api/v201302/creative_set_service.rb
|
1079
|
+
- lib/dfp_api/v201302/publisher_query_language_service_registry.rb
|
1080
|
+
- lib/dfp_api/v201302/activity_service.rb
|
1081
|
+
- lib/dfp_api/v201302/user_team_association_service.rb
|
1082
|
+
- lib/dfp_api/v201302/order_service_registry.rb
|
1083
|
+
- lib/dfp_api/v201302/creative_template_service_registry.rb
|
1084
|
+
- lib/dfp_api/v201302/label_service.rb
|
1085
|
+
- lib/dfp_api/v201302/forecast_service.rb
|
1086
|
+
- lib/dfp_api/v201302/report_service.rb
|
1087
|
+
- lib/dfp_api/v201302/forecast_service_registry.rb
|
1088
|
+
- lib/dfp_api/v201302/inventory_service_registry.rb
|
1089
|
+
- lib/dfp_api/v201302/activity_group_service_registry.rb
|
1090
|
+
- lib/dfp_api/v201302/content_service_registry.rb
|
1091
|
+
- lib/dfp_api/v201302/custom_targeting_service_registry.rb
|
1092
|
+
- lib/dfp_api/v201302/custom_targeting_service.rb
|
1093
|
+
- lib/dfp_api/v201302/third_party_slot_service_registry.rb
|
1094
|
+
- lib/dfp_api/v201302/line_item_creative_association_service.rb
|
1095
|
+
- lib/dfp_api/v201302/suggested_ad_unit_service_registry.rb
|
1096
|
+
- lib/dfp_api/v201302/network_service.rb
|
1097
|
+
- lib/dfp_api/v201302/ad_rule_service_registry.rb
|
1098
|
+
- lib/dfp_api/v201302/custom_field_service.rb
|
1099
|
+
- lib/dfp_api/v201302/company_service_registry.rb
|
1100
|
+
- lib/dfp_api/v201302/user_service_registry.rb
|
1101
|
+
- lib/dfp_api/v201302/team_service_registry.rb
|
1102
|
+
- lib/dfp_api/v201302/creative_service.rb
|
1103
|
+
- lib/dfp_api/v201302/activity_group_service.rb
|
1104
|
+
- lib/dfp_api/v201302/publisher_query_language_service.rb
|
1105
|
+
- lib/dfp_api/v201302/content_service.rb
|
1106
|
+
- lib/dfp_api/v201302/creative_template_service.rb
|
1107
|
+
- lib/dfp_api/v201302/creative_set_service_registry.rb
|
1108
|
+
- lib/dfp_api/v201302/ad_rule_service.rb
|
1109
|
+
- lib/dfp_api/v201302/user_service.rb
|
1110
|
+
- lib/dfp_api/v201302/creative_service_registry.rb
|
1111
|
+
- lib/dfp_api/v201302/content_bundle_service.rb
|
1112
|
+
- lib/dfp_api/v201302/order_service.rb
|
1113
|
+
- lib/dfp_api/v201302/audience_segment_service_registry.rb
|
1114
|
+
- lib/dfp_api/v201302/line_item_service.rb
|
1115
|
+
- lib/dfp_api/v201302/placement_service.rb
|
1116
|
+
- lib/dfp_api/v201302/inventory_service.rb
|
1117
|
+
- lib/dfp_api/v201302/line_item_service_registry.rb
|
1118
|
+
- lib/dfp_api/v201302/third_party_slot_service.rb
|
1119
|
+
- lib/dfp_api/v201208/suggested_ad_unit_service.rb
|
1120
|
+
- lib/dfp_api/v201208/company_service.rb
|
1121
|
+
- lib/dfp_api/v201208/placement_service_registry.rb
|
1122
|
+
- lib/dfp_api/v201208/audience_segment_service.rb
|
1123
|
+
- lib/dfp_api/v201208/custom_field_service_registry.rb
|
1124
|
+
- lib/dfp_api/v201208/line_item_creative_association_service_registry.rb
|
1125
|
+
- lib/dfp_api/v201208/label_service_registry.rb
|
1126
|
+
- lib/dfp_api/v201208/network_service_registry.rb
|
1127
|
+
- lib/dfp_api/v201208/report_service_registry.rb
|
1128
|
+
- lib/dfp_api/v201208/team_service.rb
|
1129
|
+
- lib/dfp_api/v201208/user_team_association_service_registry.rb
|
1130
|
+
- lib/dfp_api/v201208/creative_set_service.rb
|
1131
|
+
- lib/dfp_api/v201208/publisher_query_language_service_registry.rb
|
1132
|
+
- lib/dfp_api/v201208/user_team_association_service.rb
|
1133
|
+
- lib/dfp_api/v201208/order_service_registry.rb
|
1134
|
+
- lib/dfp_api/v201208/creative_template_service_registry.rb
|
1135
|
+
- lib/dfp_api/v201208/label_service.rb
|
1136
|
+
- lib/dfp_api/v201208/forecast_service.rb
|
1137
|
+
- lib/dfp_api/v201208/report_service.rb
|
1138
|
+
- lib/dfp_api/v201208/forecast_service_registry.rb
|
1139
|
+
- lib/dfp_api/v201208/inventory_service_registry.rb
|
1140
|
+
- lib/dfp_api/v201208/content_service_registry.rb
|
1141
|
+
- lib/dfp_api/v201208/custom_targeting_service_registry.rb
|
1142
|
+
- lib/dfp_api/v201208/custom_targeting_service.rb
|
1143
|
+
- lib/dfp_api/v201208/third_party_slot_service_registry.rb
|
1144
|
+
- lib/dfp_api/v201208/line_item_creative_association_service.rb
|
1145
|
+
- lib/dfp_api/v201208/suggested_ad_unit_service_registry.rb
|
1146
|
+
- lib/dfp_api/v201208/network_service.rb
|
1147
|
+
- lib/dfp_api/v201208/custom_field_service.rb
|
1148
|
+
- lib/dfp_api/v201208/company_service_registry.rb
|
1149
|
+
- lib/dfp_api/v201208/user_service_registry.rb
|
1150
|
+
- lib/dfp_api/v201208/team_service_registry.rb
|
1151
|
+
- lib/dfp_api/v201208/creative_service.rb
|
1152
|
+
- lib/dfp_api/v201208/publisher_query_language_service.rb
|
1153
|
+
- lib/dfp_api/v201208/content_service.rb
|
1154
|
+
- lib/dfp_api/v201208/creative_template_service.rb
|
1155
|
+
- lib/dfp_api/v201208/creative_set_service_registry.rb
|
1156
|
+
- lib/dfp_api/v201208/user_service.rb
|
1157
|
+
- lib/dfp_api/v201208/creative_service_registry.rb
|
1158
|
+
- lib/dfp_api/v201208/order_service.rb
|
1159
|
+
- lib/dfp_api/v201208/audience_segment_service_registry.rb
|
1160
|
+
- lib/dfp_api/v201208/line_item_service.rb
|
1161
|
+
- lib/dfp_api/v201208/placement_service.rb
|
1162
|
+
- lib/dfp_api/v201208/inventory_service.rb
|
1163
|
+
- lib/dfp_api/v201208/line_item_service_registry.rb
|
1164
|
+
- lib/dfp_api/v201208/third_party_slot_service.rb
|
1165
|
+
- lib/dfp_api/api_config.rb
|
1166
|
+
- lib/dfp_api/version.rb
|
1167
|
+
- lib/dfp_api/v201405/reconciliation_order_report_service_registry.rb
|
1168
|
+
- lib/dfp_api/v201405/rate_card_customization_service_registry.rb
|
1169
|
+
- lib/dfp_api/v201405/suggested_ad_unit_service.rb
|
1642
1170
|
- lib/dfp_api/v201405/company_service.rb
|
1643
|
-
- lib/dfp_api/v201405/
|
1171
|
+
- lib/dfp_api/v201405/workflow_request_service_registry.rb
|
1172
|
+
- lib/dfp_api/v201405/placement_service_registry.rb
|
1644
1173
|
- lib/dfp_api/v201405/contact_service.rb
|
1174
|
+
- lib/dfp_api/v201405/audience_segment_service.rb
|
1175
|
+
- lib/dfp_api/v201405/activity_service_registry.rb
|
1176
|
+
- lib/dfp_api/v201405/custom_field_service_registry.rb
|
1177
|
+
- lib/dfp_api/v201405/line_item_creative_association_service_registry.rb
|
1178
|
+
- lib/dfp_api/v201405/label_service_registry.rb
|
1179
|
+
- lib/dfp_api/v201405/network_service_registry.rb
|
1180
|
+
- lib/dfp_api/v201405/rate_card_customization_group_service_registry.rb
|
1181
|
+
- lib/dfp_api/v201405/report_service_registry.rb
|
1182
|
+
- lib/dfp_api/v201405/creative_wrapper_service_registry.rb
|
1183
|
+
- lib/dfp_api/v201405/team_service.rb
|
1184
|
+
- lib/dfp_api/v201405/creative_wrapper_service.rb
|
1645
1185
|
- lib/dfp_api/v201405/contact_service_registry.rb
|
1646
|
-
- lib/dfp_api/v201405/content_bundle_service.rb
|
1647
1186
|
- lib/dfp_api/v201405/content_bundle_service_registry.rb
|
1648
|
-
- lib/dfp_api/v201405/
|
1649
|
-
- lib/dfp_api/v201405/content_metadata_key_hierarchy_service_registry.rb
|
1650
|
-
- lib/dfp_api/v201405/content_service.rb
|
1651
|
-
- lib/dfp_api/v201405/content_service_registry.rb
|
1652
|
-
- lib/dfp_api/v201405/creative_service.rb
|
1653
|
-
- lib/dfp_api/v201405/creative_service_registry.rb
|
1187
|
+
- lib/dfp_api/v201405/user_team_association_service_registry.rb
|
1654
1188
|
- lib/dfp_api/v201405/creative_set_service.rb
|
1655
|
-
- lib/dfp_api/v201405/
|
1656
|
-
- lib/dfp_api/v201405/
|
1657
|
-
- lib/dfp_api/v201405/
|
1658
|
-
- lib/dfp_api/v201405/
|
1659
|
-
- lib/dfp_api/v201405/
|
1660
|
-
- lib/dfp_api/v201405/
|
1661
|
-
- lib/dfp_api/v201405/custom_field_service_registry.rb
|
1662
|
-
- lib/dfp_api/v201405/custom_targeting_service.rb
|
1663
|
-
- lib/dfp_api/v201405/custom_targeting_service_registry.rb
|
1664
|
-
- lib/dfp_api/v201405/exchange_rate_service.rb
|
1189
|
+
- lib/dfp_api/v201405/reconciliation_report_row_service.rb
|
1190
|
+
- lib/dfp_api/v201405/base_rate_service.rb
|
1191
|
+
- lib/dfp_api/v201405/proposal_service.rb
|
1192
|
+
- lib/dfp_api/v201405/publisher_query_language_service_registry.rb
|
1193
|
+
- lib/dfp_api/v201405/activity_service.rb
|
1194
|
+
- lib/dfp_api/v201405/proposal_service_registry.rb
|
1665
1195
|
- lib/dfp_api/v201405/exchange_rate_service_registry.rb
|
1196
|
+
- lib/dfp_api/v201405/user_team_association_service.rb
|
1197
|
+
- lib/dfp_api/v201405/order_service_registry.rb
|
1198
|
+
- lib/dfp_api/v201405/creative_template_service_registry.rb
|
1199
|
+
- lib/dfp_api/v201405/label_service.rb
|
1666
1200
|
- lib/dfp_api/v201405/forecast_service.rb
|
1201
|
+
- lib/dfp_api/v201405/report_service.rb
|
1667
1202
|
- lib/dfp_api/v201405/forecast_service_registry.rb
|
1668
|
-
- lib/dfp_api/v201405/
|
1203
|
+
- lib/dfp_api/v201405/rate_card_customization_group_service.rb
|
1669
1204
|
- lib/dfp_api/v201405/inventory_service_registry.rb
|
1670
|
-
- lib/dfp_api/v201405/
|
1671
|
-
- lib/dfp_api/v201405/
|
1672
|
-
- lib/dfp_api/v201405/
|
1673
|
-
- lib/dfp_api/v201405/line_item_creative_association_service_registry.rb
|
1674
|
-
- lib/dfp_api/v201405/line_item_service.rb
|
1675
|
-
- lib/dfp_api/v201405/line_item_service_registry.rb
|
1205
|
+
- lib/dfp_api/v201405/product_template_service_registry.rb
|
1206
|
+
- lib/dfp_api/v201405/activity_group_service_registry.rb
|
1207
|
+
- lib/dfp_api/v201405/content_service_registry.rb
|
1676
1208
|
- lib/dfp_api/v201405/line_item_template_service.rb
|
1677
|
-
- lib/dfp_api/v201405/
|
1209
|
+
- lib/dfp_api/v201405/content_metadata_key_hierarchy_service.rb
|
1210
|
+
- lib/dfp_api/v201405/rate_card_service_registry.rb
|
1678
1211
|
- lib/dfp_api/v201405/live_stream_event_service.rb
|
1679
|
-
- lib/dfp_api/v201405/
|
1212
|
+
- lib/dfp_api/v201405/custom_targeting_service_registry.rb
|
1213
|
+
- lib/dfp_api/v201405/custom_targeting_service.rb
|
1214
|
+
- lib/dfp_api/v201405/line_item_creative_association_service.rb
|
1215
|
+
- lib/dfp_api/v201405/workflow_request_service.rb
|
1216
|
+
- lib/dfp_api/v201405/base_rate_service_registry.rb
|
1217
|
+
- lib/dfp_api/v201405/proposal_line_item_service_registry.rb
|
1218
|
+
- lib/dfp_api/v201405/suggested_ad_unit_service_registry.rb
|
1680
1219
|
- lib/dfp_api/v201405/network_service.rb
|
1681
|
-
- lib/dfp_api/v201405/
|
1682
|
-
- lib/dfp_api/v201405/order_service.rb
|
1683
|
-
- lib/dfp_api/v201405/order_service_registry.rb
|
1684
|
-
- lib/dfp_api/v201405/placement_service.rb
|
1685
|
-
- lib/dfp_api/v201405/placement_service_registry.rb
|
1686
|
-
- lib/dfp_api/v201405/product_service.rb
|
1687
|
-
- lib/dfp_api/v201405/product_service_registry.rb
|
1220
|
+
- lib/dfp_api/v201405/ad_rule_service_registry.rb
|
1688
1221
|
- lib/dfp_api/v201405/product_template_service.rb
|
1689
|
-
- lib/dfp_api/v201405/
|
1222
|
+
- lib/dfp_api/v201405/custom_field_service.rb
|
1223
|
+
- lib/dfp_api/v201405/company_service_registry.rb
|
1224
|
+
- lib/dfp_api/v201405/user_service_registry.rb
|
1225
|
+
- lib/dfp_api/v201405/team_service_registry.rb
|
1226
|
+
- lib/dfp_api/v201405/reconciliation_report_service_registry.rb
|
1227
|
+
- lib/dfp_api/v201405/reconciliation_order_report_service.rb
|
1228
|
+
- lib/dfp_api/v201405/line_item_template_service_registry.rb
|
1229
|
+
- lib/dfp_api/v201405/exchange_rate_service.rb
|
1230
|
+
- lib/dfp_api/v201405/creative_service.rb
|
1690
1231
|
- lib/dfp_api/v201405/proposal_line_item_service.rb
|
1691
|
-
- lib/dfp_api/v201405/
|
1692
|
-
- lib/dfp_api/v201405/proposal_service.rb
|
1693
|
-
- lib/dfp_api/v201405/proposal_service_registry.rb
|
1232
|
+
- lib/dfp_api/v201405/activity_group_service.rb
|
1694
1233
|
- lib/dfp_api/v201405/publisher_query_language_service.rb
|
1695
|
-
- lib/dfp_api/v201405/publisher_query_language_service_registry.rb
|
1696
|
-
- lib/dfp_api/v201405/rate_card_customization_group_service.rb
|
1697
|
-
- lib/dfp_api/v201405/rate_card_customization_group_service_registry.rb
|
1698
|
-
- lib/dfp_api/v201405/rate_card_customization_service.rb
|
1699
|
-
- lib/dfp_api/v201405/rate_card_customization_service_registry.rb
|
1700
|
-
- lib/dfp_api/v201405/rate_card_service.rb
|
1701
|
-
- lib/dfp_api/v201405/rate_card_service_registry.rb
|
1702
|
-
- lib/dfp_api/v201405/reconciliation_order_report_service.rb
|
1703
|
-
- lib/dfp_api/v201405/reconciliation_order_report_service_registry.rb
|
1704
|
-
- lib/dfp_api/v201405/reconciliation_report_row_service.rb
|
1705
1234
|
- lib/dfp_api/v201405/reconciliation_report_row_service_registry.rb
|
1706
|
-
- lib/dfp_api/v201405/
|
1707
|
-
- lib/dfp_api/v201405/
|
1708
|
-
- lib/dfp_api/v201405/
|
1709
|
-
- lib/dfp_api/v201405/
|
1710
|
-
- lib/dfp_api/v201405/
|
1711
|
-
- lib/dfp_api/v201405/
|
1712
|
-
- lib/dfp_api/v201405/team_service.rb
|
1713
|
-
- lib/dfp_api/v201405/team_service_registry.rb
|
1235
|
+
- lib/dfp_api/v201405/content_service.rb
|
1236
|
+
- lib/dfp_api/v201405/product_service.rb
|
1237
|
+
- lib/dfp_api/v201405/creative_template_service.rb
|
1238
|
+
- lib/dfp_api/v201405/creative_set_service_registry.rb
|
1239
|
+
- lib/dfp_api/v201405/ad_rule_service.rb
|
1240
|
+
- lib/dfp_api/v201405/rate_card_service.rb
|
1714
1241
|
- lib/dfp_api/v201405/user_service.rb
|
1715
|
-
- lib/dfp_api/v201405/
|
1716
|
-
- lib/dfp_api/v201405/
|
1717
|
-
- lib/dfp_api/v201405/
|
1718
|
-
- lib/dfp_api/v201405/
|
1719
|
-
- lib/dfp_api/v201405/
|
1720
|
-
- lib/dfp_api/
|
1242
|
+
- lib/dfp_api/v201405/creative_service_registry.rb
|
1243
|
+
- lib/dfp_api/v201405/content_bundle_service.rb
|
1244
|
+
- lib/dfp_api/v201405/order_service.rb
|
1245
|
+
- lib/dfp_api/v201405/live_stream_event_service_registry.rb
|
1246
|
+
- lib/dfp_api/v201405/audience_segment_service_registry.rb
|
1247
|
+
- lib/dfp_api/v201405/product_service_registry.rb
|
1248
|
+
- lib/dfp_api/v201405/line_item_service.rb
|
1249
|
+
- lib/dfp_api/v201405/rate_card_customization_service.rb
|
1250
|
+
- lib/dfp_api/v201405/content_metadata_key_hierarchy_service_registry.rb
|
1251
|
+
- lib/dfp_api/v201405/placement_service.rb
|
1252
|
+
- lib/dfp_api/v201405/reconciliation_report_service.rb
|
1253
|
+
- lib/dfp_api/v201405/inventory_service.rb
|
1254
|
+
- lib/dfp_api/v201405/line_item_service_registry.rb
|
1255
|
+
- lib/dfp_api_statement.rb
|
1256
|
+
- lib/dfp_api.rb
|
1721
1257
|
- test/bugs/test_issue_00000016.rb
|
1722
|
-
- test/dfp_api/test_config.yml
|
1723
1258
|
- test/dfp_api/test_dfp_api.rb
|
1259
|
+
- test/dfp_api/test_config.yml
|
1724
1260
|
- test/suite_unittests.rb
|
1261
|
+
- COPYING
|
1262
|
+
- README.md
|
1263
|
+
- ChangeLog
|
1264
|
+
- dfp_api.yml
|
1725
1265
|
homepage: http://code.google.com/p/google-api-ads-ruby/
|
1726
1266
|
licenses:
|
1727
1267
|
- Apache-2.0
|
1728
|
-
metadata: {}
|
1729
1268
|
post_install_message:
|
1730
1269
|
rdoc_options: []
|
1731
1270
|
require_paths:
|
1732
1271
|
- lib
|
1733
1272
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1273
|
+
none: false
|
1734
1274
|
requirements:
|
1735
1275
|
- - ! '>='
|
1736
1276
|
- !ruby/object:Gem::Version
|
1737
1277
|
version: '0'
|
1738
1278
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1279
|
+
none: false
|
1739
1280
|
requirements:
|
1740
1281
|
- - ! '>='
|
1741
1282
|
- !ruby/object:Gem::Version
|
1742
1283
|
version: 1.3.6
|
1743
1284
|
requirements: []
|
1744
1285
|
rubyforge_project: google-dfp-api
|
1745
|
-
rubygems_version:
|
1286
|
+
rubygems_version: 1.8.11
|
1746
1287
|
signing_key:
|
1747
|
-
specification_version:
|
1288
|
+
specification_version: 3
|
1748
1289
|
summary: Ruby Client libraries for DFP API
|
1749
1290
|
test_files:
|
1750
1291
|
- test/bugs/test_issue_00000016.rb
|