Facebook Insights - not updating - no new data since the 18th - insight

This is not a particularly technical question, but is anyone else having problems with their insights data?
http://www.facebook.com/insights/?sk=ao_119242438097337
I've had no new data in insights since the 18th (6 days ago). Can anyone suggest what I should do - or who I might talk to?

This is common on Facebook Insights. Sometimes it gets stuck and fails to update for a few days until a Facebook Engineer gives it a good kick and it catches up again.

Related

Retrieve old facebook event covers using graph api

I have been making events since 2011 and I'm trying to retrieve old event covers for archival purposes. Unfortunately I can't see covers before around Feb 2013. I assume the API terms changed around then, but I fear the images are lost forever.
After some research I think the field was picture,pic,pic_big but sadly nothing is returned in Facebook API explorer. Does anyone have any ideas? I assume Facebook has just got rid of them.
Thanks, I appreciate any help

Still no way to increase the YouTube Analytics API Quota?

I am looking for a way to increase the queries per day quota for the YouTube Analytics API. I was able to find this question asking the same thing nearly two years ago now - can anyone confirm if the answer is still the same (that there is no way anymore)?

How offen Structure data gets updated (google webmaster tool)?

I found that some pages of my site is not being crawled in google webmaster tool from last 30 days. but some gets cowling in 2-3 days every time. is this normal?
And how often google updates Structure data errors in webmaster tool?
Thank you...
That is normal, some aspects can be quick but structured data can take a while.
Also to note, if the code is still broken then it's never going to update.
Have you tested it on Google's structured data testing tool?

How long does Intuit's Security Review take from start to finish to review QuickBooks Online (QBO) app?

I am trying to budget my time wisely but have not had a lot of details on the Security Review that Intuit performs on applications before publication. I found an article on their blog that talks about pre-paring for it.
The "Security Review": What to Expect
and then there is their Complete the Security Review section on their website. However I have not been able to find anything on the expected timeline to complete. One person mentioned on their v3 webinar that his took 3 months to complete, but is this the norm?
Thanks for any help in this.
It does not take months to complete, normally it takes 1-2 weeks assuming you follow the guidelines and prepare for the reviews accordingly. Obviously if there are security vulnerabilities found in your app it could take time to resolve so 1-2 weeks is an average and assuming you are able to resolve issues as soon as possible.
Also, if you follow the info here it will speed up the process
https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0040_Publishing_Your_App
regards,
Jarred

GAPI Class, Google Analytics API

I am about to start a new project in the Google Analytics API & PHP.
I read that Google Analytics will be deprecating XML v2.3 and v2.4 and in 6 months time, so aparently you will only be able to use v3 and retrieve information in JSON format.
http://analytics.blogspot.com/2011/12/introducing-google-analytics-core.html
My question is the following: Does this means that GAPI class won't work any longer? Anyone who has used this class before can help me answering this question ??
http://code.google.com/p/google-api-php-client/
In that case, any alternative suggestions of PHP classes that do the same thing.
Thanks so much
I've been using GAPI for a while now. And I can say with some confidence that yes it will break, if not due to XML it will be due to some other change google makes.
Having said that GAPI is the best solution I have found out there for php. It does break every 6 months to a year, usually needs one or two lines changing to fix. But GAPI is pretty popular so at least you know when your clients are calling saying analytics is throwing errors at them, you wont be the only dev tearing your hair out.
9 times out of 10, by the time I've got a problem someone else has found the fix - which is nice.
There are a few other php options out there but GAPI seems to be the most popular (usually the best way to go imho)
My approach is to build an analytics summary in the dashboard and provide a link to google analytics underneath so clients can see the full data or go there when GAPI breaks. I have been putting all my sites on the same modular system for a while now. I keep GAPI as a library in my admin layout module, this means I can make the fix once and roll it out to all my sites without too much drama.
In summary, use it but expect it to break - that way you wont be disappointed when it does.