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.
Files changed (177) hide show
  1. data/ChangeLog +7 -0
  2. data/README +43 -41
  3. data/Rakefile +3 -3
  4. data/examples/v201003/add_ad_group.rb +5 -5
  5. data/examples/v201003/add_ad_group_criteria.rb +5 -5
  6. data/examples/v201003/add_ads.rb +5 -5
  7. data/examples/v201003/add_campaign.rb +5 -5
  8. data/examples/v201003/add_negative_campaign_criterion.rb +5 -5
  9. data/examples/v201003/add_placement_performance_report_definition.rb +5 -5
  10. data/examples/v201003/check_campaigns.rb +5 -5
  11. data/examples/v201003/delete_ad.rb +5 -5
  12. data/examples/v201003/delete_ad_group.rb +5 -5
  13. data/examples/v201003/delete_ad_group_criterion.rb +5 -5
  14. data/examples/v201003/delete_campaign.rb +5 -5
  15. data/examples/v201003/download_report.rb +5 -0
  16. data/examples/v201003/get_all_active_ad_group_criteria.rb +5 -5
  17. data/examples/v201003/get_all_ad_group_criteria.rb +5 -5
  18. data/examples/v201003/get_all_ad_groups.rb +5 -5
  19. data/examples/v201003/get_all_ads.rb +5 -5
  20. data/examples/v201003/get_all_campaign_targets.rb +5 -5
  21. data/examples/v201003/get_all_campaigns.rb +5 -5
  22. data/examples/v201003/get_all_disapproved_ads.rb +5 -5
  23. data/examples/v201003/get_all_images.rb +5 -5
  24. data/examples/v201003/get_all_paused_campaigns.rb +5 -5
  25. data/examples/v201003/get_all_report_definitions.rb +5 -5
  26. data/examples/v201003/get_criterion_bid_landscape.rb +5 -5
  27. data/examples/v201003/get_geo_location_info.rb +5 -5
  28. data/examples/v201003/get_related_placements.rb +5 -5
  29. data/examples/v201003/get_report_fields.rb +5 -5
  30. data/examples/v201003/perform_bulk_mutate_job.rb +5 -5
  31. data/examples/v201003/set_campaign_targets.rb +5 -5
  32. data/examples/v201003/update_ad.rb +5 -5
  33. data/examples/v201003/update_ad_group.rb +5 -5
  34. data/examples/v201003/update_ad_group_criterion.rb +5 -5
  35. data/examples/v201003/update_campaign.rb +5 -5
  36. data/examples/v201003/upload_image.rb +5 -5
  37. data/examples/v201008/add_ad_group.rb +5 -5
  38. data/examples/v201008/add_ad_group_criteria.rb +5 -5
  39. data/examples/v201008/add_ads.rb +5 -5
  40. data/examples/v201008/add_campaign.rb +5 -5
  41. data/examples/v201008/add_negative_campaign_criterion.rb +5 -5
  42. data/examples/v201008/add_placement_performance_report_definition.rb +5 -5
  43. data/examples/v201008/add_user_list.rb +5 -5
  44. data/examples/v201008/check_campaigns.rb +5 -5
  45. data/examples/v201008/delete_ad.rb +5 -5
  46. data/examples/v201008/delete_ad_group.rb +5 -5
  47. data/examples/v201008/delete_ad_group_criterion.rb +5 -5
  48. data/examples/v201008/delete_bulk_mutate_job.rb +5 -5
  49. data/examples/v201008/delete_campaign.rb +5 -5
  50. data/examples/v201008/delete_user_list.rb +5 -5
  51. data/examples/v201008/download_report.rb +5 -0
  52. data/examples/v201008/get_all_account_changes.rb +5 -5
  53. data/examples/v201008/get_all_active_ad_group_criteria.rb +5 -5
  54. data/examples/v201008/get_all_ad_group_criteria.rb +5 -5
  55. data/examples/v201008/get_all_ad_groups.rb +5 -5
  56. data/examples/v201008/get_all_ads.rb +5 -5
  57. data/examples/v201008/get_all_campaign_targets.rb +5 -5
  58. data/examples/v201008/get_all_campaigns.rb +5 -5
  59. data/examples/v201008/get_all_disapproved_ads.rb +5 -5
  60. data/examples/v201008/get_all_images.rb +5 -5
  61. data/examples/v201008/get_all_paused_campaigns.rb +5 -5
  62. data/examples/v201008/get_all_report_definitions.rb +5 -5
  63. data/examples/v201008/get_all_user_lists.rb +5 -5
  64. data/examples/v201008/get_bulk_mutate_job.rb +5 -5
  65. data/examples/v201008/get_campaign_alerts.rb +5 -5
  66. data/examples/v201008/get_criterion_bid_landscape.rb +5 -5
  67. data/examples/v201008/get_geo_location_info.rb +5 -5
  68. data/examples/v201008/get_related_placements.rb +5 -5
  69. data/examples/v201008/get_report_fields.rb +5 -5
  70. data/examples/v201008/perform_bulk_mutate_job.rb +5 -5
  71. data/examples/v201008/set_campaign_targets.rb +5 -5
  72. data/examples/v201008/update_ad.rb +5 -5
  73. data/examples/v201008/update_ad_group.rb +5 -5
  74. data/examples/v201008/update_ad_group_criterion.rb +5 -5
  75. data/examples/v201008/update_campaign.rb +5 -5
  76. data/examples/v201008/update_user_list.rb +5 -5
  77. data/examples/v201008/upload_image.rb +5 -5
  78. data/examples/v201101/add_ad_group.rb +5 -5
  79. data/examples/v201101/add_ad_group_criteria.rb +5 -5
  80. data/examples/v201101/add_ads.rb +5 -5
  81. data/examples/v201101/add_campaign.rb +5 -5
  82. data/examples/v201101/add_conversion.rb +5 -5
  83. data/examples/v201101/add_negative_campaign_criterion.rb +5 -5
  84. data/examples/v201101/add_placement_performance_report_definition.rb +5 -5
  85. data/examples/v201101/add_rtb_campaign.rb +5 -5
  86. data/examples/v201101/add_user_list.rb +5 -5
  87. data/examples/v201101/check_campaigns.rb +5 -5
  88. data/examples/v201101/delete_ad.rb +5 -5
  89. data/examples/v201101/delete_ad_group.rb +5 -5
  90. data/examples/v201101/delete_ad_group_criterion.rb +5 -5
  91. data/examples/v201101/delete_bulk_mutate_job.rb +5 -5
  92. data/examples/v201101/delete_campaign.rb +5 -5
  93. data/examples/v201101/delete_user_list.rb +5 -5
  94. data/examples/v201101/download_report.rb +5 -0
  95. data/examples/v201101/get_ad_group_bid_landscape.rb +5 -5
  96. data/examples/v201101/get_all_account_changes.rb +5 -5
  97. data/examples/v201101/get_all_active_ad_group_criteria.rb +5 -5
  98. data/examples/v201101/get_all_ad_group_criteria.rb +5 -5
  99. data/examples/v201101/get_all_ad_groups.rb +5 -5
  100. data/examples/v201101/get_all_ads.rb +5 -5
  101. data/examples/v201101/get_all_campaign_targets.rb +5 -5
  102. data/examples/v201101/get_all_campaigns.rb +5 -5
  103. data/examples/v201101/get_all_conversions.rb +5 -5
  104. data/examples/v201101/get_all_disapproved_ads.rb +5 -5
  105. data/examples/v201101/get_all_images.rb +5 -5
  106. data/examples/v201101/get_all_paused_campaigns.rb +5 -5
  107. data/examples/v201101/get_all_report_definitions.rb +5 -5
  108. data/examples/v201101/get_all_user_lists.rb +5 -5
  109. data/examples/v201101/get_bulk_mutate_job.rb +5 -5
  110. data/examples/v201101/get_campaign_alerts.rb +5 -5
  111. data/examples/v201101/get_criterion_bid_landscape.rb +5 -5
  112. data/examples/v201101/get_geo_location_info.rb +5 -5
  113. data/examples/v201101/get_related_placements.rb +5 -5
  114. data/examples/v201101/get_report_fields.rb +5 -5
  115. data/examples/v201101/perform_bulk_mutate_job.rb +5 -5
  116. data/examples/v201101/set_campaign_targets.rb +5 -5
  117. data/examples/v201101/update_ad.rb +5 -5
  118. data/examples/v201101/update_ad_group.rb +5 -5
  119. data/examples/v201101/update_ad_group_criterion.rb +5 -5
  120. data/examples/v201101/update_campaign.rb +5 -5
  121. data/examples/v201101/update_conversion.rb +5 -5
  122. data/examples/v201101/update_user_list.rb +5 -5
  123. data/examples/v201101/upload_image.rb +5 -5
  124. data/examples/v201109/add_ad_group.rb +98 -0
  125. data/examples/v201109/add_ad_group_criteria.rb +100 -0
  126. data/examples/v201109/add_ads.rb +110 -0
  127. data/examples/v201109/add_campaign.rb +108 -0
  128. data/examples/v201109/add_campaign_targeting_criteria.rb +102 -0
  129. data/examples/v201109/add_conversion.rb +97 -0
  130. data/examples/{v201008/get_all_experiments.rb → v201109/add_negative_campaign_criterion.rb} +32 -30
  131. data/examples/v201109/add_rtb_campaign.rb +113 -0
  132. data/examples/v201109/add_user_list.rb +122 -0
  133. data/examples/v201109/check_campaigns.rb +132 -0
  134. data/examples/v201109/delete_ad.rb +94 -0
  135. data/examples/{v201101/delete_experiment.rb → v201109/delete_ad_group.rb} +20 -21
  136. data/examples/v201109/delete_ad_group_criterion.rb +95 -0
  137. data/examples/v201109/delete_bulk_mutate_job.rb +96 -0
  138. data/examples/{v201008/delete_experiment.rb → v201109/delete_campaign.rb} +21 -21
  139. data/examples/{v201008/promote_experiment.rb → v201109/delete_user_list.rb} +21 -22
  140. data/examples/v201109/download_adhoc_report.rb +79 -0
  141. data/examples/v201109/download_report.rb +76 -0
  142. data/examples/v201109/get_ad_group_bid_landscape.rb +103 -0
  143. data/examples/v201109/get_all_account_changes.rb +146 -0
  144. data/examples/v201109/get_all_active_ad_group_criteria.rb +106 -0
  145. data/examples/v201109/get_all_ad_group_criteria.rb +98 -0
  146. data/examples/{v201101/get_all_experiments.rb → v201109/get_all_ad_groups.rb} +21 -25
  147. data/examples/v201109/get_all_ads.rb +99 -0
  148. data/examples/v201109/get_all_campaign_targets.rb +83 -0
  149. data/examples/v201109/get_all_campaigns.rb +86 -0
  150. data/examples/v201109/get_all_carriers.rb +72 -0
  151. data/examples/v201109/get_all_conversions.rb +88 -0
  152. data/examples/v201109/get_all_disapproved_ads.rb +102 -0
  153. data/examples/v201109/get_all_images.rb +90 -0
  154. data/examples/v201109/get_all_languages.rb +73 -0
  155. data/examples/v201109/get_all_paused_campaigns.rb +92 -0
  156. data/examples/v201109/get_all_report_definitions.rb +84 -0
  157. data/examples/v201109/get_all_user_lists.rb +87 -0
  158. data/examples/v201109/get_bulk_mutate_job.rb +106 -0
  159. data/examples/v201109/get_campaign_alerts.rb +103 -0
  160. data/examples/v201109/get_client_customer_id.rb +87 -0
  161. data/examples/v201109/get_criterion_bid_landscape.rb +102 -0
  162. data/examples/v201109/get_geo_location_info.rb +108 -0
  163. data/examples/v201109/get_location_criteria.rb +103 -0
  164. data/examples/v201109/get_related_placements.rb +114 -0
  165. data/examples/v201109/get_report_fields.rb +81 -0
  166. data/examples/v201109/perform_bulk_mutate_job.rb +222 -0
  167. data/examples/v201109/perform_mutate_job.rb +151 -0
  168. data/examples/{v201101/promote_experiment.rb → v201109/update_ad.rb} +29 -22
  169. data/examples/v201109/update_ad_group.rb +90 -0
  170. data/examples/v201109/update_ad_group_criterion.rb +108 -0
  171. data/examples/v201109/update_campaign.rb +93 -0
  172. data/examples/v201109/update_conversion.rb +96 -0
  173. data/examples/v201109/update_user_list.rb +91 -0
  174. data/examples/v201109/upload_image.rb +97 -0
  175. metadata +164 -114
  176. data/examples/v201008/add_experiment.rb +0 -162
  177. data/examples/v201101/add_experiment.rb +0 -162
