We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f799d80 commit a5f68f6Copy full SHA for a5f68f6
analytics/ios_headers/FIRUserPropertyNames.h
@@ -32,3 +32,7 @@
32
/// The method used to sign in. For example, "google", "facebook" or "twitter".
33
static NSString *const kFIRUserPropertySignUpMethod
34
NS_SWIFT_NAME(AnalyticsUserPropertySignUpMethod) = @"sign_up_method";
35
+
36
+/// User property to allow events to be used as signals for ad personalization.
37
+static NSString *const kFIRUserPropertyAllowAdPersonalizationSignals
38
+ NS_SWIFT_NAME(AnalyticsUserPropertyAllowAdPersonalizationSignals) = @"allow_personalized_ads";
0 commit comments