google-adx-buyer-api 0.2.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +7 -0
- data/README +43 -41
- data/Rakefile +3 -3
- data/examples/v201003/add_ad_group.rb +5 -5
- data/examples/v201003/add_ad_group_criteria.rb +5 -5
- data/examples/v201003/add_ads.rb +5 -5
- data/examples/v201003/add_campaign.rb +5 -5
- data/examples/v201003/add_negative_campaign_criterion.rb +5 -5
- data/examples/v201003/add_placement_performance_report_definition.rb +5 -5
- data/examples/v201003/check_campaigns.rb +5 -5
- data/examples/v201003/delete_ad.rb +5 -5
- data/examples/v201003/delete_ad_group.rb +5 -5
- data/examples/v201003/delete_ad_group_criterion.rb +5 -5
- data/examples/v201003/delete_campaign.rb +5 -5
- data/examples/v201003/download_report.rb +5 -0
- data/examples/v201003/get_all_active_ad_group_criteria.rb +5 -5
- data/examples/v201003/get_all_ad_group_criteria.rb +5 -5
- data/examples/v201003/get_all_ad_groups.rb +5 -5
- data/examples/v201003/get_all_ads.rb +5 -5
- data/examples/v201003/get_all_campaign_targets.rb +5 -5
- data/examples/v201003/get_all_campaigns.rb +5 -5
- data/examples/v201003/get_all_disapproved_ads.rb +5 -5
- data/examples/v201003/get_all_images.rb +5 -5
- data/examples/v201003/get_all_paused_campaigns.rb +5 -5
- data/examples/v201003/get_all_report_definitions.rb +5 -5
- data/examples/v201003/get_criterion_bid_landscape.rb +5 -5
- data/examples/v201003/get_geo_location_info.rb +5 -5
- data/examples/v201003/get_related_placements.rb +5 -5
- data/examples/v201003/get_report_fields.rb +5 -5
- data/examples/v201003/perform_bulk_mutate_job.rb +5 -5
- data/examples/v201003/set_campaign_targets.rb +5 -5
- data/examples/v201003/update_ad.rb +5 -5
- data/examples/v201003/update_ad_group.rb +5 -5
- data/examples/v201003/update_ad_group_criterion.rb +5 -5
- data/examples/v201003/update_campaign.rb +5 -5
- data/examples/v201003/upload_image.rb +5 -5
- data/examples/v201008/add_ad_group.rb +5 -5
- data/examples/v201008/add_ad_group_criteria.rb +5 -5
- data/examples/v201008/add_ads.rb +5 -5
- data/examples/v201008/add_campaign.rb +5 -5
- data/examples/v201008/add_negative_campaign_criterion.rb +5 -5
- data/examples/v201008/add_placement_performance_report_definition.rb +5 -5
- data/examples/v201008/add_user_list.rb +5 -5
- data/examples/v201008/check_campaigns.rb +5 -5
- data/examples/v201008/delete_ad.rb +5 -5
- data/examples/v201008/delete_ad_group.rb +5 -5
- data/examples/v201008/delete_ad_group_criterion.rb +5 -5
- data/examples/v201008/delete_bulk_mutate_job.rb +5 -5
- data/examples/v201008/delete_campaign.rb +5 -5
- data/examples/v201008/delete_user_list.rb +5 -5
- data/examples/v201008/download_report.rb +5 -0
- data/examples/v201008/get_all_account_changes.rb +5 -5
- data/examples/v201008/get_all_active_ad_group_criteria.rb +5 -5
- data/examples/v201008/get_all_ad_group_criteria.rb +5 -5
- data/examples/v201008/get_all_ad_groups.rb +5 -5
- data/examples/v201008/get_all_ads.rb +5 -5
- data/examples/v201008/get_all_campaign_targets.rb +5 -5
- data/examples/v201008/get_all_campaigns.rb +5 -5
- data/examples/v201008/get_all_disapproved_ads.rb +5 -5
- data/examples/v201008/get_all_images.rb +5 -5
- data/examples/v201008/get_all_paused_campaigns.rb +5 -5
- data/examples/v201008/get_all_report_definitions.rb +5 -5
- data/examples/v201008/get_all_user_lists.rb +5 -5
- data/examples/v201008/get_bulk_mutate_job.rb +5 -5
- data/examples/v201008/get_campaign_alerts.rb +5 -5
- data/examples/v201008/get_criterion_bid_landscape.rb +5 -5
- data/examples/v201008/get_geo_location_info.rb +5 -5
- data/examples/v201008/get_related_placements.rb +5 -5
- data/examples/v201008/get_report_fields.rb +5 -5
- data/examples/v201008/perform_bulk_mutate_job.rb +5 -5
- data/examples/v201008/set_campaign_targets.rb +5 -5
- data/examples/v201008/update_ad.rb +5 -5
- data/examples/v201008/update_ad_group.rb +5 -5
- data/examples/v201008/update_ad_group_criterion.rb +5 -5
- data/examples/v201008/update_campaign.rb +5 -5
- data/examples/v201008/update_user_list.rb +5 -5
- data/examples/v201008/upload_image.rb +5 -5
- data/examples/v201101/add_ad_group.rb +5 -5
- data/examples/v201101/add_ad_group_criteria.rb +5 -5
- data/examples/v201101/add_ads.rb +5 -5
- data/examples/v201101/add_campaign.rb +5 -5
- data/examples/v201101/add_conversion.rb +5 -5
- data/examples/v201101/add_negative_campaign_criterion.rb +5 -5
- data/examples/v201101/add_placement_performance_report_definition.rb +5 -5
- data/examples/v201101/add_rtb_campaign.rb +5 -5
- data/examples/v201101/add_user_list.rb +5 -5
- data/examples/v201101/check_campaigns.rb +5 -5
- data/examples/v201101/delete_ad.rb +5 -5
- data/examples/v201101/delete_ad_group.rb +5 -5
- data/examples/v201101/delete_ad_group_criterion.rb +5 -5
- data/examples/v201101/delete_bulk_mutate_job.rb +5 -5
- data/examples/v201101/delete_campaign.rb +5 -5
- data/examples/v201101/delete_user_list.rb +5 -5
- data/examples/v201101/download_report.rb +5 -0
- data/examples/v201101/get_ad_group_bid_landscape.rb +5 -5
- data/examples/v201101/get_all_account_changes.rb +5 -5
- data/examples/v201101/get_all_active_ad_group_criteria.rb +5 -5
- data/examples/v201101/get_all_ad_group_criteria.rb +5 -5
- data/examples/v201101/get_all_ad_groups.rb +5 -5
- data/examples/v201101/get_all_ads.rb +5 -5
- data/examples/v201101/get_all_campaign_targets.rb +5 -5
- data/examples/v201101/get_all_campaigns.rb +5 -5
- data/examples/v201101/get_all_conversions.rb +5 -5
- data/examples/v201101/get_all_disapproved_ads.rb +5 -5
- data/examples/v201101/get_all_images.rb +5 -5
- data/examples/v201101/get_all_paused_campaigns.rb +5 -5
- data/examples/v201101/get_all_report_definitions.rb +5 -5
- data/examples/v201101/get_all_user_lists.rb +5 -5
- data/examples/v201101/get_bulk_mutate_job.rb +5 -5
- data/examples/v201101/get_campaign_alerts.rb +5 -5
- data/examples/v201101/get_criterion_bid_landscape.rb +5 -5
- data/examples/v201101/get_geo_location_info.rb +5 -5
- data/examples/v201101/get_related_placements.rb +5 -5
- data/examples/v201101/get_report_fields.rb +5 -5
- data/examples/v201101/perform_bulk_mutate_job.rb +5 -5
- data/examples/v201101/set_campaign_targets.rb +5 -5
- data/examples/v201101/update_ad.rb +5 -5
- data/examples/v201101/update_ad_group.rb +5 -5
- data/examples/v201101/update_ad_group_criterion.rb +5 -5
- data/examples/v201101/update_campaign.rb +5 -5
- data/examples/v201101/update_conversion.rb +5 -5
- data/examples/v201101/update_user_list.rb +5 -5
- data/examples/v201101/upload_image.rb +5 -5
- data/examples/v201109/add_ad_group.rb +98 -0
- data/examples/v201109/add_ad_group_criteria.rb +100 -0
- data/examples/v201109/add_ads.rb +110 -0
- data/examples/v201109/add_campaign.rb +108 -0
- data/examples/v201109/add_campaign_targeting_criteria.rb +102 -0
- data/examples/v201109/add_conversion.rb +97 -0
- data/examples/{v201008/get_all_experiments.rb → v201109/add_negative_campaign_criterion.rb} +32 -30
- data/examples/v201109/add_rtb_campaign.rb +113 -0
- data/examples/v201109/add_user_list.rb +122 -0
- data/examples/v201109/check_campaigns.rb +132 -0
- data/examples/v201109/delete_ad.rb +94 -0
- data/examples/{v201101/delete_experiment.rb → v201109/delete_ad_group.rb} +20 -21
- data/examples/v201109/delete_ad_group_criterion.rb +95 -0
- data/examples/v201109/delete_bulk_mutate_job.rb +96 -0
- data/examples/{v201008/delete_experiment.rb → v201109/delete_campaign.rb} +21 -21
- data/examples/{v201008/promote_experiment.rb → v201109/delete_user_list.rb} +21 -22
- data/examples/v201109/download_adhoc_report.rb +79 -0
- data/examples/v201109/download_report.rb +76 -0
- data/examples/v201109/get_ad_group_bid_landscape.rb +103 -0
- data/examples/v201109/get_all_account_changes.rb +146 -0
- data/examples/v201109/get_all_active_ad_group_criteria.rb +106 -0
- data/examples/v201109/get_all_ad_group_criteria.rb +98 -0
- data/examples/{v201101/get_all_experiments.rb → v201109/get_all_ad_groups.rb} +21 -25
- data/examples/v201109/get_all_ads.rb +99 -0
- data/examples/v201109/get_all_campaign_targets.rb +83 -0
- data/examples/v201109/get_all_campaigns.rb +86 -0
- data/examples/v201109/get_all_carriers.rb +72 -0
- data/examples/v201109/get_all_conversions.rb +88 -0
- data/examples/v201109/get_all_disapproved_ads.rb +102 -0
- data/examples/v201109/get_all_images.rb +90 -0
- data/examples/v201109/get_all_languages.rb +73 -0
- data/examples/v201109/get_all_paused_campaigns.rb +92 -0
- data/examples/v201109/get_all_report_definitions.rb +84 -0
- data/examples/v201109/get_all_user_lists.rb +87 -0
- data/examples/v201109/get_bulk_mutate_job.rb +106 -0
- data/examples/v201109/get_campaign_alerts.rb +103 -0
- data/examples/v201109/get_client_customer_id.rb +87 -0
- data/examples/v201109/get_criterion_bid_landscape.rb +102 -0
- data/examples/v201109/get_geo_location_info.rb +108 -0
- data/examples/v201109/get_location_criteria.rb +103 -0
- data/examples/v201109/get_related_placements.rb +114 -0
- data/examples/v201109/get_report_fields.rb +81 -0
- data/examples/v201109/perform_bulk_mutate_job.rb +222 -0
- data/examples/v201109/perform_mutate_job.rb +151 -0
- data/examples/{v201101/promote_experiment.rb → v201109/update_ad.rb} +29 -22
- data/examples/v201109/update_ad_group.rb +90 -0
- data/examples/v201109/update_ad_group_criterion.rb +108 -0
- data/examples/v201109/update_campaign.rb +93 -0
- data/examples/v201109/update_conversion.rb +96 -0
- data/examples/v201109/update_user_list.rb +91 -0
- data/examples/v201109/upload_image.rb +97 -0
- metadata +164 -114
- data/examples/v201008/add_experiment.rb +0 -162
- data/examples/v201101/add_experiment.rb +0 -162
@@ -0,0 +1,102 @@
|
|
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 disapproved ads in a given
|
21
|
+
# ad group. To add ads, run add_ads.rb.
|
22
|
+
#
|
23
|
+
# Tags: AdGroupAdService.get
|
24
|
+
|
25
|
+
require 'rubygems'
|
26
|
+
gem 'google-adwords-api'
|
27
|
+
require 'adwords_api'
|
28
|
+
|
29
|
+
API_VERSION = :v201109
|
30
|
+
|
31
|
+
def get_all_disapproved_ads()
|
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
|
+
|
44
|
+
# Get all the disapproved ads for this campaign.
|
45
|
+
selector = {
|
46
|
+
:fields => ['Id', 'DisapprovalReasons'],
|
47
|
+
:ordering => [{:field => 'Id', :sort_order => 'ASCENDING'}],
|
48
|
+
:predicates => [
|
49
|
+
{:field => 'AdGroupId', :operator => 'IN', :values => [ad_group_id]},
|
50
|
+
{
|
51
|
+
:field => 'CreativeApprovalStatus',
|
52
|
+
:operator => 'IN',
|
53
|
+
:values => ['DISAPPROVED']
|
54
|
+
}
|
55
|
+
]
|
56
|
+
}
|
57
|
+
response = ad_group_ad_srv.get(selector)
|
58
|
+
if response and response[:entries]
|
59
|
+
ad_group_ads = response[:entries]
|
60
|
+
puts "Ad group ##{ad_group_id} has #{ad_group_ads.length} " +
|
61
|
+
"disapproved ad(s)."
|
62
|
+
ad_group_ads.each do |ad_group_ad|
|
63
|
+
puts " Ad with id #{ad_group_ad[:ad][:id]} and type " +
|
64
|
+
"#{ad_group_ad[:ad][:xsi_type]} was disapproved for the following " +
|
65
|
+
"reasons:"
|
66
|
+
ad_group_ad[:ad][:disapproval_reasons].each do |reason|
|
67
|
+
puts " #{reason}"
|
68
|
+
end
|
69
|
+
end
|
70
|
+
else
|
71
|
+
puts "No disapproved ads found for ad group ##{ad_group_id}."
|
72
|
+
end
|
73
|
+
end
|
74
|
+
|
75
|
+
if __FILE__ == $0
|
76
|
+
begin
|
77
|
+
get_all_disapproved_ads()
|
78
|
+
|
79
|
+
# Connection error. Likely transitory.
|
80
|
+
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
81
|
+
puts 'Connection Error: %s' % e
|
82
|
+
puts 'Source: %s' % e.backtrace.first
|
83
|
+
|
84
|
+
# API Error.
|
85
|
+
rescue AdwordsApi::Errors::ApiException => e
|
86
|
+
puts 'API Exception caught.'
|
87
|
+
puts 'Message: %s' % e.message
|
88
|
+
puts 'Code: %d' % e.code if e.code
|
89
|
+
puts 'Trigger: %s' % e.trigger if e.trigger
|
90
|
+
puts 'Errors:'
|
91
|
+
if e.errors
|
92
|
+
e.errors.each_with_index do |error, index|
|
93
|
+
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
94
|
+
error.each_pair do |field, value|
|
95
|
+
if field != :xsi_type
|
96
|
+
puts ' %s: %s' % [field, value]
|
97
|
+
end
|
98
|
+
end
|
99
|
+
end
|
100
|
+
end
|
101
|
+
end
|
102
|
+
end
|
@@ -0,0 +1,90 @@
|
|
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 images. To upload an image, run
|
21
|
+
# upload_image.rb.
|
22
|
+
#
|
23
|
+
# Tags: MediaService.get
|
24
|
+
|
25
|
+
require 'rubygems'
|
26
|
+
gem 'google-adwords-api'
|
27
|
+
require 'adwords_api'
|
28
|
+
|
29
|
+
API_VERSION = :v201109
|
30
|
+
|
31
|
+
def get_all_images()
|
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
|
+
media_srv = adwords.service(:MediaService, API_VERSION)
|
41
|
+
|
42
|
+
# Get all the images.
|
43
|
+
selector = {
|
44
|
+
:fields => ['MediaId', 'Height', 'Width', 'MimeType', 'Urls'],
|
45
|
+
:ordering => [{:field => 'MediaId', :sort_order => 'ASCENDING'}],
|
46
|
+
:predicates => [{:field => 'Type', :operator => 'IN', :values => ['IMAGE']}]
|
47
|
+
}
|
48
|
+
response = media_srv.get(selector)
|
49
|
+
if response and response[:entries]
|
50
|
+
images = response[:entries]
|
51
|
+
puts "#{images.length} images(s) found."
|
52
|
+
images.each do |image|
|
53
|
+
dimensions = AdwordsApi::Utils.map(image[:dimensions])
|
54
|
+
puts " Image id is #{image[:media_id]}, dimensions are " +
|
55
|
+
"#{dimensions['FULL'][:height]}x#{dimensions['FULL'][:width]} " +
|
56
|
+
"and MIME type is \"#{image[:mime_type]}\"."
|
57
|
+
end
|
58
|
+
else
|
59
|
+
puts "No images found."
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
63
|
+
if __FILE__ == $0
|
64
|
+
begin
|
65
|
+
get_all_images()
|
66
|
+
|
67
|
+
# Connection error. Likely transitory.
|
68
|
+
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
69
|
+
puts 'Connection Error: %s' % e
|
70
|
+
puts 'Source: %s' % e.backtrace.first
|
71
|
+
|
72
|
+
# API Error.
|
73
|
+
rescue AdwordsApi::Errors::ApiException => e
|
74
|
+
puts 'API Exception caught.'
|
75
|
+
puts 'Message: %s' % e.message
|
76
|
+
puts 'Code: %d' % e.code if e.code
|
77
|
+
puts 'Trigger: %s' % e.trigger if e.trigger
|
78
|
+
puts 'Errors:'
|
79
|
+
if e.errors
|
80
|
+
e.errors.each_with_index do |error, index|
|
81
|
+
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
82
|
+
error.each_pair do |field, value|
|
83
|
+
if field != :xsi_type
|
84
|
+
puts ' %s: %s' % [field, value]
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|
88
|
+
end
|
89
|
+
end
|
90
|
+
end
|
@@ -0,0 +1,73 @@
|
|
1
|
+
#!/usr/bin/ruby
|
2
|
+
#
|
3
|
+
# Author:: api.dklimkin@gmail.com (Danial Klimkin)
|
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 languages available for
|
21
|
+
# targeting.
|
22
|
+
#
|
23
|
+
# Tags: ConstantDataService.getLanguageCriterion
|
24
|
+
|
25
|
+
require 'rubygems'
|
26
|
+
require 'adwords_api'
|
27
|
+
|
28
|
+
API_VERSION = :v201109
|
29
|
+
|
30
|
+
def get_all_languages()
|
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
|
+
constant_data_srv = adwords.service(:ConstantDataService, API_VERSION)
|
40
|
+
|
41
|
+
# Get all languages from ConstantDataService.
|
42
|
+
languages = constant_data_srv.get_language_criterion()
|
43
|
+
|
44
|
+
if languages
|
45
|
+
languages.each do |language|
|
46
|
+
puts "Language name is '%s', ID is %d and code is '%s'." %
|
47
|
+
[language[:name], language[:id], language[:code]]
|
48
|
+
end
|
49
|
+
else
|
50
|
+
puts "No languages were found."
|
51
|
+
end
|
52
|
+
end
|
53
|
+
|
54
|
+
if __FILE__ == $0
|
55
|
+
begin
|
56
|
+
get_all_languages()
|
57
|
+
|
58
|
+
# HTTP errors.
|
59
|
+
rescue AdsCommon::Errors::HttpError => e
|
60
|
+
puts "HTTP Error: %s" % e
|
61
|
+
|
62
|
+
# API errors.
|
63
|
+
rescue AdwordsApi::Errors::ApiException => e
|
64
|
+
puts "Message: %s" % e.message
|
65
|
+
puts 'Errors:'
|
66
|
+
e.errors.each_with_index do |error, index|
|
67
|
+
puts "\tError [%d]:" % (index + 1)
|
68
|
+
error.each do |field, value|
|
69
|
+
puts "\t\t%s: %s" % [field, value]
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
73
|
+
end
|
@@ -0,0 +1,92 @@
|
|
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 = :v201109
|
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
|
+
:fields => ['Id', 'Name', 'Status'],
|
45
|
+
:ordering => [{:field => 'Name', :sort_order => 'ASCENDING'}],
|
46
|
+
:predicates => [{
|
47
|
+
:field => 'Status',
|
48
|
+
:operator => 'IN',
|
49
|
+
:values => ['PAUSED']
|
50
|
+
}]
|
51
|
+
}
|
52
|
+
response = campaign_srv.get(selector)
|
53
|
+
|
54
|
+
if response and response[:entries]
|
55
|
+
campaigns = response[:entries]
|
56
|
+
campaigns.each do |campaign|
|
57
|
+
puts "Campaign name is \"#{campaign[:name]}\", id is #{campaign[:id]} " +
|
58
|
+
"and status is \"#{campaign[:status]}\"."
|
59
|
+
end
|
60
|
+
else
|
61
|
+
puts "No campaigns were found."
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
if __FILE__ == $0
|
66
|
+
begin
|
67
|
+
get_all_paused_campaigns()
|
68
|
+
|
69
|
+
# Connection error. Likely transitory.
|
70
|
+
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
71
|
+
puts 'Connection Error: %s' % e
|
72
|
+
puts 'Source: %s' % e.backtrace.first
|
73
|
+
|
74
|
+
# API Error.
|
75
|
+
rescue AdwordsApi::Errors::ApiException => e
|
76
|
+
puts 'API Exception caught.'
|
77
|
+
puts 'Message: %s' % e.message
|
78
|
+
puts 'Code: %d' % e.code if e.code
|
79
|
+
puts 'Trigger: %s' % e.trigger if e.trigger
|
80
|
+
puts 'Errors:'
|
81
|
+
if e.errors
|
82
|
+
e.errors.each_with_index do |error, index|
|
83
|
+
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
84
|
+
error.each_pair do |field, value|
|
85
|
+
if field != :xsi_type
|
86
|
+
puts ' %s: %s' % [field, value]
|
87
|
+
end
|
88
|
+
end
|
89
|
+
end
|
90
|
+
end
|
91
|
+
end
|
92
|
+
end
|
@@ -0,0 +1,84 @@
|
|
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 all report definitions. To add a report definition, run
|
21
|
+
# add_keywords_performance_report.rb.
|
22
|
+
#
|
23
|
+
# Tags: ReportDefinitionService.get
|
24
|
+
|
25
|
+
require 'rubygems'
|
26
|
+
gem 'google-adwords-api'
|
27
|
+
require 'adwords_api'
|
28
|
+
|
29
|
+
API_VERSION = :v201109
|
30
|
+
|
31
|
+
def get_all_report_definitions()
|
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
|
+
report_def_srv = adwords.service(:ReportDefinitionService, API_VERSION)
|
41
|
+
|
42
|
+
# Get all the report definitions.
|
43
|
+
selector = {}
|
44
|
+
response = report_def_srv.get(selector)
|
45
|
+
if response and response[:entries]
|
46
|
+
entries = response[:entries]
|
47
|
+
puts "#{entries.length} report definition(s) found."
|
48
|
+
entries.each do |entry|
|
49
|
+
puts " Report definition id is #{entry[:id]} and name is " +
|
50
|
+
"\"#{entry[:report_name]}\"."
|
51
|
+
end
|
52
|
+
else
|
53
|
+
puts "No report definitions found."
|
54
|
+
end
|
55
|
+
end
|
56
|
+
|
57
|
+
if __FILE__ == $0
|
58
|
+
begin
|
59
|
+
get_all_report_definitions()
|
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
|
@@ -0,0 +1,87 @@
|
|
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 = :v201109
|
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
|
+
:fields => ['Id', 'Name', 'Status', 'Size'],
|
44
|
+
:ordering => [{:field => 'Name', :sort_order => 'ASCENDING'}]
|
45
|
+
}
|
46
|
+
response = user_list_srv.get(selector)
|
47
|
+
|
48
|
+
if response and response[:entries]
|
49
|
+
user_lists = response[:entries]
|
50
|
+
user_lists.each do |user_list|
|
51
|
+
puts "User list name is \"#{user_list[:name]}\", id is " +
|
52
|
+
"#{user_list[:id]}, status is \"#{user_list[:status]}\" and number " +
|
53
|
+
"of users is #{user_list[:size]}."
|
54
|
+
end
|
55
|
+
else
|
56
|
+
puts "No user lists were found."
|
57
|
+
end
|
58
|
+
end
|
59
|
+
|
60
|
+
if __FILE__ == $0
|
61
|
+
begin
|
62
|
+
get_all_user_lists()
|
63
|
+
|
64
|
+
# Connection error. Likely transitory.
|
65
|
+
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
66
|
+
puts 'Connection Error: %s' % e
|
67
|
+
puts 'Source: %s' % e.backtrace.first
|
68
|
+
|
69
|
+
# API Error.
|
70
|
+
rescue AdwordsApi::Errors::ApiException => e
|
71
|
+
puts 'API Exception caught.'
|
72
|
+
puts 'Message: %s' % e.message
|
73
|
+
puts 'Code: %d' % e.code if e.code
|
74
|
+
puts 'Trigger: %s' % e.trigger if e.trigger
|
75
|
+
puts 'Errors:'
|
76
|
+
if e.errors
|
77
|
+
e.errors.each_with_index do |error, index|
|
78
|
+
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
79
|
+
error.each_pair do |field, value|
|
80
|
+
if field != :xsi_type
|
81
|
+
puts ' %s: %s' % [field, value]
|
82
|
+
end
|
83
|
+
end
|
84
|
+
end
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|