NSDictionary *dimensions = @{ // What type of news is this? @"category": @"politics",// Is it a weekday or the weekend? @"dayType": @"weekday",}; [PFAnalytics trackEvent:@"read" dimensions:dimensions];
从仪表板我可以看到记录的API请求事件,但我似乎无法访问特定的事件或数据.是否需要24小时注册或我错误地使用仪表板?
如果您想保留此报告以供将来使用,请单击“保存细分”,您可以随时返回(尽管您无法编辑过滤器)我希望这有帮助.