[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-19 UTC."],[[["\u003cp\u003eEvent tag overrides utilize a JSON structure for representation, containing an \u003ccode\u003eid\u003c/code\u003e and \u003ccode\u003eenabled\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eid\u003c/code\u003e field, in \u003ccode\u003eint64\u003c/code\u003e format, uniquely identifies the event tag override and is read-only.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eenabled\u003c/code\u003e field, a boolean value, indicates whether the specific override is active or inactive.\u003c/p\u003e\n"]]],[],null,["# EventTagOverride\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nEvent tag override information.\n\n| JSON representation |\n|----------------------------------------------|\n| ``` { \"id\": string, \"enabled\": boolean } ``` |\n\n| Fields ||\n|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this event tag override. This is a read-only, auto-generated field. |\n| `enabled` | `boolean` Whether this override is enabled. |"]]