google-adwords-api 0.20.0 → 0.20.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (201) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +7 -0
  3. data/examples/v201601/remarketing/add_crm_based_user_list.rb +2 -2
  4. data/examples/v201603/remarketing/add_crm_based_user_list.rb +2 -2
  5. data/examples/v201605/advanced_operations/add_click_to_download_ad.rb +2 -2
  6. data/examples/v201605/advanced_operations/add_html5_ad.rb +2 -2
  7. data/examples/v201605/remarketing/add_crm_based_user_list.rb +2 -2
  8. data/examples/v201607/account_management/create_account.rb +88 -0
  9. data/examples/v201607/account_management/get_account_changes.rb +135 -0
  10. data/examples/v201607/account_management/get_account_hierarchy.rb +132 -0
  11. data/examples/v201607/advanced_operations/add_ad_customizers.rb +184 -0
  12. data/examples/v201607/advanced_operations/add_ad_group_bid_modifier.rb +101 -0
  13. data/examples/v201607/advanced_operations/add_click_to_download_ad.rb +148 -0
  14. data/examples/v201607/advanced_operations/add_html5_ad.rb +137 -0
  15. data/examples/v201607/advanced_operations/add_responsive_display_ad.rb +130 -0
  16. data/examples/v201607/advanced_operations/add_text_ad_with_upgraded_urls.rb +134 -0
  17. data/examples/v201607/advanced_operations/create_and_attach_shared_keyword_set.rb +141 -0
  18. data/examples/v201607/advanced_operations/find_and_remove_criteria_from_shared_set.rb +174 -0
  19. data/examples/v201607/advanced_operations/get_ad_group_bid_modifiers.rb +102 -0
  20. data/examples/v201607/advanced_operations/use_portfolio_bidding_strategy.rb +146 -0
  21. data/examples/v201607/basic_operations/add_ad_groups.rb +142 -0
  22. data/examples/v201607/basic_operations/add_campaigns.rb +138 -0
  23. data/examples/v201607/basic_operations/add_expanded_text_ads.rb +108 -0
  24. data/examples/v201607/basic_operations/add_keywords.rb +114 -0
  25. data/examples/v201607/basic_operations/add_text_ads.rb +109 -0
  26. data/examples/v201607/basic_operations/get_ad_groups.rb +102 -0
  27. data/examples/v201607/basic_operations/get_campaigns.rb +97 -0
  28. data/examples/v201607/basic_operations/get_campaigns_with_awql.rb +89 -0
  29. data/examples/v201607/basic_operations/get_expanded_text_ads.rb +122 -0
  30. data/examples/v201607/basic_operations/get_keywords.rb +109 -0
  31. data/examples/v201607/basic_operations/get_text_ads.rb +110 -0
  32. data/examples/v201607/basic_operations/pause_ad.rb +88 -0
  33. data/examples/v201607/basic_operations/remove_ad.rb +89 -0
  34. data/examples/v201607/basic_operations/remove_ad_group.rb +85 -0
  35. data/examples/v201607/basic_operations/remove_campaign.rb +87 -0
  36. data/examples/v201607/basic_operations/remove_keyword.rb +94 -0
  37. data/examples/v201607/basic_operations/update_ad_group.rb +85 -0
  38. data/examples/v201607/basic_operations/update_campaign.rb +86 -0
  39. data/examples/v201607/basic_operations/update_keyword.rb +106 -0
  40. data/examples/v201607/campaign_management/add_campaign_labels.rb +82 -0
  41. data/examples/v201607/campaign_management/add_complete_campaigns_using_batch_job.rb +355 -0
  42. data/examples/v201607/campaign_management/add_draft.rb +114 -0
  43. data/examples/v201607/campaign_management/add_experiment.rb +162 -0
  44. data/examples/v201607/campaign_management/add_keywords_using_incremental_batch_job.rb +210 -0
  45. data/examples/v201607/campaign_management/add_trial.rb +142 -0
  46. data/examples/v201607/campaign_management/get_all_disapproved_ads.rb +97 -0
  47. data/examples/v201607/campaign_management/get_all_disapproved_ads_with_awql.rb +89 -0
  48. data/examples/v201607/campaign_management/get_campaigns_by_label.rb +108 -0
  49. data/examples/v201607/campaign_management/graduate_trial.rb +106 -0
  50. data/examples/v201607/campaign_management/promote_experiment.rb +81 -0
  51. data/examples/v201607/campaign_management/set_ad_parameters.rb +118 -0
  52. data/examples/v201607/campaign_management/set_criterion_bid_modifier.rb +104 -0
  53. data/examples/v201607/campaign_management/validate_text_ad.rb +110 -0
  54. data/examples/v201607/error_handling/handle_partial_failures.rb +130 -0
  55. data/examples/v201607/error_handling/handle_policy_violation_error.rb +141 -0
  56. data/examples/v201607/extensions/add_google_my_business_location_extensions.rb +193 -0
  57. data/examples/v201607/extensions/add_prices.rb +164 -0
  58. data/examples/v201607/extensions/add_site_links.rb +199 -0
  59. data/examples/v201607/extensions/add_site_links_using_feeds.rb +286 -0
  60. data/examples/v201607/migration/migrate_to_extension_settings.rb +386 -0
  61. data/examples/v201607/migration/upgrade_ad_url.rb +93 -0
  62. data/examples/v201607/misc/get_all_images_and_videos.rb +104 -0
  63. data/examples/v201607/misc/setup_oauth2.rb +84 -0
  64. data/examples/v201607/misc/upload_image.rb +93 -0
  65. data/examples/v201607/misc/upload_media_bundle.rb +90 -0
  66. data/examples/v201607/misc/use_oauth2_jwt.rb +93 -0
  67. data/examples/v201607/misc/use_runtime_config.rb +92 -0
  68. data/examples/v201607/optimization/estimate_keyword_traffic.rb +191 -0
  69. data/examples/v201607/optimization/get_campaign_criterion_bid_modifier_simulations.rb +128 -0
  70. data/examples/v201607/optimization/get_keyword_bid_simulations.rb +95 -0
  71. data/examples/v201607/optimization/get_keyword_ideas.rb +136 -0
  72. data/examples/v201607/remarketing/add_audience.rb +118 -0
  73. data/examples/v201607/remarketing/add_conversion_tracker.rb +97 -0
  74. data/examples/v201607/remarketing/add_crm_based_user_list.rb +116 -0
  75. data/examples/v201607/remarketing/add_rule_based_user_lists.rb +167 -0
  76. data/examples/v201607/remarketing/upload_offline_conversions.rb +98 -0
  77. data/examples/v201607/reporting/download_criteria_report.rb +92 -0
  78. data/examples/v201607/reporting/download_criteria_report_with_awql.rb +93 -0
  79. data/examples/v201607/reporting/get_report_fields.rb +75 -0
  80. data/examples/v201607/reporting/parallel_report_download.rb +164 -0
  81. data/examples/v201607/reporting/stream_criteria_report_results.rb +97 -0
  82. data/examples/v201607/shopping_campaigns/add_product_partition_tree.rb +267 -0
  83. data/examples/v201607/shopping_campaigns/add_product_scope.rb +129 -0
  84. data/examples/v201607/shopping_campaigns/add_shopping_campaign.rb +129 -0
  85. data/examples/v201607/shopping_campaigns/get_product_category_taxonomy.rb +115 -0
  86. data/examples/v201607/targeting/add_campaign_targeting_criteria.rb +166 -0
  87. data/examples/v201607/targeting/add_demographic_targeting_criteria.rb +112 -0
  88. data/examples/v201607/targeting/get_campaign_targeting_criteria.rb +106 -0
  89. data/examples/v201607/targeting/get_targetable_languages_and_carriers.rb +89 -0
  90. data/examples/v201607/targeting/lookup_location.rb +108 -0
  91. data/lib/adwords_api/api_config.rb +96 -4
  92. data/lib/adwords_api/batch_job_utils.rb +6 -5
  93. data/lib/adwords_api/v201607/account_label_service.rb +46 -0
  94. data/lib/adwords_api/v201607/account_label_service_registry.rb +46 -0
  95. data/lib/adwords_api/v201607/ad_customizer_feed_service.rb +46 -0
  96. data/lib/adwords_api/v201607/ad_customizer_feed_service_registry.rb +46 -0
  97. data/lib/adwords_api/v201607/ad_group_ad_service.rb +70 -0
  98. data/lib/adwords_api/v201607/ad_group_ad_service_registry.rb +46 -0
  99. data/lib/adwords_api/v201607/ad_group_bid_modifier_service.rb +54 -0
  100. data/lib/adwords_api/v201607/ad_group_bid_modifier_service_registry.rb +46 -0
  101. data/lib/adwords_api/v201607/ad_group_criterion_service.rb +62 -0
  102. data/lib/adwords_api/v201607/ad_group_criterion_service_registry.rb +46 -0
  103. data/lib/adwords_api/v201607/ad_group_extension_setting_service.rb +54 -0
  104. data/lib/adwords_api/v201607/ad_group_extension_setting_service_registry.rb +46 -0
  105. data/lib/adwords_api/v201607/ad_group_feed_service.rb +54 -0
  106. data/lib/adwords_api/v201607/ad_group_feed_service_registry.rb +46 -0
  107. data/lib/adwords_api/v201607/ad_group_service.rb +62 -0
  108. data/lib/adwords_api/v201607/ad_group_service_registry.rb +46 -0
  109. data/lib/adwords_api/v201607/ad_param_service.rb +46 -0
  110. data/lib/adwords_api/v201607/ad_param_service_registry.rb +46 -0
  111. data/lib/adwords_api/v201607/adwords_user_list_service.rb +62 -0
  112. data/lib/adwords_api/v201607/adwords_user_list_service_registry.rb +46 -0
  113. data/lib/adwords_api/v201607/batch_job_service.rb +54 -0
  114. data/lib/adwords_api/v201607/batch_job_service_registry.rb +46 -0
  115. data/lib/adwords_api/v201607/bidding_strategy_service.rb +54 -0
  116. data/lib/adwords_api/v201607/bidding_strategy_service_registry.rb +46 -0
  117. data/lib/adwords_api/v201607/budget_order_service.rb +54 -0
  118. data/lib/adwords_api/v201607/budget_order_service_registry.rb +46 -0
  119. data/lib/adwords_api/v201607/budget_service.rb +54 -0
  120. data/lib/adwords_api/v201607/budget_service_registry.rb +46 -0
  121. data/lib/adwords_api/v201607/campaign_criterion_service.rb +54 -0
  122. data/lib/adwords_api/v201607/campaign_criterion_service_registry.rb +46 -0
  123. data/lib/adwords_api/v201607/campaign_extension_setting_service.rb +54 -0
  124. data/lib/adwords_api/v201607/campaign_extension_setting_service_registry.rb +46 -0
  125. data/lib/adwords_api/v201607/campaign_feed_service.rb +54 -0
  126. data/lib/adwords_api/v201607/campaign_feed_service_registry.rb +46 -0
  127. data/lib/adwords_api/v201607/campaign_service.rb +62 -0
  128. data/lib/adwords_api/v201607/campaign_service_registry.rb +46 -0
  129. data/lib/adwords_api/v201607/campaign_shared_set_service.rb +54 -0
  130. data/lib/adwords_api/v201607/campaign_shared_set_service_registry.rb +46 -0
  131. data/lib/adwords_api/v201607/constant_data_service.rb +110 -0
  132. data/lib/adwords_api/v201607/constant_data_service_registry.rb +46 -0
  133. data/lib/adwords_api/v201607/conversion_tracker_service.rb +54 -0
  134. data/lib/adwords_api/v201607/conversion_tracker_service_registry.rb +46 -0
  135. data/lib/adwords_api/v201607/customer_extension_setting_service.rb +54 -0
  136. data/lib/adwords_api/v201607/customer_extension_setting_service_registry.rb +46 -0
  137. data/lib/adwords_api/v201607/customer_feed_service.rb +54 -0
  138. data/lib/adwords_api/v201607/customer_feed_service_registry.rb +46 -0
  139. data/lib/adwords_api/v201607/customer_service.rb +46 -0
  140. data/lib/adwords_api/v201607/customer_service_registry.rb +46 -0
  141. data/lib/adwords_api/v201607/customer_sync_service.rb +38 -0
  142. data/lib/adwords_api/v201607/customer_sync_service_registry.rb +47 -0
  143. data/lib/adwords_api/v201607/data_service.rb +94 -0
  144. data/lib/adwords_api/v201607/data_service_registry.rb +46 -0
  145. data/lib/adwords_api/v201607/draft_async_error_service.rb +46 -0
  146. data/lib/adwords_api/v201607/draft_async_error_service_registry.rb +46 -0
  147. data/lib/adwords_api/v201607/draft_service.rb +54 -0
  148. data/lib/adwords_api/v201607/draft_service_registry.rb +46 -0
  149. data/lib/adwords_api/v201607/experiment_service.rb +46 -0
  150. data/lib/adwords_api/v201607/experiment_service_registry.rb +46 -0
  151. data/lib/adwords_api/v201607/feed_item_service.rb +54 -0
  152. data/lib/adwords_api/v201607/feed_item_service_registry.rb +46 -0
  153. data/lib/adwords_api/v201607/feed_mapping_service.rb +54 -0
  154. data/lib/adwords_api/v201607/feed_mapping_service_registry.rb +46 -0
  155. data/lib/adwords_api/v201607/feed_service.rb +54 -0
  156. data/lib/adwords_api/v201607/feed_service_registry.rb +46 -0
  157. data/lib/adwords_api/v201607/label_service.rb +54 -0
  158. data/lib/adwords_api/v201607/label_service_registry.rb +46 -0
  159. data/lib/adwords_api/v201607/location_criterion_service.rb +46 -0
  160. data/lib/adwords_api/v201607/location_criterion_service_registry.rb +46 -0
  161. data/lib/adwords_api/v201607/managed_customer_service.rb +78 -0
  162. data/lib/adwords_api/v201607/managed_customer_service_registry.rb +46 -0
  163. data/lib/adwords_api/v201607/media_service.rb +54 -0
  164. data/lib/adwords_api/v201607/media_service_registry.rb +46 -0
  165. data/lib/adwords_api/v201607/offline_conversion_feed_service.rb +38 -0
  166. data/lib/adwords_api/v201607/offline_conversion_feed_service_registry.rb +46 -0
  167. data/lib/adwords_api/v201607/report_definition_service.rb +38 -0
  168. data/lib/adwords_api/v201607/report_definition_service_registry.rb +46 -0
  169. data/lib/adwords_api/v201607/shared_criterion_service.rb +54 -0
  170. data/lib/adwords_api/v201607/shared_criterion_service_registry.rb +46 -0
  171. data/lib/adwords_api/v201607/shared_set_service.rb +54 -0
  172. data/lib/adwords_api/v201607/shared_set_service_registry.rb +46 -0
  173. data/lib/adwords_api/v201607/targeting_idea_service.rb +38 -0
  174. data/lib/adwords_api/v201607/targeting_idea_service_registry.rb +46 -0
  175. data/lib/adwords_api/v201607/traffic_estimator_service.rb +38 -0
  176. data/lib/adwords_api/v201607/traffic_estimator_service_registry.rb +46 -0
  177. data/lib/adwords_api/v201607/trial_async_error_service.rb +46 -0
  178. data/lib/adwords_api/v201607/trial_async_error_service_registry.rb +46 -0
  179. data/lib/adwords_api/v201607/trial_service.rb +54 -0
  180. data/lib/adwords_api/v201607/trial_service_registry.rb +46 -0
  181. data/lib/adwords_api/version.rb +1 -1
  182. data/test/adwords_api/test_adwords_api.rb +1 -1
  183. data/test/adwords_api/test_api_config.rb +8 -8
  184. data/test/adwords_api/test_batch_job_utils.rb +5 -5
  185. data/test/adwords_api/test_choices.rb +2 -2
  186. data/test/adwords_api/test_report_stream.rb +1 -1
  187. data/test/adwords_api/test_report_utils.rb +1 -1
  188. data/test/templates/v201601/basic_operations_get_campaigns.def +116 -0
  189. data/test/templates/v201601/basic_operations_update_keyword.def +125 -0
  190. data/test/templates/v201601/misc_use_oauth2_jwt.def +131 -0
  191. data/test/templates/v201603/basic_operations_get_campaigns.def +116 -0
  192. data/test/templates/v201603/basic_operations_update_keyword.def +125 -0
  193. data/test/templates/v201603/misc_use_oauth2_jwt.def +131 -0
  194. data/test/templates/v201605/basic_operations_get_campaigns.def +1 -1
  195. data/test/templates/v201605/basic_operations_update_keyword.def +125 -0
  196. data/test/templates/v201605/misc_use_oauth2_jwt.def +1 -1
  197. data/test/templates/v201607/basic_operations_get_campaigns.def +116 -0
  198. data/test/templates/v201607/basic_operations_update_keyword.def +125 -0
  199. data/test/templates/v201607/misc_use_oauth2_jwt.def +131 -0
  200. data/test/test_utils.rb +4 -1
  201. metadata +183 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 32f88b8471e480819e915ae7a922502f13fbbda5
