Stay organized with collections
Save and categorize content based on your preferences.
Analytics User Properties
Predefined user property names.
Summary
A UserProperty is an attribute that describes the app-user. By supplying UserProperties, you can later analyze different behaviors of various segments of your userbase. You may supply up to 25 unique UserProperties per app, and you can use the name and value of your choosing for each one. UserProperty names can be up to 24 characters long, may only contain alphanumeric characters and underscores ("_"), and must start with an alphabetic character. UserProperty values can be up to 36 characters long. The "firebase_", "google_", and "ga_" prefixes are reserved and should not be used.
[[["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-10-31 UTC."],[],[],null,["Analytics User Properties\n\nPredefined user property names.\n\nSummary\n\nA UserProperty is an attribute that describes the app-user. By supplying UserProperties, you can later analyze different behaviors of various segments of your userbase. You may supply up to 25 unique UserProperties per app, and you can use the name and value of your choosing for each one. UserProperty names can be up to 24 characters long, may only contain alphanumeric characters and underscores (\"_\"), and must start with an alphabetic character. UserProperty values can be up to 36 characters long. The \"firebase_\", \"google_\", and \"ga_\" prefixes are reserved and should not be used.\n\nVariables \n\nUserPropertyAllowAdPersonalizationSignals \n\n```c#\nstring UserPropertyAllowAdPersonalizationSignals = \"allow_personalized_ads\"\n``` \nIndicates whether events logged by Google [Analytics](/docs/reference/unity/namespace/firebase/analytics#namespace_firebase_1_1_analytics) can be used to personalize ads for the user.\n\nSet to \"YES\" to enable, or \"NO\" to disable. Default is enabled. See the [documentation](https://firebase.google.com/support/guides/disable-analytics) for more details and information about related settings.\n\n\n```c#\nAnalytics.setUserProperty(\"NO\", forName: AnalyticsUserPropertyAllowAdPersonalizationSignals)\n```\n\n\u003cbr /\u003e\n\nUserPropertySignUpMethod \n\n```c#\nstring UserPropertySignUpMethod = \"sign_up_method\"\n``` \nThe method used to sign in.\n\nFor example, \"google\", \"facebook\" or \"twitter\"."]]