Uwaga: przeglądasz dokumentację interfejsu REST interfejsu API. Większość oficjalnych bibliotek klienta używa gRPC. Więcej informacji znajdziesz we
wprowadzeniu do REST.
CustomerClientLink
Reprezentuje relację klienta z klientem.
Zapis JSON |
{
"resourceName": string,
"status": enum (ManagerLinkStatus ),
"clientCustomer": string,
"managerLinkId": string,
"hidden": boolean
} |
Pola |
resourceName |
string
Niezmienna. Nazwa zasobu. Nazwy zasobów CustomerClientLink mają postać: customers/{customerId}/customerClientLinks/{client_customer_id}~{managerLinkId}
|
status |
enum (ManagerLinkStatus )
Stan połączenia między klientem a menedżerem.
|
clientCustomer |
string
Niezmienna. Klient powiązany z tym klientem.
|
managerLinkId |
string (int64 format)
Tylko dane wyjściowe. To unikalny identyfikator linku klienta klienta. Tylko do odczytu.
|
hidden |
boolean
Widoczność linku. Użytkownicy mogą wybrać, czy w interfejsie Google Ads mają być widoczne ukryte linki. Wartość domyślna to false (fałsz).
|
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: 2025-03-06 UTC.
[null,null,["Ostatnia aktualizacja: 2025-03-06 UTC."],[[["The CustomerClientLink resource represents the relationship between a client customer and a manager customer."],["It includes fields such as resource name, status, client customer ID, manager link ID, and visibility status."],["The manager link ID uniquely identifies the link between the client and the manager."],["The visibility of the link determines whether or not users can see it in the Google Ads UI."]]],[]]