4
- data.tar.gz: 84b1dd8a184f46e958fb33817c3ce4a92ff9d3fd
3
+ metadata.gz: 136760f6dc477dd93488173dcb9a11a8808820cc
4
+ data.tar.gz: 27e092050cf90e18598a55347d87efc3ffe98d8f
5
5
  SHA512:
6
- metadata.gz: 0dbaeae2395c6228e7b961308488b99d89eca1c5020bfa9f8e5f801a679c84c0d81b4b994f40975f525f35eb557e24a5f2b64ab8e3220a21e25a67aa9937d97b
7
- data.tar.gz: f8bb807b10714263aa34877bafde8cbb938921642c44919caa58d981f6ebe337bfb9e9e224070a592c648821cb1ecb1d50ae0a13b8d260653aed5f96ab1151e1
6
+ metadata.gz: 133410f71db8da7aca450cabeac85e174feb8732124aeceed986c2720a3b80f4e444ed34741ffe2600b53178ab3fb1ecf9a86d9fc267b67fc7525a24873f4d93
7
+ data.tar.gz: 4d2056f3a4fa4b1101b42b54d9693b7a4930d9631824f7166078b17a7280f5a7daa83c16fdd13870ffddf921112bd993afd741e75d5de6e8274f00d34b284679
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ 0.20.1:
2
+ - Support and examples for v201607.
3
+ - Fixed issue #91 related to BJS utilities handling special characters.
4
+
1
5
  0.20.0:
2
6
  - Started enforcing minumum Ruby runtime version via gemspec.
3
7
  - Removed deprecated API version v201509.
@@ -14,6 +18,9 @@
14
18
 
15
19
  0.18.3:
16
20
  - Support and examples for v201603.
21
+ - The include_zero_impressions field is no longer settable on a report
22
+ definition hash directly. Updated utilities and examples to set
23
+ corresponding HTTP level header instead.
17
24
 
18
25
  0.18.2:
19
26
  - Require google-ads-common 0.11.3 or later from now on.
@@ -16,8 +16,8 @@
16
16
  # See the License for the specific language governing permissions and
17
17
  # limitations under the License.
18
18
  #
19
- # This example adds a remarketing user list (a.k.a. audience) and uploads
20
- # hashed email addresses to populate the list.
19
+ # This example adds a user list (a.k.a. audience) and uploads hashed email
20
+ # addresses to populate the list.
21
21
  #
22
22
  # Note: It may take several hours for the list to be populated with members.
23
23
  # Email addresses must be associated with a Google account. For privacy
@@ -16,8 +16,8 @@
16
16
  # See the License for the specific language governing permissions and
17
17
  # limitations under the License.
18
18
  #
19
- # This example adds a remarketing user list (a.k.a. audience) and uploads
20
- # hashed email addresses to populate the list.
19
+ # This example adds a user list (a.k.a. audience) and uploads hashed email
20
+ # addresses to populate the list.
21
21
  #
