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.
- data/ChangeLog +4 -0
- data/README +1 -1
- data/lib/adwords_api/credential_handler.rb +1 -2
- data/lib/adwords_api/report_utils.rb +2 -1
- data/lib/adwords_api/v201109/ad_extension_override_service.rb +6 -4
- data/lib/adwords_api/v201109/ad_extension_override_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/ad_group_ad_service.rb +6 -4
- data/lib/adwords_api/v201109/ad_group_ad_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/ad_group_criterion_service.rb +6 -4
- data/lib/adwords_api/v201109/ad_group_criterion_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/ad_group_service.rb +6 -4
- data/lib/adwords_api/v201109/ad_group_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/ad_param_service.rb +6 -4
- data/lib/adwords_api/v201109/ad_param_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/alert_service.rb +6 -4
- data/lib/adwords_api/v201109/alert_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/bulk_mutate_job_service.rb +6 -4
- data/lib/adwords_api/v201109/bulk_mutate_job_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/campaign_ad_extension_service.rb +6 -4
- data/lib/adwords_api/v201109/campaign_ad_extension_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/campaign_criterion_service.rb +6 -4
- data/lib/adwords_api/v201109/campaign_criterion_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/campaign_service.rb +6 -4
- data/lib/adwords_api/v201109/campaign_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/campaign_target_service.rb +6 -4
- data/lib/adwords_api/v201109/campaign_target_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/constant_data_service.rb +6 -4
- data/lib/adwords_api/v201109/constant_data_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/conversion_tracker_service.rb +6 -4
- data/lib/adwords_api/v201109/conversion_tracker_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/create_account_service.rb +6 -4
- data/lib/adwords_api/v201109/create_account_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/customer_sync_service.rb +6 -4
- data/lib/adwords_api/v201109/customer_sync_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/data_service.rb +6 -4
- data/lib/adwords_api/v201109/data_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/experiment_service.rb +6 -4
- data/lib/adwords_api/v201109/experiment_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/geo_location_service.rb +6 -4
- data/lib/adwords_api/v201109/geo_location_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/info_service.rb +6 -4
- data/lib/adwords_api/v201109/info_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/location_criterion_service.rb +6 -4
- data/lib/adwords_api/v201109/location_criterion_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/media_service.rb +6 -4
- data/lib/adwords_api/v201109/media_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/mutate_job_service.rb +6 -4
- data/lib/adwords_api/v201109/mutate_job_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/report_definition_service.rb +6 -4
- data/lib/adwords_api/v201109/report_definition_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/serviced_account_service.rb +6 -4
- data/lib/adwords_api/v201109/serviced_account_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/targeting_idea_service.rb +6 -4
- data/lib/adwords_api/v201109/targeting_idea_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/traffic_estimator_service.rb +6 -4
- data/lib/adwords_api/v201109/traffic_estimator_service_registry.rb +6 -4
- data/lib/adwords_api/v201109/user_list_service.rb +6 -4
- data/lib/adwords_api/v201109/user_list_service_registry.rb +6 -4
- data/lib/adwords_api/version.rb +1 -1
- data/test/adwords_api/test_credential_handler.rb +105 -0
- data/test/adwords_api/test_report_utils.rb +66 -0
- metadata +6 -10
data/ChangeLog
CHANGED
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.
|
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 =~
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
-
|
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
|
-
#
|
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
|
|