Wymagane. Lista pól do zaktualizowania. Nazwy pól muszą być zapisane w alfabecie łamanym (np. „field_to_update”). Pominięte pola nie zostaną zaktualizowane. Aby zastąpić cały element, użyj jednej ścieżki z ciągiem znaków „*”, aby dopasować wszystkie pola.
Jest to lista pełnych nazw pól rozdzielona przecinkami. Przykład: "user.displayName,photo".
Treść żądania
Treść żądania zawiera wystąpienie elementu GoogleAdsLink.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu GoogleAdsLink.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-01-14 UTC."],[[["This endpoint updates a GoogleAdsLink on a property using a `PATCH` request to the specified URL."],["The request requires specifying the GoogleAdsLink name in the path and an `updateMask` query parameter indicating fields to update."],["The request body should contain a GoogleAdsLink object representing the desired changes."],["Upon successful completion, the response body will contain the updated GoogleAdsLink object."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This documentation details updating a GoogleAdsLink on a property via a PATCH HTTP request to a specified URL. The URL requires a `googleAdsLink.name` path parameter, formatted as `properties/{propertyId}/googleAdsLinks/{googleAdsLinkId}`. The `updateMask` query parameter specifies which fields to update. The request body and successful response body contain a `GoogleAdsLink` instance. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope.\n"]]