مطلوبة. قائمة الحقول التي سيتم تعديلها. يجب أن تكون أسماء الحقول بأحرف ثعبان (على سبيل المثال، "field_to_update"). ولن يتم تعديل الحقول المحذوفة. لاستبدال العنصر بالكامل، استخدِم مسارًا واحدًا مع السلسلة "*" لمطابقة جميع الحقول.
هذه قائمة مفصولة بفواصل تضم أسماء الحقول المؤهلة بالكامل. مثال: "user.displayName,photo"
تاريخ التعديل الأخير: 2025-04-02 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-04-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Updates a GoogleAdsLink on a specified Google Analytics 4 property."],["The request must include an update mask specifying the fields to be updated."],["Requires `analytics.edit` scope for authorization."],["The API uses PATCH method and gRPC Transcoding syntax for the request URL."],["Both request and response bodies utilize the `GoogleAdsLink` object."]]],["This document details updating a GoogleAdsLink on a property using a PATCH HTTP request to `https://analyticsadmin.googleapis.com/v1alpha/{googleAdsLink.name=properties/*/googleAdsLinks/*}`. The `googleAdsLink.name` path parameter specifies the target link. The `updateMask` query parameter, using a FieldMask format, dictates which fields to modify. The request body contains the `GoogleAdsLink` instance, and a successful response also returns a `GoogleAdsLink` instance. Editing requires `https://www.googleapis.com/auth/analytics.edit` authorization scope.\n"]]