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
data/ChangeLog CHANGED
@@ -1,2 +1,9 @@
1
+ 0.4.0:
2
+ - Compatibility with google-adwords-api-0.4.1.
3
+ - Switched to Savon backend.
4
+
5
+ 0.3.0:
6
+ - Compatibility with google-adwords-api-0.2.0.
7
+
1
8
  0.2.0:
2
9
  - Initial release.
data/README CHANGED
@@ -6,10 +6,9 @@ AdWords and DoubleClick Ad Exchange Buyer API!
6
6
  Please note that this is an early PREVIEW of the client library, still under
7
7
  development.
8
8
 
9
- It contains full support for v13, v200909, v201003, v201008 and v201101, with
10
- full stubs, and a simplified programming interface that lets you handle
11
- everything in native Ruby collections, instead of forcing you to deal with SOAP
12
- library-generated objects.
9
+ It contains full support for v13, v200909, v201003, v201008, v201101 and
10
+ v201109, with full stubs, and a simplified programming interface that lets you
11
+ handle everything in native Ruby collections.
13
12
 
14
13
 
15
14
  = Docs for Users
@@ -28,9 +27,9 @@ Buyer client library examples. You need the AdWords library in order to use it
28
27
  which is installed automatically as a dependency.
29
28
 
30
29
  The following gem libraries are required:
31
- - soap4r v1.5.8
32
- - httpclient v2.1.2 or greater
33
- - google-ads-common v0.2.1 or later.
30
+ - savon v0.9.6
31
+ - httpclient v2.1.2 or greater
32
+ - google-ads-common v0.5.4 or later.
34
33
 
35
34
 
36
35
  == 2 - Using the client library:
@@ -63,27 +62,28 @@ You can also pass API a manually constructed config hash like:
63
62
  :developer_token => 'DEVELOPER_TOKEN',
64
63
  :user_agent => 'Ruby Sample',
65
64
  :password => 'PASSWORD',
66
- :email => 'user@domain.com'
67
- :client_email => 'user2@domain.com'
65
+ :email => 'user@domain.com',
66
+ :client_customer_id => '012-345-6789'
68
67
  },
69
68
  :service => {
70
- :environment => 'Production'
69
+ :environment => 'PRODUCTION'
71
70
  }
72
71
  })
73
72
 
74
73
  Then, just specify which service you're looking to use, and which version:
75
- campaign_srv = adwords.service(:CampaignService, :v201101)
74
+ campaign_srv = adwords.service(:CampaignService, :v201109)
76
75
 
77
76
  and you should now be able to just use the API methods in the object you were
78
77
  returned:
79
- campaigns = campaign_srv.get({}) # Empty selector to get all
78
+ # Get 'Id', 'Name' and 'Status' fields of all campaigns.
79
+ campaigns = campaign_srv.get({:fields => ['Id', 'Name', 'Status']})
80
80
 
81
81
  See the code in the examples directory for working examples you can build from.
82
82
 
83
83
  *Note*: if your setup requires you to send connections through a proxy server,
84
84
  please set the appropriate options in the config file or config hash. E.g.:
85
85
  config[:connection] = {
86
- :proxy => 'http://user:password@proxy_hostname:8080/path'
86
+ :proxy => 'http://user:password@proxy_hostname:8080'
87
87
  }
88
88
 
89
89
 
@@ -106,20 +106,13 @@ values, you would do:
106
106
  Essentially, all you have to do is follow Ruby conventions, and the library will
107
107
  do the rest. All of the examples are written following this standard.
108
108
 
109
- If, however, you would prefer to use the names as provided in the AdWords
110
- documentation, please disable the 'use_ruby_names' option under the 'service'
111
- category in the config:
112
- config[:service][:use_ruby_names] = false
113
-
114
- Disabling Ruby names is an experimental feature, and it is not recommended.
115
-
116
109
 
117
110
  === 2.2 - Using the Sandbox:
118
111
 
119
112
  In order to use the sandbox, make sure that the 'environment' parameter under
120
113
  'service' in the configuration is set to Sandbox.
121
114
  config[:service] = {
122
- :environment => 'Sandbox'
115
+ :environment => 'SANDBOX'
123
116
  }
124
117
 
125
118
 
@@ -127,40 +120,49 @@ In order to use the sandbox, make sure that the 'environment' parameter under
127
120
 
128
121
  It is often useful to see a trace of the raw SOAP XML being sent and received.
129
122
  The quickest way of achieving this when debugging your application is by setting
130
- the ADWORDSAPI_DEBUG environment variable to TRUE; e.g. in the bash shell:
131
- $ export ADWORDSAPI_DEBUG=true
132
- or from your Ruby code:
133
- ENV['ADWORDSAPI_DEBUG'] = 'true'
123
+ the library.log_level configuration variable to 'DEBUG':
124
+ config[:library] = {
125
+ :log_level => 'DEBUG'
126
+ }
127
+ or via configuration file (see example).
134
128
 
