bing_ads_api_v9 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +74 -0
- data/lib/ads_common_for_bing_ads.rb +47 -0
- data/lib/ads_common_for_bing_ads/api_config.rb +41 -0
- data/lib/ads_common_for_bing_ads/auth/client_login_handler.rb +161 -0
- data/lib/ads_common_for_bing_ads/auth/oauth2_handler.rb +33 -0
- data/lib/ads_common_for_bing_ads/build/savon_generator.rb +23 -0
- data/lib/ads_common_for_bing_ads/build/savon_registry.rb +17 -0
- data/lib/ads_common_for_bing_ads/parameters_validator.rb +36 -0
- data/lib/ads_common_for_bing_ads/savon_headers/base_header_handler.rb +13 -0
- data/lib/ads_common_for_bing_ads/savon_headers/client_login_header_handler.rb +24 -0
- data/lib/ads_common_for_bing_ads/savon_headers/oauth_header_handler.rb +31 -0
- data/lib/ads_common_for_bing_ads/savon_headers_base_header_handler.rb +9 -0
- data/lib/ads_common_for_bing_ads/savon_service.rb +143 -0
- data/lib/bing_ads_api.rb +215 -0
- data/lib/bing_ads_api/api_config.rb +164 -0
- data/lib/bing_ads_api/client_login_header_handler.rb +21 -0
- data/lib/bing_ads_api/credential_handler.rb +91 -0
- data/lib/bing_ads_api/errors.rb +564 -0
- data/lib/bing_ads_api/report_header_handler.rb +46 -0
- data/lib/bing_ads_api/report_utils.rb +202 -0
- data/lib/bing_ads_api/v8/ad_intelligence_service.rb +86 -0
- data/lib/bing_ads_api/v8/ad_intelligence_service_registry.rb +30 -0
- data/lib/bing_ads_api/v8/administration_service.rb +38 -0
- data/lib/bing_ads_api/v8/administration_service_registry.rb +30 -0
- data/lib/bing_ads_api/v8/bulk_service.rb +42 -0
- data/lib/bing_ads_api/v8/bulk_service_registry.rb +30 -0
- data/lib/bing_ads_api/v8/campaign_management_service.rb +390 -0
- data/lib/bing_ads_api/v8/campaign_management_service_registry.rb +30 -0
- data/lib/bing_ads_api/v8/customer_billing_service.rb +62 -0
- data/lib/bing_ads_api/v8/customer_billing_service_registry.rb +30 -0
- data/lib/bing_ads_api/v8/customer_management_service.rb +162 -0
- data/lib/bing_ads_api/v8/customer_management_service_registry.rb +30 -0
- data/lib/bing_ads_api/v8/notification_service.rb +38 -0
- data/lib/bing_ads_api/v8/notification_service_registry.rb +30 -0
- data/lib/bing_ads_api/v8/optimizer_service.rb +46 -0
- data/lib/bing_ads_api/v8/optimizer_service_registry.rb +30 -0
- data/lib/bing_ads_api/v8/reporting_service.rb +38 -0
- data/lib/bing_ads_api/v8/reporting_service_registry.rb +30 -0
- data/lib/bing_ads_api/v9/ad_intelligence_service.rb +86 -0
- data/lib/bing_ads_api/v9/ad_intelligence_service_registry.rb +30 -0
- data/lib/bing_ads_api/v9/bulk_service.rb +58 -0
- data/lib/bing_ads_api/v9/bulk_service_registry.rb +30 -0
- data/lib/bing_ads_api/v9/campaign_management_service.rb +298 -0
- data/lib/bing_ads_api/v9/campaign_management_service_registry.rb +30 -0
- data/lib/bing_ads_api/v9/customer_billing_service.rb +66 -0
- data/lib/bing_ads_api/v9/customer_billing_service_registry.rb +30 -0
- data/lib/bing_ads_api/v9/customer_management_service.rb +154 -0
- data/lib/bing_ads_api/v9/customer_management_service_registry.rb +30 -0
- data/lib/bing_ads_api/v9/optimizer_service.rb +62 -0
- data/lib/bing_ads_api/v9/optimizer_service_registry.rb +30 -0
- data/lib/bing_ads_api/v9/reporting_service.rb +38 -0
- data/lib/bing_ads_api/v9/reporting_service_registry.rb +30 -0
- data/lib/bing_ads_api/version.rb +5 -0
- data/rakefile.rb +54 -0
- metadata +168 -0
@@ -0,0 +1,30 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
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.7.3 on 2012-07-04 16:50:32.
|
9
|
+
|
10
|
+
require 'bing_ads_api/errors'
|
11
|
+
|
12
|
+
module BingAdsApi; module V8; module ReportingService
|
13
|
+
class ReportingServiceRegistry
|
14
|
+
REPORTINGSERVICE_METHODS = {:submit_generate_report=>{:input=>{:name=>"submit_generate_report_request", :fields=>[]}, :output=>{:name=>"submit_generate_report_response", :fields=>[]}, :original_name=>"SubmitGenerateReport"}, :poll_generate_report=>{:input=>{:name=>"poll_generate_report_request", :fields=>[]}, :output=>{:name=>"poll_generate_report_response", :fields=>[]}, :original_name=>"PollGenerateReport"}}
|
15
|
+
REPORTINGSERVICE_TYPES = {}
|
16
|
+
REPORTINGSERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return REPORTINGSERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return REPORTINGSERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return REPORTINGSERVICE_NAMESPACES[index]
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end; end; end
|
@@ -0,0 +1,86 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2014-05-12 15:43:30.
|
9
|
+
|
10
|
+
require 'ads_common_for_bing_ads/savon_service'
|
11
|
+
require 'bing_ads_api/v9/ad_intelligence_service_registry'
|
12
|
+
|
13
|
+
module BingAdsApi; module V9; module AdIntelligenceService
|
14
|
+
class AdIntelligenceService < AdsCommonForBingAds::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://bingads.microsoft.com/AdIntelligence/v9'
|
17
|
+
super(config, endpoint, namespace, :V9)
|
18
|
+
end
|
19
|
+
|
20
|
+
def get_publisher_keyword_performance(*args, &block)
|
21
|
+
return execute_action('get_publisher_keyword_performance', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def suggest_keywords_for_url(*args, &block)
|
25
|
+
return execute_action('suggest_keywords_for_url', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
def get_estimated_bid_by_keyword_ids(*args, &block)
|
29
|
+
return execute_action('get_estimated_bid_by_keyword_ids', args, &block)
|
30
|
+
end
|
31
|
+
|
32
|
+
def get_estimated_position_by_keyword_ids(*args, &block)
|
33
|
+
return execute_action('get_estimated_position_by_keyword_ids', args, &block)
|
34
|
+
end
|
35
|
+
|
36
|
+
def get_estimated_bid_by_keywords(*args, &block)
|
37
|
+
return execute_action('get_estimated_bid_by_keywords', args, &block)
|
38
|
+
end
|
39
|
+
|
40
|
+
def get_estimated_position_by_keywords(*args, &block)
|
41
|
+
return execute_action('get_estimated_position_by_keywords', args, &block)
|
42
|
+
end
|
43
|
+
|
44
|
+
def get_historical_search_count(*args, &block)
|
45
|
+
return execute_action('get_historical_search_count', args, &block)
|
46
|
+
end
|
47
|
+
|
48
|
+
def get_historical_keyword_performance(*args, &block)
|
49
|
+
return execute_action('get_historical_keyword_performance', args, &block)
|
50
|
+
end
|
51
|
+
|
52
|
+
def suggest_keywords_from_existing_keywords(*args, &block)
|
53
|
+
return execute_action('suggest_keywords_from_existing_keywords', args, &block)
|
54
|
+
end
|
55
|
+
|
56
|
+
def get_keyword_locations(*args, &block)
|
57
|
+
return execute_action('get_keyword_locations', args, &block)
|
58
|
+
end
|
59
|
+
|
60
|
+
def get_keyword_categories(*args, &block)
|
61
|
+
return execute_action('get_keyword_categories', args, &block)
|
62
|
+
end
|
63
|
+
|
64
|
+
def get_keyword_demographics(*args, &block)
|
65
|
+
return execute_action('get_keyword_demographics', args, &block)
|
66
|
+
end
|
67
|
+
|
68
|
+
def get_bid_landscape_by_keyword_ids(*args, &block)
|
69
|
+
return execute_action('get_bid_landscape_by_keyword_ids', args, &block)
|
70
|
+
end
|
71
|
+
|
72
|
+
def get_bid_landscape_by_ad_group_ids(*args, &block)
|
73
|
+
return execute_action('get_bid_landscape_by_ad_group_ids', args, &block)
|
74
|
+
end
|
75
|
+
|
76
|
+
private
|
77
|
+
|
78
|
+
def get_service_registry()
|
79
|
+
return AdIntelligenceServiceRegistry
|
80
|
+
end
|
81
|
+
|
82
|
+
def get_module()
|
83
|
+
return BingAdsApi::V9::AdIntelligenceService
|
84
|
+
end
|
85
|
+
end
|
86
|
+
end; end; end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2014-05-12 15:43:30.
|
9
|
+
|
10
|
+
require 'bing_ads_api/errors'
|
11
|
+
|
12
|
+
module BingAdsApi; module V9; module AdIntelligenceService
|
13
|
+
class AdIntelligenceServiceRegistry
|
14
|
+
ADINTELLIGENCESERVICE_METHODS = {:get_publisher_keyword_performance=>{:input=>{:name=>"get_publisher_keyword_performance_request", :fields=>[]}, :output=>{:name=>"get_publisher_keyword_performance_response", :fields=>[]}, :original_name=>"GetPublisherKeywordPerformance"}, :suggest_keywords_for_url=>{:input=>{:name=>"suggest_keywords_for_url_request", :fields=>[]}, :output=>{:name=>"suggest_keywords_for_url_response", :fields=>[]}, :original_name=>"SuggestKeywordsForUrl"}, :get_estimated_bid_by_keyword_ids=>{:input=>{:name=>"get_estimated_bid_by_keyword_ids_request", :fields=>[]}, :output=>{:name=>"get_estimated_bid_by_keyword_ids_response", :fields=>[]}, :original_name=>"GetEstimatedBidByKeywordIds"}, :get_estimated_position_by_keyword_ids=>{:input=>{:name=>"get_estimated_position_by_keyword_ids_request", :fields=>[]}, :output=>{:name=>"get_estimated_position_by_keyword_ids_response", :fields=>[]}, :original_name=>"GetEstimatedPositionByKeywordIds"}, :get_estimated_bid_by_keywords=>{:input=>{:name=>"get_estimated_bid_by_keywords_request", :fields=>[]}, :output=>{:name=>"get_estimated_bid_by_keywords_response", :fields=>[]}, :original_name=>"GetEstimatedBidByKeywords"}, :get_estimated_position_by_keywords=>{:input=>{:name=>"get_estimated_position_by_keywords_request", :fields=>[]}, :output=>{:name=>"get_estimated_position_by_keywords_response", :fields=>[]}, :original_name=>"GetEstimatedPositionByKeywords"}, :get_historical_search_count=>{:input=>{:name=>"get_historical_search_count_request", :fields=>[]}, :output=>{:name=>"get_historical_search_count_response", :fields=>[]}, :original_name=>"GetHistoricalSearchCount"}, :get_historical_keyword_performance=>{:input=>{:name=>"get_historical_keyword_performance_request", :fields=>[]}, :output=>{:name=>"get_historical_keyword_performance_response", :fields=>[]}, :original_name=>"GetHistoricalKeywordPerformance"}, :suggest_keywords_from_existing_keywords=>{:input=>{:name=>"suggest_keywords_from_existing_keywords_request", :fields=>[]}, :output=>{:name=>"suggest_keywords_from_existing_keywords_response", :fields=>[]}, :original_name=>"SuggestKeywordsFromExistingKeywords"}, :get_keyword_locations=>{:input=>{:name=>"get_keyword_locations_request", :fields=>[]}, :output=>{:name=>"get_keyword_locations_response", :fields=>[]}, :original_name=>"GetKeywordLocations"}, :get_keyword_categories=>{:input=>{:name=>"get_keyword_categories_request", :fields=>[]}, :output=>{:name=>"get_keyword_categories_response", :fields=>[]}, :original_name=>"GetKeywordCategories"}, :get_keyword_demographics=>{:input=>{:name=>"get_keyword_demographics_request", :fields=>[]}, :output=>{:name=>"get_keyword_demographics_response", :fields=>[]}, :original_name=>"GetKeywordDemographics"}, :get_bid_landscape_by_keyword_ids=>{:input=>{:name=>"get_bid_landscape_by_keyword_ids_request", :fields=>[]}, :output=>{:name=>"get_bid_landscape_by_keyword_ids_response", :fields=>[]}, :original_name=>"GetBidLandscapeByKeywordIds"}, :get_bid_landscape_by_ad_group_ids=>{:input=>{:name=>"get_bid_landscape_by_ad_group_ids_request", :fields=>[]}, :output=>{:name=>"get_bid_landscape_by_ad_group_ids_response", :fields=>[]}, :original_name=>"GetBidLandscapeByAdGroupIds"}}
|
15
|
+
ADINTELLIGENCESERVICE_TYPES = {}
|
16
|
+
ADINTELLIGENCESERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return ADINTELLIGENCESERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return ADINTELLIGENCESERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return ADINTELLIGENCESERVICE_NAMESPACES[index]
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end; end; end
|
@@ -0,0 +1,58 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2014-05-12 15:43:27.
|
9
|
+
|
10
|
+
require 'ads_common_for_bing_ads/savon_service'
|
11
|
+
require 'bing_ads_api/v9/bulk_service_registry'
|
12
|
+
|
13
|
+
module BingAdsApi; module V9; module BulkService
|
14
|
+
class BulkService < AdsCommon::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://bingads.microsoft.com/CampaignManagement/v9'
|
17
|
+
super(config, endpoint, namespace, :V9)
|
18
|
+
end
|
19
|
+
|
20
|
+
def download_campaigns_by_account_ids(*args, &block)
|
21
|
+
return execute_action('download_campaigns_by_account_ids', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def download_campaigns_by_campaign_ids(*args, &block)
|
25
|
+
return execute_action('download_campaigns_by_campaign_ids', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
def get_download_status(*args, &block)
|
29
|
+
return execute_action('get_download_status', args, &block)
|
30
|
+
end
|
31
|
+
|
32
|
+
def get_detailed_bulk_download_status(*args, &block)
|
33
|
+
return execute_action('get_detailed_bulk_download_status', args, &block)
|
34
|
+
end
|
35
|
+
|
36
|
+
def get_bulk_upload_url(*args, &block)
|
37
|
+
return execute_action('get_bulk_upload_url', args, &block)
|
38
|
+
end
|
39
|
+
|
40
|
+
def get_bulk_upload_status(*args, &block)
|
41
|
+
return execute_action('get_bulk_upload_status', args, &block)
|
42
|
+
end
|
43
|
+
|
44
|
+
def get_detailed_bulk_upload_status(*args, &block)
|
45
|
+
return execute_action('get_detailed_bulk_upload_status', args, &block)
|
46
|
+
end
|
47
|
+
|
48
|
+
private
|
49
|
+
|
50
|
+
def get_service_registry()
|
51
|
+
return BulkServiceRegistry
|
52
|
+
end
|
53
|
+
|
54
|
+
def get_module()
|
55
|
+
return BingAdsApi::V9::BulkService
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end; end; end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2014-05-12 15:43:27.
|
9
|
+
|
10
|
+
require 'bing_ads_api/errors'
|
11
|
+
|
12
|
+
module BingAdsApi; module V9; module BulkService
|
13
|
+
class BulkServiceRegistry
|
14
|
+
BULKSERVICE_METHODS = {:download_campaigns_by_account_ids=>{:input=>{:name=>"download_campaigns_by_account_ids_request", :fields=>[]}, :output=>{:name=>"download_campaigns_by_account_ids_response", :fields=>[]}, :original_name=>"DownloadCampaignsByAccountIds"}, :download_campaigns_by_campaign_ids=>{:input=>{:name=>"download_campaigns_by_campaign_ids_request", :fields=>[]}, :output=>{:name=>"download_campaigns_by_campaign_ids_response", :fields=>[]}, :original_name=>"DownloadCampaignsByCampaignIds"}, :get_download_status=>{:input=>{:name=>"get_download_status_request", :fields=>[]}, :output=>{:name=>"get_download_status_response", :fields=>[]}, :original_name=>"GetDownloadStatus"}, :get_detailed_bulk_download_status=>{:input=>{:name=>"get_detailed_bulk_download_status_request", :fields=>[]}, :output=>{:name=>"get_detailed_bulk_download_status_response", :fields=>[]}, :original_name=>"GetDetailedBulkDownloadStatus"}, :get_bulk_upload_url=>{:input=>{:name=>"get_bulk_upload_url_request", :fields=>[]}, :output=>{:name=>"get_bulk_upload_url_response", :fields=>[]}, :original_name=>"GetBulkUploadUrl"}, :get_bulk_upload_status=>{:input=>{:name=>"get_bulk_upload_status_request", :fields=>[]}, :output=>{:name=>"get_bulk_upload_status_response", :fields=>[]}, :original_name=>"GetBulkUploadStatus"}, :get_detailed_bulk_upload_status=>{:input=>{:name=>"get_detailed_bulk_upload_status_request", :fields=>[]}, :output=>{:name=>"get_detailed_bulk_upload_status_response", :fields=>[]}, :original_name=>"GetDetailedBulkUploadStatus"}}
|
15
|
+
BULKSERVICE_TYPES = {}
|
16
|
+
BULKSERVICE_NAMESPACES = []
|
17
|
+
|
18
|
+
def self.get_method_signature(method_name)
|
19
|
+
return BULKSERVICE_METHODS[method_name.to_sym]
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.get_type_signature(type_name)
|
23
|
+
return BULKSERVICE_TYPES[type_name.to_sym]
|
24
|
+
end
|
25
|
+
|
26
|
+
def self.get_namespace(index)
|
27
|
+
return BULKSERVICE_NAMESPACES[index]
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end; end; end
|
@@ -0,0 +1,298 @@
|
|
1
|
+
# Encoding: utf-8
|
2
|
+
#
|
3
|
+
# This is auto-generated code, changes will be overwritten.
|
4
|
+
#
|
5
|
+
# Copyright:: Copyright 2013, Google Inc. All Rights Reserved.
|
6
|
+
# License:: Licensed under the Apache License, Version 2.0.
|
7
|
+
#
|
8
|
+
# Code generated by AdsCommon library 0.9.3 on 2014-05-12 15:42:45.
|
9
|
+
|
10
|
+
require 'ads_common_for_bing_ads/savon_service'
|
11
|
+
require 'bing_ads_api/v9/campaign_management_service_registry'
|
12
|
+
|
13
|
+
module BingAdsApi; module V9; module CampaignManagementService
|
14
|
+
class CampaignManagementService < AdsCommonForBingAds::SavonService
|
15
|
+
def initialize(config, endpoint)
|
16
|
+
namespace = 'https://bingads.microsoft.com/CampaignManagement/v9'
|
17
|
+
super(config, endpoint, namespace, :V9)
|
18
|
+
end
|
19
|
+
|
20
|
+
def add_campaigns(*args, &block)
|
21
|
+
return execute_action('add_campaigns', args, &block)
|
22
|
+
end
|
23
|
+
|
24
|
+
def get_campaigns_by_account_id(*args, &block)
|
25
|
+
return execute_action('get_campaigns_by_account_id', args, &block)
|
26
|
+
end
|
27
|
+
|
28
|
+
def get_campaigns_by_ids(*args, &block)
|
29
|
+
return execute_action('get_campaigns_by_ids', args, &block)
|
30
|
+
end
|
31
|
+
|
32
|
+
def delete_campaigns(*args, &block)
|
33
|
+
return execute_action('delete_campaigns', args, &block)
|
34
|
+
end
|
35
|
+
|
36
|
+
def update_campaigns(*args, &block)
|
37
|
+
return execute_action('update_campaigns', args, &block)
|
38
|
+
end
|
39
|
+
|
40
|
+
def get_negative_keywords_by_campaign_ids(*args, &block)
|
41
|
+
return execute_action('get_negative_keywords_by_campaign_ids', args, &block)
|
42
|
+
end
|
43
|
+
|
44
|
+
def set_negative_keywords_to_campaigns(*args, &block)
|
45
|
+
return execute_action('set_negative_keywords_to_campaigns', args, &block)
|
46
|
+
end
|
47
|
+
|
48
|
+
def get_negative_sites_by_campaign_ids(*args, &block)
|
49
|
+
return execute_action('get_negative_sites_by_campaign_ids', args, &block)
|
50
|
+
end
|
51
|
+
|
52
|
+
def set_negative_sites_to_campaigns(*args, &block)
|
53
|
+
return execute_action('set_negative_sites_to_campaigns', args, &block)
|
54
|
+
end
|
55
|
+
|
56
|
+
def add_ad_groups(*args, &block)
|
57
|
+
return execute_action('add_ad_groups', args, &block)
|
58
|
+
end
|
59
|
+
|
60
|
+
def delete_ad_groups(*args, &block)
|
61
|
+
return execute_action('delete_ad_groups', args, &block)
|
62
|
+
end
|
63
|
+
|
64
|
+
def get_ad_groups_by_ids(*args, &block)
|
65
|
+
return execute_action('get_ad_groups_by_ids', args, &block)
|
66
|
+
end
|
67
|
+
|
68
|
+
def get_ad_groups_by_campaign_id(*args, &block)
|
69
|
+
return execute_action('get_ad_groups_by_campaign_id', args, &block)
|
70
|
+
end
|
71
|
+
|
72
|
+
def submit_ad_group_for_approval(*args, &block)
|
73
|
+
return execute_action('submit_ad_group_for_approval', args, &block)
|
74
|
+
end
|
75
|
+
|
76
|
+
def update_ad_groups(*args, &block)
|
77
|
+
return execute_action('update_ad_groups', args, &block)
|
78
|
+
end
|
79
|
+
|
80
|
+
def get_negative_keywords_by_ad_group_ids(*args, &block)
|
81
|
+
return execute_action('get_negative_keywords_by_ad_group_ids', args, &block)
|
82
|
+
end
|
83
|
+
|
84
|
+
def set_negative_keywords_to_ad_groups(*args, &block)
|
85
|
+
return execute_action('set_negative_keywords_to_ad_groups', args, &block)
|
86
|
+
end
|
87
|
+
|
88
|
+
def get_negative_sites_by_ad_group_ids(*args, &block)
|
89
|
+
return execute_action('get_negative_sites_by_ad_group_ids', args, &block)
|
90
|
+
end
|
91
|
+
|
92
|
+
def set_negative_sites_to_ad_groups(*args, &block)
|
93
|
+
return execute_action('set_negative_sites_to_ad_groups', args, &block)
|
94
|
+
end
|
95
|
+
|
96
|
+
def add_targets_to_library(*args, &block)
|
97
|
+
return execute_action('add_targets_to_library', args, &block)
|
98
|
+
end
|
99
|
+
|
100
|
+
def update_targets_in_library(*args, &block)
|
101
|
+
return execute_action('update_targets_in_library', args, &block)
|
102
|
+
end
|
103
|
+
|
104
|
+
def delete_targets_from_library(*args, &block)
|
105
|
+
return execute_action('delete_targets_from_library', args, &block)
|
106
|
+
end
|
107
|
+
|
108
|
+
def get_targets_info_from_library(*args, &block)
|
109
|
+
return execute_action('get_targets_info_from_library', args, &block)
|
110
|
+
end
|
111
|
+
|
112
|
+
def get_targets_by_ids(*args, &block)
|
113
|
+
return execute_action('get_targets_by_ids', args, &block)
|
114
|
+
end
|
115
|
+
|
116
|
+
def set_target_to_ad_group(*args, &block)
|
117
|
+
return execute_action('set_target_to_ad_group', args, &block)
|
118
|
+
end
|
119
|
+
|
120
|
+
def delete_target_from_ad_group(*args, &block)
|
121
|
+
return execute_action('delete_target_from_ad_group', args, &block)
|
122
|
+
end
|
123
|
+
|
124
|
+
def get_targets_by_ad_group_ids(*args, &block)
|
125
|
+
return execute_action('get_targets_by_ad_group_ids', args, &block)
|
126
|
+
end
|
127
|
+
|
128
|
+
def set_target_to_campaign(*args, &block)
|
129
|
+
return execute_action('set_target_to_campaign', args, &block)
|
130
|
+
end
|
131
|
+
|
132
|
+
def delete_target_from_campaign(*args, &block)
|
133
|
+
return execute_action('delete_target_from_campaign', args, &block)
|
134
|
+
end
|
135
|
+
|
136
|
+
def get_targets_by_campaign_ids(*args, &block)
|
137
|
+
return execute_action('get_targets_by_campaign_ids', args, &block)
|
138
|
+
end
|
139
|
+
|
140
|
+
def add_ads(*args, &block)
|
141
|
+
return execute_action('add_ads', args, &block)
|
142
|
+
end
|
143
|
+
|
144
|
+
def delete_ads(*args, &block)
|
145
|
+
return execute_action('delete_ads', args, &block)
|
146
|
+
end
|
147
|
+
|
148
|
+
def get_ads_by_editorial_status(*args, &block)
|
149
|
+
return execute_action('get_ads_by_editorial_status', args, &block)
|
150
|
+
end
|
151
|
+
|
152
|
+
def get_ads_by_ids(*args, &block)
|
153
|
+
return execute_action('get_ads_by_ids', args, &block)
|
154
|
+
end
|
155
|
+
|
156
|
+
def get_ads_by_ad_group_id(*args, &block)
|
157
|
+
return execute_action('get_ads_by_ad_group_id', args, &block)
|
158
|
+
end
|
159
|
+
|
160
|
+
def update_ads(*args, &block)
|
161
|
+
return execute_action('update_ads', args, &block)
|
162
|
+
end
|
163
|
+
|
164
|
+
def add_keywords(*args, &block)
|
165
|
+
return execute_action('add_keywords', args, &block)
|
166
|
+
end
|
167
|
+
|
168
|
+
def delete_keywords(*args, &block)
|
169
|
+
return execute_action('delete_keywords', args, &block)
|
170
|
+
end
|
171
|
+
|
172
|
+
def get_keywords_by_editorial_status(*args, &block)
|
173
|
+
return execute_action('get_keywords_by_editorial_status', args, &block)
|
174
|
+
end
|
175
|
+
|
176
|
+
def get_keywords_by_ids(*args, &block)
|
177
|
+
return execute_action('get_keywords_by_ids', args, &block)
|
178
|
+
end
|
179
|
+
|
180
|
+
def get_keywords_by_ad_group_id(*args, &block)
|
181
|
+
return execute_action('get_keywords_by_ad_group_id', args, &block)
|
182
|
+
end
|
183
|
+
|
184
|
+
def update_keywords(*args, &block)
|
185
|
+
return execute_action('update_keywords', args, &block)
|
186
|
+
end
|
187
|
+
|
188
|
+
def appeal_editorial_rejections(*args, &block)
|
189
|
+
return execute_action('appeal_editorial_rejections', args, &block)
|
190
|
+
end
|
191
|
+
|
192
|
+
def add_site_placements(*args, &block)
|
193
|
+
return execute_action('add_site_placements', args, &block)
|
194
|
+
end
|
195
|
+
|
196
|
+
def delete_site_placements(*args, &block)
|
197
|
+
return execute_action('delete_site_placements', args, &block)
|
198
|
+
end
|
199
|
+
|
200
|
+
def get_site_placements_by_ids(*args, &block)
|
201
|
+
return execute_action('get_site_placements_by_ids', args, &block)
|
202
|
+
end
|
203
|
+
|
204
|
+
def get_site_placements_by_ad_group_id(*args, &block)
|
205
|
+
return execute_action('get_site_placements_by_ad_group_id', args, &block)
|
206
|
+
end
|
207
|
+
|
208
|
+
def update_site_placements(*args, &block)
|
209
|
+
return execute_action('update_site_placements', args, &block)
|
210
|
+
end
|
211
|
+
|
212
|
+
def get_placement_details_for_urls(*args, &block)
|
213
|
+
return execute_action('get_placement_details_for_urls', args, &block)
|
214
|
+
end
|
215
|
+
|
216
|
+
def get_editorial_reasons_by_ids(*args, &block)
|
217
|
+
return execute_action('get_editorial_reasons_by_ids', args, &block)
|
218
|
+
end
|
219
|
+
|
220
|
+
def add_ad_extensions(*args, &block)
|
221
|
+
return execute_action('add_ad_extensions', args, &block)
|
222
|
+
end
|
223
|
+
|
224
|
+
def get_ad_extensions_by_ids(*args, &block)
|
225
|
+
return execute_action('get_ad_extensions_by_ids', args, &block)
|
226
|
+
end
|
227
|
+
|
228
|
+
def update_ad_extensions(*args, &block)
|
229
|
+
return execute_action('update_ad_extensions', args, &block)
|
230
|
+
end
|
231
|
+
|
232
|
+
def delete_ad_extensions(*args, &block)
|
233
|
+
return execute_action('delete_ad_extensions', args, &block)
|
234
|
+
end
|
235
|
+
|
236
|
+
def get_ad_extensions_editorial_reasons(*args, &block)
|
237
|
+
return execute_action('get_ad_extensions_editorial_reasons', args, &block)
|
238
|
+
end
|
239
|
+
|
240
|
+
def set_ad_extensions_associations(*args, &block)
|
241
|
+
return execute_action('set_ad_extensions_associations', args, &block)
|
242
|
+
end
|
243
|
+
|
244
|
+
def get_ad_extensions_associations(*args, &block)
|
245
|
+
return execute_action('get_ad_extensions_associations', args, &block)
|
246
|
+
end
|
247
|
+
|
248
|
+
def delete_ad_extensions_associations(*args, &block)
|
249
|
+
return execute_action('delete_ad_extensions_associations', args, &block)
|
250
|
+
end
|
251
|
+
|
252
|
+
def get_ad_extension_ids_by_account_id(*args, &block)
|
253
|
+
return execute_action('get_ad_extension_ids_by_account_id', args, &block)
|
254
|
+
end
|
255
|
+
|
256
|
+
def add_media(*args, &block)
|
257
|
+
return execute_action('add_media', args, &block)
|
258
|
+
end
|
259
|
+
|
260
|
+
def get_media_by_ids(*args, &block)
|
261
|
+
return execute_action('get_media_by_ids', args, &block)
|
262
|
+
end
|
263
|
+
|
264
|
+
def get_ad_group_criterions_by_ids(*args, &block)
|
265
|
+
return execute_action('get_ad_group_criterions_by_ids', args, &block)
|
266
|
+
end
|
267
|
+
|
268
|
+
def get_ad_group_criterions_by_ad_group_id(*args, &block)
|
269
|
+
return execute_action('get_ad_group_criterions_by_ad_group_id', args, &block)
|
270
|
+
end
|
271
|
+
|
272
|
+
def add_ad_group_criterions(*args, &block)
|
273
|
+
return execute_action('add_ad_group_criterions', args, &block)
|
274
|
+
end
|
275
|
+
|
276
|
+
def update_ad_group_criterions(*args, &block)
|
277
|
+
return execute_action('update_ad_group_criterions', args, &block)
|
278
|
+
end
|
279
|
+
|
280
|
+
def delete_ad_group_criterions(*args, &block)
|
281
|
+
return execute_action('delete_ad_group_criterions', args, &block)
|
282
|
+
end
|
283
|
+
|
284
|
+
def get_bmc_stores_by_customer_id(*args, &block)
|
285
|
+
return execute_action('get_bmc_stores_by_customer_id', args, &block)
|
286
|
+
end
|
287
|
+
|
288
|
+
private
|
289
|
+
|
290
|
+
def get_service_registry()
|
291
|
+
return CampaignManagementServiceRegistry
|
292
|
+
end
|
293
|
+
|
294
|
+
def get_module()
|
295
|
+
return BingAdsApi::V9::CampaignManagementService
|
296
|
+
end
|
297
|
+
end
|
298
|
+
end; end; end
|