@@ -0,0 +1,110 @@
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 = :v201109
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
@@ -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 create a campaign.
21
+ #
22
+ # Tags: CampaignService.mutate
23
+
24
+ require 'rubygems'
25
+ gem 'google-adwords-api'
26
+ require 'adwords_api'
27
+
28
+ API_VERSION = :v201109
29
+
30
+ def add_campaign()
31
+ # AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
32
+ # when called without parameters.
33
+ adwords = AdwordsApi::Api.new
34
+
35
+ # To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
36
+ # the configuration file or provide your own logger:
37
+ # adwords.logger = Logger.new('adwords_xml.log')
38
+
39
+ campaign_srv = adwords.service(:CampaignService, API_VERSION)
40
+
41
+ # Prepare for adding campaign.
42
+ operation = {
43
+ :operator => 'ADD',
44
+ :operand => {
45
+ :name => 'Interplanetary Cruise #%s' % (Time.new.to_f * 1000).to_i,
46
+ :status => 'PAUSED',
47
+ :bidding_strategy => {
48
+ # The 'xsi_type' field allows you to specify the xsi:type of the object
49
+ # being created. It's only necessary when you must provide an explicit
50
+ # type that the client library can't infer.
51
+ :xsi_type => 'ManualCPM'
52
+ },
53
+ :budget => {
54
+ :period => 'DAILY',
55
+ :amount => {
56
+ :micro_amount => 50000000
57
+ },
58
+ :delivery_method => 'STANDARD'
59
+ },
60
+ # Set the campaign network options to Search and Search Network.
61
+ :network_setting => {
62
+ :target_google_search => true,
63
+ :target_search_network => true,
64
+ :target_content_network => false,
65
+ :target_content_contextual => false
66
+ }
67
+ }
68
+ }
69
+
70
+ # Add campaign.
71
+ response = campaign_srv.mutate([operation])
72
+ if response and response[:value]
73
+ campaign = response[:value].first
74
+ puts 'Campaign with name "%s" and id %d was added.' %
75
+ [campaign[:name], campaign[:id]]
76
+ else
77
+ puts 'No campaigns were added.'
78
+ end
79
+ end
80
+
81
+ if __FILE__ == $0
82
+ begin
83
+ add_campaign()
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,102 @@
1
+ #!/usr/bin/ruby
2
+ #
3
+ # Author:: api.dklimkin@gmail.com (Danial Klimkin)
4
+ #
5
+ # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
6
+ #
7
+ # License:: Licensed under the Apache License, Version 2.0 (the "License");
8
+ # you may not use this file except in compliance with the License.
9
+ # You may obtain a copy of the License at
10
+ #
11
+ # http://www.apache.org/licenses/LICENSE-2.0
12
+ #
13
+ # Unless required by applicable law or agreed to in writing, software
14
+ # distributed under the License is distributed on an "AS IS" BASIS,
15
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16
+ # implied.
17
+ # See the License for the specific language governing permissions and
18
+ # limitations under the License.
19
+ #
20
+ # This example adds various types of targeting criteria to a campaign. To get
21
+ # campaigns list, run get_all_campaigns.rb.
22
+ #
23
+ # Tags: CampaignCriterionService.mutate
24
+
25
+ require 'rubygems'
26
+ require 'adwords_api'
27
+
28
+ API_VERSION = :v201109
29
+
30
+ def get_location_criteria()
31
+ # AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
32
+ # when called without parameters.
33
+ adwords = AdwordsApi::Api.new
34
+
35
+ # To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
36
+ # the configuration file or provide your own logger:
37
+ # adwords.logger = Logger.new('adwords_xml.log')
38
+
39
+ campaign_criterion_srv =
40
+ adwords.service(:CampaignCriterionService, API_VERSION)
41
+
42
+ campaign_id = 'INSERT_CAMPAIGN_ID_HERE'
43
+
44
+ # Create campaign criteria.
45
+ campaign_criteria = [
46
+ # Location criteria. The IDs can be found in the documentation or retrieved
47
+ # with the LocationCriterionService.
48
+ {:xsi_type => 'Location', :id => 21137}, # California, USA
49
+ {:xsi_type => 'Location', :id => 2484}, # Mexico
50
+ # Language criteria. The IDs can be found in the documentation or retrieved
51
+ # with the ConstantDataService.
52
+ {:xsi_type => 'Language', :id => 1000}, # English
53
+ {:xsi_type => 'Language', :id => 1003}, # Spanish
54
+ # Platform criteria. The IDs can be found in the documentation.
55
+ {:xsi_type => 'Platform', :id => 30001}, # Mobile
56
+ {:xsi_type => 'Platform', :id => 30002} # Tablets
57
+ ]
58
+
59
+ # Create operations.
60
+ operations = campaign_criteria.map do |criterion|
61
+ {:operator => 'ADD',
62
+ :operand => {
63
+ :campaign_id => campaign_id,
64
+ :criterion => criterion}
65
+ }
66
+ end
67
+
68
+ response = campaign_criterion_srv.mutate(operations)
69
+
70
+ if response and response[:value]
71
+ criteria = response[:value]
72
+ criteria.each do |campaign_criterion|
73
+ criterion = campaign_criterion[:criterion]
74
+ puts ("Campaign criterion with campaign ID %d, criterion ID %d and " +
75
+ "type '%s' was added.") % [campaign_criterion[:campaign_id],
76
+ criterion[:id], criterion[:criterion_type]]
77
+ end
78
+ else
79
+ puts 'No criteria were returned.'
80
+ end
81
+ end
82
+
83
+ if __FILE__ == $0
84
+ begin
85
+ get_location_criteria()
86
+
87
+ # HTTP errors.
88
+ rescue AdsCommon::Errors::HttpError => e
89
+ puts "HTTP Error: %s" % e
90
+
91
+ # API errors.
92
+ rescue AdwordsApi::Errors::ApiException => e
93
+ puts "Message: %s" % e.message
94
+ puts 'Errors:'
95
+ e.errors.each_with_index do |error, index|
96
+ puts "\tError [%d]:" % (index + 1)
97
+ error.each do |field, value|
98
+ puts "\t\t%s: %s" % [field, value]
99
+ end
100
+ end
101
+ end
102
+ end
@@ -0,0 +1,97 @@
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 AdWords conversion.
21
+ #
22
+ # Tags: ConversionTrackerService.mutate
23
+
24
+ require 'rubygems'
25
+ gem 'google-adwords-api'
26
+ require 'adwords_api'
27
+
28
+ API_VERSION = :v201109
29
+
30
+ def add_conversion()
31
+ # AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
32
+ # when called without parameters.
33
+ adwords = AdwordsApi::Api.new
34
+
35
+ # To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
36
+ # the configuration file or provide your own logger:
37
+ # adwords.logger = Logger.new('adwords_xml.log')
38
+
39
+ conv_tracker_srv = adwords.service(:ConversionTrackerService, API_VERSION)
40
+
41
+ # Prepare for adding conversion.
42
+ operation = {
43
+ :operator => 'ADD',
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 => 'AdWordsConversionTracker',
49
+ :name => 'Earth to Mars Cruises Conversion #%s' %
50
+ (Time.new.to_f * 1000).to_i,
51
+ :category => 'DEFAULT',
52
+ :markup_language => 'HTML',
53
+ :http_protocol => 'HTTP',
54
+ :text_format => 'HIDDEN'
55
+ }
56
+ }
57
+
58
+ # Add conversion.
59
+ response = conv_tracker_srv.mutate([operation])
60
+ if response and response[:value]
61
+ conversion = response[:value].first
62
+ puts "Conversion with id #{conversion[:id]}, name " +
63
+ "\"#{conversion[:name]}\", status \"#{conversion[:status]}\" and " +
64
+ " category \"#{conversion[:category]}\" was added."
65
+ else
66
+ puts 'No conversions were added.'
67
+ end
68
+ end
69
+
70
+ if __FILE__ == $0
71
+ begin
72
+ add_conversion()
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
@@ -17,55 +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 gets all experiments in a campaign. To add an experiment, run
21
- # add_experiment.rb. To get campaigns, run get_all_campaigns.rb.
20
+ # This example illustrates how to create a negative campaign criterion for a
21
+ # given campaign. To create a campaign, run add_campaign.rb.
22
22
  #
