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
@@ -32,6 +32,11 @@ def get_all_active_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
 
@@ -59,11 +64,6 @@ def get_all_active_ad_group_criteria()
59
64
  end
60
65
 
61
66
  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
67
  begin
68
68
  get_all_active_ad_group_criteria()
69
69
 
@@ -32,6 +32,11 @@ def get_all_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
 
@@ -57,11 +62,6 @@ def get_all_ad_group_criteria()
57
62
  end
58
63
 
59
64
  if __FILE__ == $0
60
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
61
- # variable to 'true'. This can be done either from your operating system
62
- # environment or via code, as done below.
63
- ENV['ADWORDSAPI_DEBUG'] = 'false'
64
-
65
65
  begin
66
66
  get_all_ad_group_criteria()
67
67
 
@@ -32,6 +32,11 @@ def get_all_ad_groups()
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
@@ -54,11 +59,6 @@ def get_all_ad_groups()
54
59
  end
55
60
 
56
61
  if __FILE__ == $0
57
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
58
- # variable to 'true'. This can be done either from your operating system
59
- # environment or via code, as done below.
60
- ENV['ADWORDSAPI_DEBUG'] = 'false'
61
-
62
62
  begin
63
63
  get_all_ad_groups()
64
64
 
@@ -32,6 +32,11 @@ def get_all_ads()
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
@@ -57,11 +62,6 @@ def get_all_ads()
57
62
  end
58
63
 
59
64
  if __FILE__ == $0
60
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
61
- # variable to 'true'. This can be done either from your operating system
62
- # environment or via code, as done below.
63
- ENV['ADWORDSAPI_DEBUG'] = 'false'
64
-
65
65
  begin
66
66
  get_all_ads()
67
67
 
@@ -32,6 +32,11 @@ def get_all_campaign_targets()
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_target_srv = adwords.service(:CampaignTargetService, API_VERSION)
36
41
 
37
42
  # Get all the campaign targets for this account.
@@ -49,11 +54,6 @@ def get_all_campaign_targets()
49
54
  end
50
55
 
51
56
  if __FILE__ == $0
52
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
53
- # variable to 'true'. This can be done either from your operating system
54
- # environment or via code, as done below.
55
- ENV['ADWORDSAPI_DEBUG'] = 'false'
56
-
57
57
  begin
58
58
  get_all_campaign_targets()
59
59
 
@@ -31,6 +31,11 @@ def get_all_campaigns()
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
  # Get all the campaigns for this account; empty selector.
@@ -49,11 +54,6 @@ def get_all_campaigns()
49
54
  end
50
55
 
51
56
  if __FILE__ == $0
52
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
53
- # variable to 'true'. This can be done either from your operating system
54
- # environment or via code, as done below.
55
- ENV['ADWORDSAPI_DEBUG'] = 'false'
56
-
57
57
  begin
58
58
  get_all_campaigns()
59
59
 
@@ -32,6 +32,11 @@ def get_all_disapproved_ads()
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
  campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
@@ -60,11 +65,6 @@ def get_all_disapproved_ads()
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
  get_all_disapproved_ads()
70
70
 
@@ -32,6 +32,11 @@ def get_all_images()
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
  media_srv = adwords.service(:MediaService, API_VERSION)
36
41
 
37
42
  # Get all the images.
@@ -54,11 +59,6 @@ def get_all_images()
54
59
  end
55
60
 
56
61
  if __FILE__ == $0
57
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
58
- # variable to 'true'. This can be done either from your operating system
59
- # environment or via code, as done below.
60
- ENV['ADWORDSAPI_DEBUG'] = 'false'
61
-
62
62
  begin
63
63
  get_all_images()
64
64
 
@@ -32,6 +32,11 @@ def get_all_paused_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
  # Get all the paused campaigns for this account.
@@ -52,11 +57,6 @@ def get_all_paused_campaigns()
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
  get_all_paused_campaigns()
62
62
 
@@ -32,6 +32,11 @@ def get_all_report_definitions()
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
  # Get all the report definitions.
@@ -50,11 +55,6 @@ def get_all_report_definitions()
50
55
  end
51
56
 
52
57
  if __FILE__ == $0
53
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
54
- # variable to 'true'. This can be done either from your operating system
55
- # environment or via code, as done below.
56
- ENV['ADWORDSAPI_DEBUG'] = 'false'
57
-
58
58
  begin
59
59
  get_all_report_definitions()
60
60
 
@@ -31,6 +31,11 @@ def get_all_user_lists()
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
  user_list_srv = adwords.service(:UserListService, API_VERSION)
35
40
 
36
41
  # Get all the user lists for this account.
@@ -50,11 +55,6 @@ def get_all_user_lists()
50
55
  end
51
56
 
52
57
  if __FILE__ == $0
