Skip to content

Commit a5f68f6

Browse files
Googlera-maurice
authored andcommitted
Update public headers for non personalized ads. This CL is 1/2 of npa public release
PiperOrigin-RevId: 241417282
1 parent f799d80 commit a5f68f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

analytics/ios_headers/FIRUserPropertyNames.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@
3232
/// The method used to sign in. For example, "google", "facebook" or "twitter".
3333
static NSString *const kFIRUserPropertySignUpMethod
3434
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

Comments
 (0)