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,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 adds a placement performance report. To get ad groups, run
21
+ # get_all_ad_groups.rb. To get report fields, run get_report_fields.rb.
22
+ #
23
+ # Tags: ReportDefinitionService.mutate
24
+
25
+ require 'rubygems'
26
+ gem 'google-adwords-api'
27
+ require 'adwords_api'
28
+
29
+ API_VERSION = :v201101
30
+
31
+ def add_placement_performance_report_definition()
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
+ report_def_srv = adwords.service(:ReportDefinitionService, API_VERSION)
36
+
37
+ ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
38
+ start_date = 'INSERT_START_DATE_HERE'
39
+ end_date = 'INSERT_END_DATE_HERE'
40
+
41
+ # Prepare for adding report definition.
42
+ operation = {
43
+ :operator => 'ADD',
44
+ :operand => {
45
+ :selector => {
46
+ :fields => ['AdGroupId', 'Id', 'PlacementUrl', 'Impressions', 'Clicks',
47
+ 'Cost'],
48
+ :predicates => [{
49
+ :operator => 'EQUALS',
50
+ :field => 'AdGroupId',
51
+ :values => [ad_group_id]
52
+ }],
53
+ :date_range => {
54
+ :min => start_date,
55
+ :max => end_date
56
+ }
57
+ },
58
+ :report_name => 'Placement performance report #%s' %
59
+ (Time.new.to_f * 1000).to_i,
60
+ :report_type => 'MANAGED_PLACEMENTS_PERFORMANCE_REPORT',
61
+ :date_range_type => 'CUSTOM_DATE',
62
+ :download_format => 'XML'
63
+ }
64
+ }
65
+
66
+ # Add report definition.
67
+ response = report_def_srv.mutate([operation])
68
+ if response
69
+ response.each do |report_definition|
70
+ puts 'Report definition with name \'%s\' and id \'%s\' was added' %
71
+ [report_definition[:report_name], report_definition[:id]]
72
+ end
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
+ add_placement_performance_report_definition()
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,113 @@
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 with Real Time Bidding
21
+ # turned on.
22
+ #
23
+ # Tags: CampaignService.mutate
24
+
25
+ require 'rubygems'
26
+ gem 'google-adwords-api'
27
+ require 'adwords_api'
28
+
29
+ API_VERSION = :v201101
30
+
31
+ def add_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
+ # Prepare for adding campaign.
38
+ operation = {
39
+ :operator => 'ADD',
40
+ :operand => {
41
+ :name => 'Interplanetary Cruise #%s' % (Time.new.to_f * 1000).to_i,
42
+ :status => 'PAUSED',
43
+ :bidding_strategy => {
44
+ # The 'xsi_type' field allows you to specify the xsi:type of the object
45
+ # being created. It's only necessary when you must provide an explicit
46
+ # type that the client library can't infer.
47
+ :xsi_type => 'ManualCPC'
48
+ },
49
+ :budget => {
50
+ :period => 'DAILY',
51
+ :amount => {
52
+ :micro_amount => 50000000
53
+ },
54
+ :delivery_method => 'STANDARD'
55
+ },
56
+ # Set the campaign network options to Search and Search Network.
57
+ :network_setting => {
58
+ :target_google_search => true,
59
+ :target_search_network => true,
60
+ :target_content_network => false,
61
+ :target_content_contextual => false
62
+ },
63
+ :settings => {
64
+ :xsi_type => 'RealTimeBiddingSetting',
65
+ :opt_in => 'true'
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
+ # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
83
+ # variable to 'true'. This can be done either from your operating system
84
+ # environment or via code, as done below.
85
+ ENV['ADWORDSAPI_DEBUG'] = 'false'
86
+
87
+ begin
88
+ add_campaign()
89
+
90
+ # Connection error. Likely transitory.
91
+ rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
92
+ puts 'Connection Error: %s' % e
93
+ puts 'Source: %s' % e.backtrace.first
94
+
95
+ # API Error.
96
+ rescue AdwordsApi::Errors::ApiException => e
97
+ puts 'API Exception caught.'
98
+ puts 'Message: %s' % e.message
99
+ puts 'Code: %d' % e.code if e.code
100
+ puts 'Trigger: %s' % e.trigger if e.trigger
101
+ puts 'Errors:'
102
+ if e.errors
103
+ e.errors.each_with_index do |error, index|
104
+ puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
105
+ error.each_pair do |field, value|
106
+ if field != :xsi_type
107
+ puts ' %s: %s' % [field, value]
108
+ end
109
+ end
110
+ end
111
+ end
112
+ end
113
+ end
@@ -0,0 +1,122 @@
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 user list and show its associated
21
+ # conversion tracker code snippet.
22
+ #
23
+ # Tags: UserListService.mutate, ConversionTrackerService.get
24
+
25
+ require 'rubygems'
26
+ gem 'google-adwords-api'
27
+ require 'adwords_api'
28
+
29
+ API_VERSION = :v201101
30
+
31
+ def add_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
+ user_list_srv = adwords.service(:UserListService, API_VERSION)
36
+ conv_tracker_srv = adwords.service(:ConversionTrackerService, API_VERSION)
37
+
38
+ # Prepare for adding remarketing user list.
39
+ name = 'Mars cruise customers #%s' % (Time.new.to_f * 1000).to_i
40
+ operation = {
41
+ :operator => 'ADD',
42
+ :operand => {
43
+ # The 'xsi_type' field allows you to specify the xsi:type of the object
44
+ # being created. It's only necessary when you must provide an explicit
45
+ # type that the client library can't infer.
46
+ :xsi_type => 'RemarketingUserList',
47
+ :name => name,
48
+ :description => 'A list of mars cruise customers in the last year',
49
+ :status => 'OPEN',
50
+ :membership_life_span => 365,
51
+ :conversion_types => [{:name => name}]
52
+ }
53
+ }
54
+
55
+ # Add user list.
56
+ response = user_list_srv.mutate([operation])
57
+ if response and response[:value]
58
+ user_list = response[:value].first
59
+
60
+ # Get conversion snippets.
61
+ if user_list and user_list[:conversion_types]
62
+ conversion_ids = user_list[:conversion_types].map {|type| type[:id]}
63
+ selector = {
64
+ # We're actually interested in the 'Snippet' field, which is returned
65
+ # automatically.
66
+ :fields => ['Id'],
67
+ :predicates => [
68
+ {:field => 'Id', :operator => 'IN', :values => conversion_ids}
69
+ ]
70
+ }
71
+ conv_tracker_response = conv_tracker_srv.get(selector)
72
+ if conv_tracker_response and conv_tracker_response[:entries]
73
+ conversions = conv_tracker_response[:entries]
74
+ end
75
+ end
76
+ puts 'User list with name "%s" and id %d was added.' %
77
+ [user_list[:name], user_list[:id]]
78
+ # Display user list associated conversion code snippets.
79
+ if conversions
80
+ conversions.each do |conversion|
81
+ puts "Conversion type code snipped associated to the list:\n%s\n" %
82
+ conversion[:snippet]
83
+ end
84
+ end
85
+ else
86
+ puts 'No user lists were added.'
87
+ end
88
+ end
89
+
90
+ if __FILE__ == $0
91
+ # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
92
+ # variable to 'true'. This can be done either from your operating system
93
+ # environment or via code, as done below.
94
+ ENV['ADWORDSAPI_DEBUG'] = 'false'
95
+
96
+ begin
97
+ add_user_list()
98
+
99
+ # Connection error. Likely transitory.
100
+ rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
101
+ puts 'Connection Error: %s' % e
102
+ puts 'Source: %s' % e.backtrace.first
103
+
104
+ # API Error.
105
+ rescue AdwordsApi::Errors::ApiException => e
106
+ puts 'API Exception caught.'
107
+ puts 'Message: %s' % e.message
108
+ puts 'Code: %d' % e.code if e.code
109
+ puts 'Trigger: %s' % e.trigger if e.trigger
110
+ puts 'Errors:'
111
+ if e.errors
112
+ e.errors.each_with_index do |error, index|
113
+ puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
114
+ error.each_pair do |field, value|
115
+ if field != :xsi_type
116
+ puts ' %s: %s' % [field, value]
117
+ end
118
+ end
119
+ end
120
+ end
121
+ end
122
+ end
@@ -0,0 +1,132 @@
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 shows how to use the 'validate only' header. No objects will be
21
+ # created, but exceptions will still be thrown.
22
+ #
23
+ # Tags: CampaignService.mutate
24
+
25
+ require 'rubygems'
26
+ gem 'google-adwords-api'
27
+ require 'adwords_api'
28
+
29
+ API_VERSION = :v201101
30
+
31
+ def check_campaigns()
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
+ # Enable 'validate only'
38
+ adwords.validate_only = true
39
+
40
+ # Prepare for adding campaign.
41
+ operation = {
42
+ :operator => 'ADD',
43
+ :operand => {
44
+ :name => 'Interplanetary Cruise #%s' % (Time.new.to_f * 1000).to_i,
45
+ :status => 'PAUSED',
46
+ :bidding_strategy => {
47
+ # The 'xsi_type' field allows you to specify the xsi:type of the object
48
+ # being created. It's only necessary when you must provide an explicit
49
+ # type that the client library can't infer.
50
+ :xsi_type => 'ManualCPM'
51
+ },
52
+ :budget => {
53
+ :period => 'DAILY',
54
+ :amount => {
55
+ :micro_amount => 50000000
56
+ },
57
+ :delivery_method => 'STANDARD'
58
+ }
59
+ }
60
+ }
61
+
62
+ # Validate campaign add operation.
63
+ response = campaign_srv.mutate([operation])
64
+ if response and response[:value]
65
+ campaigns = response[:value]
66
+ campaigns.each do |campaign|
67
+ puts "Unexpected campaign creation! Name \"#{campaign[:name]}\", id " +
68
+ "#{campaign[:id]} and status is \"#{campaign[:status]}\"."
69
+ end
70
+ else
71
+ puts 'No campaigns created.'
72
+ end
73
+
74
+ # Provide an invalid bidding strategy that will cause an exception during
75
+ # validation.
76
+ operation = {
77
+ :operator => 'ADD',
78
+ :operand => {
79
+ :name => 'Interplanetary Cruise #%s' % (Time.new.to_f * 1000).to_i,
80
+ :status => 'PAUSED',
81
+ :bidding_strategy => nil,
82
+ :budget => {
83
+ :period => 'DAILY',
84
+ :amount => {
85
+ :micro_amount => 50000000
86
+ },
87
+ :delivery_method => 'STANDARD'
88
+ }
89
+ }
90
+ }
91
+
92
+ # Validate campaign add operation.
93
+ begin
94
+ response = campaign_srv.mutate([operation])
95
+ rescue AdwordsApi::Errors::ApiException => e
96
+ puts "Validation correctly failed: #{e.message}"
97
+ end
98
+ end
99
+
100
+ if __FILE__ == $0
101
+ # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
102
+ # variable to 'true'. This can be done either from your operating system
103
+ # environment or via code, as done below.
104
+ ENV['ADWORDSAPI_DEBUG'] = 'false'
105
+
106
+ begin
107
+ check_campaigns()
108
+
109
+ # Connection error. Likely transitory.
110
+ rescue Errno::ECONNRESET, SOAP::HTTPStreamError, SocketError => e
111
+ puts 'Connection Error: %s' % e
112
+ puts 'Source: %s' % e.backtrace.first
113
+
114
+ # API Error.
115
+ rescue AdwordsApi::Errors::ApiException => e
116
+ puts 'API Exception caught.'
117
+ puts 'Message: %s' % e.message
118
+ puts 'Code: %d' % e.code if e.code
119
+ puts 'Trigger: %s' % e.trigger if e.trigger
120
+ puts 'Errors:'
121
+ if e.errors
122
+ e.errors.each_with_index do |error, index|
123
+ puts ' %d. Error type is %s. Fields:' % [index + 1, error[:xsi_type]]
124
+ error.each_pair do |field, value|
125
+ if field != :xsi_type
126
+ puts ' %s: %s' % [field, value]
127
+ end
128
+ end
129
+ end
130
+ end
131
+ end
132
+ end