Flurry Doesn´t show data in Real Time Analytics window and doesn't capture crash errors - flurry

I'm testing my integration of a Flurry application and over the last two days it;
Doesn't show the data on Flurry application web in pages with Real Time.
Nor does it capture errors on window crash. I get everything at 0.
Here is my data for two days ago:
The output is also shown here.
How can I fix these issues?

same problem, maybe caused by "Restricted Feature Set", I did not notice any "disable" button there as mention in their explain page.
sent ticket two weeks ago, support reply that we need to prove apps "no longer showing directed at children", still waiting for next instruction to restore status.
https://developer.yahoo.com/flurry/docs/analytics/lexicon/restrictedset/

Related

What happens when software is removed from the Flurry dashboard?

Several years ago we put Flurry analytics in a few of our games, reporting a selection of events back to us. After a while, when that data was no longer useful to us, we deleted those games from the Flurry dashboard. However, those games are still downloadable with a (very old) version of the Flurry SDK integrated, and with those events still being triggered in game.
We’re updating our privacy policies, and I was wondering if anyone could give us some clarity on what happens with the data from those deleted games. Will information still be sent to Flurry servers, or is there an initialisation step that would detect the games are no longer active on the system and prevent the data being sent? If it is sent, do Flurry's servers still store it or analyse it in any way, or is it ignored as the games aren’t active?
(I've asked Flurry this directly, but their support didn't answer the mail. I'm hoping someone on here might know!)
Thanks,
Rob.
If the project is deleted from the dev portal, the sdk still sends data, but it is dropped once it reaches Flurry, and is not stored.

Google Postmaster Tools, No Data to Display Message

I added my domain to Postmaster Tools and have my domain verified.
Unfortunately when I tried to check the data (it is already 3 days until today), it showed No data to display at this time. Please come back later message.
Actually SPF & DKIM are already set up correctly (below is my Check MX result).
Anybody know how to solve this issue?
As far as I’m aware, you need to have a minimum level of activity (of the order of several hundred messages) before it will show up. I’m not sure why, but it may be to limit the ability to identify individuals. My own very active accounts still get some of these “no data” days.
Also bear in mind that google postmaster tools is a buggy mess that hardly works at the best of times, for example a spam rating of “bad” will often coincide with a spam reporting rate of zero. It’s also about the only google service that has no support channel whatsoever.

Trouble-shooting slow-loading documents from DocuSign

a customer representative suggested that I try posting these questions here.
We spent some time monitoring issues with DocuSign loading slowly. While it was now slow every time, when it was slow it seemed to hang up on a particular point in the process.
Below is a screenshot of a trace we ran in the browser and note the element which took 52 seconds to load. When loading was slow, it seemed to hang on this particular element. Could you offer any reasons as to why it could sometimes take 52 seconds or more to load this part?
We also have some other questions:
There seems to be continuous font downloading (2 or 3 meg in size) throughout the process of loading the page. This occurs each time. Why is this and can it be avoided?
Why do we sometimes see Seattle as the connection site when most of the time is Chicago?
We noticed that DocuSign asks for permission to know our location. Does this location factor into where the document is downloaded from? Is the location also used in embedded signing processes?
Thank you for your assistance.
Unfortunately, without a bit more detail I am not entirely sure I can tell you why the page was loading so slow. Is this consistent? If so is it always the same document (perhaps template?) where you see this slowness?
As for your other three questions:
In doing my own test and decryption of the web traffic via fiddler I show the fonts being rendered for each individual tag and not the entire document. This is most likely due to each tag having it's own attributes that can be set (font included).
DocuSign data centers are in Seattle, Chicago and Dallas. All DocuSign traffic can come from any of these three data centers as the system synchronously exists in all three locations. More info can be found here.
DocuSign geo-location is just used to leverage the location capability of HTML5 enabled browsers but the signers IP address is recorded either way. It has no impact on which data center the traffic comes from. It is also included in the embedded signing process. It can be disabled on a per brand basis in the Signing Resource File setting the node DocuSign_DisableLocationAwareness to true.

I've had Google Analytics disabled on my site for more than a month, but data keeps coming in

This entire data set should have 0 visits. I have a one page site (nodejs) and have removed the analytics from the site more than a month ago. Just tonight I took a look at the GA data on their site and here's what I witnessed. Why are there still tons of views on my site on GA?
For curiosity's sake, I added GA on my site two nights ago and site visits have actually increased over the past few days, but not to the extend New Relic is tracking site visits. Any thoughts? This just seems creepy or maybe manipulative on Google's part.
This is most likely ghost spam. Check your referrals, you will probably have hits from free-social-buttons or guardlink, they don't need that the code is active is enough if it's created.
Here is an example of one of my inactive accounts.
You can find more information about ghost spam on this related questions:
https://stackoverflow.com/a/28354319/3197362
https://webmasters.stackexchange.com/a/81491/49561
https://stackoverflow.com/a/29312117/3197362
https://stackoverflow.com/a/29717606/3197362
If it isn't spam then probably someone is using your tracking code somehow as #MrSponge mention.

iPhone app freezes briefly during fetch for content updates. Can this be fixed?

I have an iPhone app that displays blog articles. You can drill into one article and look at it's entire story. At the bottom of the story are comments from other users.
The app fetches latest comments from the server every 15 seconds. If there are more comments returned, the app prepends them to the top of the list. This is all working pretty well.
The problem is that, whenever the app does the fetch (every 15 seconds), the app sort of "freezes" for about 1 second, sometimes 2 seconds. If you are scrolling through the comments, this delay becomes pretty noticeable because the scrolling stops in place while the update processes.
This iPhone app is being developed by a third-party dev team who is remote. I have asked the dev team to stop the "freeze" from happening, but they insist that it's normal functionality when updating a table in the iPhone.
I am not an iPhone developer and have no knowledge or experience of working in that environment, so I am not able to really argue against this. But, I have to imagine that there is some way to do a background fetch and update of the table without causing lag to the user experience.
Does anyone have any thoughts around this? Are there techniques that the devs could be employing to create a smooth experience during the update process?
They are fetching comments in synchronous mode in which UI will hang until it downloads completely. Tell them to download content in asynchronous mode so that it will fetch comments in background and UI scrolling will be smooth then.
Example Codes:
[connection startAsynchronous];
https://gist.github.com/fspeirs/106457
http://allseeing-i.com/ASIHTTPRequest/How-to-use
Let me know if you find any difficulty.

Resources