22
22
  # Note: It may take several hours for the list to be populated with members.
23
23
  # Email addresses must be associated with a Google account. For privacy
@@ -91,8 +91,8 @@ def add_click_to_download_ad(ad_group_id)
91
91
  ])
92
92
  if response and response[:value]
93
93
  response[:value].each do |ad|
94
- puts "Added new click-to-download ad to ad group ID %d with url '%s'." %
95
- [ad[:ad][:id], ad[:ad][:final_urls[0]]]
94
+ puts 'Added new click-to-download ad with ID %d and final url "%s".' %
95
+ [ad[:ad][:id], ad[:ad][:final_urls][0]]
96
96
  end
97
97
  else
98
98
  raise StandardError, 'No ads were added.'
@@ -38,13 +38,13 @@ def add_html5_ad(ad_group_id)
38
38
  # Designer (https://www.google.com/webdesigner).
39
39
  html5_url = 'http://goo.gl/9Y7qI2'
40
40
  html5_data = AdsCommon::Http.get(html5_url, adwords.config)
41
- base64_html5_data = Base64.encode64(html5_data)
41
+ html5_data_base64 = Base64.encode64(html5_data)
42
42
 
43
43
  # Create a media bundle containing the zip file with all the HTML5
44
44
  # components.
45
45
  media_bundle = {
46
46
  :xsi_type => 'MediaBundle',
47
- :data => base64_html5_data,
47
+ :data => html5_data_base64,
48
48
  :entry_point => 'carousel/index.html',
49
49
  :type => 'MEDIA_BUNDLE'
50
50
  }
