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,151 @@
|
|
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 code sample illustrates how to perform asynchronous requests using the
|
21
|
+
# MutateJobService.
|
22
|
+
#
|
23
|
+
# Tags: MutateJobService.mutate, MutateJobService.get,
|
24
|
+
# MutateJobService.getResult
|
25
|
+
|
26
|
+
require 'rubygems'
|
27
|
+
require 'adwords_api'
|
28
|
+
|
29
|
+
API_VERSION = :v201109
|
30
|
+
RETRY_INTERVAL = 30
|
31
|
+
RETRIES_COUNT = 30
|
32
|
+
PLACEMENT_NUMBER = 100
|
33
|
+
|
34
|
+
def perform_mutate_job()
|
35
|
+
# AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
|
36
|
+
# when called without parameters.
|
37
|
+
adwords = AdwordsApi::Api.new
|
38
|
+
|
39
|
+
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
40
|
+
# the configuration file or provide your own logger:
|
41
|
+
# adwords.logger = Logger.new('adwords_xml.log')
|
42
|
+
|
43
|
+
mutate_job_srv = adwords.service(:MutateJobService, API_VERSION)
|
44
|
+
|
45
|
+
ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
|
46
|
+
|
47
|
+
# Create AdGroupCriterionOperations to add placements.
|
48
|
+
operations = (1..PLACEMENT_NUMBER).map do |index|
|
49
|
+
url = (rand(10) == 0) ? 'invalid-url' : 'http://mars.google.com/'
|
50
|
+
{:xsi_type => 'AdGroupCriterionOperation',
|
51
|
+
:operator => 'ADD',
|
52
|
+
:operand => {
|
53
|
+
:xsi_type => 'BiddableAdGroupCriterion',
|
54
|
+
:ad_group_id => ad_group_id,
|
55
|
+
:criterion => {
|
56
|
+
:xsi_type => 'Placement',
|
57
|
+
:url => url
|
58
|
+
}}}
|
59
|
+
end
|
60
|
+
|
61
|
+
# You can specify up to 3 job IDs that must successfully complete before
|
62
|
+
# this job can be processed.
|
63
|
+
policy = {:prerequisite_job_ids => []}
|
64
|
+
|
65
|
+
# Call mutate to create a new job.
|
66
|
+
response = mutate_job_srv.mutate(operations, policy)
|
67
|
+
|
68
|
+
raise StandardError, 'Failed to submit a job; aborting.' unless response
|
69
|
+
|
70
|
+
job_id = response[:id]
|
71
|
+
puts "Job ID %d was successfully created." % job_id
|
72
|
+
|
73
|
+
# Creating selector to retrive hob status and wait for it to complete.
|
74
|
+
selector = {
|
75
|
+
:xsi_type => 'BulkMutateJobSelector',
|
76
|
+
:job_ids => [job_id]
|
77
|
+
}
|
78
|
+
|
79
|
+
status = nil
|
80
|
+
|
81
|
+
# Poll for job status until it's finished.
|
82
|
+
puts 'Retrieving job status...'
|
83
|
+
RETRIES_COUNT.times do |retry_attempt|
|
84
|
+
job_status_response = mutate_job_srv.get(selector)
|
85
|
+
if job_status_response
|
86
|
+
status = job_status_response.first[:status]
|
87
|
+
case status
|
88
|
+
when 'FAILED'
|
89
|
+
raise StandardError, "Job failed with reason: '%s'" %
|
90
|
+
job_status_response.first[:failure_reason]
|
91
|
+
when 'COMPLETED'
|
92
|
+
puts "[%d] Job finished with status '%s'" % [retry_attempt, status]
|
93
|
+
break
|
94
|
+
else
|
95
|
+
puts "[%d] Current status is '%s', waiting %d seconds to retry..." %
|
96
|
+
[retry_attempt, status, RETRY_INTERVAL]
|
97
|
+
sleep(RETRY_INTERVAL)
|
98
|
+
end
|
99
|
+
else
|
100
|
+
raise StandardError, 'Error retrieving job status; aborting.'
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
if status == 'COMPLETED'
|
105
|
+
# Get the job result. Here we re-use the same selector.
|
106
|
+
result_response = mutate_job_srv.get_result(selector)
|
107
|
+
|
108
|
+
if result_response and result_response[:simple_mutate_result]
|
109
|
+
results = result_response[:simple_mutate_result][:results]
|
110
|
+
if results
|
111
|
+
results.each_with_index do |result, index|
|
112
|
+
result_message = result.include?(:place_holder) ?
|
113
|
+
'FAILED' : 'SUCCEEDED'
|
114
|
+
puts "Operation [%d] - %s" % [index, result_message]
|
115
|
+
end
|
116
|
+
end
|
117
|
+
errors = result_response[:simple_mutate_result][:errors]
|
118
|
+
if errors
|
119
|
+
errors.each do |error|
|
120
|
+
puts "Error, reason: '%s', trigger: '%s', field path: '%s'" %
|
121
|
+
[error[:reason], error[:trigger], error[:field_path]]
|
122
|
+
end
|
123
|
+
end
|
124
|
+
else
|
125
|
+
raise StandardError, 'Error retrieving job results; aborting.'
|
126
|
+
end
|
127
|
+
else
|
128
|
+
puts "Job failed to complete after %d retries" % RETRY_COUNT
|
129
|
+
end
|
130
|
+
end
|
131
|
+
|
132
|
+
if __FILE__ == $0
|
133
|
+
begin
|
134
|
+
perform_mutate_job()
|
135
|
+
|
136
|
+
# HTTP errors.
|
137
|
+
rescue AdsCommon::Errors::HttpError => e
|
138
|
+
puts "HTTP Error: %s" % e
|
139
|
+
|
140
|
+
# API errors.
|
141
|
+
rescue AdwordsApi::Errors::ApiException => e
|
142
|
+
puts "Message: %s" % e.message
|
143
|
+
puts 'Errors:'
|
144
|
+
e.errors.each_with_index do |error, index|
|
145
|
+
puts "\tError [%d]:" % (index + 1)
|
146
|
+
error.each do |field, value|
|
147
|
+
puts "\t\t%s: %s" % [field, value]
|
148
|
+
end
|
149
|
+
end
|
150
|
+
end
|
151
|
+
end
|
@@ -17,50 +17,57 @@
|
|
17
17
|
# See the License for the specific language governing permissions and
|
18
18
|
# limitations under the License.
|
19
19
|
#
|
20
|
-
# This example
|
21
|
-
#
|
22
|
-
# experiments, run get_all_experiments.rb.
|
20
|
+
# This example illustrates how to update an ad, setting its status to 'PAUSED'.
|
21
|
+
# To create ads, run add_ads.rb.
|
23
22
|
#
|
24
|
-
# Tags:
|
23
|
+
# Tags: AdGroupAdService.mutate
|
25
24
|
|
26
25
|
require 'rubygems'
|
27
26
|
gem 'google-adwords-api'
|
28
27
|
require 'adwords_api'
|
29
28
|
|
30
|
-
API_VERSION = :
|
29
|
+
API_VERSION = :v201109
|
31
30
|
|
32
|
-
def
|
31
|
+
def update_ad()
|
33
32
|
# AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
|
34
33
|
# when called without parameters.
|
35
34
|
adwords = AdwordsApi::Api.new
|
36
|
-
experiment_srv = adwords.service(:ExperimentService, API_VERSION)
|
37
35
|
|
38
|
-
|
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
39
|
|
40
|
-
|
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.
|
41
46
|
operation = {
|
42
47
|
:operator => 'SET',
|
43
48
|
:operand => {
|
44
|
-
:
|
45
|
-
:status => '
|
49
|
+
:ad_group_id => ad_group_id,
|
50
|
+
:status => 'PAUSED',
|
51
|
+
:ad => {
|
52
|
+
:id => ad_id
|
53
|
+
}
|
46
54
|
}
|
47
55
|
}
|
48
56
|
|
49
|
-
# Update
|
50
|
-
response =
|
51
|
-
|
52
|
-
|
53
|
-
|
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
|
54
66
|
end
|
55
67
|
|
56
68
|
if __FILE__ == $0
|
57
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
58
|
-
# variable to 'true'. This can be done either from your operating system
|
59
|
-
# environment or via code, as done below.
|
60
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
61
|
-
|
62
69
|
begin
|
63
|
-
|
70
|
+
update_ad()
|
64
71
|
|
65
72
|
# Connection error. Likely transitory.
|
66
73
|
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
@@ -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 update an ad group, setting its status to
|
21
|
+
# 'PAUSED'. To create an ad group, run add_ad_group.rb.
|
22
|
+
#
|
23
|
+
# Tags: AdGroupService.mutate
|
24
|
+
|
25
|
+
require 'rubygems'
|
26
|
+
gem 'google-adwords-api'
|
27
|
+
require 'adwords_api'
|
28
|
+
|
29
|
+
API_VERSION = :v201109
|
30
|
+
|
31
|
+
def update_ad_group()
|
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_srv = adwords.service(:AdGroupService, API_VERSION)
|
41
|
+
|
42
|
+
ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
|
43
|
+
|
44
|
+
# Prepare for updating ad group.
|
45
|
+
operation = {
|
46
|
+
:operator => 'SET',
|
47
|
+
:operand => {
|
48
|
+
:status => 'PAUSED',
|
49
|
+
:id => ad_group_id
|
50
|
+
}
|
51
|
+
}
|
52
|
+
|
53
|
+
# Update ad group.
|
54
|
+
response = ad_group_srv.mutate([operation])
|
55
|
+
if response and response[:value]
|
56
|
+
ad_group = response[:value].first
|
57
|
+
puts 'Ad group id %d was successfully updated.' % ad_group[:id]
|
58
|
+
else
|
59
|
+
puts 'No ad groups were updated.'
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
63
|
+
if __FILE__ == $0
|
64
|
+
begin
|
65
|
+
update_ad_group()
|
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,108 @@
|
|
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 group criterion, setting its
|
21
|
+
# bid. To create an ad group criterion, run add_ad_group_criterion.rb.
|
22
|
+
#
|
23
|
+
# Tags: AdGroupCriterionService.mutate
|
24
|
+
|
25
|
+
require 'rubygems'
|
26
|
+
gem 'google-adwords-api'
|
27
|
+
require 'adwords_api'
|
28
|
+
|
29
|
+
API_VERSION = :v201109
|
30
|
+
|
31
|
+
def update_ad_group_criterion()
|
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_criterion_srv =
|
41
|
+
adwords.service(:AdGroupCriterionService, API_VERSION)
|
42
|
+
|
43
|
+
ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
|
44
|
+
criterion_id = 'INSERT_CRITERION_ID_HERE'.to_i
|
45
|
+
|
46
|
+
# Prepare for updating ad group criterion.
|
47
|
+
operation = {
|
48
|
+
:operator => 'SET',
|
49
|
+
:operand => {
|
50
|
+
# The 'xsi_type' field allows you to specify the xsi:type of the object
|
51
|
+
# being created. It's only necessary when you must provide an explicit
|
52
|
+
# type that the client library can't infer.
|
53
|
+
:xsi_type => 'BiddableAdGroupCriterion',
|
54
|
+
:ad_group_id => ad_group_id,
|
55
|
+
:criterion => {
|
56
|
+
:id => criterion_id
|
57
|
+
},
|
58
|
+
:bids => {
|
59
|
+
:xsi_type => 'ManualCPMAdGroupCriterionBids',
|
60
|
+
:max_cpm => {
|
61
|
+
:amount => {
|
62
|
+
:micro_amount => 1000000
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
# Update criterion.
|
70
|
+
response = ad_group_criterion_srv.mutate([operation])
|
71
|
+
if response and response[:value]
|
72
|
+
ad_group_criterion = response[:value].first
|
73
|
+
puts 'Criterion id %d was successfully updated, bid set to %d.' %
|
74
|
+
[ad_group_criterion[:criterion][:id],
|
75
|
+
ad_group_criterion[:bids][:max_cpm][:amount][:micro_amount]]
|
76
|
+
else
|
77
|
+
puts 'No criteria were updated.'
|
78
|
+
end
|
79
|
+
end
|
80
|
+
|
81
|
+
if __FILE__ == $0
|
82
|
+
begin
|
83
|
+
update_ad_group_criterion()
|
84
|
+
|
85
|
+
# Connection error. Likely transitory.
|
86
|
+
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
87
|
+
puts 'Connection Error: %s' % e
|
88
|
+
puts 'Source: %s' % e.backtrace.first
|
89
|
+
|
90
|
+
# API Error.
|
91
|
+
rescue AdwordsApi::Errors::ApiException => e
|
92
|
+
puts 'API Exception caught.'
|
93
|
+
puts 'Message: %s' % e.message
|
94
|
+
puts 'Code: %d' % e.code if e.code
|
95
|
+
puts 'Trigger: %s' % e.trigger if e.trigger
|
96
|
+
puts 'Errors:'
|
97
|
+
if e.errors
|
98
|
+
e.errors.each_with_index do |error, index|
|
99
|
+
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
100
|
+
error.each_pair do |field, value|
|
101
|
+
if field != :xsi_type
|
102
|
+
puts ' %s: %s' % [field, value]
|
103
|
+
end
|
104
|
+
end
|
105
|
+
end
|
106
|
+
end
|
107
|
+
end
|
108
|
+
end
|
@@ -0,0 +1,93 @@
|
|
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 a campaign, setting its budget delivery
|
21
|
+
# to 'ACCELERATED'. To create a campaign, run add_campaign.rb.
|
22
|
+
#
|
23
|
+
# Tags: CampaignService.mutate
|
24
|
+
|
25
|
+
require 'rubygems'
|
26
|
+
gem 'google-adwords-api'
|
27
|
+
require 'adwords_api'
|
28
|
+
|
29
|
+
API_VERSION = :v201109
|
30
|
+
|
31
|
+
def update_campaign()
|
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
|
+
campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
|
43
|
+
|
44
|
+
# Prepare for updating campaign.
|
45
|
+
operation = {
|
46
|
+
:operator => 'SET',
|
47
|
+
:operand => {
|
48
|
+
:id => campaign_id,
|
49
|
+
:budget => {
|
50
|
+
:delivery_method => 'ACCELERATED'
|
51
|
+
}
|
52
|
+
}
|
53
|
+
}
|
54
|
+
|
55
|
+
# Update campaign.
|
56
|
+
response = campaign_srv.mutate([operation])
|
57
|
+
if response and response[:value]
|
58
|
+
campaign = response[:value].first
|
59
|
+
puts 'Campaign id %d successfully updated, delivery method set to %s.' %
|
60
|
+
[campaign[:id], campaign[:budget][:delivery_method]]
|
61
|
+
else
|
62
|
+
puts 'No campaigns were updated.'
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
66
|
+
if __FILE__ == $0
|
67
|
+
begin
|
68
|
+
update_campaign()
|
69
|
+
|
70
|
+
# Connection error. Likely transitory.
|
71
|
+
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
72
|
+
puts 'Connection Error: %s' % e
|
73
|
+
puts 'Source: %s' % e.backtrace.first
|
74
|
+
|
75
|
+
# API Error.
|
76
|
+
rescue AdwordsApi::Errors::ApiException => e
|
77
|
+
puts 'API Exception caught.'
|
78
|
+
puts 'Message: %s' % e.message
|
79
|
+
puts 'Code: %d' % e.code if e.code
|
80
|
+
puts 'Trigger: %s' % e.trigger if e.trigger
|
81
|
+
puts 'Errors:'
|
82
|
+
if e.errors
|
83
|
+
e.errors.each_with_index do |error, index|
|
84
|
+
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
85
|
+
error.each_pair do |field, value|
|
86
|
+
if field != :xsi_type
|
87
|
+
puts ' %s: %s' % [field, value]
|
88
|
+
end
|
89
|
+
end
|
90
|
+
end
|
91
|
+
end
|
92
|
+
end
|
93
|
+
end
|