ios - Does it take 24 hours for custom events to be recorded in Parse Analytics -


i'm new parse , i've tried adding basic event data so:

nsdictionary *dimensions = @{                              // type of news this?                              @"category": @"politics",                              // weekday or weekend?                              @"daytype": @"weekday",                              };  [pfanalytics trackevent:@"read" dimensions:dimensions]; 

from dashboard can see api request event recorded can't seem access specific event or data. take 24 hours register or using dashboard incorrectly?

ok, think i've found issue. won't see in dashboard unless click on "custom breakdown" , select options visualize custom event, use filters see dimensions "category" , "daytype" filters inside of it.

if want keep report future use click "save breakdown" , can come (although can't edit filters) hope helps.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -