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,91 +0,0 @@
|
|
1
|
-
#!/usr/bin/ruby
|
2
|
-
#
|
3
|
-
# Author:: api.sgomes@gmail.com (Sérgio Gomes)
|
4
|
-
#
|
5
|
-
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
6
|
-
#
|
7
|
-
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
-
# you may not use this file except in compliance with the License.
|
9
|
-
# You may obtain a copy of the License at
|
10
|
-
#
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
12
|
-
#
|
13
|
-
# Unless required by applicable law or agreed to in writing, software
|
14
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16
|
-
# implied.
|
17
|
-
# See the License for the specific language governing permissions and
|
18
|
-
# limitations under the License.
|
19
|
-
#
|
20
|
-
# This example illustrates how to update a user list, setting its description.
|
21
|
-
# To create a user list, run add_user_list.rb.
|
22
|
-
#
|
23
|
-
# Tags: UserListService.mutate
|
24
|
-
|
25
|
-
require 'rubygems'
|
26
|
-
gem 'google-adwords-api'
|
27
|
-
require 'adwords_api'
|
28
|
-
|
29
|
-
API_VERSION = :v201008
|
30
|
-
|
31
|
-
def update_user_list()
|
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
|
-
user_list_srv = adwords.service(:UserListService, API_VERSION)
|
41
|
-
|
42
|
-
user_list_id = 'INSERT_USER_LIST_ID_HERE'.to_i
|
43
|
-
|
44
|
-
# Prepare for updating remarketing user list.
|
45
|
-
operation = {
|
46
|
-
:operator => 'SET',
|
47
|
-
:operand => {
|
48
|
-
:id => user_list_id,
|
49
|
-
:description => 'Last updated at %s' % Time.now.to_s
|
50
|
-
}
|
51
|
-
}
|
52
|
-
|
53
|
-
# Update user list.
|
54
|
-
response = user_list_srv.mutate([operation])
|
55
|
-
if response and response[:value]
|
56
|
-
user_list = response[:value].first
|
57
|
-
puts 'User list id %d was successfully updated, description set to "%s."' %
|
58
|
-
[user_list[:id], user_list[:description]]
|
59
|
-
else
|
60
|
-
puts 'No user lists were updated.'
|
61
|
-
end
|
62
|
-
end
|
63
|
-
|
64
|
-
if __FILE__ == $0
|
65
|
-
begin
|
66
|
-
update_user_list()
|
67
|
-
|
68
|
-
# Connection error. Likely transitory.
|
69
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
70
|
-
puts 'Connection Error: %s' % e
|
71
|
-
puts 'Source: %s' % e.backtrace.first
|
72
|
-
|
73
|
-
# API Error.
|
74
|
-
rescue AdwordsApi::Errors::ApiException => e
|
75
|
-
puts 'API Exception caught.'
|
76
|
-
puts 'Message: %s' % e.message
|
77
|
-
puts 'Code: %d' % e.code if e.code
|
78
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
79
|
-
puts 'Errors:'
|
80
|
-
if e.errors
|
81
|
-
e.errors.each_with_index do |error, index|
|
82
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
83
|
-
error.each_pair do |field, value|
|
84
|
-
if field != :xsi_type
|
85
|
-
puts ' %s: %s' % [field, value]
|
86
|
-
end
|
87
|
-
end
|
88
|
-
end
|
89
|
-
end
|
90
|
-
end
|
91
|
-
end
|
@@ -1,97 +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 uploads an image. To get images, run get_all_images.rb.
|
21
|
-
#
|
22
|
-
# Tags: MediaService.upload
|
23
|
-
|
24
|
-
require 'rubygems'
|
25
|
-
gem 'google-adwords-api'
|
26
|
-
require 'adwords_api'
|
27
|
-
require 'base64'
|
28
|
-
|
29
|
-
API_VERSION = :v201008
|
30
|
-
|
31
|
-
def upload_image()
|
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
|
-
# Create image.
|
43
|
-
image_url = 'https://sandbox.google.com/sandboximages/image.jpg'
|
44
|
-
# This utility method retrieves the contents of a URL using all of the config
|
45
|
-
# options provided to the Api object.
|
46
|
-
image_data = AdsCommon::Http.get(image_url, adwords.config)
|
47
|
-
base64_image_data = Base64.encode64(image_data)
|
48
|
-
image = {
|
49
|
-
# The 'xsi_type' field allows you to specify the xsi:type of the object
|
50
|
-
# being created. It's only necessary when you must provide an explicit
|
51
|
-
# type that the client library can't infer.
|
52
|
-
:xsi_type => 'Image',
|
53
|
-
:data => base64_image_data,
|
54
|
-
:type => 'IMAGE'
|
55
|
-
}
|
56
|
-
|
57
|
-
# Upload image.
|
58
|
-
response = media_srv.upload([image])
|
59
|
-
if response and !response.empty?
|
60
|
-
ret_image = response.first
|
61
|
-
dimensions = AdwordsApi::Utils.map(ret_image[:dimensions])
|
62
|
-
puts "Image with id #{ret_image[:media_id]}, dimensions " +
|
63
|
-
"#{dimensions['FULL'][:height]}x#{dimensions['FULL'][:width]} " +
|
64
|
-
"and MIME type \"#{ret_image[:mime_type]}\" uploaded successfully."
|
65
|
-
else
|
66
|
-
puts "No images uploaded."
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
if __FILE__ == $0
|
71
|
-
begin
|
72
|
-
upload_image()
|
73
|
-
|
74
|
-
# Connection error. Likely transitory.
|
75
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
76
|
-
puts 'Connection Error: %s' % e
|
77
|
-
puts 'Source: %s' % e.backtrace.first
|
78
|
-
|
79
|
-
# API Error.
|
80
|
-
rescue AdwordsApi::Errors::ApiException => e
|
81
|
-
puts 'API Exception caught.'
|
82
|
-
puts 'Message: %s' % e.message
|
83
|
-
puts 'Code: %d' % e.code if e.code
|
84
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
85
|
-
puts 'Errors:'
|
86
|
-
if e.errors
|
87
|
-
e.errors.each_with_index do |error, index|
|
88
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
89
|
-
error.each_pair do |field, value|
|
90
|
-
if field != :xsi_type
|
91
|
-
puts ' %s: %s' % [field, value]
|
92
|
-
end
|
93
|
-
end
|
94
|
-
end
|
95
|
-
end
|
96
|
-
end
|
97
|
-
end
|
@@ -1,98 +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 create an ad group. To create a campaign, run
|
21
|
-
# add_campaign.rb.
|
22
|
-
#
|
23
|
-
# Tags: AdGroupService.mutate
|
24
|
-
|
25
|
-
require 'rubygems'
|
26
|
-
gem 'google-adwords-api'
|
27
|
-
require 'adwords_api'
|
28
|
-
|
29
|
-
API_VERSION = :v201101
|
30
|
-
|
31
|
-
def add_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
|
-
campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
|
43
|
-
|
44
|
-
# Prepare for adding ad group.
|
45
|
-
operation = {
|
46
|
-
:operator => 'ADD',
|
47
|
-
:operand => {
|
48
|
-
:name => 'Earth to Mars Cruises #%s' % (Time.new.to_f * 1000).to_i,
|
49
|
-
:status => 'ENABLED',
|
50
|
-
:campaign_id => campaign_id,
|
51
|
-
:bids => {
|
52
|
-
# The 'xsi_type' field allows you to specify the xsi:type of the object
|
53
|
-
# being created. It's only necessary when you must provide an explicit
|
54
|
-
# type that the client library can't infer.
|
55
|
-
:xsi_type => 'ManualCPMAdGroupBids',
|
56
|
-
:max_cpc => {
|
57
|
-
:amount => {
|
58
|
-
:micro_amount => 10000000
|
59
|
-
}
|
60
|
-
}
|
61
|
-
},
|
62
|
-
}
|
63
|
-
}
|
64
|
-
|
65
|
-
# Add ad group.
|
66
|
-
response = ad_group_srv.mutate([operation])
|
67
|
-
ad_group = response[:value].first
|
68
|
-
puts 'Ad group id %d was successfully added.' % ad_group[:id]
|
69
|
-
end
|
70
|
-
|
71
|
-
if __FILE__ == $0
|
72
|
-
begin
|
73
|
-
add_ad_group()
|
74
|
-
|
75
|
-
# Connection error. Likely transitory.
|
76
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
77
|
-
puts 'Connection Error: %s' % e
|
78
|
-
puts 'Source: %s' % e.backtrace.first
|
79
|
-
|
80
|
-
# API Error.
|
81
|
-
rescue AdwordsApi::Errors::ApiException => e
|
82
|
-
puts 'API Exception caught.'
|
83
|
-
puts 'Message: %s' % e.message
|
84
|
-
puts 'Code: %d' % e.code if e.code
|
85
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
86
|
-
puts 'Errors:'
|
87
|
-
if e.errors
|
88
|
-
e.errors.each_with_index do |error, index|
|
89
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
90
|
-
error.each_pair do |field, value|
|
91
|
-
if field != :xsi_type
|
92
|
-
puts ' %s: %s' % [field, value]
|
93
|
-
end
|
94
|
-
end
|
95
|
-
end
|
96
|
-
end
|
97
|
-
end
|
98
|
-
end
|
@@ -1,100 +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 add a criterion to a given ad group. To create
|
21
|
-
# an ad group, run add_ad_group.rb.
|
22
|
-
#
|
23
|
-
# Tags: AdGroupCriterionService.mutate
|
24
|
-
|
25
|
-
require 'rubygems'
|
26
|
-
gem 'google-adwords-api'
|
27
|
-
require 'adwords_api'
|
28
|
-
|
29
|
-
API_VERSION = :v201101
|
30
|
-
|
31
|
-
def add_ad_group_criteria()
|
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
|
-
|
45
|
-
# Create placement.
|
46
|
-
plc_operation = {
|
47
|
-
:operator => 'ADD',
|
48
|
-
:operand => {
|
49
|
-
:xsi_type => 'BiddableAdGroupCriterion',
|
50
|
-
:ad_group_id => ad_group_id,
|
51
|
-
:criterion => {
|
52
|
-
:xsi_type => 'Placement',
|
53
|
-
:url => 'http://mars.google.com'
|
54
|
-
}
|
55
|
-
}
|
56
|
-
}
|
57
|
-
|
58
|
-
# Add criteria.
|
59
|
-
response = ad_group_criterion_srv.mutate([plc_operation])
|
60
|
-
if response and response[:value]
|
61
|
-
ad_group_criteria = response[:value]
|
62
|
-
puts "Added #{ad_group_criteria.length} criteria to ad group " +
|
63
|
-
"#{ad_group_id}."
|
64
|
-
ad_group_criteria.each do |ad_group_criterion|
|
65
|
-
puts " Criterion id is #{ad_group_criterion[:criterion][:id]} and " +
|
66
|
-
"type is #{ad_group_criterion[:criterion][:xsi_type]}."
|
67
|
-
end
|
68
|
-
else
|
69
|
-
puts "No criteria were added."
|
70
|
-
end
|
71
|
-
end
|
72
|
-
|
73
|
-
if __FILE__ == $0
|
74
|
-
begin
|
75
|
-
add_ad_group_criteria()
|
76
|
-
|
77
|
-
# Connection error. Likely transitory.
|
78
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
79
|
-
puts 'Connection Error: %s' % e
|
80
|
-
puts 'Source: %s' % e.backtrace.first
|
81
|
-
|
82
|
-
# API Error.
|
83
|
-
rescue AdwordsApi::Errors::ApiException => e
|
84
|
-
puts 'API Exception caught.'
|
85
|
-
puts 'Message: %s' % e.message
|
86
|
-
puts 'Code: %d' % e.code if e.code
|
87
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
88
|
-
puts 'Errors:'
|
89
|
-
if e.errors
|
90
|
-
e.errors.each_with_index do |error, index|
|
91
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
92
|
-
error.each_pair do |field, value|
|
93
|
-
if field != :xsi_type
|
94
|
-
puts ' %s: %s' % [field, value]
|
95
|
-
end
|
96
|
-
end
|
97
|
-
end
|
98
|
-
end
|
99
|
-
end
|
100
|
-
end
|
data/examples/v201101/add_ads.rb
DELETED
@@ -1,110 +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 add an image ad to a given ad group. To create
|
21
|
-
# an ad group, run add_ad_group.rb.
|
22
|
-
#
|
23
|
-
# Tags: AdGroupAdService.mutate
|
24
|
-
|
25
|
-
require 'rubygems'
|
26
|
-
gem 'google-adwords-api'
|
27
|
-
require 'adwords_api'
|
28
|
-
require 'base64'
|
29
|
-
|
30
|
-
API_VERSION = :v201101
|
31
|
-
|
32
|
-
def add_ads()
|
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
|
-
ad_group_ad_srv = adwords.service(:AdGroupAdService, API_VERSION)
|
42
|
-
|
43
|
-
ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
|
44
|
-
|
45
|
-
# Retrieve image and encode it.
|
46
|
-
image_url = 'https://sandbox.google.com/sandboximages/image.jpg'
|
47
|
-
# This utility method retrieves the contents of a URL using all of the config
|
48
|
-
# options provided to the Api object.
|
49
|
-
image_data = AdsCommon::Http.get(image_url, adwords.config)
|
50
|
-
base64_image_data = Base64.encode64(image_data)
|
51
|
-
|
52
|
-
# Create image ad.
|
53
|
-
image_ad_operation = {
|
54
|
-
:operator => 'ADD',
|
55
|
-
:operand => {
|
56
|
-
:ad_group_id => ad_group_id,
|
57
|
-
:ad => {
|
58
|
-
:xsi_type => 'ImageAd',
|
59
|
-
:name => 'Cruise to mars image ad #%s' % (Time.new.to_f * 1000).to_i,
|
60
|
-
:url => 'http://www.example.com',
|
61
|
-
:display_url => 'www.example.com',
|
62
|
-
:image => {
|
63
|
-
:data => base64_image_data
|
64
|
-
}
|
65
|
-
}
|
66
|
-
}
|
67
|
-
}
|
68
|
-
|
69
|
-
# Add ad.
|
70
|
-
response = ad_group_ad_srv.mutate([image_ad_operation])
|
71
|
-
if response and response[:value]
|
72
|
-
ads = response[:value]
|
73
|
-
puts "Added #{ads.length} ad(s) to ad group #{ad_group_id}."
|
74
|
-
ads.each do |ad|
|
75
|
-
puts " Ad id is #{ad[:ad][:id]}, type is #{ad[:ad][:xsi_type]} and " +
|
76
|
-
"status is \"#{ad[:status]}\"."
|
77
|
-
end
|
78
|
-
else
|
79
|
-
puts "No ads were added."
|
80
|
-
end
|
81
|
-
end
|
82
|
-
|
83
|
-
if __FILE__ == $0
|
84
|
-
begin
|
85
|
-
add_ads()
|
86
|
-
|
87
|
-
# Connection error. Likely transitory.
|
88
|
-
rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
|
89
|
-
puts 'Connection Error: %s' % e
|
90
|
-
puts 'Source: %s' % e.backtrace.first
|
91
|
-
|
92
|
-
# API Error.
|
93
|
-
rescue AdwordsApi::Errors::ApiException => e
|
94
|
-
puts 'API Exception caught.'
|
95
|
-
puts 'Message: %s' % e.message
|
96
|
-
puts 'Code: %d' % e.code if e.code
|
97
|
-
puts 'Trigger: %s' % e.trigger if e.trigger
|
98
|
-
puts 'Errors:'
|
99
|
-
if e.errors
|
100
|
-
e.errors.each_with_index do |error, index|
|
101
|
-
puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
|
102
|
-
error.each_pair do |field, value|
|
103
|
-
if field != :xsi_type
|
104
|
-
puts ' %s: %s' % [field, value]
|
105
|
-
end
|
106
|
-
end
|
107
|
-
end
|
108
|
-
end
|
109
|
-
end
|
110
|
-
end
|