I'm new to Parse and I've just tried adding a basic event with data like so:
NSDictionary *dimensions = @{
// What type of news is this?
@"category": @"politics",
// Is it a weekday or the weekend?
@"dayType": @"weekday",
};
[PFAnalytics trackEvent:@"read" dimensions:dimensions];
From the dashboard I can see the API Request event recorded but I can't seem to access the specific event or data. Does it take 24 hours to register or am I using the dashboard incorrectly?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…