Method: bidders.pretargetingConfigs.removeTargetedApps
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
This page details how to remove targeted apps from a pretargeting configuration using a POST request.
The HTTP request uses a specific URL format that includes the pretargeting configuration name as a path parameter.
The request body requires a list of appIds to be removed from the targeting configuration.
A successful response returns an instance of the updated PretargetingConfig.
Authorization requires the https://www.googleapis.com/auth/realtime-bidding OAuth scope.
Removes targeted apps from the pretargeting configuration.
HTTP request
POST https://realtimebidding.googleapis.com/v1/{pretargetingConfig=bidders/*/pretargetingConfigs/*}:removeTargetedApps
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters
pretargetingConfig
string
Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId}
Request body
The request body contains data with the following structure:
JSON representation
{
"appIds" : [
string
]
}
Fields
appIds[]
string
A list of app IDs to stop targeting in the pretargeting configuration. These values will be removed from the list of targeted app IDs in PretargetingConfig.appTargeting.mobileAppTargeting.values .
Response body
If successful, the response body contains an instance of PretargetingConfig .
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/realtime-bidding
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.
[null,null,["Last updated 2025-05-07 UTC."],[],["This API endpoint, `removeTargetedApps`, removes specified apps from a pretargeting configuration. The `POST` request targets a specific configuration via a URL path parameter: `pretargetingConfig`. The request body, in JSON, uses an array `appIds` to list the apps to be removed. The successful response returns an updated `PretargetingConfig`. Authorization requires the `https://www.googleapis.com/auth/realtime-bidding` OAuth scope.\n"]]