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,86 +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 retrieve all the paused campaigns for an
|
21
|
-
# account.
|
22
|
-
#
|
23
|
-
# Tags: CampaignService.get
|
24
|
-
|
25
|
-
require 'rubygems'
|
26
|
-
gem 'google-adwords-api'
|
27
|
-
require 'adwords_api'
|
28
|
-
|
29
|
-
API_VERSION = :v201008
|
30
|
-
|
31
|
-
def get_all_paused_campaigns()
|
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_srv = adwords.service(:CampaignService, API_VERSION)
|
41
|
-
|
42
|
-
# Get all the paused campaigns for this account.
|
43
|
-
selector = {
|
44
|
-
:campaign_statuses => 'PAUSED'
|
45
|
-
}
|
46
|
-
response = campaign_srv.get(selector)
|
47
|
-
|
48
|
-
if response and response[:entries]
|
49
|
-
campaigns = response[:entries]
|
50
|
-
campaigns.each do |campaign|
|
51
|
-
puts "Campaign name is \"#{campaign[:name]}\", id is #{campaign[:id]} " +
|
52
|
-
"and status is \"#{campaign[:status]}\"."
|
53
|
-
end
|
54
|
-
else
|
55
|
-
puts "No campaigns were found."
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
if __FILE__ == $0
|
60
|
-
begin
|
61
|
-
get_all_paused_campaigns()
|
62
|
-
|
63
|
-
# Connection error. Likely transitory.
|
64
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
65
|
-
puts 'Connection Error: %s' % e
|
66
|
-
puts 'Source: %s' % e.backtrace.first
|
67
|
-
|
68
|
-
# API Error.
|
69
|
-
rescue AdwordsApi::Errors::ApiException => e
|
70
|
-
puts 'API Exception caught.'
|
71
|
-
puts 'Message: %s' % e.message
|
72
|
-
puts 'Code: %d' % e.code if e.code
|
73
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
74
|
-
puts 'Errors:'
|
75
|
-
if e.errors
|
76
|
-
e.errors.each_with_index do |error, index|
|
77
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
78
|
-
error.each_pair do |field, value|
|
79
|
-
if field != :xsi_type
|
80
|
-
puts ' %s: %s' % [field, value]
|
81
|
-
end
|
82
|
-
end
|
83
|
-
end
|
84
|
-
end
|
85
|
-
end
|
86
|
-
end
|
@@ -1,84 +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 retrieve all the user lists for an account.
|
21
|
-
#
|
22
|
-
# Tags: UserListService.get
|
23
|
-
|
24
|
-
require 'rubygems'
|
25
|
-
gem 'google-adwords-api'
|
26
|
-
require 'adwords_api'
|
27
|
-
|
28
|
-
API_VERSION = :v201008
|
29
|
-
|
30
|
-
def get_all_user_lists()
|
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
|
-
user_list_srv = adwords.service(:UserListService, API_VERSION)
|
40
|
-
|
41
|
-
# Get all the user lists for this account.
|
42
|
-
selector = {}
|
43
|
-
response = user_list_srv.get(selector)
|
44
|
-
|
45
|
-
if response and response[:entries]
|
46
|
-
user_lists = response[:entries]
|
47
|
-
user_lists.each do |user_list|
|
48
|
-
puts "User list name is \"#{user_list[:name]}\", id is " +
|
49
|
-
"#{user_list[:id]}, status is \"#{user_list[:status]}\" and number " +
|
50
|
-
"of users is #{user_list[:size]}."
|
51
|
-
end
|
52
|
-
else
|
53
|
-
puts "No user lists were found."
|
54
|
-
end
|
55
|
-
end
|
56
|
-
|
57
|
-
if __FILE__ == $0
|
58
|
-
begin
|
59
|
-
get_all_user_lists()
|
60
|
-
|
61
|
-
# Connection error. Likely transitory.
|
62
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
63
|
-
puts 'Connection Error: %s' % e
|
64
|
-
puts 'Source: %s' % e.backtrace.first
|
65
|
-
|
66
|
-
# API Error.
|
67
|
-
rescue AdwordsApi::Errors::ApiException => e
|
68
|
-
puts 'API Exception caught.'
|
69
|
-
puts 'Message: %s' % e.message
|
70
|
-
puts 'Code: %d' % e.code if e.code
|
71
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
72
|
-
puts 'Errors:'
|
73
|
-
if e.errors
|
74
|
-
e.errors.each_with_index do |error, index|
|
75
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
76
|
-
error.each_pair do |field, value|
|
77
|
-
if field != :xsi_type
|
78
|
-
puts ' %s: %s' % [field, value]
|
79
|
-
end
|
80
|
-
end
|
81
|
-
end
|
82
|
-
end
|
83
|
-
end
|
84
|
-
end
|
@@ -1,106 +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 a bulk mutate job and prints out its stats information.
|
21
|
-
# To add a bulk mutate job, run perform_bulk_mutate_job.rb.
|
22
|
-
#
|
23
|
-
# Tags: BulkMutateJobService.get
|
24
|
-
|
25
|
-
require 'rubygems'
|
26
|
-
gem 'google-adwords-api'
|
27
|
-
require 'adwords_api'
|
28
|
-
|
29
|
-
API_VERSION = :v201008
|
30
|
-
|
31
|
-
def get_all_bulk_mutate_jobs()
|
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
|
-
bulk_mutate_job_srv = adwords.service(:BulkMutateJobService, API_VERSION)
|
41
|
-
|
42
|
-
# Replace with valid values of your account.
|
43
|
-
bulk_mutate_job_id = "INSERT_BULK_MUTATE_JOB_ID_HERE"
|
44
|
-
|
45
|
-
# Get all the bulk mutate jobs.
|
46
|
-
selector = {
|
47
|
-
:include_stats => true,
|
48
|
-
:job_ids => [bulk_mutate_job_id]
|
49
|
-
}
|
50
|
-
jobs = bulk_mutate_job_srv.get(selector)
|
51
|
-
|
52
|
-
if jobs
|
53
|
-
jobs.each do |job|
|
54
|
-
puts "Bulk mutate job with id %d and status '%s' was found." %
|
55
|
-
[job[:id], job[:status]]
|
56
|
-
|
57
|
-
case job[:status]
|
58
|
-
when 'PENDING'
|
59
|
-
puts " Total parts: %d, parts received: %d." %
|
60
|
-
[job[:num_request_parts], job[:num_request_parts_received]]
|
61
|
-
when 'PROCESSING'
|
62
|
-
if job[:stats]
|
63
|
-
puts " Percent complete: %d." % job[:stats][:progress_percent]
|
64
|
-
end
|
65
|
-
when 'COMPLETED'
|
66
|
-
if job[:stats]
|
67
|
-
puts " Total operations: %d, failed: %d, unprocessed %d." %
|
68
|
-
[job[:stats][:num_operations],
|
69
|
-
job[:stats][:num_failed_operations],
|
70
|
-
job[:stats][:num_unprocessed_operations]]
|
71
|
-
end
|
72
|
-
end
|
73
|
-
end
|
74
|
-
else
|
75
|
-
puts "No bulk mutate jobs were found."
|
76
|
-
end
|
77
|
-
end
|
78
|
-
|
79
|
-
if __FILE__ == $0
|
80
|
-
begin
|
81
|
-
get_all_bulk_mutate_jobs()
|
82
|
-
|
83
|
-
# Connection error. Likely transitory.
|
84
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
85
|
-
puts 'Connection Error: %s' % e
|
86
|
-
puts 'Source: %s' % e.backtrace.first
|
87
|
-
|
88
|
-
# API Error.
|
89
|
-
rescue AdwordsApi::Errors::ApiException => e
|
90
|
-
puts 'API Exception caught.'
|
91
|
-
puts 'Message: %s' % e.message
|
92
|
-
puts 'Code: %d' % e.code if e.code
|
93
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
94
|
-
puts 'Errors:'
|
95
|
-
if e.errors
|
96
|
-
e.errors.each_with_index do |error, index|
|
97
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
98
|
-
error.each_pair do |field, value|
|
99
|
-
if field != :xsi_type
|
100
|
-
puts ' %s: %s' % [field, value]
|
101
|
-
end
|
102
|
-
end
|
103
|
-
end
|
104
|
-
end
|
105
|
-
end
|
106
|
-
end
|
@@ -1,103 +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 code example illustrates how to retrieve campaign alerts for a user.
|
21
|
-
# The alerts are restricted to a maximum of 10 entries.
|
22
|
-
#
|
23
|
-
# Tags: AlertService.get
|
24
|
-
|
25
|
-
require 'rubygems'
|
26
|
-
gem 'google-adwords-api'
|
27
|
-
require 'adwords_api'
|
28
|
-
|
29
|
-
API_VERSION = :v201008
|
30
|
-
|
31
|
-
def get_campaign_alerts()
|
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
|
-
alert_srv = adwords.service(:AlertService, API_VERSION)
|
41
|
-
|
42
|
-
# Create the selector.
|
43
|
-
selector = {
|
44
|
-
:query => {
|
45
|
-
:filter_spec => 'ALL',
|
46
|
-
:client_spec => 'ALL',
|
47
|
-
:trigger_time_spec => 'ALL_TIME',
|
48
|
-
:severities => ['GREEN', 'YELLOW', 'RED'],
|
49
|
-
:types => ['CAMPAIGN_ENDING', 'CAMPAIGN_ENDED']
|
50
|
-
},
|
51
|
-
:paging => {
|
52
|
-
:start_index => 0,
|
53
|
-
:number_results => 10
|
54
|
-
}
|
55
|
-
}
|
56
|
-
|
57
|
-
# Get alerts.
|
58
|
-
response = alert_srv.get(selector)
|
59
|
-
|
60
|
-
if response and response[:entries]
|
61
|
-
alerts = response[:entries]
|
62
|
-
alerts.each_with_index do |alert, index|
|
63
|
-
puts "{index}) Customer Id is " +
|
64
|
-
"#{AdwordsApi::Utils.format_id(alert[:client_customer_id])}, " +
|
65
|
-
"alert type is '#{alert[:alert_type]}', severity is " +
|
66
|
-
"#{alert[:alert_severity]}."
|
67
|
-
alert[:details].each do |detail|
|
68
|
-
puts " - triggered at #{detail[:trigger_time]}"
|
69
|
-
end
|
70
|
-
end
|
71
|
-
else
|
72
|
-
puts "No alerts were found."
|
73
|
-
end
|
74
|
-
end
|
75
|
-
|
76
|
-
if __FILE__ == $0
|
77
|
-
begin
|
78
|
-
get_campaign_alerts()
|
79
|
-
|
80
|
-
# Connection error. Likely transitory.
|
81
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
82
|
-
puts 'Connection Error: %s' % e
|
83
|
-
puts 'Source: %s' % e.backtrace.first
|
84
|
-
|
85
|
-
# API Error.
|
86
|
-
rescue AdwordsApi::Errors::ApiException => e
|
87
|
-
puts 'API Exception caught.'
|
88
|
-
puts 'Message: %s' % e.message
|
89
|
-
puts 'Code: %d' % e.code if e.code
|
90
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
91
|
-
puts 'Errors:'
|
92
|
-
if e.errors
|
93
|
-
e.errors.each_with_index do |error, index|
|
94
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
95
|
-
error.each_pair do |field, value|
|
96
|
-
if field != :xsi_type
|
97
|
-
puts ' %s: %s' % [field, value]
|
98
|
-
end
|
99
|
-
end
|
100
|
-
end
|
101
|
-
end
|
102
|
-
end
|
103
|
-
end
|
@@ -1,105 +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 a bid landscape for an ad group and a criterion. To get ad
|
21
|
-
# groups, run get_all_ad_groups.rb. To get criteria, run
|
22
|
-
# get_all_ad_group_criteria.rb.
|
23
|
-
#
|
24
|
-
# Tags: BidLandscapeService.getBidLandscape
|
25
|
-
|
26
|
-
require 'rubygems'
|
27
|
-
gem 'google-adwords-api'
|
28
|
-
require 'adwords_api'
|
29
|
-
|
30
|
-
API_VERSION = :v201008
|
31
|
-
|
32
|
-
def get_criterion_bid_landscapes()
|
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
|
-
bid_landscape_srv = adwords.service(:BidLandscapeService, API_VERSION)
|
42
|
-
|
43
|
-
ad_group_id = 'INSERT_ADGROUP_ID_HERE'.to_i
|
44
|
-
criterion_id = 'INSERT_CRITERION_ID_HERE'.to_i
|
45
|
-
|
46
|
-
# Get criterion bid landscape.
|
47
|
-
selector = {
|
48
|
-
# The 'xsi_type' field allows you to specify the xsi:type of the object
|
49
|
-
# being created. It's only necessary when you must provide an explicit
|
50
|
-
# type that the client library can't infer.
|
51
|
-
:xsi_type => 'CriterionBidLandscapeSelector',
|
52
|
-
:id_filters => [{
|
53
|
-
:ad_group_id => ad_group_id,
|
54
|
-
:criterion_id => criterion_id
|
55
|
-
}]
|
56
|
-
}
|
57
|
-
bid_landscapes = bid_landscape_srv.get_bid_landscape(selector)
|
58
|
-
if bid_landscapes
|
59
|
-
puts "#{bid_landscapes.length} bid landscape(s) retrieved."
|
60
|
-
bid_landscapes.each do |bid_landscape|
|
61
|
-
puts "Retrieved criterion bid landscape with ad group id " +
|
62
|
-
"'#{bid_landscape[:ad_group_id]}', criterion id " +
|
63
|
-
"'#{bid_landscape[:criterion_id]}', start date " +
|
64
|
-
"'#{bid_landscape[:start_date]}', end date "+
|
65
|
-
"'#{bid_landscape[:end_date]}', with landscape points:"
|
66
|
-
bid_landscape[:landscape_points].each do |point|
|
67
|
-
puts " #{point[:bid][:micro_amount]} => clicks: #{point.clicks}, " +
|
68
|
-
"cost: #{point[:cost][:micro_amount]}, marginalCpc: " +
|
69
|
-
"#{point[:marginal_cpc][:micro_amount]}, impressions: " +
|
70
|
-
"#{point[:impressions]}"
|
71
|
-
end
|
72
|
-
end
|
73
|
-
else
|
74
|
-
puts "No bid landscapes retrieved."
|
75
|
-
end
|
76
|
-
end
|
77
|
-
|
78
|
-
if __FILE__ == $0
|
79
|
-
begin
|
80
|
-
get_criterion_bid_landscapes()
|
81
|
-
|
82
|
-
# Connection error. Likely transitory.
|
83
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
84
|
-
puts 'Connection Error: %s' % e
|
85
|
-
puts 'Source: %s' % e.backtrace.first
|
86
|
-
|
87
|
-
# API Error.
|
88
|
-
rescue AdwordsApi::Errors::ApiException => e
|
89
|
-
puts 'API Exception caught.'
|
90
|
-
puts 'Message: %s' % e.message
|
91
|
-
puts 'Code: %d' % e.code if e.code
|
92
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
93
|
-
puts 'Errors:'
|
94
|
-
if e.errors
|
95
|
-
e.errors.each_with_index do |error, index|
|
96
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
97
|
-
error.each_pair do |field, value|
|
98
|
-
if field != :xsi_type
|
99
|
-
puts ' %s: %s' % [field, value]
|
100
|
-
end
|
101
|
-
end
|
102
|
-
end
|
103
|
-
end
|
104
|
-
end
|
105
|
-
end
|