06-20-2011 09:28 AM - last edited on 06-20-2011 01:05 PM
I've been doing a lot of testing with this API over the week and noticed that almost 95% of data did not make it through to the web portal this past Friday.
I had logging enabled, it showed that all the data made it through to webtrends, but none of it is showing up in reports or dashboard.
Today it seems to be working ok.
06-20-2011 12:20 PM
There is at least a 24 hour delay between when the data is sent to the time that it is processed and aggregated into the dashboard. Would that explain what you are seeing, or do you have missing data from longer ago?
06-20-2011 01:04 PM
06-20-2011 05:02 PM
Okay, I'm checking with Webtrends on what might be happening and what is necessary to analyze it.
06-21-2011 11:34 AM
Can you email me at twindsor@rim.com and provide either your DCS or the email that your Analytics account was created under? Webtrends needs to look up your account to find the problem.
06-21-2011 11:49 AM
06-30-2011 12:04 PM
Webtrends did not see the data hit their servers during the time period that you were missing the data from. They report that if the device is unable to make a connection, it will queue up events to a certain point. When that limit is reached, it starts to remove older entries. Also, it limits how many times it tries to send data. Webtrends suspects that network coverage is likely the cause of this.
The settings are in the config.xml:
wt_dc_event_table_size_maximum is the maximum table size and defaults to 10000. If this fills up, we will trim off older events, not stop collecting new data. I believe we also remove the 10 oldest events so as not have to call the trimming process for every event once it's hit 10000.
wt_dc_event_retry_maximum is the max number of times to try sending the data and defaults to 5. I've been advised that after 3 tries, we do have the SDK wait and try again at a later point.