Nazwy zasobów
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Unikalny identyfikator elementu w interfejsie Google Ads API jest nazywany zasobem
i jest reprezentowana jako ciąg o przewidywalnym formacie. Jeśli wiesz,
składowych nazwy zasobu, możesz użyć tego narzędzia do
aby wygenerować ostateczną nazwę zasobu.
PathLookupUtil
Narzędzie do wyszukiwania ścieżek pozwala utworzyć nazwę zasobu encji, jeśli
wszystkich odpowiednich identyfikatorów powiązanych z danym podmiotem. Na przykład kampania
nazwa zasobu ma format
customers/{customer_id}/campaigns/{campaign_id}
, więc jeśli znasz klienta
i identyfikatora kampanii, można użyć narzędzia wyszukiwania ścieżki do utworzenia pełnej
tak:
client.path.campaign(customer_id, campaign_id)
Możesz też używać innych nazw elementów, które mogą mieć różne identyfikatory w zależności od
ostateczną formę nazwy zasobu.
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-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 2025-08-21 UTC."],[[["\u003cp\u003eResource names uniquely identify Google Ads entities and follow a predictable format.\u003c/p\u003e\n"],["\u003cp\u003eThe PathLookupUtil helps construct resource names using known entity IDs, such as customer and campaign IDs.\u003c/p\u003e\n"],["\u003cp\u003eResource name formats vary based on the specific entity and require corresponding entity IDs.\u003c/p\u003e\n"]]],[],null,["# Resource Names\n\nThe unique identifier for an entity in the Google Ads API is called a resource\nname, and is represented as a string with a predictable format. If you know\nthe constituent components of a resource name, you can use this utility to\ngenerate the final resource name.\n\nPathLookupUtil\n--------------\n\nThe path lookup util is a way to construct the resource name of an entity if you\nknow all of the relevant IDs related to that entity. For example, a campaign\nresource name is in the format\n`customers/{customer_id}/campaigns/{campaign_id}`, so if you know the customer\nID and the campaign ID, you can use the path lookup util to construct the full\nresource name as follows: \n\n client.path.campaign(customer_id, campaign_id)\n\nYou can use other entity names as well, which take different IDs depending on\nthe final form of the resource name."]]