google-adx-buyer-api 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. data/COPYING +201 -0
  2. data/ChangeLog +2 -0
  3. data/README +208 -0
  4. data/Rakefile +50 -0
  5. data/examples/v201003/add_ad_group.rb +98 -0
  6. data/examples/v201003/add_ad_group_criteria.rb +100 -0
  7. data/examples/v201003/add_ads.rb +110 -0
  8. data/examples/v201003/add_campaign.rb +101 -0
  9. data/examples/v201003/add_negative_campaign_criterion.rb +95 -0
  10. data/examples/v201003/add_placement_performance_report_definition.rb +108 -0
  11. data/examples/v201003/check_campaigns.rb +132 -0
  12. data/examples/v201003/delete_ad.rb +94 -0
  13. data/examples/v201003/delete_ad_group.rb +86 -0
  14. data/examples/v201003/delete_ad_group_criterion.rb +95 -0
  15. data/examples/v201003/delete_campaign.rb +87 -0
  16. data/examples/v201003/download_report.rb +71 -0
  17. data/examples/v201003/get_all_active_ad_group_criteria.rb +93 -0
  18. data/examples/v201003/get_all_ad_group_criteria.rb +91 -0
  19. data/examples/v201003/get_all_ad_groups.rb +88 -0
  20. data/examples/v201003/get_all_ads.rb +91 -0
  21. data/examples/v201003/get_all_campaign_targets.rb +83 -0
  22. data/examples/v201003/get_all_campaigns.rb +83 -0
  23. data/examples/v201003/get_all_disapproved_ads.rb +94 -0
  24. data/examples/v201003/get_all_images.rb +88 -0
  25. data/examples/v201003/get_all_paused_campaigns.rb +86 -0
  26. data/examples/v201003/get_all_report_definitions.rb +84 -0
  27. data/examples/v201003/get_criterion_bid_landscape.rb +105 -0
  28. data/examples/v201003/get_geo_location_info.rb +108 -0
  29. data/examples/v201003/get_related_placements.rb +111 -0
  30. data/examples/v201003/get_report_fields.rb +81 -0
  31. data/examples/v201003/perform_bulk_mutate_job.rb +222 -0
  32. data/examples/v201003/set_campaign_targets.rb +124 -0
  33. data/examples/v201003/update_ad.rb +95 -0
  34. data/examples/v201003/update_ad_group.rb +90 -0
  35. data/examples/v201003/update_ad_group_criterion.rb +108 -0
  36. data/examples/v201003/update_campaign.rb +92 -0
  37. data/examples/v201003/upload_image.rb +97 -0
  38. data/examples/v201008/add_ad_group.rb +98 -0
  39. data/examples/v201008/add_ad_group_criteria.rb +100 -0
  40. data/examples/v201008/add_ads.rb +110 -0
  41. data/examples/v201008/add_campaign.rb +101 -0
  42. data/examples/v201008/add_experiment.rb +162 -0
  43. data/examples/v201008/add_negative_campaign_criterion.rb +95 -0
  44. data/examples/v201008/add_placement_performance_report_definition.rb +108 -0
  45. data/examples/v201008/add_user_list.rb +96 -0
  46. data/examples/v201008/check_campaigns.rb +132 -0
  47. data/examples/v201008/delete_ad.rb +94 -0
  48. data/examples/v201008/delete_ad_group.rb +86 -0
  49. data/examples/v201008/delete_ad_group_criterion.rb +95 -0
  50. data/examples/v201008/delete_bulk_mutate_job.rb +96 -0
  51. data/examples/v201008/delete_campaign.rb +87 -0
  52. data/examples/v201008/delete_experiment.rb +87 -0
  53. data/examples/v201008/delete_user_list.rb +87 -0
  54. data/examples/v201008/download_report.rb +71 -0
  55. data/examples/v201008/get_all_account_changes.rb +144 -0
  56. data/examples/v201008/get_all_active_ad_group_criteria.rb +93 -0
  57. data/examples/v201008/get_all_ad_group_criteria.rb +91 -0
  58. data/examples/v201008/get_all_ad_groups.rb +88 -0
  59. data/examples/v201008/get_all_ads.rb +91 -0
  60. data/examples/v201008/get_all_campaign_targets.rb +83 -0
  61. data/examples/v201008/get_all_campaigns.rb +83 -0
  62. data/examples/v201008/get_all_disapproved_ads.rb +94 -0
  63. data/examples/v201008/get_all_experiments.rb +93 -0
  64. data/examples/v201008/get_all_images.rb +88 -0
  65. data/examples/v201008/get_all_paused_campaigns.rb +86 -0
  66. data/examples/v201008/get_all_report_definitions.rb +84 -0
  67. data/examples/v201008/get_all_user_lists.rb +84 -0
  68. data/examples/v201008/get_bulk_mutate_job.rb +106 -0
  69. data/examples/v201008/get_campaign_alerts.rb +103 -0
  70. data/examples/v201008/get_criterion_bid_landscape.rb +105 -0
  71. data/examples/v201008/get_geo_location_info.rb +108 -0
  72. data/examples/v201008/get_related_placements.rb +114 -0
  73. data/examples/v201008/get_report_fields.rb +81 -0
  74. data/examples/v201008/perform_bulk_mutate_job.rb +222 -0
  75. data/examples/v201008/promote_experiment.rb +88 -0
  76. data/examples/v201008/set_campaign_targets.rb +124 -0
  77. data/examples/v201008/update_ad.rb +95 -0
  78. data/examples/v201008/update_ad_group.rb +90 -0
  79. data/examples/v201008/update_ad_group_criterion.rb +108 -0
  80. data/examples/v201008/update_campaign.rb +93 -0
  81. data/examples/v201008/update_user_list.rb +91 -0
  82. data/examples/v201008/upload_image.rb +97 -0
  83. data/examples/v201101/add_ad_group.rb +98 -0
  84. data/examples/v201101/add_ad_group_criteria.rb +100 -0
  85. data/examples/v201101/add_ads.rb +110 -0
  86. data/examples/v201101/add_campaign.rb +108 -0
  87. data/examples/v201101/add_conversion.rb +97 -0
  88. data/examples/v201101/add_experiment.rb +162 -0
  89. data/examples/v201101/add_negative_campaign_criterion.rb +95 -0
  90. data/examples/v201101/add_placement_performance_report_definition.rb +108 -0
  91. data/examples/v201101/add_rtb_campaign.rb +113 -0
  92. data/examples/v201101/add_user_list.rb +122 -0
  93. data/examples/v201101/check_campaigns.rb +132 -0
  94. data/examples/v201101/delete_ad.rb +94 -0
  95. data/examples/v201101/delete_ad_group.rb +86 -0
  96. data/examples/v201101/delete_ad_group_criterion.rb +95 -0
  97. data/examples/v201101/delete_bulk_mutate_job.rb +96 -0
  98. data/examples/v201101/delete_campaign.rb +87 -0
  99. data/examples/v201101/delete_experiment.rb +87 -0
  100. data/examples/v201101/delete_user_list.rb +87 -0
  101. data/examples/v201101/download_report.rb +71 -0
  102. data/examples/v201101/get_ad_group_bid_landscape.rb +103 -0
  103. data/examples/v201101/get_all_account_changes.rb +146 -0
  104. data/examples/v201101/get_all_active_ad_group_criteria.rb +106 -0
  105. data/examples/v201101/get_all_ad_group_criteria.rb +97 -0
  106. data/examples/v201101/get_all_ad_groups.rb +94 -0
  107. data/examples/v201101/get_all_ads.rb +99 -0
  108. data/examples/v201101/get_all_campaign_targets.rb +83 -0
  109. data/examples/v201101/get_all_campaigns.rb +86 -0
  110. data/examples/v201101/get_all_conversions.rb +88 -0
  111. data/examples/v201101/get_all_disapproved_ads.rb +102 -0
  112. data/examples/v201101/get_all_experiments.rb +98 -0
  113. data/examples/v201101/get_all_images.rb +90 -0
  114. data/examples/v201101/get_all_paused_campaigns.rb +92 -0
  115. data/examples/v201101/get_all_report_definitions.rb +84 -0
  116. data/examples/v201101/get_all_user_lists.rb +87 -0
  117. data/examples/v201101/get_bulk_mutate_job.rb +106 -0
  118. data/examples/v201101/get_campaign_alerts.rb +103 -0
  119. data/examples/v201101/get_criterion_bid_landscape.rb +102 -0
  120. data/examples/v201101/get_geo_location_info.rb +108 -0
  121. data/examples/v201101/get_related_placements.rb +114 -0
  122. data/examples/v201101/get_report_fields.rb +81 -0
  123. data/examples/v201101/perform_bulk_mutate_job.rb +222 -0
  124. data/examples/v201101/promote_experiment.rb +88 -0
  125. data/examples/v201101/set_campaign_targets.rb +111 -0
  126. data/examples/v201101/update_ad.rb +95 -0
  127. data/examples/v201101/update_ad_group.rb +90 -0
  128. data/examples/v201101/update_ad_group_criterion.rb +108 -0
  129. data/examples/v201101/update_campaign.rb +93 -0
  130. data/examples/v201101/update_conversion.rb +96 -0
  131. data/examples/v201101/update_user_list.rb +91 -0
  132. data/examples/v201101/upload_image.rb +97 -0
  133. metadata +208 -0