@@ -16,8 +16,8 @@
16
16
  # See the License for the specific language governing permissions and
17
17
  # limitations under the License.
18
18
  #
19
- # This example adds a remarketing user list (a.k.a. audience) and uploads
20
- # hashed email addresses to populate the list.
19
+ # This example adds a user list (a.k.a. audience) and uploads hashed email
20
+ # addresses to populate the list.
21
21
  #
22
22
  # Note: It may take several hours for the list to be populated with members.
23
23
  # Email addresses must be associated with a Google account. For privacy
@@ -0,0 +1,88 @@
1
+ #!/usr/bin/env ruby
2
+ # Encoding: utf-8
3
+ #
4
+ # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
5
+ #
6
+ # License:: Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15
+ # implied.
16
+ # See the License for the specific language governing permissions and
17
+ # limitations under the License.
18
+ #
19
+ # This example illustrates how to create an account. Note by default this
20
+ # account will only be accessible via parent AdWords manager account.
21
+
22
+ require 'adwords_api'
23
+ require 'adwords_api/utils'
24
+
25
+ def create_account()
26
+ # AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
27
+ # when called without parameters.
28
+ adwords = AdwordsApi::Api.new
29
+
30
+ # To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
31
+ # the configuration file or provide your own logger:
32
+ # adwords.logger = Logger.new('adwords_xml.log')
33
+
34
+ managed_customer_srv = adwords.service(:ManagedCustomerService, API_VERSION)
35
+
36
+ # Create a local Customer object.
37
+ customer = {
38
+ :name => 'Account created with ManagedCustomerService',
39
+ :currency_code => 'EUR',
40
+ :date_time_zone => 'Europe/London'
41
+ }
42
+
43
+ # Prepare operation to create an account.
44
+ operation = {
45
+ :operator => 'ADD',
46
+ :operand => customer
47
+ }
48
+
49
+ # Create the account. It is possible to create multiple accounts with one
50
+ # request by sending an array of operations.
51
+ response = managed_customer_srv.mutate([operation])
52
+
53
+ response[:value].each do |new_account|
54
+ puts "Account with customer ID '%s' was successfully created." %
55
+ AdwordsApi::Utils.format_id(new_account[:customer_id])
56
+ end
57
+ end
58
+
59
+ if __FILE__ == $0
60
+ API_VERSION = :v201607
61
+
62
+ begin
63
+ create_account()
64
+
65
+ # Authorization error.
66
+ rescue AdsCommon::Errors::OAuth2VerificationRequired => e
67
+ puts "Authorization credentials are not valid. Edit adwords_api.yml for " +
68
+ "OAuth2 client ID and secret and run misc/setup_oauth2.rb example " +
69
+ "to retrieve and store OAuth2 tokens."
70
+ puts "See this wiki page for more details:\n\n " +
71
+ 'https://github.com/googleads/google-api-ads-ruby/wiki/OAuth2'
72
+
73
+ # HTTP errors.
74
+ rescue AdsCommon::Errors::HttpError => e
75
+ puts "HTTP Error: %s" % e
76
+
77
+ # API errors.
78
+ rescue AdwordsApi::Errors::ApiException => e
79
+ puts "Message: %s" % e.message
80
+ puts 'Errors:'
81
+ e.errors.each_with_index do |error, index|
82
+ puts "\tError [%d]:" % (index + 1)
83
+ error.each do |field, value|
84
+ puts "\t\t%s: %s" % [field, value]
85
+ end
86
+ end
87
+ end
88
+ end
@@ -0,0 +1,135 @@
1
+ #!/usr/bin/env ruby
2
+ # Encoding: utf-8
3
+ #
4
+ # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
5
+ #
6
+ # License:: Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15
+ # implied.
16
+ # See the License for the specific language governing permissions and
17
+ # limitations under the License.
18
+ #
19
+ # This example gets all account changes that happened within the last 24 hours,
20
+ # for all your campaigns.
21
+
22
+ require 'adwords_api'
23
+ require 'date'
24
+ require 'pp'
25
+
26
+ def get_account_changes()
27
+ # AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
28
+ # when called without parameters.
29
+ adwords = AdwordsApi::Api.new
30
+
31
+ # To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
32
+ # the configuration file or provide your own logger:
33
+ # adwords.logger = Logger.new('adwords_xml.log')
34
+
35
+ campaign_srv = adwords.service(:CampaignService, API_VERSION)
36
+ customer_sync_srv = adwords.service(:CustomerSyncService, API_VERSION)
37
+
38
+ today_at_midnight = DateTime.parse(Date.today.to_s)
39
+ yesterday_at_midnight = DateTime.parse((Date.today - 1).to_s)
40
+ min_date_time = yesterday_at_midnight.strftime("%Y%m%d %H%M%S")
41
+ max_date_time = today_at_midnight.strftime("%Y%m%d %H%M%S")
42
+
43
+ # Get all the campaigns for this account.
44
+ selector = {
45
+ :fields => ['Id']
46
+ }
47
+ response = campaign_srv.get(selector)
48
+
49
+ campaign_ids = []
50
+
51
+ if response and response[:entries]
52
+ campaign_ids = response[:entries].map { |campaign| campaign[:id] }
53
+ else
54
+ raise StandardError, 'No campaigns were found.'
55
+ end
56
+
57
+ # Create a selector for CustomerSyncService.
58
+ selector = {
59
+ :campaign_ids => campaign_ids,
60
+ :date_time_range => {
61
+ :min => min_date_time,
62
+ :max => max_date_time
63
+ }
64
+ }
65
+
66
+ # Get all account changes for the campaigns.
67
+ campaign_changes = customer_sync_srv.get(selector)
68
+
69
+ # Display changes.
70
+ if campaign_changes
71
+ puts "Most recent change: %s" % campaign_changes[:last_change_timestamp]
72
+ campaign_changes[:changed_campaigns].each do |campaign|
73
+ puts "Campaign with ID %d was changed:" % campaign[:campaign_id]
74
+ puts "\tCampaign change status: '%s'" % campaign[:campaign_change_status]
75
+ unless ['NEW', 'FIELDS_UNCHANGED'].include?(
76
+ campaign[:campaign_change_status])
77
+ puts "\tAdded campaign criteria: '%s'" %
78
+ campaign[:added_campaign_criteria].pretty_inspect.chomp
79
+ puts "\tRemoved campaign criteria: '%s'" %
80
+ campaign[:removed_campaign_criteria].pretty_inspect.chomp
81
+
82
+ if campaign[:changed_ad_groups]
83
+ campaign[:changed_ad_groups].each do |ad_group|
84
+ puts "\tAd group with ID %d was changed:" % ad_group[:ad_group_id]
85
+ puts "\t\tAd group changed status: '%s'" %
86
+ ad_group[:ad_group_change_status]
87
+ unless ['NEW', 'FIELDS_UNCHANGED'].include?(
88
+ ad_group[:ad_group_change_status])
89
+ puts "\t\tAds changed: '%s'" %
90
+ ad_group[:changed_ads].pretty_inspect.chomp
91
+ puts "\t\tCriteria changed: '%s'" %
92
+ ad_group[:changed_criteria].pretty_inspect.chomp
93
+ puts "\t\tCriteria removed: '%s'" %
94
+ ad_group[:removed_criteria].pretty_inspect.chomp
95
+ end
96
+ end
97
+ end
98
+ end
99
+ puts
100
+ end
101
+ else
102
+ puts 'No account changes were found.'
103
+ end
104
+ end
105
+
106
+ if __FILE__ == $0
107
+ API_VERSION = :v201607
108
+
109
+ begin
110
+ get_account_changes()
111
+
112
+ # Authorization error.
113
+ rescue AdsCommon::Errors::OAuth2VerificationRequired => e
114
+ puts "Authorization credentials are not valid. Edit adwords_api.yml for " +
115
+ "OAuth2 client ID and secret and run misc/setup_oauth2.rb example " +
116
+ "to retrieve and store OAuth2 tokens."
117
+ puts "See this wiki page for more details:\n\n " +
118
+ 'https://github.com/googleads/google-api-ads-ruby/wiki/OAuth2'
119
+
120
+ # HTTP errors.
121
+ rescue AdsCommon::Errors::HttpError => e
122
+ puts "HTTP Error: %s" % e
123
+
124
+ # API errors.
125
+ rescue AdwordsApi::Errors::ApiException => e
126
+ puts "Message: %s" % e.message
127
+ puts 'Errors:'
128
+ e.errors.each_with_index do |error, index|
129
+ puts "\tError [%d]:" % (index + 1)
130
+ error.each do |field, value|
131
+ puts "\t\t%s: %s" % [field, value]
132
+ end
133
+ end
134
+ end
135
+ end
@@ -0,0 +1,132 @@
1
+ #!/usr/bin/env ruby
2
+ # Encoding: utf-8
3
+ #
4
+ # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
5
+ #
6
+ # License:: Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15
+ # implied.
16
+ # See the License for the specific language governing permissions and
17
+ # limitations under the License.
18
+ #
19
+ # This example illustrates how to retrieve the account hierarchy under an
20
+ # account. This example needs to be run against an AdWords manager account.
21
+
22
+ require 'adwords_api'
23
+ require 'adwords_api/utils'
24
+
25
+ def get_account_hierarchy()
26
+ # AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
27
+ # when called without parameters.
28
+ adwords = AdwordsApi::Api.new
29
+
30
+ # To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
31
+ # the configuration file or provide your own logger:
32
+ # adwords.logger = Logger.new('adwords_xml.log')
33
+
34
+ managed_customer_srv = adwords.service(:ManagedCustomerService, API_VERSION)
35
+
36
+ # Get the account hierarchy for this account.
37
+ selector = {
38
+ :fields => ['CustomerId', 'Name'],
39
+ :paging => {
40
+ :start_index => 0,
41
+ :number_results => PAGE_SIZE
42
+ }
43
+ }
44
+
45
+ # Set initial values
46
+ offset, page = 0, {}
47
+
48
+ accounts = {}
49
+ child_links = {}
50
+ parent_links = {}
51
+ root_account = nil
52
+
53
+ begin
54
+ page = managed_customer_srv.get(selector)
55
+
56
+ if page and page[:entries]
57
+ if page[:links]
58
+ page[:links].each do |link|
59
+ unless child_links.include?(link[:manager_customer_id])
60
+ child_links[link[:manager_customer_id]] = []
61
+ end
62
+ child_links[link[:manager_customer_id]] << link
63
+ unless parent_links.include?(link[:client_customer_id])
64
+ parent_links[link[:client_customer_id]] = []
65
+ end
66
+ parent_links[link[:client_customer_id]] << link
67
+ end
68
+ end
69
+
70
+ page[:entries].each do |account|
71
+ accounts[account[:customer_id]] = account
72
+ unless parent_links.include?(account[:customer_id])
73
+ root_account = account
74
+ end
75
+ end
76
+
77
+ # Increment values to request the next page.
78
+ offset += PAGE_SIZE
79
+ selector[:paging][:start_index] = offset
80
+ end
81
+ end while page[:total_num_entries] > offset
82
+
83
+ if root_account.nil?
84
+ puts "Unable to determine a root account."
85
+ else
86
+ puts "CustomerId, Name"
87
+ display_account_tree(root_account, accounts, child_links, 0)
88
+ end
89
+ end
90
+
91
+ def display_account_tree(account, accounts, links, depth)
92
+ prefix = '-' * depth * 2
93
+ puts '%s%s, %s' % [prefix, account[:customer_id], account[:name]]
94
+ if links.include?(account[:customer_id])
95
+ links[account[:customer_id]].each do |child_link|
96
+ child_account = accounts[child_link[:client_customer_id]]
97
+ display_account_tree(child_account, accounts, links, depth + 1)
98
+ end
99
+ end
100
+ end
101
+
102
+ if __FILE__ == $0
103
+ API_VERSION = :v201607
104
+ PAGE_SIZE = 500
105
+
106
+ begin
107
+ get_account_hierarchy()
108
+
109
+ # Authorization error.
110
+ rescue AdsCommon::Errors::OAuth2VerificationRequired => e
111
+ puts "Authorization credentials are not valid. Edit adwords_api.yml for " +
112
+ "OAuth2 client ID and secret and run misc/setup_oauth2.rb example " +
113
+ "to retrieve and store OAuth2 tokens."
114
+ puts "See this wiki page for more details:\n\n " +
115
+ 'https://github.com/googleads/google-api-ads-ruby/wiki/OAuth2'
116
+
117
+ # HTTP errors.
118
+ rescue AdsCommon::Errors::HttpError => e
119
+ puts "HTTP Error: %s" % e
120
+
121
+ # API errors.
122
+ rescue AdwordsApi::Errors::ApiException => e
123
+ puts "Message: %s" % e.message
124
+ puts 'Errors:'
125
+ e.errors.each_with_index do |error, index|
126
+ puts "\tError [%d]:" % (index + 1)
127
+ error.each do |field, value|
128
+ puts "\t\t%s: %s" % [field, value]
129
+ end
130
+ end
131
+ end
132
+ end