Class: Google::Apis::AdmobV1beta::AdMobService
- Inherits:
-
Core::BaseService
- Object
- Core::BaseService
- Google::Apis::AdmobV1beta::AdMobService
- Defined in:
- lib/google/apis/admob_v1beta/service.rb
Overview
AdMob API
The AdMob API allows publishers to programmatically get information about their AdMob account.
Instance Attribute Summary collapse
-
#key ⇒ String
API key.
-
#quota_user ⇒ String
Available to use for quota purposes for server-side applications.
Instance Method Summary collapse
-
#batch_create_ad_unit_mappings(parent, batch_create_ad_unit_mappings_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::BatchCreateAdUnitMappingsResponse
Batch create the ad unit mappings under the specific AdMob account.
-
#batch_update_campaigns(parent, batch_update_campaigns_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::BatchUpdateCampaignsResponse
Batch update operation for campaigns under the specified AdMob publisher.
-
#create_account_ad_unit(parent, ad_unit_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::AdUnit
Creates an ad unit under the specified AdMob account.
-
#create_account_ad_unit_ad_unit_mapping(parent, ad_unit_mapping_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::AdUnitMapping
Create an ad unit mapping under the specific AdMob account and ad unit.
-
#create_account_app(parent, app_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::App
Creates an app under the specified AdMob account.
-
#create_account_mediation_group(parent, mediation_group_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::MediationGroup
Create a mediation group under the specific AdMob account.
-
#create_account_mediation_group_mediation_ab_experiment(parent, mediation_ab_experiment_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::MediationAbExperiment
Create an A/B testing experiment for a specified AdMob account and a mediation group.
-
#generate_campaign_report(parent, generate_campaign_report_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::GenerateCampaignReportResponse
Generates Campaign Report based on provided specifications.
-
#generate_mediation_report(parent, generate_mediation_report_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::GenerateMediationReportResponse
Generates an AdMob mediation report based on the provided report specification.
-
#generate_network_report(parent, generate_network_report_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::GenerateNetworkReportResponse
Generates an AdMob Network report based on the provided report specification.
-
#get_account(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::PublisherAccount
Gets information about the specified AdMob publisher account.
-
#initialize ⇒ AdMobService
constructor
A new instance of AdMobService.
-
#list_account_ad_source_adapters(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListAdaptersResponse
List the adapters of the ad source.
-
#list_account_ad_sources(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListAdSourcesResponse
List the ad sources.
-
#list_account_ad_unit_ad_unit_mappings(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListAdUnitMappingsResponse
List ad unit mappings under the specified AdMob account and ad unit.
-
#list_account_ad_units(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListAdUnitsResponse
List the ad units under the specified AdMob account.
-
#list_account_apps(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListAppsResponse
List the apps under the specified AdMob account.
-
#list_account_campaigns(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListCampaignsResponse
List the campaigns under the specified AdMob account.
-
#list_account_mediation_groups(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListMediationGroupsResponse
List mediation groups under the specified AdMob account.
-
#list_accounts(page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListPublisherAccountsResponse
Lists the AdMob publisher account that was most recently signed in to from the AdMob UI.
-
#patch_account_mediation_group(name, mediation_group_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::MediationGroup
Update the specified mediation group under the specified AdMob account.
-
#stop_mediation_ab_experiment(name, stop_mediation_ab_experiment_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::MediationAbExperiment
Stop the mediation A/B experiment and choose a variant.
Constructor Details
#initialize ⇒ AdMobService
Returns a new instance of AdMobService.
46 47 48 49 50 51 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 46 def initialize super('https://admob.googleapis.com/', '', client_name: 'google-apis-admob_v1beta', client_version: Google::Apis::AdmobV1beta::GEM_VERSION) @batch_path = 'batch' end |
Instance Attribute Details
#key ⇒ String
Returns API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
39 40 41 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 39 def key @key end |
#quota_user ⇒ String
Returns Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
44 45 46 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 44 def quota_user @quota_user end |
Instance Method Details
#batch_create_ad_unit_mappings(parent, batch_create_ad_unit_mappings_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::BatchCreateAdUnitMappingsResponse
Batch create the ad unit mappings under the specific AdMob account. The maximum allowed batch size is 100.
225 226 227 228 229 230 231 232 233 234 235 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 225 def batch_create_ad_unit_mappings(parent, batch_create_ad_unit_mappings_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1beta/{+parent}/adUnitMappings:batchCreate', ) command.request_representation = Google::Apis::AdmobV1beta::BatchCreateAdUnitMappingsRequest::Representation command.request_object = batch_create_ad_unit_mappings_request_object command.response_representation = Google::Apis::AdmobV1beta::BatchCreateAdUnitMappingsResponse::Representation command.response_class = Google::Apis::AdmobV1beta::BatchCreateAdUnitMappingsResponse command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#batch_update_campaigns(parent, batch_update_campaigns_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::BatchUpdateCampaignsResponse
Batch update operation for campaigns under the specified AdMob publisher.
526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 526 def batch_update_campaigns(parent, batch_update_campaigns_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1beta/{+parent}/campaigns:batchUpdate', ) command.request_representation = Google::Apis::AdmobV1beta::BatchUpdateCampaignsRequest::Representation command.request_object = batch_update_campaigns_request_object command.response_representation = Google::Apis::AdmobV1beta::BatchUpdateCampaignsResponse::Representation command.response_class = Google::Apis::AdmobV1beta::BatchUpdateCampaignsResponse command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_account_ad_unit(parent, ad_unit_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::AdUnit
Creates an ad unit under the specified AdMob account.
259 260 261 262 263 264 265 266 267 268 269 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 259 def create_account_ad_unit(parent, ad_unit_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1beta/{+parent}/adUnits', ) command.request_representation = Google::Apis::AdmobV1beta::AdUnit::Representation command.request_object = ad_unit_object command.response_representation = Google::Apis::AdmobV1beta::AdUnit::Representation command.response_class = Google::Apis::AdmobV1beta::AdUnit command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_account_ad_unit_ad_unit_mapping(parent, ad_unit_mapping_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::AdUnitMapping
Create an ad unit mapping under the specific AdMob account and ad unit.
334 335 336 337 338 339 340 341 342 343 344 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 334 def create_account_ad_unit_ad_unit_mapping(parent, ad_unit_mapping_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1beta/{+parent}/adUnitMappings', ) command.request_representation = Google::Apis::AdmobV1beta::AdUnitMapping::Representation command.request_object = ad_unit_mapping_object command.response_representation = Google::Apis::AdmobV1beta::AdUnitMapping::Representation command.response_class = Google::Apis::AdmobV1beta::AdUnitMapping command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_account_app(parent, app_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::App
Creates an app under the specified AdMob account.
416 417 418 419 420 421 422 423 424 425 426 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 416 def create_account_app(parent, app_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1beta/{+parent}/apps', ) command.request_representation = Google::Apis::AdmobV1beta::App::Representation command.request_object = app_object command.response_representation = Google::Apis::AdmobV1beta::App::Representation command.response_class = Google::Apis::AdmobV1beta::App command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_account_mediation_group(parent, mediation_group_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::MediationGroup
Create a mediation group under the specific AdMob account.
608 609 610 611 612 613 614 615 616 617 618 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 608 def create_account_mediation_group(parent, mediation_group_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1beta/{+parent}/mediationGroups', ) command.request_representation = Google::Apis::AdmobV1beta::MediationGroup::Representation command.request_object = mediation_group_object command.response_representation = Google::Apis::AdmobV1beta::MediationGroup::Representation command.response_class = Google::Apis::AdmobV1beta::MediationGroup command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_account_mediation_group_mediation_ab_experiment(parent, mediation_ab_experiment_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::MediationAbExperiment
Create an A/B testing experiment for a specified AdMob account and a mediation group.
749 750 751 752 753 754 755 756 757 758 759 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 749 def create_account_mediation_group_mediation_ab_experiment(parent, mediation_ab_experiment_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1beta/{+parent}/mediationAbExperiments', ) command.request_representation = Google::Apis::AdmobV1beta::MediationAbExperiment::Representation command.request_object = mediation_ab_experiment_object command.response_representation = Google::Apis::AdmobV1beta::MediationAbExperiment::Representation command.response_class = Google::Apis::AdmobV1beta::MediationAbExperiment command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#generate_campaign_report(parent, generate_campaign_report_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::GenerateCampaignReportResponse
Generates Campaign Report based on provided specifications.
491 492 493 494 495 496 497 498 499 500 501 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 491 def generate_campaign_report(parent, generate_campaign_report_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1beta/{+parent}/campaignReport:generate', ) command.request_representation = Google::Apis::AdmobV1beta::GenerateCampaignReportRequest::Representation command.request_object = generate_campaign_report_request_object command.response_representation = Google::Apis::AdmobV1beta::GenerateCampaignReportResponse::Representation command.response_class = Google::Apis::AdmobV1beta::GenerateCampaignReportResponse command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#generate_mediation_report(parent, generate_mediation_report_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::GenerateMediationReportResponse
Generates an AdMob mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.
820 821 822 823 824 825 826 827 828 829 830 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 820 def generate_mediation_report(parent, generate_mediation_report_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1beta/{+parent}/mediationReport:generate', ) command.request_representation = Google::Apis::AdmobV1beta::GenerateMediationReportRequest::Representation command.request_object = generate_mediation_report_request_object command.response_representation = Google::Apis::AdmobV1beta::GenerateMediationReportResponse::Representation command.response_class = Google::Apis::AdmobV1beta::GenerateMediationReportResponse command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#generate_network_report(parent, generate_network_report_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::GenerateNetworkReportResponse
Generates an AdMob Network report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.
856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 856 def generate_network_report(parent, generate_network_report_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1beta/{+parent}/networkReport:generate', ) command.request_representation = Google::Apis::AdmobV1beta::GenerateNetworkReportRequest::Representation command.request_object = generate_network_report_request_object command.response_representation = Google::Apis::AdmobV1beta::GenerateNetworkReportResponse::Representation command.response_class = Google::Apis::AdmobV1beta::GenerateNetworkReportResponse command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_account(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::PublisherAccount
Gets information about the specified AdMob publisher account.
74 75 76 77 78 79 80 81 82 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 74 def get_account(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1beta/{+name}', ) command.response_representation = Google::Apis::AdmobV1beta::PublisherAccount::Representation command.response_class = Google::Apis::AdmobV1beta::PublisherAccount command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_account_ad_source_adapters(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListAdaptersResponse
List the adapters of the ad source.
189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 189 def list_account_ad_source_adapters(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1beta/{+parent}/adapters', ) command.response_representation = Google::Apis::AdmobV1beta::ListAdaptersResponse::Representation command.response_class = Google::Apis::AdmobV1beta::ListAdaptersResponse command.params['parent'] = parent unless parent.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_account_ad_sources(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListAdSourcesResponse
List the ad sources.
149 150 151 152 153 154 155 156 157 158 159 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 149 def list_account_ad_sources(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1beta/{+parent}/adSources', ) command.response_representation = Google::Apis::AdmobV1beta::ListAdSourcesResponse::Representation command.response_class = Google::Apis::AdmobV1beta::ListAdSourcesResponse command.params['parent'] = parent unless parent.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_account_ad_unit_ad_unit_mappings(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListAdUnitMappingsResponse
List ad unit mappings under the specified AdMob account and ad unit.
381 382 383 384 385 386 387 388 389 390 391 392 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 381 def list_account_ad_unit_ad_unit_mappings(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1beta/{+parent}/adUnitMappings', ) command.response_representation = Google::Apis::AdmobV1beta::ListAdUnitMappingsResponse::Representation command.response_class = Google::Apis::AdmobV1beta::ListAdUnitMappingsResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_account_ad_units(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListAdUnitsResponse
List the ad units under the specified AdMob account.
300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 300 def list_account_ad_units(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1beta/{+parent}/adUnits', ) command.response_representation = Google::Apis::AdmobV1beta::ListAdUnitsResponse::Representation command.response_class = Google::Apis::AdmobV1beta::ListAdUnitsResponse command.params['parent'] = parent unless parent.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_account_apps(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListAppsResponse
List the apps under the specified AdMob account.
457 458 459 460 461 462 463 464 465 466 467 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 457 def list_account_apps(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1beta/{+parent}/apps', ) command.response_representation = Google::Apis::AdmobV1beta::ListAppsResponse::Representation command.response_class = Google::Apis::AdmobV1beta::ListAppsResponse command.params['parent'] = parent unless parent.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_account_campaigns(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListCampaignsResponse
List the campaigns under the specified AdMob account.
573 574 575 576 577 578 579 580 581 582 583 584 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 573 def list_account_campaigns(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1beta/{+parent}/campaigns', ) command.response_representation = Google::Apis::AdmobV1beta::ListCampaignsResponse::Representation command.response_class = Google::Apis::AdmobV1beta::ListCampaignsResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_account_mediation_groups(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListMediationGroupsResponse
List mediation groups under the specified AdMob account.
662 663 664 665 666 667 668 669 670 671 672 673 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 662 def list_account_mediation_groups(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1beta/{+parent}/mediationGroups', ) command.response_representation = Google::Apis::AdmobV1beta::ListMediationGroupsResponse::Representation command.response_class = Google::Apis::AdmobV1beta::ListMediationGroupsResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_accounts(page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::ListPublisherAccountsResponse
Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/ 10243672.
110 111 112 113 114 115 116 117 118 119 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 110 def list_accounts(page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1beta/accounts', ) command.response_representation = Google::Apis::AdmobV1beta::ListPublisherAccountsResponse::Representation command.response_class = Google::Apis::AdmobV1beta::ListPublisherAccountsResponse command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_account_mediation_group(name, mediation_group_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::MediationGroup
Update the specified mediation group under the specified AdMob account.
713 714 715 716 717 718 719 720 721 722 723 724 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 713 def patch_account_mediation_group(name, mediation_group_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1beta/{+name}', ) command.request_representation = Google::Apis::AdmobV1beta::MediationGroup::Representation command.request_object = mediation_group_object command.response_representation = Google::Apis::AdmobV1beta::MediationGroup::Representation command.response_class = Google::Apis::AdmobV1beta::MediationGroup command.params['name'] = name unless name.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#stop_mediation_ab_experiment(name, stop_mediation_ab_experiment_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::AdmobV1beta::MediationAbExperiment
Stop the mediation A/B experiment and choose a variant.
784 785 786 787 788 789 790 791 792 793 794 |
# File 'lib/google/apis/admob_v1beta/service.rb', line 784 def stop_mediation_ab_experiment(name, stop_mediation_ab_experiment_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1beta/{+name}:stop', ) command.request_representation = Google::Apis::AdmobV1beta::StopMediationAbExperimentRequest::Representation command.request_object = stop_mediation_ab_experiment_request_object command.response_representation = Google::Apis::AdmobV1beta::MediationAbExperiment::Representation command.response_class = Google::Apis::AdmobV1beta::MediationAbExperiment command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |