[[["容易理解","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-09-06 (世界標準時間)。"],[],[],null,["| Error Code | Cause | Value | Result |\n|------------|-------------------------------------------------------------------------------------|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| 2 | Event name is invalid (empty, too long, invalid characters) | Name of the invalid event | The event is ignored and a firebase_error event is logged with a firebase_error_value parameter which indicates the invalid event name. |\n| 3 | Event parameter name is invalid (empty, too long, invalid characters) | Name of the invalid parameter | The event parameter is replaced with a firebase_error parameter (one per event) and a firebase_error_value parameter is added to indicate the invalid parameter name. |\n| 4 | Event parameter value is too long | Name of invalid parameter | The invalid parameter is dropped. A firebase_error parameter is added to the event and a firebase_error_value parameter is added to indicate the name of the parameter with the invalid value. |\n| 5 | Event has more than 25 parameters | None | Extra event parameters are dropped. A firebase_error parameter is added to the event with the value of the error code. |\n| 6 | User property name is invalid (empty, too long, invalid characters) | Name of invalid property. | The user property change is ignored. A firebase_error event is logged with a firebase_error_value parameter which indicates the invalid user property name. |\n| 7 | User property value is too long | Name of invalid property. | The user property change is ignored. A firebase_error event is logged with a parameter whose value indicates the name of the invalid user property value. |\n| 8 | App Instance logs more than 500 unique event types | None | Extra events are dropped. A firebase_error event is logged with a firebase_error parameter which indicates the error code. |\n| 9 | App Instance sets more than 25 unique user properties | None | The user property change is ignored. A firebase_error event is logged with a firebase_error parameter which indicates the error code. |\n| 10 | App Instance exceeds conversion event limit in a single day | None | Event is logged as a normal (i.e. non-conversion) event. A firebase_error parameter is added to the event with the value of the error code. |\n| 11 | App Instance logs blacklisted event | Name of blacklisted event | Event is ignored. A firebase_error event is logged with a firebase_error_value parameter which indicates the blacklisted event name. |\n| 12 | App Instance sets blacklisted user property. | Name of blacklisted user property. | The user property change is ignored. A firebase_error event is logged with a firebase_error_value parameter which indicates the blacklisted user property. |\n| 13 | Event name is reserved | Name of reserved event. | Event is ignored. A firebase_error event is logged with a firebase_error_value parameter which indicates the invalid event name. |\n| 14 | Event parameter name is reserved. | Name of reserved parameter. | Event parameter is replaced with a firebase_error parameter with the value of the error code. A firebase_error_value parameter is added to indicate the reserved parameter name. |\n| 15 | User property name is reserved | Name of reserved user property | The user property change is ignored. A firebase error event is logged with a firebase_error_value parameter which indicates the invalid user property name. |\n| 17 | Parameter array length exceeds limit (200) | Name of truncated parameter array (value) | The array parameter is truncated to 200 items. A firebase_error parameter is added to the event (one per event) with the value of the error code. A firebase_error_value parameter is added to indicate the name of the truncated parameter. |\n| 18 | Invalid value parameter type | Name of invalid parameter (value) | The value parameter is dropped. A firebase_error parameter is added to the event and a firebase_error_value parameter is added to indicate the name of the parameter with the invalid type (value). |\n| 19 | Missing currency parameter on a conversion event | Name of invalid parameter (value) | The value parameter is dropped. A firebase_error parameter is added to the event and a firebase_error_value parameter is added to indicate the name of the invalid parameter (value). |\n| 20 | Event array parameter name is invalid | Name of invalid parameter (value) | The event parameter is replaced with a firebase_error parameter (one per event) and a firebase_error_value parameter is added to indicate the invalid parameter name. |\n| 21 | Event does not support array parameters | Name of the invalid event | The event parameter is replaced with a firebase_error parameter (one per event) and a firebase_error_value parameter is added to indicate the invalid event name. |\n| 22 | Item cannot contain an array-based parameter | Name of invalid parameter (value) | The nested array parameter is replaced with a firebase_error parameter (one per param) and a firebase_error_value parameter is added to indicate the invalid param name. |\n| 23 | Item cannot contain custom parameters | None | Custom array parameters are dropped. Add a firebase_error parameter with the value of the error code. |\n| 25 | Item array not supported on client's version of Google Play Services (Android Only) | None | Array parameters are dropped. Add a firebase_error parameter with the value of the error code. |\n| 28 | Item has more than 27 custom parameters | None | Extra item parameters are dropped. A firebase_error parameter is added to the item with the value of the error code. |"]]