Zaktualizowaliśmy naszą dokumentację, aby obejmowała najnowsze funkcje i aktualizacje wprowadzone w ramach
w nowych wersji Centrum danych reklam.
Reklamodawcy, agencje i wydawcy mogą uzyskać więcej informacji na stronie dla
marketerów.
Dostawcy i partnerzy mogą uzyskać więcej informacji na stronie dla
partnerów świadczących usługi pomiarowe.
Method: customers.customBiddingAlgorithms.removeAdvertiser
Usuń reklamodawcę DV360 z algorytmu określania stawek niestandardowych.
Żądanie HTTP
POST https://adsdatahub.googleapis.com/v1/{customBiddingAlgorithm=customers/*/customBiddingAlgorithms/*}:removeAdvertiser
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
customBiddingAlgorithm |
string
Wymagany. Pełna nazwa zasobu algorytmu ustalania stawek niestandardowych, np. „#39;klienci/123/algorytmy-określania stawek/12345678”.
|
Treść żądania
Treść żądania zawiera dane o następującej strukturze:
Zapis JSON |
{
"dv360Advertiser": string
} |
Pola |
dv360Advertiser |
string (int64 format)
Reklamodawca do usunięcia z algorytmu określania stawek niestandardowych
|
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu CustomBiddingAlgorithm
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/adsdatahub
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-09-27 UTC.
[null,null,["Ostatnia aktualizacja: 2022-09-27 UTC."],[[["Remove a DV360 advertiser from a custom bidding algorithm's advertisers using the `POST` method and the provided URL structure."],["Specify the custom bidding algorithm using the `customBiddingAlgorithm` path parameter and provide the advertiser ID in the request body's `dv360Advertiser` field."],["Upon successful execution, the API returns the updated custom bidding algorithm details."],["Authorization requires the `https://www.googleapis.com/auth/adsdatahub` scope."]]],[]]