google-adx-buyer-api 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +4 -0
- data/README +39 -25
- data/examples/v201109/account_management/get_account_changes.rb +137 -0
- data/examples/{v201008 → v201109/basic_operations}/add_ad_group.rb +18 -28
- data/examples/{v201003 → v201109/basic_operations}/add_campaign.rb +28 -30
- data/examples/{v201008/add_ad_group_criteria.rb → v201109/basic_operations/add_placements.rb} +45 -46
- data/examples/v201109/basic_operations/add_thirdparty_redirect_ad.rb +105 -0
- data/examples/{v201008 → v201109/basic_operations}/delete_ad.rb +21 -35
- data/examples/{v201101 → v201109/basic_operations}/delete_ad_group.rb +18 -28
- data/examples/v201109/{delete_campaign.rb → basic_operations/delete_campaign.rb} +18 -28
- data/examples/{v201008/delete_ad_group_criterion.rb → v201109/basic_operations/delete_placement.rb} +24 -33
- data/examples/{v201101/get_all_ad_groups.rb → v201109/basic_operations/get_ad_groups.rb} +21 -35
- data/examples/{v201101/get_all_campaigns.rb → v201109/basic_operations/get_campaigns.rb} +14 -23
- data/examples/{v201008/get_all_ad_group_criteria.rb → v201109/basic_operations/get_placements.rb} +37 -36
- data/examples/v201109/{get_all_ads.rb → basic_operations/get_thirdparty_redirect_ads.rb} +37 -36
- data/examples/v201109/{get_client_customer_id.rb → basic_operations/pause_ad.rb} +27 -33
- data/examples/{v201003 → v201109/basic_operations}/update_ad_group.rb +18 -32
- data/examples/{v201101 → v201109/basic_operations}/update_campaign.rb +19 -33
- data/examples/{v201003/delete_ad_group_criterion.rb → v201109/basic_operations/update_placement.rb} +35 -36
- data/examples/v201109/{perform_mutate_job.rb → campaign_management/add_placements_in_bulk.rb} +11 -11
- data/examples/v201109/{get_all_disapproved_ads.rb → campaign_management/get_all_disapproved_ads.rb} +18 -28
- data/examples/v201109/error_handling/handle_captcha_challenge.rb +93 -0
- data/examples/v201109/error_handling/handle_partial_failures.rb +117 -0
- data/examples/v201109/error_handling/handle_policy_violation_error.rb +138 -0
- data/examples/v201109/error_handling/handle_two_factor_authorization_error.rb +87 -0
- data/examples/v201109/misc/get_all_images_and_videos.rb +101 -0
- data/examples/{v201101 → v201109/misc}/upload_image.rb +23 -33
- data/examples/v201109/{get_all_campaigns.rb → misc/use_oauth.rb} +42 -31
- data/examples/{v201003/get_related_placements.rb → v201109/optimization/get_placement_ideas.rb} +32 -37
- data/examples/{v201008/add_user_list.rb → v201109/remarketing/add_audience.rb} +49 -34
- data/examples/v201109/{add_conversion.rb → remarketing/add_conversion_tracker.rb} +31 -35
- data/examples/v201109/{download_adhoc_report.rb → reporting/download_criteria_report.rb} +24 -24
- data/examples/{v201008/download_report.rb → v201109/reporting/download_defined_report.rb} +20 -29
- data/examples/v201109/reporting/get_campaign_stats.rb +105 -0
- data/examples/{v201008/get_all_report_definitions.rb → v201109/reporting/get_defined_reports.rb} +18 -27
- data/examples/v201109/{get_all_carriers.rb → reporting/get_report_fields.rb} +18 -19
- data/examples/v201109/reporting/parallel_report_download.rb +159 -0
- data/examples/v201109/{add_campaign_targeting_criteria.rb → targeting/add_campaign_targeting_criteria.rb} +27 -19
- data/examples/v201109/targeting/get_campaign_targeting_criteria.rb +104 -0
- data/examples/v201109/{get_all_languages.rb → targeting/get_targetable_languages_and_carriers.rb} +18 -9
- data/examples/v201109/{get_location_criteria.rb → targeting/lookup_location.rb} +7 -7
- metadata +59 -191
- data/Rakefile +0 -50
- data/examples/v201003/add_ad_group.rb +0 -98
- data/examples/v201003/add_ad_group_criteria.rb +0 -100
- data/examples/v201003/add_ads.rb +0 -110
- data/examples/v201003/add_negative_campaign_criterion.rb +0 -95
- data/examples/v201003/add_placement_performance_report_definition.rb +0 -108
- data/examples/v201003/check_campaigns.rb +0 -132
- data/examples/v201003/delete_ad.rb +0 -94
- data/examples/v201003/delete_ad_group.rb +0 -86
- data/examples/v201003/delete_campaign.rb +0 -87
- data/examples/v201003/download_report.rb +0 -76
- data/examples/v201003/get_all_active_ad_group_criteria.rb +0 -93
- data/examples/v201003/get_all_ad_group_criteria.rb +0 -91
- data/examples/v201003/get_all_ad_groups.rb +0 -88
- data/examples/v201003/get_all_ads.rb +0 -91
- data/examples/v201003/get_all_campaign_targets.rb +0 -83
- data/examples/v201003/get_all_campaigns.rb +0 -83
- data/examples/v201003/get_all_disapproved_ads.rb +0 -94
- data/examples/v201003/get_all_images.rb +0 -88
- data/examples/v201003/get_all_paused_campaigns.rb +0 -86
- data/examples/v201003/get_all_report_definitions.rb +0 -84
- data/examples/v201003/get_criterion_bid_landscape.rb +0 -105
- data/examples/v201003/get_geo_location_info.rb +0 -108
- data/examples/v201003/get_report_fields.rb +0 -81
- data/examples/v201003/perform_bulk_mutate_job.rb +0 -222
- data/examples/v201003/set_campaign_targets.rb +0 -124
- data/examples/v201003/update_ad.rb +0 -95
- data/examples/v201003/update_ad_group_criterion.rb +0 -108
- data/examples/v201003/update_campaign.rb +0 -92
- data/examples/v201003/upload_image.rb +0 -97
- data/examples/v201008/add_ads.rb +0 -110
- data/examples/v201008/add_campaign.rb +0 -101
- data/examples/v201008/add_negative_campaign_criterion.rb +0 -95
- data/examples/v201008/add_placement_performance_report_definition.rb +0 -108
- data/examples/v201008/check_campaigns.rb +0 -132
- data/examples/v201008/delete_ad_group.rb +0 -86
- data/examples/v201008/delete_bulk_mutate_job.rb +0 -96
- data/examples/v201008/delete_campaign.rb +0 -87
- data/examples/v201008/delete_user_list.rb +0 -87
- data/examples/v201008/get_all_account_changes.rb +0 -144
- data/examples/v201008/get_all_active_ad_group_criteria.rb +0 -93
- data/examples/v201008/get_all_ad_groups.rb +0 -88
- data/examples/v201008/get_all_ads.rb +0 -91
- data/examples/v201008/get_all_campaign_targets.rb +0 -83
- data/examples/v201008/get_all_campaigns.rb +0 -83
- data/examples/v201008/get_all_disapproved_ads.rb +0 -94
- data/examples/v201008/get_all_images.rb +0 -88
- data/examples/v201008/get_all_paused_campaigns.rb +0 -86
- data/examples/v201008/get_all_user_lists.rb +0 -84
- data/examples/v201008/get_bulk_mutate_job.rb +0 -106
- data/examples/v201008/get_campaign_alerts.rb +0 -103
- data/examples/v201008/get_criterion_bid_landscape.rb +0 -105
- data/examples/v201008/get_geo_location_info.rb +0 -108
- data/examples/v201008/get_related_placements.rb +0 -114
- data/examples/v201008/get_report_fields.rb +0 -81
- data/examples/v201008/perform_bulk_mutate_job.rb +0 -222
- data/examples/v201008/set_campaign_targets.rb +0 -124
- data/examples/v201008/update_ad.rb +0 -95
- data/examples/v201008/update_ad_group.rb +0 -90
- data/examples/v201008/update_ad_group_criterion.rb +0 -108
- data/examples/v201008/update_campaign.rb +0 -93
- data/examples/v201008/update_user_list.rb +0 -91
- data/examples/v201008/upload_image.rb +0 -97
- data/examples/v201101/add_ad_group.rb +0 -98
- data/examples/v201101/add_ad_group_criteria.rb +0 -100
- data/examples/v201101/add_ads.rb +0 -110
- data/examples/v201101/add_campaign.rb +0 -108
- data/examples/v201101/add_conversion.rb +0 -97
- data/examples/v201101/add_negative_campaign_criterion.rb +0 -95
- data/examples/v201101/add_placement_performance_report_definition.rb +0 -108
- data/examples/v201101/add_rtb_campaign.rb +0 -113
- data/examples/v201101/add_user_list.rb +0 -122
- data/examples/v201101/check_campaigns.rb +0 -132
- data/examples/v201101/delete_ad.rb +0 -94
- data/examples/v201101/delete_ad_group_criterion.rb +0 -95
- data/examples/v201101/delete_bulk_mutate_job.rb +0 -96
- data/examples/v201101/delete_campaign.rb +0 -87
- data/examples/v201101/delete_user_list.rb +0 -87
- data/examples/v201101/download_report.rb +0 -76
- data/examples/v201101/get_ad_group_bid_landscape.rb +0 -103
- data/examples/v201101/get_all_account_changes.rb +0 -146
- data/examples/v201101/get_all_active_ad_group_criteria.rb +0 -106
- data/examples/v201101/get_all_ad_group_criteria.rb +0 -97
- data/examples/v201101/get_all_ads.rb +0 -99
- data/examples/v201101/get_all_campaign_targets.rb +0 -83
- data/examples/v201101/get_all_conversions.rb +0 -88
- data/examples/v201101/get_all_disapproved_ads.rb +0 -102
- data/examples/v201101/get_all_images.rb +0 -90
- data/examples/v201101/get_all_paused_campaigns.rb +0 -92
- data/examples/v201101/get_all_report_definitions.rb +0 -84
- data/examples/v201101/get_all_user_lists.rb +0 -87
- data/examples/v201101/get_bulk_mutate_job.rb +0 -106
- data/examples/v201101/get_campaign_alerts.rb +0 -103
- data/examples/v201101/get_criterion_bid_landscape.rb +0 -102
- data/examples/v201101/get_geo_location_info.rb +0 -108
- data/examples/v201101/get_related_placements.rb +0 -114
- data/examples/v201101/get_report_fields.rb +0 -81
- data/examples/v201101/perform_bulk_mutate_job.rb +0 -222
- data/examples/v201101/set_campaign_targets.rb +0 -111
- data/examples/v201101/update_ad.rb +0 -95
- data/examples/v201101/update_ad_group.rb +0 -90
- data/examples/v201101/update_ad_group_criterion.rb +0 -108
- data/examples/v201101/update_conversion.rb +0 -96
- data/examples/v201101/update_user_list.rb +0 -91
- data/examples/v201109/add_ad_group.rb +0 -98
- data/examples/v201109/add_ad_group_criteria.rb +0 -100
- data/examples/v201109/add_ads.rb +0 -110
- data/examples/v201109/add_campaign.rb +0 -108
- data/examples/v201109/add_negative_campaign_criterion.rb +0 -95
- data/examples/v201109/add_rtb_campaign.rb +0 -113
- data/examples/v201109/add_user_list.rb +0 -122
- data/examples/v201109/check_campaigns.rb +0 -132
- data/examples/v201109/delete_ad.rb +0 -94
- data/examples/v201109/delete_ad_group.rb +0 -86
- data/examples/v201109/delete_ad_group_criterion.rb +0 -95
- data/examples/v201109/delete_bulk_mutate_job.rb +0 -96
- data/examples/v201109/delete_user_list.rb +0 -87
- data/examples/v201109/download_report.rb +0 -76
- data/examples/v201109/get_ad_group_bid_landscape.rb +0 -103
- data/examples/v201109/get_all_account_changes.rb +0 -146
- data/examples/v201109/get_all_active_ad_group_criteria.rb +0 -106
- data/examples/v201109/get_all_ad_group_criteria.rb +0 -98
- data/examples/v201109/get_all_ad_groups.rb +0 -94
- data/examples/v201109/get_all_campaign_targets.rb +0 -83
- data/examples/v201109/get_all_conversions.rb +0 -88
- data/examples/v201109/get_all_images.rb +0 -90
- data/examples/v201109/get_all_paused_campaigns.rb +0 -92
- data/examples/v201109/get_all_report_definitions.rb +0 -84
- data/examples/v201109/get_all_user_lists.rb +0 -87
- data/examples/v201109/get_bulk_mutate_job.rb +0 -106
- data/examples/v201109/get_campaign_alerts.rb +0 -103
- data/examples/v201109/get_criterion_bid_landscape.rb +0 -102
- data/examples/v201109/get_geo_location_info.rb +0 -108
- data/examples/v201109/get_related_placements.rb +0 -114
- data/examples/v201109/get_report_fields.rb +0 -81
- data/examples/v201109/perform_bulk_mutate_job.rb +0 -222
- data/examples/v201109/update_ad.rb +0 -95
- data/examples/v201109/update_ad_group.rb +0 -90
- data/examples/v201109/update_ad_group_criterion.rb +0 -108
- data/examples/v201109/update_campaign.rb +0 -93
- data/examples/v201109/update_conversion.rb +0 -96
- data/examples/v201109/update_user_list.rb +0 -91
- data/examples/v201109/upload_image.rb +0 -97
@@ -1,81 +0,0 @@
|
|
1
|
-
#!/usr/bin/ruby
|
2
|
-
#
|
3
|
-
# Author:: api.sgomes@gmail.com (Sérgio Gomes)
|
4
|
-
#
|
5
|
-
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
6
|
-
#
|
7
|
-
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
-
# you may not use this file except in compliance with the License.
|
9
|
-
# You may obtain a copy of the License at
|
10
|
-
#
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
12
|
-
#
|
13
|
-
# Unless required by applicable law or agreed to in writing, software
|
14
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16
|
-
# implied.
|
17
|
-
# See the License for the specific language governing permissions and
|
18
|
-
# limitations under the License.
|
19
|
-
#
|
20
|
-
# This example gets the list of possible report fields for a report type.
|
21
|
-
#
|
22
|
-
# Tags: ReportDefinitionService.getReportFields
|
23
|
-
|
24
|
-
require 'rubygems'
|
25
|
-
gem 'google-adwords-api'
|
26
|
-
require 'adwords_api'
|
27
|
-
|
28
|
-
API_VERSION = :v201101
|
29
|
-
|
30
|
-
def get_report_fields()
|
31
|
-
# AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
|
32
|
-
# when called without parameters.
|
33
|
-
adwords = AdwordsApi::Api.new
|
34
|
-
|
35
|
-
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
36
|
-
# the configuration file or provide your own logger:
|
37
|
-
# adwords.logger = Logger.new('adwords_xml.log')
|
38
|
-
|
39
|
-
report_def_srv = adwords.service(:ReportDefinitionService, API_VERSION)
|
40
|
-
|
41
|
-
report_type = 'INSERT_REPORT_TYPE_HERE'
|
42
|
-
|
43
|
-
# Get report fields.
|
44
|
-
fields = report_def_srv.get_report_fields(report_type)
|
45
|
-
if fields
|
46
|
-
puts 'Report type \'%s\' contains the following fields:' % report_type
|
47
|
-
fields.each do |field|
|
48
|
-
puts ' - %s (%s)' % [field[:field_name], field[:field_type]]
|
49
|
-
puts ' := [%s]' % field[:enum_values].join(', ') if field[:enum_values]
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
if __FILE__ == $0
|
55
|
-
begin
|
56
|
-
get_report_fields()
|
57
|
-
|
58
|
-
# Connection error. Likely transitory.
|
59
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
60
|
-
puts 'Connection Error: %s' % e
|
61
|
-
puts 'Source: %s' % e.backtrace.first
|
62
|
-
|
63
|
-
# API Error.
|
64
|
-
rescue AdwordsApi::Errors::ApiException => e
|
65
|
-
puts 'API Exception caught.'
|
66
|
-
puts 'Message: %s' % e.message
|
67
|
-
puts 'Code: %d' % e.code if e.code
|
68
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
69
|
-
puts 'Errors:'
|
70
|
-
if e.errors
|
71
|
-
e.errors.each_with_index do |error, index|
|
72
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
73
|
-
error.each_pair do |field, value|
|
74
|
-
if field != :xsi_type
|
75
|
-
puts ' %s: %s' % [field, value]
|
76
|
-
end
|
77
|
-
end
|
78
|
-
end
|
79
|
-
end
|
80
|
-
end
|
81
|
-
end
|
@@ -1,222 +0,0 @@
|
|
1
|
-
#!/usr/bin/ruby
|
2
|
-
#
|
3
|
-
# Author:: sgomes@google.com (Sérgio Gomes)
|
4
|
-
#
|
5
|
-
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
6
|
-
#
|
7
|
-
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
-
# you may not use this file except in compliance with the License.
|
9
|
-
# You may obtain a copy of the License at
|
10
|
-
#
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
12
|
-
#
|
13
|
-
# Unless required by applicable law or agreed to in writing, software
|
14
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16
|
-
# implied.
|
17
|
-
# See the License for the specific language governing permissions and
|
18
|
-
# limitations under the License.
|
19
|
-
#
|
20
|
-
# This code sample illustrates how to perform asynchronous requests using the
|
21
|
-
# BulkMutateJobService.
|
22
|
-
#
|
23
|
-
# Tags: BulkMutateJobService.mutate
|
24
|
-
|
25
|
-
require 'rubygems'
|
26
|
-
gem 'google-adwords-api'
|
27
|
-
require 'adwords_api'
|
28
|
-
|
29
|
-
API_VERSION = :v201101
|
30
|
-
ITEM_COUNT = 100
|
31
|
-
|
32
|
-
def perform_bulk_mutate_job()
|
33
|
-
# AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
|
34
|
-
# when called without parameters.
|
35
|
-
adwords = AdwordsApi::Api.new
|
36
|
-
|
37
|
-
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
38
|
-
# the configuration file or provide your own logger:
|
39
|
-
# adwords.logger = Logger.new('adwords_xml.log')
|
40
|
-
|
41
|
-
bulk_mutate_job_srv = adwords.service(:BulkMutateJobService, API_VERSION)
|
42
|
-
|
43
|
-
campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
|
44
|
-
ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
|
45
|
-
|
46
|
-
# Prepare image data and encode it.
|
47
|
-
image_url = 'https://sandbox.google.com/sandboximages/image.jpg'
|
48
|
-
image_data = AdsCommon::Http.get(image_url, adwords.config)
|
49
|
-
base64_image_data = Base64.encode64(image_data)
|
50
|
-
|
51
|
-
# Create AdGroupAdOperations to add ads.
|
52
|
-
ads_operations = Array.new(ITEM_COUNT) do |index|
|
53
|
-
ads_operation = {
|
54
|
-
:xsi_type => 'AdGroupAddOperation',
|
55
|
-
:operator => 'ADD',
|
56
|
-
:operand => {
|
57
|
-
:ad_group_id => ad_group_id
|
58
|
-
:ad => {
|
59
|
-
:xsi_type => 'ImageAd',
|
60
|
-
:name => "My Image Ad %d" % index,
|
61
|
-
:url => "http://www.example.com/%d" % index,
|
62
|
-
:display_url => "www.example.com",
|
63
|
-
:image => {
|
64
|
-
:data => base64_image_data
|
65
|
-
}
|
66
|
-
}
|
67
|
-
}
|
68
|
-
}
|
69
|
-
end
|
70
|
-
|
71
|
-
# Create an operation stream for the ads.
|
72
|
-
ads_stream = {
|
73
|
-
:scoping_entity_id => {
|
74
|
-
:type => 'CAMPAIGN_ID',
|
75
|
-
:value => campaign_id
|
76
|
-
},
|
77
|
-
:operations => ads_operations
|
78
|
-
}
|
79
|
-
|
80
|
-
# Create a placement in this ad group for ads.
|
81
|
-
plc_operation = {
|
82
|
-
:xsi_type => 'AdGroupCriterionOperation',
|
83
|
-
:operator => 'ADD',
|
84
|
-
:operand => {
|
85
|
-
:xsi_type => 'BiddableAdGroupCriterion',
|
86
|
-
:ad_group_id => ad_group_id,
|
87
|
-
:criterion => {
|
88
|
-
:xsi_type => 'Placement',
|
89
|
-
:url => "http://mars.google.com"
|
90
|
-
}
|
91
|
-
}
|
92
|
-
}
|
93
|
-
|
94
|
-
# Create an operation stream for the placement.
|
95
|
-
plc_stream = {
|
96
|
-
:scoping_entity_id => {
|
97
|
-
:type => 'CAMPAIGN_ID',
|
98
|
-
:value => campaign_id
|
99
|
-
},
|
100
|
-
:operations => [plc_operation]
|
101
|
-
}
|
102
|
-
|
103
|
-
# Create a BulkMutateJobService operation with the first part of the job.
|
104
|
-
job_operation_1 = {
|
105
|
-
:xsi_type => 'JobOperation',
|
106
|
-
# We're using ADD here because we're creating a new job.
|
107
|
-
:operator => 'ADD',
|
108
|
-
:operand => {
|
109
|
-
:xsi_type => 'BulkMutateJob',
|
110
|
-
:num_request_parts => 2,
|
111
|
-
:request => {
|
112
|
-
# The part index is zero-based.
|
113
|
-
:part_index => 0,
|
114
|
-
:operation_streams => [ads_stream]
|
115
|
-
}
|
116
|
-
}
|
117
|
-
}
|
118
|
-
|
119
|
-
# Call mutate() to create a new job by uploading the first part.
|
120
|
-
response_1 = bulk_mutate_job_srv.mutate(job_operation_1)
|
121
|
-
job_id = response_1[:id]
|
122
|
-
puts 'Job id %d was successfully created.' % job_id
|
123
|
-
|
124
|
-
# Similarly, create the next part of the job.
|
125
|
-
job_operation_2 = {
|
126
|
-
:xsi_type => 'JobOperation',
|
127
|
-
# We're using SET now because we're adding a new part to an existing job.
|
128
|
-
# Using ADD again would create a new job altogether.
|
129
|
-
:operator => 'SET',
|
130
|
-
:operand => {
|
131
|
-
:xsi_type => 'BulkMutateJob',
|
132
|
-
:num_request_parts => 2,
|
133
|
-
# Use the ID from the job we added.
|
134
|
-
:id => job_id,
|
135
|
-
:request => {
|
136
|
-
# Second part, hence index 1.
|
137
|
-
:part_index => 1,
|
138
|
-
:operation_streams => [plc_stream]
|
139
|
-
}
|
140
|
-
}
|
141
|
-
}
|
142
|
-
|
143
|
-
# And call mutate() to upload the second part. Since this is the final part,
|
144
|
-
# the job is automatically cleared for execution.
|
145
|
-
response_2 = bulk_mutate_job_srv.mutate(job_operation_2)
|
146
|
-
puts 'Second part of job %d successfully submitted.' % job_id
|
147
|
-
|
148
|
-
# Wait for the job to complete.
|
149
|
-
selector = {
|
150
|
-
:job_ids => [job_id]
|
151
|
-
}
|
152
|
-
sleep_interval = 10
|
153
|
-
status = nil
|
154
|
-
get_response = nil
|
155
|
-
while status != 'COMPLETED' && status != 'FAILED'
|
156
|
-
unless status.nil?
|
157
|
-
puts "Current status is #{status}, waiting #{sleep_interval} seconds"
|
158
|
-
sleep(sleep_interval) unless status.nil?
|
159
|
-
end
|
160
|
-
get_response = bulk_mutate_job_srv.get(selector)
|
161
|
-
if get_response and get_response.size > 0
|
162
|
-
status = get_response.first[:status]
|
163
|
-
else
|
164
|
-
puts 'Error retrieving job status; aborting.'
|
165
|
-
exit
|
166
|
-
end
|
167
|
-
end
|
168
|
-
|
169
|
-
if status == 'COMPLETED'
|
170
|
-
puts 'Job completed!'
|
171
|
-
# Retrieve the results for the parts.
|
172
|
-
0.upto(job_operation_1[:operand][:num_request_parts] - 1) do |part_index|
|
173
|
-
selector = {
|
174
|
-
:job_ids => [job_id],
|
175
|
-
# Retrieve results for the current part.
|
176
|
-
:result_part_index => part_index
|
177
|
-
}
|
178
|
-
results = bulk_mutate_job_srv.get(selector)
|
179
|
-
if results
|
180
|
-
results.each do |result|
|
181
|
-
puts 'Part %d/%d of job #%d has successfully completed' %
|
182
|
-
[part_index + 1, job_operation_1[:operand][:num_request_parts],
|
183
|
-
job_id]
|
184
|
-
end
|
185
|
-
else
|
186
|
-
puts 'Error retrieving job results; aborting.'
|
187
|
-
exit
|
188
|
-
end
|
189
|
-
end
|
190
|
-
else
|
191
|
-
puts 'Job failed: ' + get_response.first[:failure_reason]
|
192
|
-
end
|
193
|
-
end
|
194
|
-
|
195
|
-
if __FILE__ == $0
|
196
|
-
begin
|
197
|
-
perform_bulk_mutate_job()
|
198
|
-
|
199
|
-
# Connection error. Likely transitory.
|
200
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
201
|
-
puts 'Connection Error: %s' % e
|
202
|
-
puts 'Source: %s' % e.backtrace.first
|
203
|
-
|
204
|
-
# API Error.
|
205
|
-
rescue AdwordsApi::Errors::ApiException => e
|
206
|
-
puts 'API Exception caught.'
|
207
|
-
puts 'Message: %s' % e.message
|
208
|
-
puts 'Code: %d' % e.code if e.code
|
209
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
210
|
-
puts 'Errors:'
|
211
|
-
if e.errors
|
212
|
-
e.errors.each_with_index do |error, index|
|
213
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
214
|
-
error.each_pair do |field, value|
|
215
|
-
if field != :xsi_type
|
216
|
-
puts ' %s: %s' % [field, value]
|
217
|
-
end
|
218
|
-
end
|
219
|
-
end
|
220
|
-
end
|
221
|
-
end
|
222
|
-
end
|
@@ -1,111 +0,0 @@
|
|
1
|
-
#!/usr/bin/ruby
|
2
|
-
#
|
3
|
-
# Author:: api.sgomes@gmail.com (Sérgio Gomes)
|
4
|
-
#
|
5
|
-
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
6
|
-
#
|
7
|
-
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
-
# you may not use this file except in compliance with the License.
|
9
|
-
# You may obtain a copy of the License at
|
10
|
-
#
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
12
|
-
#
|
13
|
-
# Unless required by applicable law or agreed to in writing, software
|
14
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16
|
-
# implied.
|
17
|
-
# See the License for the specific language governing permissions and
|
18
|
-
# limitations under the License.
|
19
|
-
#
|
20
|
-
# This example adds geo, language and network targeting to an existing campaign.
|
21
|
-
# To create a campaign, run add_campaign.rb.
|
22
|
-
#
|
23
|
-
# Tags: CampaignTargetService.mutate
|
24
|
-
|
25
|
-
require 'rubygems'
|
26
|
-
gem 'google-adwords-api'
|
27
|
-
require 'adwords_api'
|
28
|
-
|
29
|
-
API_VERSION = :v201101
|
30
|
-
|
31
|
-
def set_campaign_targets()
|
32
|
-
# AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
|
33
|
-
# when called without parameters.
|
34
|
-
adwords = AdwordsApi::Api.new
|
35
|
-
|
36
|
-
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
37
|
-
# the configuration file or provide your own logger:
|
38
|
-
# adwords.logger = Logger.new('adwords_xml.log')
|
39
|
-
|
40
|
-
campaign_target_srv = adwords.service(:CampaignTargetService, API_VERSION)
|
41
|
-
|
42
|
-
campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
|
43
|
-
|
44
|
-
# Language targeting.
|
45
|
-
language_operation = {
|
46
|
-
:operator => 'SET',
|
47
|
-
:operand => {
|
48
|
-
:xsi_type => 'LanguageTargetList',
|
49
|
-
:campaign_id => campaign_id,
|
50
|
-
:targets => [{:language_code => 'fr'}, {:language_code => 'ja'}]
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
# Geo targeting.
|
55
|
-
geo_operation = {
|
56
|
-
:operator => 'SET',
|
57
|
-
:operand => {
|
58
|
-
:xsi_type => 'GeoTargetList',
|
59
|
-
:campaign_id => campaign_id,
|
60
|
-
:targets => [
|
61
|
-
{
|
62
|
-
:xsi_type => 'CountryTarget',
|
63
|
-
:excluded => false,
|
64
|
-
:country_code => 'US'
|
65
|
-
},
|
66
|
-
{
|
67
|
-
:xsi_type => 'CountryTarget',
|
68
|
-
:excluded => false,
|
69
|
-
:country_code => 'JP'
|
70
|
-
}
|
71
|
-
]
|
72
|
-
}
|
73
|
-
}
|
74
|
-
|
75
|
-
# Set campaign targeting.
|
76
|
-
response = campaign_target_srv.mutate([language_operation, geo_operation])
|
77
|
-
targets = response[:value]
|
78
|
-
targets.each do |target|
|
79
|
-
puts "Campaign target of type #{target[:xsi_type]} for campaign id " +
|
80
|
-
"#{target[:campaign_id]} was set."
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
84
|
-
if __FILE__ == $0
|
85
|
-
begin
|
86
|
-
set_campaign_targets()
|
87
|
-
|
88
|
-
# Connection error. Likely transitory.
|
89
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
90
|
-
puts 'Connection Error: %s' % e
|
91
|
-
puts 'Source: %s' % e.backtrace.first
|
92
|
-
|
93
|
-
# API Error.
|
94
|
-
rescue AdwordsApi::Errors::ApiException => e
|
95
|
-
puts 'API Exception caught.'
|
96
|
-
puts 'Message: %s' % e.message
|
97
|
-
puts 'Code: %d' % e.code if e.code
|
98
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
99
|
-
puts 'Errors:'
|
100
|
-
if e.errors
|
101
|
-
e.errors.each_with_index do |error, index|
|
102
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
103
|
-
error.each_pair do |field, value|
|
104
|
-
if field != :xsi_type
|
105
|
-
puts ' %s: %s' % [field, value]
|
106
|
-
end
|
107
|
-
end
|
108
|
-
end
|
109
|
-
end
|
110
|
-
end
|
111
|
-
end
|
@@ -1,95 +0,0 @@
|
|
1
|
-
#!/usr/bin/ruby
|
2
|
-
#
|
3
|
-
# Author:: api.sgomes@gmail.com (Sérgio Gomes)
|
4
|
-
#
|
5
|
-
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
6
|
-
#
|
7
|
-
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
-
# you may not use this file except in compliance with the License.
|
9
|
-
# You may obtain a copy of the License at
|
10
|
-
#
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
12
|
-
#
|
13
|
-
# Unless required by applicable law or agreed to in writing, software
|
14
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16
|
-
# implied.
|
17
|
-
# See the License for the specific language governing permissions and
|
18
|
-
# limitations under the License.
|
19
|
-
#
|
20
|
-
# This example illustrates how to update an ad, setting its status to 'PAUSED'.
|
21
|
-
# To create ads, run add_ads.rb.
|
22
|
-
#
|
23
|
-
# Tags: AdGroupAdService.mutate
|
24
|
-
|
25
|
-
require 'rubygems'
|
26
|
-
gem 'google-adwords-api'
|
27
|
-
require 'adwords_api'
|
28
|
-
|
29
|
-
API_VERSION = :v201101
|
30
|
-
|
31
|
-
def update_ad()
|
32
|
-
# AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
|
33
|
-
# when called without parameters.
|
34
|
-
adwords = AdwordsApi::Api.new
|
35
|
-
|
36
|
-
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
37
|
-
# the configuration file or provide your own logger:
|
38
|
-
# adwords.logger = Logger.new('adwords_xml.log')
|
39
|
-
|
40
|
-
ad_group_ad_srv = adwords.service(:AdGroupAdService, API_VERSION)
|
41
|
-
|
42
|
-
ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
|
43
|
-
ad_id = 'INSERT_AD_ID_HERE'.to_i
|
44
|
-
|
45
|
-
# Prepare for updating ad.
|
46
|
-
operation = {
|
47
|
-
:operator => 'SET',
|
48
|
-
:operand => {
|
49
|
-
:ad_group_id => ad_group_id,
|
50
|
-
:status => 'PAUSED',
|
51
|
-
:ad => {
|
52
|
-
:id => ad_id
|
53
|
-
}
|
54
|
-
}
|
55
|
-
}
|
56
|
-
|
57
|
-
# Update ad.
|
58
|
-
response = ad_group_ad_srv.mutate([operation])
|
59
|
-
if response and response[:value]
|
60
|
-
ad = response[:value].first
|
61
|
-
puts 'Ad id %d was successfully updated, status set to %s.' %
|
62
|
-
[ad[:ad][:id], ad[:status]]
|
63
|
-
else
|
64
|
-
puts 'No ads were updated.'
|
65
|
-
end
|
66
|
-
end
|
67
|
-
|
68
|
-
if __FILE__ == $0
|
69
|
-
begin
|
70
|
-
update_ad()
|
71
|
-
|
72
|
-
# Connection error. Likely transitory.
|
73
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
74
|
-
puts 'Connection Error: %s' % e
|
75
|
-
puts 'Source: %s' % e.backtrace.first
|
76
|
-
|
77
|
-
# API Error.
|
78
|
-
rescue AdwordsApi::Errors::ApiException => e
|
79
|
-
puts 'API Exception caught.'
|
80
|
-
puts 'Message: %s' % e.message
|
81
|
-
puts 'Code: %d' % e.code if e.code
|
82
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
83
|
-
puts 'Errors:'
|
84
|
-
if e.errors
|
85
|
-
e.errors.each_with_index do |error, index|
|
86
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
87
|
-
error.each_pair do |field, value|
|
88
|
-
if field != :xsi_type
|
89
|
-
puts ' %s: %s' % [field, value]
|
90
|
-
end
|
91
|
-
end
|
92
|
-
end
|
93
|
-
end
|
94
|
-
end
|
95
|
-
end
|