53
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
54
- # variable to 'true'. This can be done either from your operating system
55
- # environment or via code, as done below.
56
- ENV['ADWORDSAPI_DEBUG'] = 'false'
57
-
58
58
  begin
59
59
  get_all_user_lists()
60
60
 
@@ -32,6 +32,11 @@ def get_all_bulk_mutate_jobs()
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
  bulk_mutate_job_srv = adwords.service(:BulkMutateJobService, API_VERSION)
36
41
 
37
42
  # Replace with valid values of your account.
@@ -72,11 +77,6 @@ def get_all_bulk_mutate_jobs()
72
77
  end
73
78
 
74
79
  if __FILE__ == $0
75
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
76
- # variable to 'true'. This can be done either from your operating system
77
- # environment or via code, as done below.
78
- ENV['ADWORDSAPI_DEBUG'] = 'false'
79
-
80
80
  begin
81
81
  get_all_bulk_mutate_jobs()
82
82
 
@@ -32,6 +32,11 @@ def get_campaign_alerts()
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
  alert_srv = adwords.service(:AlertService, API_VERSION)
36
41
 
37
42
  # Create the selector.
@@ -69,11 +74,6 @@ def get_campaign_alerts()
69
74
  end
70
75
 
71
76
  if __FILE__ == $0
72
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
73
- # variable to 'true'. This can be done either from your operating system
74
- # environment or via code, as done below.
75
- ENV['ADWORDSAPI_DEBUG'] = 'false'
76
-
77
77
  begin
78
78
  get_campaign_alerts()
79
79
 
@@ -33,6 +33,11 @@ def get_criterion_bid_landscapes()
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
  bid_landscape_srv = adwords.service(:BidLandscapeService, API_VERSION)
37
42
 
38
43
  ad_group_id = 'INSERT_ADGROUP_ID_HERE'.to_i
@@ -71,11 +76,6 @@ def get_criterion_bid_landscapes()
71
76
  end
72
77
 
73
78
  if __FILE__ == $0
74
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
75
- # variable to 'true'. This can be done either from your operating system
76
- # environment or via code, as done below.
77
- ENV['ADWORDSAPI_DEBUG'] = 'false'
78
-
79
79
  begin
80
80
  get_criterion_bid_landscapes()
81
81
 
@@ -32,6 +32,11 @@ def get_geo_location_info()
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
  geo_location_srv = adwords.service(:GeoLocationService, API_VERSION)
36
41
 
37
42
  selector = {
@@ -74,11 +79,6 @@ def get_geo_location_info()
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
  get_geo_location_info()
84
84
 
@@ -32,6 +32,11 @@ def get_related_placements()
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
  targeting_idea_srv = adwords.service(:TargetingIdeaService, API_VERSION)
36
41
 
37
42
  results_per_page = 10
@@ -80,11 +85,6 @@ def get_related_placements()
80
85
  end
81
86
 
82
87
  if __FILE__ == $0
83
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
84
- # variable to 'true'. This can be done either from your operating system
85
- # environment or via code, as done below.
86
- ENV['ADWORDSAPI_DEBUG'] = 'false'
87
-
88
88
  begin
89
89
  get_related_placements()
90
90
 
@@ -31,6 +31,11 @@ def get_report_fields()
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
  report_def_srv = adwords.service(:ReportDefinitionService, API_VERSION)
35
40
 
36
41
  report_type = 'INSERT_REPORT_TYPE_HERE'
@@ -47,11 +52,6 @@ def get_report_fields()
47
52
  end
48
53
 
49
54
  if __FILE__ == $0
50
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
51
- # variable to 'true'. This can be done either from your operating system
52
- # environment or via code, as done below.
53
- ENV['ADWORDSAPI_DEBUG'] = 'false'
54
-
55
55
  begin
56
56
  get_report_fields()
57
57
 
@@ -33,6 +33,11 @@ def perform_bulk_mutate_job()
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
  bulk_mutate_job_srv = adwords.service(:BulkMutateJobService, API_VERSION)
37
42
 
38
43
  campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
@@ -188,11 +193,6 @@ def perform_bulk_mutate_job()
188
193
  end
189
194
 
190
195
  if __FILE__ == $0
191
- # To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
192
- # variable to 'true'. This can be done either from your operating system
193
- # environment or via code, as done below.
194
- ENV['ADWORDSAPI_DEBUG'] = 'false'
195
-
196
196
  begin
197
197
  perform_bulk_mutate_job()
198
198
 
@@ -32,6 +32,11 @@ def set_campaign_targets()
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_target_srv = adwords.service(:CampaignTargetService, API_VERSION)
36
41
 
37
42
  campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
@@ -90,11 +95,6 @@ def set_campaign_targets()
90
95
  end
91
96
 
92
97
  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
98
  begin
99
99
  set_campaign_targets()
100
100