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
@@ -1,162 +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 creates an experiment using a query percentage of 10, which
|
21
|
-
# defines what fraction of auctions should go to the control split (90%) vs.
|
22
|
-
# the experiment split (10%), then adds experimental bid changes for criteria
|
23
|
-
# and ad groups. To get campaigns, run get_all_campaigns.rb. To get ad groups,
|
24
|
-
# run get_all_ad_groups.rb. To get criteria, run get_all_ad_group_criteria.rb.
|
25
|
-
#
|
26
|
-
# Tags: ExperimentService.mutate
|
27
|
-
|
28
|
-
require 'rubygems'
|
29
|
-
gem 'google-adwords-api'
|
30
|
-
require 'adwords_api'
|
31
|
-
|
32
|
-
API_VERSION = :v201008
|
33
|
-
|
34
|
-
def add_experiment()
|
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
|
-
experiment_srv = adwords.service(:ExperimentService, API_VERSION)
|
39
|
-
ad_group_srv = adwords.service(:AdGroupService, API_VERSION)
|
40
|
-
ad_group_criterion_srv =
|
41
|
-
adwords.service(:AdGroupCriterionService, API_VERSION)
|
42
|
-
|
43
|
-
campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
|
44
|
-
ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
|
45
|
-
criterion_id = 'INSERT_CRITERION_ID_HERE'.to_i
|
46
|
-
|
47
|
-
# Prepare for adding experiment.
|
48
|
-
operation = {
|
49
|
-
:operator => 'ADD',
|
50
|
-
:operand => {
|
51
|
-
:campaign_id => campaign_id,
|
52
|
-
:name => 'Interplanetary Experiment #%s' % (Time.new.to_f * 1000).to_i,
|
53
|
-
:query_percentage => 10,
|
54
|
-
:start_date_time => Time.now.strftime("%Y%m%d %H%M%S")
|
55
|
-
}
|
56
|
-
}
|
57
|
-
|
58
|
-
# Add experiment.
|
59
|
-
response = experiment_srv.mutate([operation])
|
60
|
-
experiment = response[:value].first
|
61
|
-
puts 'Experiment with name "%s" and id %d was added.' %
|
62
|
-
[experiment[:name], experiment[:id]]
|
63
|
-
|
64
|
-
experiment_id = experiment[:id]
|
65
|
-
|
66
|
-
# Setup ad group for the experiment.
|
67
|
-
ad_group = {
|
68
|
-
:id => ad_group_id,
|
69
|
-
# Set experiment data for the ad group.
|
70
|
-
:experiment_data => {
|
71
|
-
:experiment_id => experiment_id,
|
72
|
-
:experiment_delta_status => 'MODIFIED',
|
73
|
-
# Bid multiplier rule that will modify ad group bid for the experiment.
|
74
|
-
:experiment_bid_multipliers => {
|
75
|
-
:xsi_type => 'ManualCPCAdGroupExperimentBidMultipliers',
|
76
|
-
:max_cpc_multiplier => {
|
77
|
-
:multiplier => 1.5
|
78
|
-
}
|
79
|
-
}
|
80
|
-
}
|
81
|
-
}
|
82
|
-
|
83
|
-
# Prepare for updating ad group.
|
84
|
-
operation = {
|
85
|
-
:operator => 'SET',
|
86
|
-
:operand => ad_group
|
87
|
-
}
|
88
|
-
|
89
|
-
# Update ad group.
|
90
|
-
response = ad_group_srv.mutate([operation])
|
91
|
-
ad_group = response[:value].first
|
92
|
-
puts 'Ad group id %d was updated for the experiment.' % ad_group[:id]
|
93
|
-
|
94
|
-
# Setup ad group criterion for the experiment.
|
95
|
-
ad_group_criterion = {
|
96
|
-
:xsi_type => 'BiddableAdGroupCriterion',
|
97
|
-
:ad_group_id => ad_group_id,
|
98
|
-
:criterion => {
|
99
|
-
:id => criterion_id
|
100
|
-
},
|
101
|
-
# Set experiment data for the criterion.
|
102
|
-
:experiment_data => {
|
103
|
-
:xsi_type => 'BiddableAdGroupCriterionExperimentData',
|
104
|
-
:experiment_id => experiment_id,
|
105
|
-
:experiment_delta_status => 'MODIFIED',
|
106
|
-
# Bid multiplier rule that will modify criterion bid for the experiment.
|
107
|
-
:experiment_bid_multiplier => {
|
108
|
-
:xsi_type => 'ManualCPCAdGroupCriterionExperimentBidMultiplier',
|
109
|
-
:max_cpc_multiplier => {
|
110
|
-
:multiplier => 1.5
|
111
|
-
}
|
112
|
-
}
|
113
|
-
}
|
114
|
-
}
|
115
|
-
|
116
|
-
# Prepare for updating ad group criterion.
|
117
|
-
operation = {
|
118
|
-
:operator => 'SET',
|
119
|
-
:operand => ad_group_criterion
|
120
|
-
}
|
121
|
-
|
122
|
-
# Update criterion.
|
123
|
-
response = ad_group_criterion_srv.mutate([operation])
|
124
|
-
criterion = response[:value].first
|
125
|
-
puts 'Criterion id %d was successfully updated for the experiment.' %
|
126
|
-
[criterion[:criterion][:id]]
|
127
|
-
|
128
|
-
end
|
129
|
-
|
130
|
-
if __FILE__ == $0
|
131
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
132
|
-
# variable to 'true'. This can be done either from your operating system
|
133
|
-
# environment or via code, as done below.
|
134
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
135
|
-
|
136
|
-
begin
|
137
|
-
add_experiment()
|
138
|
-
|
139
|
-
# Connection error. Likely transitory.
|
140
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
141
|
-
puts 'Connection Error: %s' % e
|
142
|
-
puts 'Source: %s' % e.backtrace.first
|
143
|
-
|
144
|
-
# API Error.
|
145
|
-
rescue AdwordsApi::Errors::ApiException => e
|
146
|
-
puts 'API Exception caught.'
|
147
|
-
puts 'Message: %s' % e.message
|
148
|
-
puts 'Code: %d' % e.code if e.code
|
149
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
150
|
-
puts 'Errors:'
|
151
|
-
if e.errors
|
152
|
-
e.errors.each_with_index do |error, index|
|
153
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
154
|
-
error.each_pair do |field, value|
|
155
|
-
if field != :xsi_type
|
156
|
-
puts ' %s: %s' % [field, value]
|
157
|
-
end
|
158
|
-
end
|
159
|
-
end
|
160
|
-
end
|
161
|
-
end
|
162
|
-
end
|
@@ -1,162 +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 creates an experiment using a query percentage of 10, which
|
21
|
-
# defines what fraction of auctions should go to the control split (90%) vs.
|
22
|
-
# the experiment split (10%), then adds experimental bid changes for criteria
|
23
|
-
# and ad groups. To get campaigns, run get_all_campaigns.rb. To get ad groups,
|
24
|
-
# run get_all_ad_groups.rb. To get criteria, run get_all_ad_group_criteria.rb.
|
25
|
-
#
|
26
|
-
# Tags: ExperimentService.mutate
|
27
|
-
|
28
|
-
require 'rubygems'
|
29
|
-
gem 'google-adwords-api'
|
30
|
-
require 'adwords_api'
|
31
|
-
|
32
|
-
API_VERSION = :v201101
|
33
|
-
|
34
|
-
def add_experiment()
|
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
|
-
experiment_srv = adwords.service(:ExperimentService, API_VERSION)
|
39
|
-
ad_group_srv = adwords.service(:AdGroupService, API_VERSION)
|
40
|
-
ad_group_criterion_srv =
|
41
|
-
adwords.service(:AdGroupCriterionService, API_VERSION)
|
42
|
-
|
43
|
-
campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
|
44
|
-
ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
|
45
|
-
criterion_id = 'INSERT_CRITERION_ID_HERE'.to_i
|
46
|
-
|
47
|
-
# Prepare for adding experiment.
|
48
|
-
operation = {
|
49
|
-
:operator => 'ADD',
|
50
|
-
:operand => {
|
51
|
-
:campaign_id => campaign_id,
|
52
|
-
:name => 'Interplanetary Experiment #%s' % (Time.new.to_f * 1000).to_i,
|
53
|
-
:query_percentage => 10,
|
54
|
-
:start_date_time => Time.now.strftime("%Y%m%d %H%M%S")
|
55
|
-
}
|
56
|
-
}
|
57
|
-
|
58
|
-
# Add experiment.
|
59
|
-
response = experiment_srv.mutate([operation])
|
60
|
-
experiment = response[:value].first
|
61
|
-
puts 'Experiment with name "%s" and id %d was added.' %
|
62
|
-
[experiment[:name], experiment[:id]]
|
63
|
-
|
64
|
-
experiment_id = experiment[:id]
|
65
|
-
|
66
|
-
# Setup ad group for the experiment.
|
67
|
-
ad_group = {
|
68
|
-
:id => ad_group_id,
|
69
|
-
# Set experiment data for the ad group.
|
70
|
-
:experiment_data => {
|
71
|
-
:experiment_id => experiment_id,
|
72
|
-
:experiment_delta_status => 'MODIFIED',
|
73
|
-
# Bid multiplier rule that will modify ad group bid for the experiment.
|
74
|
-
:experiment_bid_multipliers => {
|
75
|
-
:xsi_type => 'ManualCPCAdGroupExperimentBidMultipliers',
|
76
|
-
:max_cpc_multiplier => {
|
77
|
-
:multiplier => 1.5
|
78
|
-
}
|
79
|
-
}
|
80
|
-
}
|
81
|
-
}
|
82
|
-
|
83
|
-
# Prepare for updating ad group.
|
84
|
-
operation = {
|
85
|
-
:operator => 'SET',
|
86
|
-
:operand => ad_group
|
87
|
-
}
|
88
|
-
|
89
|
-
# Update ad group.
|
90
|
-
response = ad_group_srv.mutate([operation])
|
91
|
-
ad_group = response[:value].first
|
92
|
-
puts 'Ad group id %d was updated for the experiment.' % ad_group[:id]
|
93
|
-
|
94
|
-
# Setup ad group criterion for the experiment.
|
95
|
-
ad_group_criterion = {
|
96
|
-
:xsi_type => 'BiddableAdGroupCriterion',
|
97
|
-
:ad_group_id => ad_group_id,
|
98
|
-
:criterion => {
|
99
|
-
:id => criterion_id
|
100
|
-
},
|
101
|
-
# Set experiment data for the criterion.
|
102
|
-
:experiment_data => {
|
103
|
-
:xsi_type => 'BiddableAdGroupCriterionExperimentData',
|
104
|
-
:experiment_id => experiment_id,
|
105
|
-
:experiment_delta_status => 'MODIFIED',
|
106
|
-
# Bid multiplier rule that will modify criterion bid for the experiment.
|
107
|
-
:experiment_bid_multiplier => {
|
108
|
-
:xsi_type => 'ManualCPCAdGroupCriterionExperimentBidMultiplier',
|
109
|
-
:max_cpc_multiplier => {
|
110
|
-
:multiplier => 1.5
|
111
|
-
}
|
112
|
-
}
|
113
|
-
}
|
114
|
-
}
|
115
|
-
|
116
|
-
# Prepare for updating ad group criterion.
|
117
|
-
operation = {
|
118
|
-
:operator => 'SET',
|
119
|
-
:operand => ad_group_criterion
|
120
|
-
}
|
121
|
-
|
122
|
-
# Update criterion.
|
123
|
-
response = ad_group_criterion_srv.mutate([operation])
|
124
|
-
criterion = response[:value].first
|
125
|
-
puts 'Criterion id %d was successfully updated for the experiment.' %
|
126
|
-
[criterion[:criterion][:id]]
|
127
|
-
|
128
|
-
end
|
129
|
-
|
130
|
-
if __FILE__ == $0
|
131
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
132
|
-
# variable to 'true'. This can be done either from your operating system
|
133
|
-
# environment or via code, as done below.
|
134
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
135
|
-
|
136
|
-
begin
|
137
|
-
add_experiment()
|
138
|
-
|
139
|
-
# Connection error. Likely transitory.
|
140
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
141
|
-
puts 'Connection Error: %s' % e
|
142
|
-
puts 'Source: %s' % e.backtrace.first
|
143
|
-
|
144
|
-
# API Error.
|
145
|
-
rescue AdwordsApi::Errors::ApiException => e
|
146
|
-
puts 'API Exception caught.'
|
147
|
-
puts 'Message: %s' % e.message
|
148
|
-
puts 'Code: %d' % e.code if e.code
|
149
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
150
|
-
puts 'Errors:'
|
151
|
-
if e.errors
|
152
|
-
e.errors.each_with_index do |error, index|
|
153
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
154
|
-
error.each_pair do |field, value|
|
155
|
-
if field != :xsi_type
|
156
|
-
puts ' %s: %s' % [field, value]
|
157
|
-
end
|
158
|
-
end
|
159
|
-
end
|
160
|
-
end
|
161
|
-
end
|
162
|
-
end
|