135
129
  This will output the SOAP XML to stderr, which will usually show up in your
136
130
  terminal window.
137
131
 
138
- There's also the option of logging requests and XML to files. In order to enable
139
- this, you should use the log_to_file method of the loggers inside your
140
- AdwordsApi::Api object:
132
+ There's also an option of logging requests and XML to a file. In order to enable
133
+ this, you should create a standard Logger object and pass it to the library:
134
+ require 'logger'
135
+ logger = Logger.new('path/to/log_filename')
136
+ logger.level = Logger::DEBUG
141
137
  adwords = AdwordsApi::Api.new
142
- adwords.request_logger.log_to_file
143
- adwords.xml_logger.log_to_file
138
+ adwords.logger = logger
139
+
140
+ Request details and units spend are logged at the INFO log level, while raw HTTP
141
+ headers and XML dumps are logged at the DEBUG log level. For more details on
142
+ using Logger refer to the Ruby Logger documentation.
144
143
 
145
- The first logs the units spent and the requests made, whereas the second logs
146
- the full SOAP XML being sent and received over the wire. These will be written
147
- to the current directory by default, but you can specify another directory as an
148
- optional parameter to log_to_file:
149
- adwords.request_logger.log_to_file('/var/log/my_app/')
150
- adwords.xml_logger.log_to_file('/var/log/my_app/')
144
+ === 2.4 - Calculating unit spend:
151
145
 
152
- The files will be named request_info and soap_xml, respectively.
146
+ Each AdWords API operation performed consumes a certain number of API units, as
147
+ specified in the rate sheet:
148
+ http://code.google.com/apis/adwords/docs/ratesheet.html
149
+
150
+ The amount of units spent is returned in the header part of the SOAP response.
151
+ This information can be obtained by passing a user block during method call:
152
+ response = report_def_srv.get(selector) do |header|
153
+ puts "Units spent: %d" % header[:units]
154
+ end
155
+
156
+ You can also retrieve the response body as the second block parameter:
157
+ report_def_srv.get(selector) {|header, body| ... }
153
158
 
154
159
 
155
160
  = Docs for Developers
156
161
 
157
162
  == Rake targets
158
163
 
159
- $ rake getwsdl
160
- to get the wsdl files
161
-
162
164
  $ rake generate
163
- to regenerate the bindings if needed
165
+ to regenerate the stubs if needed
164
166
 
165
167
  $ rake package
166
168
  to package the gem and create a release
data/Rakefile CHANGED
@@ -17,7 +17,7 @@
17
17
  # See the License for the specific language governing permissions and
18
18
  # limitations under the License.
19
19
  #
20
- # DoubleClick Ad Exchange Buyer API Rakefile
20
+ # DoubleClick Ad Exchange Buyer API Rakefile.
21
21
  #
22
22
 
23
23
  require 'rubygems'
@@ -28,7 +28,7 @@ docs = ['README', 'COPYING', 'ChangeLog']
28
28
 
29
29
  spec = Gem::Specification.new do |s|
30
30
  s.name = 'google-adx-buyer-api'
31
- s.version = '0.2.0'
31
+ s.version = '0.4.0'
32
32
  s.author = 'Danial Klimkin'
33
33
  s.email = 'api.dklimkin@gmail.com'
34
34
  s.homepage = 'http://code.google.com/p/google-api-ads-ruby/'
@@ -39,7 +39,7 @@ spec = Gem::Specification.new do |s|
39
39
  s.files = files
40
40
  s.has_rdoc = true
41
41
  s.extra_rdoc_files = docs
42
- s.add_dependency('google-adwords-api', '~> 0.1.2')
42
+ s.add_dependency('google-adwords-api', '~> 0.4.1')
43
43
  end
44
44
 
45
45
  Rake::GemPackageTask.new(spec) do |pkg|
@@ -32,6 +32,11 @@ def add_ad_group()
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
+
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
+
35
40
  ad_group_srv = adwords.service(:AdGroupService, API_VERSION)
36
41
 
37
42
  campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
@@ -64,11 +69,6 @@ def add_ad_group()
64
69
  end
65
70
 
66
71
  if __FILE__ == $0
67
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
68
- # variable to 'true'. This can be done either from your operating system
69
- # environment or via code, as done below.
70
- ENV['ADWORDSAPI_DEBUG'] = 'false'
71
-
72
72
  begin
73
73
  add_ad_group()
74
74
 
@@ -32,6 +32,11 @@ def add_ad_group_criteria()
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
+
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
+
35
40
  ad_group_criterion_srv =
36
41
  adwords.service(:AdGroupCriterionService, API_VERSION)
37
42
 
@@ -66,11 +71,6 @@ def add_ad_group_criteria()
66
71
  end
67
72
 
68
73
  if __FILE__ == $0
69
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
70
- # variable to 'true'. This can be done either from your operating system
71
- # environment or via code, as done below.
72
- ENV['ADWORDSAPI_DEBUG'] = 'false'
73
-
74
74
  begin
