google-adwords-api 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. data/ChangeLog +4 -0
  2. data/README +1 -1
  3. data/lib/adwords_api/credential_handler.rb +1 -2
  4. data/lib/adwords_api/report_utils.rb +2 -1
  5. data/lib/adwords_api/v201109/ad_extension_override_service.rb +6 -4
  6. data/lib/adwords_api/v201109/ad_extension_override_service_registry.rb +6 -4
  7. data/lib/adwords_api/v201109/ad_group_ad_service.rb +6 -4
  8. data/lib/adwords_api/v201109/ad_group_ad_service_registry.rb +6 -4
  9. data/lib/adwords_api/v201109/ad_group_criterion_service.rb +6 -4
  10. data/lib/adwords_api/v201109/ad_group_criterion_service_registry.rb +6 -4
  11. data/lib/adwords_api/v201109/ad_group_service.rb +6 -4
  12. data/lib/adwords_api/v201109/ad_group_service_registry.rb +6 -4
  13. data/lib/adwords_api/v201109/ad_param_service.rb +6 -4
  14. data/lib/adwords_api/v201109/ad_param_service_registry.rb +6 -4
  15. data/lib/adwords_api/v201109/alert_service.rb +6 -4
  16. data/lib/adwords_api/v201109/alert_service_registry.rb +6 -4
  17. data/lib/adwords_api/v201109/bulk_mutate_job_service.rb +6 -4
  18. data/lib/adwords_api/v201109/bulk_mutate_job_service_registry.rb +6 -4
  19. data/lib/adwords_api/v201109/campaign_ad_extension_service.rb +6 -4
  20. data/lib/adwords_api/v201109/campaign_ad_extension_service_registry.rb +6 -4
  21. data/lib/adwords_api/v201109/campaign_criterion_service.rb +6 -4
  22. data/lib/adwords_api/v201109/campaign_criterion_service_registry.rb +6 -4
  23. data/lib/adwords_api/v201109/campaign_service.rb +6 -4
  24. data/lib/adwords_api/v201109/campaign_service_registry.rb +6 -4
  25. data/lib/adwords_api/v201109/campaign_target_service.rb +6 -4
  26. data/lib/adwords_api/v201109/campaign_target_service_registry.rb +6 -4
  27. data/lib/adwords_api/v201109/constant_data_service.rb +6 -4
  28. data/lib/adwords_api/v201109/constant_data_service_registry.rb +6 -4
  29. data/lib/adwords_api/v201109/conversion_tracker_service.rb +6 -4
  30. data/lib/adwords_api/v201109/conversion_tracker_service_registry.rb +6 -4
  31. data/lib/adwords_api/v201109/create_account_service.rb +6 -4
  32. data/lib/adwords_api/v201109/create_account_service_registry.rb +6 -4
  33. data/lib/adwords_api/v201109/customer_sync_service.rb +6 -4
  34. data/lib/adwords_api/v201109/customer_sync_service_registry.rb +6 -4
  35. data/lib/adwords_api/v201109/data_service.rb +6 -4
  36. data/lib/adwords_api/v201109/data_service_registry.rb +6 -4
  37. data/lib/adwords_api/v201109/experiment_service.rb +6 -4
  38. data/lib/adwords_api/v201109/experiment_service_registry.rb +6 -4
  39. data/lib/adwords_api/v201109/geo_location_service.rb +6 -4
  40. data/lib/adwords_api/v201109/geo_location_service_registry.rb +6 -4
  41. data/lib/adwords_api/v201109/info_service.rb +6 -4
  42. data/lib/adwords_api/v201109/info_service_registry.rb +6 -4
  43. data/lib/adwords_api/v201109/location_criterion_service.rb +6 -4
  44. data/lib/adwords_api/v201109/location_criterion_service_registry.rb +6 -4
  45. data/lib/adwords_api/v201109/media_service.rb +6 -4
  46. data/lib/adwords_api/v201109/media_service_registry.rb +6 -4
  47. data/lib/adwords_api/v201109/mutate_job_service.rb +6 -4
  48. data/lib/adwords_api/v201109/mutate_job_service_registry.rb +6 -4
  49. data/lib/adwords_api/v201109/report_definition_service.rb +6 -4
  50. data/lib/adwords_api/v201109/report_definition_service_registry.rb +6 -4
  51. data/lib/adwords_api/v201109/serviced_account_service.rb +6 -4
  52. data/lib/adwords_api/v201109/serviced_account_service_registry.rb +6 -4
  53. data/lib/adwords_api/v201109/targeting_idea_service.rb +6 -4
  54. data/lib/adwords_api/v201109/targeting_idea_service_registry.rb +6 -4
  55. data/lib/adwords_api/v201109/traffic_estimator_service.rb +6 -4
  56. data/lib/adwords_api/v201109/traffic_estimator_service_registry.rb +6 -4
  57. data/lib/adwords_api/v201109/user_list_service.rb +6 -4
  58. data/lib/adwords_api/v201109/user_list_service_registry.rb +6 -4
  59. data/lib/adwords_api/version.rb +1 -1
  60. data/test/adwords_api/test_credential_handler.rb +105 -0
  61. data/test/adwords_api/test_report_utils.rb +66 -0
  62. metadata +6 -10
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ 0.5.3:
2
+ - Fixed issue #70 (stricter client id validation).
3
+ - Now require Savon-0.9.9 (fixes Content-Length bug).
4
+
1
5
  0.5.2:
