google-adwords-api 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +3 -0
- data/README +4 -7
- data/examples/v201206/account_management/create_account.rb +84 -0
- data/examples/v201206/account_management/get_account_alerts.rb +111 -0
- data/examples/v201206/account_management/get_account_changes.rb +137 -0
- data/examples/v201206/account_management/get_account_hierarchy.rb +92 -0
- data/examples/v201206/account_management/get_client_customer_id.rb +85 -0
- data/examples/v201206/account_management/get_client_unit_usage.rb +87 -0
- data/examples/v201206/basic_operations/add_ad_groups.rb +136 -0
- data/examples/v201206/basic_operations/add_campaigns.rb +146 -0
- data/examples/v201206/basic_operations/add_keywords.rb +108 -0
- data/examples/v201206/basic_operations/add_text_ads.rb +105 -0
- data/examples/v201206/basic_operations/delete_ad.rb +85 -0
- data/examples/v201206/basic_operations/delete_ad_group.rb +102 -0
- data/examples/v201206/basic_operations/delete_campaign.rb +103 -0
- data/examples/v201206/basic_operations/delete_keyword.rb +90 -0
- data/examples/v201206/basic_operations/get_ad_groups.rb +98 -0
- data/examples/v201206/basic_operations/get_campaigns.rb +93 -0
- data/examples/v201206/basic_operations/get_campaigns_with_awql.rb +85 -0
- data/examples/v201206/basic_operations/get_keywords.rb +104 -0
- data/examples/v201206/basic_operations/get_text_ads.rb +106 -0
- data/examples/v201206/basic_operations/pause_ad.rb +84 -0
- data/examples/v201206/basic_operations/update_ad_group.rb +81 -0
- data/examples/v201206/basic_operations/update_campaign.rb +84 -0
- data/examples/v201206/basic_operations/update_keyword.rb +99 -0
- data/examples/v201206/campaign_management/add_experiment.rb +158 -0
- data/examples/v201206/campaign_management/add_keywords_in_bulk.rb +150 -0
- data/examples/v201206/campaign_management/add_location_extension.rb +117 -0
- data/examples/v201206/campaign_management/add_location_extension_override.rb +83 -0
- data/examples/v201206/campaign_management/get_all_disapproved_ads.rb +93 -0
- data/examples/v201206/campaign_management/get_all_disapproved_ads_with_awql.rb +84 -0
- data/examples/v201206/campaign_management/promote_experiment.rb +77 -0
- data/examples/v201206/campaign_management/set_ad_parameters.rb +114 -0
- data/examples/v201206/campaign_management/validate_text_ad.rb +106 -0
- data/examples/v201206/error_handling/handle_captcha_challenge.rb +93 -0
- data/examples/v201206/error_handling/handle_partial_failures.rb +126 -0
- data/examples/v201206/error_handling/handle_policy_violation_error.rb +137 -0
- data/examples/v201206/error_handling/handle_two_factor_authorization_error.rb +87 -0
- data/examples/v201206/misc/get_all_images_and_videos.rb +101 -0
- data/examples/v201206/misc/upload_image.rb +90 -0
- data/examples/v201206/misc/use_oauth.rb +100 -0
- data/examples/v201206/misc/use_oauth2.rb +97 -0
- data/examples/v201206/optimization/estimate_keyword_traffic.rb +129 -0
- data/examples/v201206/optimization/get_keyword_bid_simulations.rb +92 -0
- data/examples/v201206/optimization/get_keyword_ideas.rb +115 -0
- data/examples/v201206/optimization/get_placement_ideas.rb +106 -0
- data/examples/v201206/remarketing/add_audience.rb +115 -0
- data/examples/v201206/remarketing/add_conversion_tracker.rb +97 -0
- data/examples/v201206/reporting/download_criteria_report.rb +79 -0
- data/examples/v201206/reporting/download_criteria_report_with_awql.rb +78 -0
- data/examples/v201206/reporting/get_campaign_stats.rb +105 -0
- data/examples/v201206/reporting/get_defined_reports.rb +75 -0
- data/examples/v201206/reporting/get_report_fields.rb +71 -0
- data/examples/v201206/reporting/parallel_report_download.rb +159 -0
- data/examples/v201206/targeting/add_campaign_targeting_criteria.rb +118 -0
- data/examples/v201206/targeting/get_campaign_targeting_criteria.rb +102 -0
- data/examples/v201206/targeting/get_targetable_languages_and_carriers.rb +86 -0
- data/examples/v201206/targeting/lookup_location.rb +104 -0
- data/lib/adwords_api/api_config.rb +69 -5
- data/lib/adwords_api/report_utils.rb +50 -1
- data/lib/adwords_api/v201109/ad_extension_override_service.rb +1 -1
- data/lib/adwords_api/v201109/ad_extension_override_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/ad_group_ad_service.rb +1 -1
- data/lib/adwords_api/v201109/ad_group_ad_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/ad_group_criterion_service.rb +1 -1
- data/lib/adwords_api/v201109/ad_group_criterion_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/ad_group_service.rb +1 -1
- data/lib/adwords_api/v201109/ad_group_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/ad_param_service.rb +1 -1
- data/lib/adwords_api/v201109/ad_param_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/alert_service.rb +1 -1
- data/lib/adwords_api/v201109/alert_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/budget_order_service.rb +1 -1
- data/lib/adwords_api/v201109/budget_order_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/bulk_mutate_job_service.rb +1 -1
- data/lib/adwords_api/v201109/bulk_mutate_job_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/campaign_ad_extension_service.rb +1 -1
- data/lib/adwords_api/v201109/campaign_ad_extension_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/campaign_criterion_service.rb +1 -1
- data/lib/adwords_api/v201109/campaign_criterion_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/campaign_service.rb +1 -1
- data/lib/adwords_api/v201109/campaign_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/campaign_target_service.rb +1 -1
- data/lib/adwords_api/v201109/campaign_target_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/constant_data_service.rb +1 -1
- data/lib/adwords_api/v201109/constant_data_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/conversion_tracker_service.rb +1 -1
- data/lib/adwords_api/v201109/conversion_tracker_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/create_account_service.rb +1 -1
- data/lib/adwords_api/v201109/create_account_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/customer_sync_service.rb +1 -1
- data/lib/adwords_api/v201109/customer_sync_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/data_service.rb +1 -1
- data/lib/adwords_api/v201109/data_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/experiment_service.rb +1 -1
- data/lib/adwords_api/v201109/experiment_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/geo_location_service.rb +1 -1
- data/lib/adwords_api/v201109/geo_location_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/info_service.rb +1 -1
- data/lib/adwords_api/v201109/info_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/location_criterion_service.rb +1 -1
- data/lib/adwords_api/v201109/location_criterion_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/media_service.rb +1 -1
- data/lib/adwords_api/v201109/media_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/mutate_job_service.rb +1 -1
- data/lib/adwords_api/v201109/mutate_job_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/report_definition_service.rb +1 -1
- data/lib/adwords_api/v201109/report_definition_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/serviced_account_service.rb +1 -1
- data/lib/adwords_api/v201109/serviced_account_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/targeting_idea_service.rb +1 -1
- data/lib/adwords_api/v201109/targeting_idea_service_registry.rb +2 -2
- data/lib/adwords_api/v201109/traffic_estimator_service.rb +1 -1
- data/lib/adwords_api/v201109/traffic_estimator_service_registry.rb +1 -1
- data/lib/adwords_api/v201109/user_list_service.rb +1 -1
- data/lib/adwords_api/v201109/user_list_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/ad_extension_override_service.rb +1 -1
- data/lib/adwords_api/v201109_1/ad_extension_override_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/ad_group_ad_service.rb +1 -1
- data/lib/adwords_api/v201109_1/ad_group_ad_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/ad_group_criterion_service.rb +1 -1
- data/lib/adwords_api/v201109_1/ad_group_criterion_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/ad_group_service.rb +1 -1
- data/lib/adwords_api/v201109_1/ad_group_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/ad_param_service.rb +1 -1
- data/lib/adwords_api/v201109_1/ad_param_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/alert_service.rb +1 -1
- data/lib/adwords_api/v201109_1/alert_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/budget_order_service.rb +1 -1
- data/lib/adwords_api/v201109_1/budget_order_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/bulk_mutate_job_service.rb +1 -1
- data/lib/adwords_api/v201109_1/bulk_mutate_job_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/campaign_ad_extension_service.rb +1 -1
- data/lib/adwords_api/v201109_1/campaign_ad_extension_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/campaign_criterion_service.rb +1 -1
- data/lib/adwords_api/v201109_1/campaign_criterion_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/campaign_service.rb +1 -1
- data/lib/adwords_api/v201109_1/campaign_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/campaign_target_service.rb +1 -1
- data/lib/adwords_api/v201109_1/campaign_target_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/constant_data_service.rb +1 -1
- data/lib/adwords_api/v201109_1/constant_data_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/conversion_tracker_service.rb +1 -1
- data/lib/adwords_api/v201109_1/conversion_tracker_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/create_account_service.rb +1 -1
- data/lib/adwords_api/v201109_1/create_account_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/customer_service.rb +34 -0
- data/lib/adwords_api/v201109_1/customer_service_registry.rb +46 -0
- data/lib/adwords_api/v201109_1/customer_sync_service.rb +1 -1
- data/lib/adwords_api/v201109_1/customer_sync_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/data_service.rb +1 -1
- data/lib/adwords_api/v201109_1/data_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/experiment_service.rb +1 -1
- data/lib/adwords_api/v201109_1/experiment_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/geo_location_service.rb +1 -1
- data/lib/adwords_api/v201109_1/geo_location_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/info_service.rb +1 -1
- data/lib/adwords_api/v201109_1/info_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/location_criterion_service.rb +1 -1
- data/lib/adwords_api/v201109_1/location_criterion_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/managed_customer_service.rb +38 -0
- data/lib/adwords_api/v201109_1/managed_customer_service_registry.rb +46 -0
- data/lib/adwords_api/v201109_1/media_service.rb +1 -1
- data/lib/adwords_api/v201109_1/media_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/mutate_job_service.rb +1 -1
- data/lib/adwords_api/v201109_1/mutate_job_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/report_definition_service.rb +1 -1
- data/lib/adwords_api/v201109_1/report_definition_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/serviced_account_service.rb +1 -1
- data/lib/adwords_api/v201109_1/serviced_account_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/targeting_idea_service.rb +1 -1
- data/lib/adwords_api/v201109_1/targeting_idea_service_registry.rb +2 -2
- data/lib/adwords_api/v201109_1/traffic_estimator_service.rb +1 -1
- data/lib/adwords_api/v201109_1/traffic_estimator_service_registry.rb +1 -1
- data/lib/adwords_api/v201109_1/user_list_service.rb +1 -1
- data/lib/adwords_api/v201109_1/user_list_service_registry.rb +1 -1
- data/lib/adwords_api/v201206/ad_extension_override_service.rb +38 -0
- data/lib/adwords_api/v201206/ad_extension_override_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/ad_group_ad_service.rb +42 -0
- data/lib/adwords_api/v201206/ad_group_ad_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/ad_group_criterion_service.rb +42 -0
- data/lib/adwords_api/v201206/ad_group_criterion_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/ad_group_service.rb +42 -0
- data/lib/adwords_api/v201206/ad_group_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/ad_param_service.rb +38 -0
- data/lib/adwords_api/v201206/ad_param_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/alert_service.rb +34 -0
- data/lib/adwords_api/v201206/alert_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/budget_order_service.rb +42 -0
- data/lib/adwords_api/v201206/budget_order_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/bulk_mutate_job_service.rb +38 -0
- data/lib/adwords_api/v201206/bulk_mutate_job_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/campaign_ad_extension_service.rb +38 -0
- data/lib/adwords_api/v201206/campaign_ad_extension_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/campaign_criterion_service.rb +42 -0
- data/lib/adwords_api/v201206/campaign_criterion_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/campaign_service.rb +42 -0
- data/lib/adwords_api/v201206/campaign_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/constant_data_service.rb +62 -0
- data/lib/adwords_api/v201206/constant_data_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/conversion_tracker_service.rb +38 -0
- data/lib/adwords_api/v201206/conversion_tracker_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/customer_service.rb +34 -0
- data/lib/adwords_api/v201206/customer_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/customer_sync_service.rb +34 -0
- data/lib/adwords_api/v201206/customer_sync_service_registry.rb +47 -0
- data/lib/adwords_api/v201206/data_service.rb +38 -0
- data/lib/adwords_api/v201206/data_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/experiment_service.rb +38 -0
- data/lib/adwords_api/v201206/experiment_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/geo_location_service.rb +34 -0
- data/lib/adwords_api/v201206/geo_location_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/info_service.rb +34 -0
- data/lib/adwords_api/v201206/info_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/location_criterion_service.rb +34 -0
- data/lib/adwords_api/v201206/location_criterion_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/managed_customer_service.rb +38 -0
- data/lib/adwords_api/v201206/managed_customer_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/media_service.rb +38 -0
- data/lib/adwords_api/v201206/media_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/mutate_job_service.rb +42 -0
- data/lib/adwords_api/v201206/mutate_job_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/report_definition_service.rb +34 -0
- data/lib/adwords_api/v201206/report_definition_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/targeting_idea_service.rb +38 -0
- data/lib/adwords_api/v201206/targeting_idea_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/traffic_estimator_service.rb +34 -0
- data/lib/adwords_api/v201206/traffic_estimator_service_registry.rb +46 -0
- data/lib/adwords_api/v201206/user_list_service.rb +38 -0
- data/lib/adwords_api/v201206/user_list_service_registry.rb +46 -0
- data/lib/adwords_api/version.rb +1 -1
- data/test/adwords_api/test_api_config.rb +10 -10
- data/test/adwords_api/test_report_utils.rb +1 -1
- data/test/bugs/test_issue_00000031.rb +14 -14
- data/test/bugs/test_issue_00000063.rb +6 -6
- data/test/examples/v201206/test_account_management.rb +60 -0
- data/test/examples/v201206/test_basic_operations.rb +177 -0
- data/test/examples/v201206/test_campaign_management.rb +124 -0
- data/test/examples/v201206/test_error_handling.rb +63 -0
- data/test/examples/v201206/test_misc.rb +45 -0
- data/test/examples/v201206/test_optimization.rb +63 -0
- data/test/examples/v201206/test_remarketing.rb +39 -0
- data/test/examples/v201206/test_reporting.rb +89 -0
- data/test/examples/v201206/test_targeting.rb +60 -0
- data/test/examples/v201206/utils.rb +239 -0
- data/test/suite_exampletests_v201206.rb +37 -0
- metadata +155 -50
|
@@ -77,6 +77,43 @@ module AdwordsApi
|
|
|
77
77
|
return nil
|
|
78
78
|
end
|
|
79
79
|
|
|
80
|
+
# Downloads and returns a report with AWQL.
|
|
81
|
+
#
|
|
82
|
+
# Args:
|
|
83
|
+
# - report_query: query for the report as string
|
|
84
|
+
# - format: format for the report as string
|
|
85
|
+
# - cid: optional customer ID to run report against
|
|
86
|
+
#
|
|
87
|
+
# Returns:
|
|
88
|
+
# - report body
|
|
89
|
+
#
|
|
90
|
+
# Raises:
|
|
91
|
+
# - AdwordsApi::Errors::ReportError if a server-side error has occurred
|
|
92
|
+
#
|
|
93
|
+
def download_report_with_awql(report_query, format, cid = nil)
|
|
94
|
+
return get_report_response_with_awql(report_query, format, cid).body
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
# Downloads a report with AWQL and saves it to a file.
|
|
98
|
+
#
|
|
99
|
+
# Args:
|
|
100
|
+
# - report_query: query for the report as string
|
|
101
|
+
# - format: format for the report as string
|
|
102
|
+
# - path: path to save report to
|
|
103
|
+
# - cid: optional customer ID to run report against
|
|
104
|
+
#
|
|
105
|
+
# Returns:
|
|
106
|
+
# - nil
|
|
107
|
+
#
|
|
108
|
+
# Raises:
|
|
109
|
+
# - AdwordsApi::Errors::ReportError if server-side error occurred
|
|
110
|
+
#
|
|
111
|
+
def download_report_as_file_with_awql(report_query, format, path, cid = nil)
|
|
112
|
+
report_body = download_report_with_awql(report_query, format, cid)
|
|
113
|
+
save_to_file(report_body, path)
|
|
114
|
+
return nil
|
|
115
|
+
end
|
|
116
|
+
|
|
80
117
|
private
|
|
81
118
|
|
|
82
119
|
# Minimal set of required fields for report definition.
|
|
@@ -98,10 +135,22 @@ module AdwordsApi
|
|
|
98
135
|
def get_report_response(report_definition, cid)
|
|
99
136
|
definition_text = get_report_definition_text(report_definition)
|
|
100
137
|
data = '__rdxml=%s' % CGI.escape(definition_text)
|
|
138
|
+
return make_adhoc_request(data, cid)
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
# Send POST request for a report with AWQL and returns Response object.
|
|
142
|
+
def get_report_response_with_awql(report_query, format, cid)
|
|
143
|
+
data = '__rdquery=%s&__fmt=%s' %
|
|
144
|
+
[CGI.escape(report_query), CGI.escape(format)]
|
|
145
|
+
return make_adhoc_request(data, cid)
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
# Makes request and AdHoc service and returns response.
|
|
149
|
+
def make_adhoc_request(data, cid)
|
|
101
150
|
url = @api.api_config.adhoc_report_download_url(
|
|
102
151
|
@api.config.read('service.environment'), @version)
|
|
103
152
|
headers = get_report_request_headers(url, cid)
|
|
104
|
-
log_request(url, headers,
|
|
153
|
+
log_request(url, headers, data)
|
|
105
154
|
response = AdsCommon::Http.post_response(url, data, @api.config, headers)
|
|
106
155
|
check_for_errors(response)
|
|
107
156
|
return response
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:17.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/ad_extension_override_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:17.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:21.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/ad_group_ad_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:21.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:25.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/ad_group_criterion_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:25.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:35.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/ad_group_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:35.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:38.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/ad_param_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:38.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:40.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/alert_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:40.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:43.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/budget_order_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:43.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:49.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/bulk_mutate_job_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:49.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:55.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/campaign_ad_extension_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:55.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:58.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/campaign_criterion_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:22:58.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:02.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/campaign_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:02.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:05.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/campaign_target_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:05.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:08.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/constant_data_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:08.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:11.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/conversion_tracker_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:11.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:13.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/create_account_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:13.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:15.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/customer_sync_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:15.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:17.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/data_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:17.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:20.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/experiment_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:20.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:23.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/geo_location_service_registry'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:23.
|
|
9
9
|
|
|
10
10
|
require 'adwords_api/errors'
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
|
|
6
6
|
# License:: Licensed under the Apache License, Version 2.0.
|
|
7
7
|
#
|
|
8
|
-
# Code generated by AdsCommon library 0.7.
|
|
8
|
+
# Code generated by AdsCommon library 0.7.3 on 2012-07-04 07:23:26.
|
|
9
9
|
|
|
10
10
|
require 'ads_common/savon_service'
|
|
11
11
|
require 'adwords_api/v201109/info_service_registry'
|