@@ -0,0 +1,124 @@
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 adds geo, language and network targeting to an existing campaign.
21
+ # To create a campaign, run add_campaign.rb.
22
+ #
23
+ # Tags: CampaignTargetService.mutate
24
+
25
+ require 'rubygems'
26
+ gem 'google-adwords-api'
27
+ require 'adwords_api'
28
+
29
+ API_VERSION = :v201008
30
+
31
+ def set_campaign_targets()
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
+ campaign_target_srv = adwords.service(:CampaignTargetService, API_VERSION)
36
+
37
+ campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
38
+
39
+ # Language targeting.
40
+ language_operation = {
41
+ :operator => 'SET',
42
+ :operand => {
43
+ :xsi_type => 'LanguageTargetList',
44
+ :campaign_id => campaign_id,
45
+ :targets => [{:language_code => 'fr'}, {:language_code => 'ja'}]
46
+ }
47
+ }
48
+
49
+ # Geo targeting.
50
+ geo_operation = {
51
+ :operator => 'SET',
52
+ :operand => {
53
+ :xsi_type => 'GeoTargetList',
54
+ :campaign_id => campaign_id,
55
+ :targets => [
56
+ {
57
+ :xsi_type => 'CountryTarget',
58
+ :excluded => false,
59
+ :country_code => 'US'
60
+ },
61
+ {
62
+ :xsi_type => 'CountryTarget',
63
+ :excluded => false,
64
+ :country_code => 'JP'
65
+ }
66
+ ]
67
+ }
68
+ }
69
+
70
+ # Network targeting.
71
+ network_operation = {
72
+ :operator => 'SET',
73
+ :operand => {
74
+ :xsi_type => 'NetworkTargetList',
75
+ :campaign_id => campaign_id,
76
+ :targets => [
77
+ {:network_coverage_type => 'CONTENT_NETWORK'}
78
+ ]
79
+ }
80
+ }
81
+
82
+ # Set campaign targeting.
83
+ response = campaign_target_srv.mutate([language_operation, geo_operation,
84
+ network_operation])
85
+ targets = response[:value]
86
+ targets.each do |target|
87
+ puts "Campaign target of type #{target[:xsi_type]} for campaign id " +
88
+ "#{target[:campaign_id]} was set."
89
+ end
90
+ end
91
+
92
+ if __FILE__ == $0
93
+ # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
94
+ # variable to 'true'. This can be done either from your operating system
95
+ # environment or via code, as done below.
96
+ ENV['ADWORDSAPI_DEBUG'] = 'false'
97
+
98
+ begin
99
+ set_campaign_targets()
100
+
101
+ # Connection error. Likely transitory.
102
+ rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
103
+ puts 'Connection Error: %s' % e
104
+ puts 'Source: %s' % e.backtrace.first
105
+
106
+ # API Error.
107
+ rescue AdwordsApi::Errors::ApiException => e
108
+ puts 'API Exception caught.'
109
+ puts 'Message: %s' % e.message
110
+ puts 'Code: %d' % e.code if e.code
111
+ puts 'Trigger: %s' % e.trigger if e.trigger
112
+ puts 'Errors:'
113
+ if e.errors
114
+ e.errors.each_with_index do |error, index|
115
+ puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
116
+ error.each_pair do |field, value|
117
+ if field != :xsi_type
118
+ puts ' %s: %s' % [field, value]
119
+ end
120
+ end
121
+ end
122
+ end
123
+ end
124
+ end
@@ -0,0 +1,95 @@
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, setting its status to 'PAUSED'.
21
+ # To create ads, run add_ads.rb.
22
+ #
23
+ # Tags: AdGroupAdService.mutate
24
+
25
+ require 'rubygems'
26
+ gem 'google-adwords-api'
27
+ require 'adwords_api'
28
+
29
+ API_VERSION = :v201008
30
+
31
+ def update_ad()
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
+ ad_group_ad_srv = adwords.service(:AdGroupAdService, API_VERSION)
36
+
37
+ ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
38
+ ad_id = 'INSERT_AD_ID_HERE'.to_i
39
+
40
+ # Prepare for updating ad.
41
+ operation = {
42
+ :operator => 'SET',
43
+ :operand => {
44
+ :ad_group_id => ad_group_id,
45
+ :status => 'PAUSED',
46
+ :ad => {
47
+ :id => ad_id
48
+ }
49
+ }
50
+ }
51
+
52
+ # Update ad.
53
+ response = ad_group_ad_srv.mutate([operation])
54
+ if response and response[:value]
55
+ ad = response[:value].first
56
+ puts 'Ad id %d was successfully updated, status set to %s.' %
57
+ [ad[:ad][:id], ad[:status]]
58
+ else
59
+ puts 'No ads were updated.'
60
+ end
61
+ end
62
+
63
+ if __FILE__ == $0
64
+ # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
65
+ # variable to 'true'. This can be done either from your operating system
66
+ # environment or via code, as done below.
67
+ ENV['ADWORDSAPI_DEBUG'] = 'false'
68
+
69
+ begin
70
+ update_ad()
71
+
72
+ # Connection error. Likely transitory.
73
+ rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
74
+ puts 'Connection Error: %s' % e
75
+ puts 'Source: %s' % e.backtrace.first
76
+
77
+ # API Error.
78
+ rescue AdwordsApi::Errors::ApiException => e
79
+ puts 'API Exception caught.'
80
+ puts 'Message: %s' % e.message
81
+ puts 'Code: %d' % e.code if e.code
82
+ puts 'Trigger: %s' % e.trigger if e.trigger
83
+ puts 'Errors:'
84
+ if e.errors
85
+ e.errors.each_with_index do |error, index|
86
+ puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
87
+ error.each_pair do |field, value|
88
+ if field != :xsi_type
89
+ puts ' %s: %s' % [field, value]
90
+ end
91
+ end
92
+ end
93
+ end
94
+ end
95
+ 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 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 = :v201008
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
+ ad_group_srv = adwords.service(:AdGroupService, API_VERSION)
36
+
37
+ ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
38
+
39
+ # Prepare for updating ad group.
40
+ operation = {
41
+ :operator => 'SET',
42
+ :operand => {
43
+ :status => 'PAUSED',
44
+ :id => ad_group_id
45
+ }
46
+ }
47
+
48
+ # Update ad group.
49
+ response = ad_group_srv.mutate([operation])
50
+ if response and response[:value]
51
+ ad_group = response[:value].first
52
+ puts 'Ad group id %d was successfully updated.' % ad_group[:id]
53
+ else
54
+ puts 'No ad groups were updated.'
55
+ end
56
+ end
57
+
58
+ if __FILE__ == $0
59
+ # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
60
+ # variable to 'true'. This can be done either from your operating system
61
+ # environment or via code, as done below.
62
+ ENV['ADWORDSAPI_DEBUG'] = 'false'
63
+
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 = :v201008
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
+ ad_group_criterion_srv =
36
+ adwords.service(:AdGroupCriterionService, API_VERSION)
37
+
38
+ ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
39
+ criterion_id = 'INSERT_CRITERION_ID_HERE'.to_i
40
+
41
+ # Prepare for updating ad group criterion.
42
+ operation = {
43
+ :operator => 'SET',
44
+ :operand => {
45
+ # The 'xsi_type' field allows you to specify the xsi:type of the object
46
+ # being created. It's only necessary when you must provide an explicit
47
+ # type that the client library can't infer.
48
+ :xsi_type => 'BiddableAdGroupCriterion',
49
+ :ad_group_id => ad_group_id,
50
+ :criterion => {
51
+ :id => criterion_id
52
+ },
53
+ :bids => {
54
+ :xsi_type => 'ManualCPMAdGroupCriterionBids',
55
+ :max_cpm => {
56
+ :amount => {
57
+ :micro_amount => 1000000
58
+ }
59
+ }
60
+ }
61
+ }
62
+ }
63
+
64
+ # Update criterion.
65
+ response = ad_group_criterion_srv.mutate([operation])
66
+ if response and response[:value]
67
+ ad_group_criterion = response[:value].first
68
+ puts 'Criterion id %d was successfully updated, bid set to %d.' %
69
+ [ad_group_criterion[:criterion][:id],
70
+ ad_group_criterion[:bids][:max_cpm][:amount][:micro_amount]]
71
+ else
72
+ puts 'No criteria were updated.'
73
+ end
74
+ end
75
+
76
+ if __FILE__ == $0
77
+ # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
78
+ # variable to 'true'. This can be done either from your operating system
79
+ # environment or via code, as done below.
80
+ ENV['ADWORDSAPI_DEBUG'] = 'false'
81
+
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 = :v201008
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
+ campaign_srv = adwords.service(:CampaignService, API_VERSION)
36
+
37
+ campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
38
+
39
+ # Prepare for updating campaign.
40
+ operation = {
41
+ :operator => 'SET',
42
+ :operand => {
43
+ :id => campaign_id,
44
+ :budget => {
45
+ :delivery_method => 'ACCELERATED'
46
+ }
47
+ }
48
+ }
49
+
50
+ # Update campaign.
51
+ response = campaign_srv.mutate([operation])
52
+ if response and response[:value]
53
+ campaign = response[:value].first
54
+ puts 'Campaign id %d successfully updated, delivery method set to %s.' %
55
+ [campaign[:id], campaign[:budget][:delivery_method]]
56
+ else
57
+ puts 'No campaigns were updated.'
58
+ end
59
+ end
60
+
61
+ if __FILE__ == $0
62
+ # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
63
+ # variable to 'true'. This can be done either from your operating system
64
+ # environment or via code, as done below.
65
+ ENV['ADWORDSAPI_DEBUG'] = 'false'
66
+
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