75
75
  add_ad_group_criteria()
76
76
 
@@ -33,6 +33,11 @@ def add_ads()
33
33
  # AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
34
34
  # when called without parameters.
35
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
+
36
41
  ad_group_ad_srv = adwords.service(:AdGroupAdService, API_VERSION)
37
42
 
38
43
  ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
@@ -76,11 +81,6 @@ def add_ads()
76
81
  end
77
82
 
78
83
  if __FILE__ == $0
79
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
80
- # variable to 'true'. This can be done either from your operating system
81
- # environment or via code, as done below.
82
- ENV['ADWORDSAPI_DEBUG'] = 'false'
83
-
84
84
  begin
85
85
  add_ads()
86
86
 
@@ -31,6 +31,11 @@ def add_campaign()
31
31
  # AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
32
32
  # when called without parameters.
33
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
+
34
39
  campaign_srv = adwords.service(:CampaignService, API_VERSION)
35
40
 
36
41
  # Prepare for adding campaign.
@@ -67,11 +72,6 @@ def add_campaign()
67
72
  end
68
73
 
69
74
  if __FILE__ == $0
70
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
71
- # variable to 'true'. This can be done either from your operating system
72
- # environment or via code, as done below.
73
- ENV['ADWORDSAPI_DEBUG'] = 'false'
74
-
75
75
  begin
76
76
  add_campaign()
77
77
 
@@ -32,6 +32,11 @@ 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
+
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
+
35
40
  campaign_criterion_srv =
36
41
  adwords.service(:CampaignCriterionService, API_VERSION)
37
42
 
@@ -61,11 +66,6 @@ def add_negative_campaign_criterion()
61
66
  end
62
67
 
63
68
  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
69
  begin
70
70
  add_negative_campaign_criterion()
71
71
 
@@ -32,6 +32,11 @@ def add_placement_performance_report_definition()
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
+
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
+
35
40
  report_def_srv = adwords.service(:ReportDefinitionService, API_VERSION)
36
41
 
37
42
  ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
@@ -74,11 +79,6 @@ def add_placement_performance_report_definition()
74
79
  end
75
80
 
76
81
  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
82
  begin
83
83
  add_placement_performance_report_definition()
84
84
 
@@ -32,6 +32,11 @@ def check_campaigns()
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
+
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
+
35
40
  campaign_srv = adwords.service(:CampaignService, API_VERSION)
36
41
 
37
42
  # Enable 'validate only'
@@ -98,11 +103,6 @@ def check_campaigns()
98
103
  end
99
104
 
100
105
  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
106
  begin
107
107
  check_campaigns()
108
108
 
@@ -32,6 +32,11 @@ def delete_ad()
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
+
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
+
35
40
  ad_group_ad_srv = adwords.service(:AdGroupAdService, API_VERSION)
36
41
 
37
42
  ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
@@ -60,11 +65,6 @@ def delete_ad()
60
65
  end
61
66
 
62
67
  if __FILE__ == $0
63
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
64
- # variable to 'true'. This can be done either from your operating system
65
- # environment or via code, as done below.
66
- ENV['ADWORDSAPI_DEBUG'] = 'false'
67
-
68
68
  begin
69
69
  delete_ad()
70
70
 
@@ -32,6 +32,11 @@ def delete_ad_group()
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
+
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
+
35
40
  ad_group_srv = adwords.service(:AdGroupService, API_VERSION)
36
41
 
37
42
  ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
@@ -52,11 +57,6 @@ def delete_ad_group()
52
57
  end
53
58
 
54
59
  if __FILE__ == $0
55
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
56
- # variable to 'true'. This can be done either from your operating system
57
- # environment or via code, as done below.
58
- ENV['ADWORDSAPI_DEBUG'] = 'false'
59
-
60
60
  begin
61
61
  delete_ad_group()
62
62
 
@@ -32,6 +32,11 @@ def delete_ad_group_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
+
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
+
35
40
  ad_group_criterion_srv =
36
41
  adwords.service(:AdGroupCriterionService, API_VERSION)
37
42
 
@@ -61,11 +66,6 @@ def delete_ad_group_criterion()
61
66
  end
62
67
 
63
68
  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
69
  begin
70
70
  delete_ad_group_criterion()
71
71
 
@@ -32,6 +32,11 @@ def delete_campaign()
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
+
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
+
35
40
  campaign_srv = adwords.service(:CampaignService, API_VERSION)
36
41
 
37
42
  campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
@@ -53,11 +58,6 @@ def delete_campaign()
53
58
  end
54
59
 
55
60
  if __FILE__ == $0
56
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
57
- # variable to 'true'. This can be done either from your operating system
58
- # environment or via code, as done below.
59
- ENV['ADWORDSAPI_DEBUG'] = 'false'
60
-
61
61
  begin
62
62
  delete_campaign()
63
63