זהירות: אתה צופה בתיעוד עבור ממשק ה-API ל-REST. רוב ספריות הלקוחות הרשמיות שלנו משתמשות ב-gRPC. פרטים נוספים זמינים ב
מבוא ל-REST.
MutateConversionActionResult
התוצאה של שינוי פעולת ההמרה.
ייצוג JSON |
{
"resourceName": string,
"conversionAction": {
object (ConversionAction )
}
} |
שדות |
resourceName |
string
הוחזר עבור פעולות שבוצעו בהצלחה.
|
conversionAction |
object (ConversionAction )
פעולת ההמרה שהשתנתה, שכוללת רק שדות שניתנים לשינוי אחרי השינוי. השדה יוחזר רק כש-responseContentType יוגדר כ-'MUTABLE_resources'.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-03-06 (שעון UTC).
[null,null,["עדכון אחרון: 2025-03-06 (שעון UTC)."],[[["This page describes the JSON representation of a conversion action after a mutation."],["The response includes the resource name and the mutated conversion action object."],["The `conversionAction` field only appears when `responseContentType` is set to \"MUTABLE_RESOURCE\"."]]],["The content describes the JSON representation of a \"mutate\" conversion action result. Successful operations return a `resourceName` string. Additionally, when `responseContentType` is set to \"MUTABLE_RESOURCE\", the response includes the `conversionAction` object, containing the mutated conversion action data with only modifiable fields. The `conversionAction` is a structured object as defined in the ConversionAction reference.\n"]]