23
- # Tags: ExperimentService.get
23
+ # Tags: CampaignCriterionService.mutate
24
24
 
25
25
  require 'rubygems'
26
26
  gem 'google-adwords-api'
27
27
  require 'adwords_api'
28
28
 
29
- API_VERSION = :v201008
29
+ API_VERSION = :v201109
30
30
 
31
- def get_all_experiments()
31
+ def add_negative_campaign_criterion()
32
32
  # AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
33
33
  # when called without parameters.
34
34
  adwords = AdwordsApi::Api.new
35
- experiment_srv = adwords.service(:ExperimentService, API_VERSION)
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_criterion_srv =
41
+ adwords.service(:CampaignCriterionService, API_VERSION)
36
42
 
37
43
  campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
38
44
 
39
- # Get all the experiments for this campaign.
40
- selector = {
41
- :campaign_ids => [campaign_id],
42
- :include_stats => true
45
+ # Prepare for adding criterion.
46
+ operation = {
47
+ :operator => 'ADD',
48
+ :operand => {
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 => 'NegativeCampaignCriterion',
53
+ :campaign_id => campaign_id,
54
+ :criterion => {
55
+ :xsi_type => 'Placement',
56
+ :url => 'http://jupiter.google.com'
57
+ }
58
+ }
43
59
  }
44
- response = experiment_srv.get(selector)
45
60
 
46
- if response and response[:entries]
47
- experiments = response[:entries]
48
- experiments.each do |experiment|
49
- experiment_stats = experiment[:experiment_summary_stats]
50
- puts "Experiment with name \"#{experiment[:name]}\", " +
51
- "id #{experiment[:id]} and control id " +
52
- "#{experiment[:control_id]} was found and it includes " +
53
- "#{experiment_stats[:ad_groups_count]} ad group(s) and " +
54
- "#{experiment_stats[:ad_group_criteria_count]} criteria.\n"
55
- end
56
- else
57
- puts "No experiments were found."
58
- end
61
+ # Add criterion.
62
+ response = campaign_criterion_srv.mutate([operation])
63
+ campaign_criterion = response[:value].first
64
+ puts 'Campaign criterion id %d was successfully added.' %
65
+ campaign_criterion[:criterion][:id]
59
66
  end
60
67
 
61
68
  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
69
  begin
68
- get_all_experiments()
70
+ add_negative_campaign_criterion()
69
71
 
70
72
  # Connection error. Likely transitory.
71
73
  rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e