2
6
  - Rework on examples.
3
7
  - Tests for all examples.
data/README CHANGED
@@ -27,7 +27,7 @@ Buyer client library examples. You need the AdWords library in order to use it
27
27
  which is installed automatically as a dependency.
28
28
 
29
29
  The following gem libraries are required:
30
- - savon v0.9.7
30
+ - savon v0.9.9;
31
31
  - google-ads-common v0.6.3 or later.
32
32
 
33
33
 
@@ -105,8 +105,7 @@ module AdwordsApi
105
105
  client_customer_id = @credentials[:client_customer_id]
106
106
  if client_customer_id and
107
107
  !(client_customer_id.is_a?(Integer) or
108
- (client_customer_id =~ /\d+-\d+-\d+/) or
109
- (client_customer_id =~ /\d+/))
108
+ (client_customer_id =~ /^\d+(-\d+-\d+)?$/))
110
109
  raise AdwordsApi::Errors::BadCredentialsError,
111
110
  'Invalid client customer ID: %s' % client_customer_id.to_s
112
111
  end
@@ -90,7 +90,8 @@ module AdwordsApi
90
90
  :selector => [:fields, :predicates, :date_range, :ordering, :paging],
91
91
  :predicates => [:field, :operator, :values],
92
92
  :ordering => [:field, :sort_order],
93
- :paging => [:start_index, :number_results]
93
+ :paging => [:start_index, :number_results],
94
+ :date_range => [:min, :max]
94
95
  }
95
96
 
96
97
  # Send POST request for a report and returns Response object.
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:17.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:47.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/ad_extension_override_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:17.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:47.
7
9
 
8
10
  require 'adwords_api/errors'
9
11
 
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:19.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:49.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/ad_group_ad_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:19.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:49.
7
9
 
8
10
  require 'adwords_api/errors'
9
11
 
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:22.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:50.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/ad_group_criterion_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:22.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:50.
7
9
 
8
10
  require 'adwords_api/errors'
9
11
 
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:25.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:52.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/ad_group_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:25.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:52.
7
9
 
8
10
  require 'adwords_api/errors'
9
11
 
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:27.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:53.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/ad_param_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:27.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:53.
7
9
 
8
10
  require 'adwords_api/errors'
9
11
 
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:28.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:54.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/alert_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:28.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:54.
7
9
 
8
10
  require 'adwords_api/errors'
9
11
 
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:31.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:56.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/bulk_mutate_job_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:31.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:56.
7
9
 
8
10
  require 'adwords_api/errors'
9
11
 
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:38.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:59.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/campaign_ad_extension_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:38.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:17:59.
7
9
 
8
10
  require 'adwords_api/errors'
9
11
 
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:40.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:18:01.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/campaign_criterion_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:40.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:18:01.
7
9
 
8
10
  require 'adwords_api/errors'
9
11
 
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:43.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:18:02.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/campaign_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:43.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:18:02.
7
9
 
8
10
  require 'adwords_api/errors'
9
11
 
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:46.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:18:04.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/campaign_target_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:42:46.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:18:04.
7
9
 
8
10
  require 'adwords_api/errors'
9
11
 
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:43:07.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:18:05.
7
9
 
8
10
  require 'ads_common/savon_service'
9
11
  require 'adwords_api/v201109/constant_data_service_registry'
@@ -1,9 +1,11 @@
1
- #!/usr/bin/ruby
1
+ # Encoding: utf-8
2
+ #
2
3
  # This is auto-generated code, changes will be overwritten.
3
- # Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
4
- # License:: Licensed under the Apache License,Version 2.0 (the "License").
5
4
  #
6
- # Code generated by AdsCommon library 0.6.0 on 2011-12-02 16:43:07.
5
+ # Copyright:: Copyright 2012, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 0.6.4 on 2012-04-12 13:18:05.
7
9
 
8
10
  require 'adwords_api/errors'
9
11