We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
user defaults key for remove user property time in seconds
1 parent 6039e0b commit 1d32f36Copy full SHA for 1d32f36
FirebaseInAppMessaging/Sources/Analytics/FIRIAMAnalyticsEventLoggerImpl.m
@@ -51,11 +51,6 @@ @interface FIRIAMAnalyticsEventLoggerImpl ()
51
static NSString *const kFAUserPropertyForLastNotification = @"_ln";
52
static NSString *const kFAUserPropertyPrefixForFIAM = @"fiam:";
53
54
-// This user defaults key is for the entry to tell when we should remove the private user
55
-// property from a prior action url click to stop conversion attribution for a campaign
56
-static NSString *const kFIAMUserDefaualtsKeyForRemoveUserPropertyTimeInSeconds =
57
- @"firebase-iam-conversion-tracking-expires-in-seconds";
58
-
59
@implementation FIRIAMAnalyticsEventLoggerImpl {
60
id<FIRAnalyticsInterop> _analytics;
61
}
0 commit comments