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.
- data/ChangeLog +7 -0
- data/README +43 -41
- data/Rakefile +3 -3
- data/examples/v201003/add_ad_group.rb +5 -5
- data/examples/v201003/add_ad_group_criteria.rb +5 -5
- data/examples/v201003/add_ads.rb +5 -5
- data/examples/v201003/add_campaign.rb +5 -5
- data/examples/v201003/add_negative_campaign_criterion.rb +5 -5
- data/examples/v201003/add_placement_performance_report_definition.rb +5 -5
- data/examples/v201003/check_campaigns.rb +5 -5
- data/examples/v201003/delete_ad.rb +5 -5
- data/examples/v201003/delete_ad_group.rb +5 -5
- data/examples/v201003/delete_ad_group_criterion.rb +5 -5
- data/examples/v201003/delete_campaign.rb +5 -5
- data/examples/v201003/download_report.rb +5 -0
- data/examples/v201003/get_all_active_ad_group_criteria.rb +5 -5
- data/examples/v201003/get_all_ad_group_criteria.rb +5 -5
- data/examples/v201003/get_all_ad_groups.rb +5 -5
- data/examples/v201003/get_all_ads.rb +5 -5
- data/examples/v201003/get_all_campaign_targets.rb +5 -5
- data/examples/v201003/get_all_campaigns.rb +5 -5
- data/examples/v201003/get_all_disapproved_ads.rb +5 -5
- data/examples/v201003/get_all_images.rb +5 -5
- data/examples/v201003/get_all_paused_campaigns.rb +5 -5
- data/examples/v201003/get_all_report_definitions.rb +5 -5
- data/examples/v201003/get_criterion_bid_landscape.rb +5 -5
- data/examples/v201003/get_geo_location_info.rb +5 -5
- data/examples/v201003/get_related_placements.rb +5 -5
- data/examples/v201003/get_report_fields.rb +5 -5
- data/examples/v201003/perform_bulk_mutate_job.rb +5 -5
- data/examples/v201003/set_campaign_targets.rb +5 -5
- data/examples/v201003/update_ad.rb +5 -5
- data/examples/v201003/update_ad_group.rb +5 -5
- data/examples/v201003/update_ad_group_criterion.rb +5 -5
- data/examples/v201003/update_campaign.rb +5 -5
- data/examples/v201003/upload_image.rb +5 -5
- data/examples/v201008/add_ad_group.rb +5 -5
- data/examples/v201008/add_ad_group_criteria.rb +5 -5
- data/examples/v201008/add_ads.rb +5 -5
- data/examples/v201008/add_campaign.rb +5 -5
- data/examples/v201008/add_negative_campaign_criterion.rb +5 -5
- data/examples/v201008/add_placement_performance_report_definition.rb +5 -5
- data/examples/v201008/add_user_list.rb +5 -5
- data/examples/v201008/check_campaigns.rb +5 -5
- data/examples/v201008/delete_ad.rb +5 -5
- data/examples/v201008/delete_ad_group.rb +5 -5
- data/examples/v201008/delete_ad_group_criterion.rb +5 -5
- data/examples/v201008/delete_bulk_mutate_job.rb +5 -5
- data/examples/v201008/delete_campaign.rb +5 -5
- data/examples/v201008/delete_user_list.rb +5 -5
- data/examples/v201008/download_report.rb +5 -0
- data/examples/v201008/get_all_account_changes.rb +5 -5
- data/examples/v201008/get_all_active_ad_group_criteria.rb +5 -5
- data/examples/v201008/get_all_ad_group_criteria.rb +5 -5
- data/examples/v201008/get_all_ad_groups.rb +5 -5
- data/examples/v201008/get_all_ads.rb +5 -5
- data/examples/v201008/get_all_campaign_targets.rb +5 -5
- data/examples/v201008/get_all_campaigns.rb +5 -5
- data/examples/v201008/get_all_disapproved_ads.rb +5 -5
- data/examples/v201008/get_all_images.rb +5 -5
- data/examples/v201008/get_all_paused_campaigns.rb +5 -5
- data/examples/v201008/get_all_report_definitions.rb +5 -5
- data/examples/v201008/get_all_user_lists.rb +5 -5
- data/examples/v201008/get_bulk_mutate_job.rb +5 -5
- data/examples/v201008/get_campaign_alerts.rb +5 -5
- data/examples/v201008/get_criterion_bid_landscape.rb +5 -5
- data/examples/v201008/get_geo_location_info.rb +5 -5
- data/examples/v201008/get_related_placements.rb +5 -5
- data/examples/v201008/get_report_fields.rb +5 -5
- data/examples/v201008/perform_bulk_mutate_job.rb +5 -5
- data/examples/v201008/set_campaign_targets.rb +5 -5
- data/examples/v201008/update_ad.rb +5 -5
- data/examples/v201008/update_ad_group.rb +5 -5
- data/examples/v201008/update_ad_group_criterion.rb +5 -5
- data/examples/v201008/update_campaign.rb +5 -5
- data/examples/v201008/update_user_list.rb +5 -5
- data/examples/v201008/upload_image.rb +5 -5
- data/examples/v201101/add_ad_group.rb +5 -5
- data/examples/v201101/add_ad_group_criteria.rb +5 -5
- data/examples/v201101/add_ads.rb +5 -5
- data/examples/v201101/add_campaign.rb +5 -5
- data/examples/v201101/add_conversion.rb +5 -5
- data/examples/v201101/add_negative_campaign_criterion.rb +5 -5
- data/examples/v201101/add_placement_performance_report_definition.rb +5 -5
- data/examples/v201101/add_rtb_campaign.rb +5 -5
- data/examples/v201101/add_user_list.rb +5 -5
- data/examples/v201101/check_campaigns.rb +5 -5
- data/examples/v201101/delete_ad.rb +5 -5
- data/examples/v201101/delete_ad_group.rb +5 -5
- data/examples/v201101/delete_ad_group_criterion.rb +5 -5
- data/examples/v201101/delete_bulk_mutate_job.rb +5 -5
- data/examples/v201101/delete_campaign.rb +5 -5
- data/examples/v201101/delete_user_list.rb +5 -5
- data/examples/v201101/download_report.rb +5 -0
- data/examples/v201101/get_ad_group_bid_landscape.rb +5 -5
- data/examples/v201101/get_all_account_changes.rb +5 -5
- data/examples/v201101/get_all_active_ad_group_criteria.rb +5 -5
- data/examples/v201101/get_all_ad_group_criteria.rb +5 -5
- data/examples/v201101/get_all_ad_groups.rb +5 -5
- data/examples/v201101/get_all_ads.rb +5 -5
- data/examples/v201101/get_all_campaign_targets.rb +5 -5
- data/examples/v201101/get_all_campaigns.rb +5 -5
- data/examples/v201101/get_all_conversions.rb +5 -5
- data/examples/v201101/get_all_disapproved_ads.rb +5 -5
- data/examples/v201101/get_all_images.rb +5 -5
- data/examples/v201101/get_all_paused_campaigns.rb +5 -5
- data/examples/v201101/get_all_report_definitions.rb +5 -5
- data/examples/v201101/get_all_user_lists.rb +5 -5
- data/examples/v201101/get_bulk_mutate_job.rb +5 -5
- data/examples/v201101/get_campaign_alerts.rb +5 -5
- data/examples/v201101/get_criterion_bid_landscape.rb +5 -5
- data/examples/v201101/get_geo_location_info.rb +5 -5
- data/examples/v201101/get_related_placements.rb +5 -5
- data/examples/v201101/get_report_fields.rb +5 -5
- data/examples/v201101/perform_bulk_mutate_job.rb +5 -5
- data/examples/v201101/set_campaign_targets.rb +5 -5
- data/examples/v201101/update_ad.rb +5 -5
- data/examples/v201101/update_ad_group.rb +5 -5
- data/examples/v201101/update_ad_group_criterion.rb +5 -5
- data/examples/v201101/update_campaign.rb +5 -5
- data/examples/v201101/update_conversion.rb +5 -5
- data/examples/v201101/update_user_list.rb +5 -5
- data/examples/v201101/upload_image.rb +5 -5
- data/examples/v201109/add_ad_group.rb +98 -0
- data/examples/v201109/add_ad_group_criteria.rb +100 -0
- data/examples/v201109/add_ads.rb +110 -0
- data/examples/v201109/add_campaign.rb +108 -0
- data/examples/v201109/add_campaign_targeting_criteria.rb +102 -0
- data/examples/v201109/add_conversion.rb +97 -0
- data/examples/{v201008/get_all_experiments.rb → v201109/add_negative_campaign_criterion.rb} +32 -30
- data/examples/v201109/add_rtb_campaign.rb +113 -0
- data/examples/v201109/add_user_list.rb +122 -0
- data/examples/v201109/check_campaigns.rb +132 -0
- data/examples/v201109/delete_ad.rb +94 -0
- data/examples/{v201101/delete_experiment.rb → v201109/delete_ad_group.rb} +20 -21
- data/examples/v201109/delete_ad_group_criterion.rb +95 -0
- data/examples/v201109/delete_bulk_mutate_job.rb +96 -0
- data/examples/{v201008/delete_experiment.rb → v201109/delete_campaign.rb} +21 -21
- data/examples/{v201008/promote_experiment.rb → v201109/delete_user_list.rb} +21 -22
- data/examples/v201109/download_adhoc_report.rb +79 -0
- data/examples/v201109/download_report.rb +76 -0
- data/examples/v201109/get_ad_group_bid_landscape.rb +103 -0
- data/examples/v201109/get_all_account_changes.rb +146 -0
- data/examples/v201109/get_all_active_ad_group_criteria.rb +106 -0
- data/examples/v201109/get_all_ad_group_criteria.rb +98 -0
- data/examples/{v201101/get_all_experiments.rb → v201109/get_all_ad_groups.rb} +21 -25
- data/examples/v201109/get_all_ads.rb +99 -0
- data/examples/v201109/get_all_campaign_targets.rb +83 -0
- data/examples/v201109/get_all_campaigns.rb +86 -0
- data/examples/v201109/get_all_carriers.rb +72 -0
- data/examples/v201109/get_all_conversions.rb +88 -0
- data/examples/v201109/get_all_disapproved_ads.rb +102 -0
- data/examples/v201109/get_all_images.rb +90 -0
- data/examples/v201109/get_all_languages.rb +73 -0
- data/examples/v201109/get_all_paused_campaigns.rb +92 -0
- data/examples/v201109/get_all_report_definitions.rb +84 -0
- data/examples/v201109/get_all_user_lists.rb +87 -0
- data/examples/v201109/get_bulk_mutate_job.rb +106 -0
- data/examples/v201109/get_campaign_alerts.rb +103 -0
- data/examples/v201109/get_client_customer_id.rb +87 -0
- data/examples/v201109/get_criterion_bid_landscape.rb +102 -0
- data/examples/v201109/get_geo_location_info.rb +108 -0
- data/examples/v201109/get_location_criteria.rb +103 -0
- data/examples/v201109/get_related_placements.rb +114 -0
- data/examples/v201109/get_report_fields.rb +81 -0
- data/examples/v201109/perform_bulk_mutate_job.rb +222 -0
- data/examples/v201109/perform_mutate_job.rb +151 -0
- data/examples/{v201101/promote_experiment.rb → v201109/update_ad.rb} +29 -22
- data/examples/v201109/update_ad_group.rb +90 -0
- data/examples/v201109/update_ad_group_criterion.rb +108 -0
- data/examples/v201109/update_campaign.rb +93 -0
- data/examples/v201109/update_conversion.rb +96 -0
- data/examples/v201109/update_user_list.rb +91 -0
- data/examples/v201109/upload_image.rb +97 -0
- metadata +164 -114
- data/examples/v201008/add_experiment.rb +0 -162
- data/examples/v201101/add_experiment.rb +0 -162
@@ -34,6 +34,11 @@ def delete_bulk_mutate_job()
|
|
34
34
|
# AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
|
35
35
|
# when called without parameters.
|
36
36
|
adwords = AdwordsApi::Api.new
|
37
|
+
|
38
|
+
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
39
|
+
# the configuration file or provide your own logger:
|
40
|
+
# adwords.logger = Logger.new('adwords_xml.log')
|
41
|
+
|
37
42
|
bulk_mutate_job_srv = adwords.service(:BulkMutateJobService, API_VERSION)
|
38
43
|
|
39
44
|
job_id = 'INSERT_BULK_MUTATE_JOB_ID_HERE'
|
@@ -62,11 +67,6 @@ def delete_bulk_mutate_job()
|
|
62
67
|
end
|
63
68
|
|
64
69
|
if __FILE__ == $0
|
65
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
66
|
-
# variable to 'true'. This can be done either from your operating system
|
67
|
-
# environment or via code, as done below.
|
68
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
69
|
-
|
70
70
|
begin
|
71
71
|
delete_bulk_mutate_job()
|
72
72
|
|
@@ -32,6 +32,11 @@ def delete_campaign()
|
|
32
32
|
# AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
|
33
33
|
# when called without parameters.
|
34
34
|
adwords = AdwordsApi::Api.new
|
35
|
+
|
36
|
+
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
37
|
+
# the configuration file or provide your own logger:
|
38
|
+
# adwords.logger = Logger.new('adwords_xml.log')
|
39
|
+
|
35
40
|
campaign_srv = adwords.service(:CampaignService, API_VERSION)
|
36
41
|
|
37
42
|
campaign_id = 'INSERT_CAMPAIGN_ID_HERE'.to_i
|
@@ -53,11 +58,6 @@ def delete_campaign()
|
|
53
58
|
end
|
54
59
|
|
55
60
|
if __FILE__ == $0
|
56
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
57
|
-
# variable to 'true'. This can be done either from your operating system
|
58
|
-
# environment or via code, as done below.
|
59
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
60
|
-
|
61
61
|
begin
|
62
62
|
delete_campaign()
|
63
63
|
|
@@ -32,6 +32,11 @@ def delete_user_list()
|
|
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
|
user_list_srv = adwords.service(:UserListService, API_VERSION)
|
36
41
|
|
37
42
|
user_list_id = 'INSERT_USER_LIST_ID_HERE'.to_i
|
@@ -53,11 +58,6 @@ def delete_user_list()
|
|
53
58
|
end
|
54
59
|
|
55
60
|
if __FILE__ == $0
|
56
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
57
|
-
# variable to 'true'. This can be done either from your operating system
|
58
|
-
# environment or via code, as done below.
|
59
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
60
|
-
|
61
61
|
begin
|
62
62
|
delete_user_list()
|
63
63
|
|
@@ -30,6 +30,11 @@ def download_report()
|
|
30
30
|
# AdwordsApi::Api will read a config file from ENV['HOME']/adwords_api.yml
|
31
31
|
# when called without parameters.
|
32
32
|
adwords = AdwordsApi::Api.new
|
33
|
+
|
34
|
+
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
|
35
|
+
# the configuration file or provide your own logger:
|
36
|
+
# adwords.logger = Logger.new('adwords_xml.log')
|
37
|
+
|
33
38
|
report_def_srv = adwords.service(:ReportDefinitionService, API_VERSION)
|
34
39
|
|
35
40
|
report_definition_id = 'INSERT_REPORT_DEFINITION_ID'.to_i
|
@@ -32,6 +32,11 @@ def get_ad_group_bid_landscapes()
|
|
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
|
data_srv = adwords.service(:DataService, API_VERSION)
|
36
41
|
|
37
42
|
ad_group_id = 'INSERT_ADGROUP_ID_HERE'.to_i
|
@@ -69,11 +74,6 @@ def get_ad_group_bid_landscapes()
|
|
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_ad_group_bid_landscapes()
|
79
79
|
|
@@ -33,6 +33,11 @@ def get_all_account_changes()
|
|
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
|
campaign_srv = adwords.service(:CampaignService, API_VERSION)
|
37
42
|
customer_sync_srv = adwords.service(:CustomerSyncService, API_VERSION)
|
38
43
|
|
@@ -112,11 +117,6 @@ def get_all_account_changes()
|
|
112
117
|
end
|
113
118
|
|
114
119
|
if __FILE__ == $0
|
115
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
116
|
-
# variable to 'true'. This can be done either from your operating system
|
117
|
-
# environment or via code, as done below.
|
118
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
119
|
-
|
120
120
|
begin
|
121
121
|
get_all_account_changes()
|
122
122
|
|
@@ -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
|
|
@@ -72,11 +77,6 @@ def get_all_active_ad_group_criteria()
|
|
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_active_ad_group_criteria()
|
82
82
|
|
@@ -31,6 +31,11 @@ def get_all_ad_group_criteria()
|
|
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
|
ad_group_criterion_srv =
|
35
40
|
adwords.service(:AdGroupCriterionService, API_VERSION)
|
36
41
|
|
@@ -63,11 +68,6 @@ def get_all_ad_group_criteria()
|
|
63
68
|
end
|
64
69
|
|
65
70
|
if __FILE__ == $0
|
66
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
67
|
-
# variable to 'true'. This can be done either from your operating system
|
68
|
-
# environment or via code, as done below.
|
69
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
70
|
-
|
71
71
|
begin
|
72
72
|
get_all_ad_group_criteria()
|
73
73
|
|
@@ -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
|
@@ -60,11 +65,6 @@ def get_all_ad_groups()
|
|
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_ad_groups()
|
70
70
|
|
@@ -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
|
@@ -65,11 +70,6 @@ def get_all_ads()
|
|
65
70
|
end
|
66
71
|
|
67
72
|
if __FILE__ == $0
|
68
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
69
|
-
# variable to 'true'. This can be done either from your operating system
|
70
|
-
# environment or via code, as done below.
|
71
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
72
|
-
|
73
73
|
begin
|
74
74
|
get_all_ads()
|
75
75
|
|
@@ -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.
|
@@ -52,11 +57,6 @@ def get_all_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_campaigns()
|
62
62
|
|
@@ -32,6 +32,11 @@ def get_all_conversions()
|
|
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
|
conv_tracker_srv = adwords.service(:ConversionTrackerService, API_VERSION)
|
36
41
|
|
37
42
|
# Get all conversions.
|
@@ -54,11 +59,6 @@ def get_all_conversions()
|
|
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_conversions()
|
64
64
|
|
@@ -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
|
ad_group_id = 'INSERT_AD_GROUP_ID_HERE'.to_i
|
@@ -68,11 +73,6 @@ def get_all_disapproved_ads()
|
|
68
73
|
end
|
69
74
|
|
70
75
|
if __FILE__ == $0
|
71
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
72
|
-
# variable to 'true'. This can be done either from your operating system
|
73
|
-
# environment or via code, as done below.
|
74
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
75
|
-
|
76
76
|
begin
|
77
77
|
get_all_disapproved_ads()
|
78
78
|
|
@@ -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.
|
@@ -56,11 +61,6 @@ def get_all_images()
|
|
56
61
|
end
|
57
62
|
|
58
63
|
if __FILE__ == $0
|
59
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
60
|
-
# variable to 'true'. This can be done either from your operating system
|
61
|
-
# environment or via code, as done below.
|
62
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
63
|
-
|
64
64
|
begin
|
65
65
|
get_all_images()
|
66
66
|
|
@@ -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.
|
@@ -58,11 +63,6 @@ def get_all_paused_campaigns()
|
|
58
63
|
end
|
59
64
|
|
60
65
|
if __FILE__ == $0
|
61
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
62
|
-
# variable to 'true'. This can be done either from your operating system
|
63
|
-
# environment or via code, as done below.
|
64
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
65
|
-
|
66
66
|
begin
|
67
67
|
get_all_paused_campaigns()
|
68
68
|
|
@@ -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.
|
@@ -53,11 +58,6 @@ def get_all_user_lists()
|
|
53
58
|
end
|
54
59
|
|
55
60
|
if __FILE__ == $0
|
56
|
-
# To enable logging of SOAP requests, set the ADWORDSAPI_DEBUG environment
|
57
|
-
# variable to 'true'. This can be done either from your operating system
|
58
|
-
# environment or via code, as done below.
|
59
|
-
ENV['ADWORDSAPI_DEBUG'] = 'false'
|
60
|
-
|
61
61
|
begin
|
62
62
|
get_all_user_lists()
|
63
63
|
|
@@ -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
|
|