I currently pull Facebook Insight reports every 3-4 days on my page, however, recently I have noticed that the stats on the "Tab Views" metric have not been changing. Has Facebook undergone any changes in the past week (I had issues getting onto Insights on Thursday)? Any help would be much appreciated. Thanks
As I know facebook has many problems last days. My and my friend's comments didn't posted even after we got notifications about it, and unfortunately maybe facebook insights also has problems.
So what I'm saying is - wait...
I have pulled down my Insights exports for the month of January, to have some metrics missing multiple rows of data. The numbers are always a little off in the Excel export from the numbers I can see on the brand page...I'm hoping with the IPO it gets more reliable
Related
In short, getting page information for my notes through the OneNote API has data that lags by about 3 days. Why is this the case (I assume only for me) and how can this be fixed?
I'm working on a personal R program to read my OneNote Notes. Got it up and running about a week ago. Authentication works fine and I can use GET requests to get information from the OneNote API. However, the information that is returned about my OneNote pages (using GET https://graph.microsoft.com/v1.0/me/onenote/pages) is about 3 days old. New notes from the past 3 days and changes made in the last 3 days are not reflected in this data. It is not frozen in time, i.e. checking tomorrow will give me information that is 3 days behind tomorrow. This is not solely an issue with my application, as the same behavior/results are produced through the Microsoft Graph Explorer. Does anyone have insight on how to fix this?
I can confirm this behavior is still true as of Jan. 30. Calls to get the pages of a section, or pages in general return indexes of very stale information. To test, delete or create a bunch of pages in your OneNote account, then call in the API Explorer:
GET https://graph.microsoft.com/v1.0/me/onenote/pages
You will be given information about deleted pages, and no new information for at least days after these changes have been made. If you follow the returned 'contentUrl' properties for deleted pages, the content does not exist.
It seems other endpoints in the OneNote API are not subject to this same problem. Adding/removing/updating sections, for example, results in immediate changes to the results from the API.
Sorry to hear that. Just to clarify, are you using your personal account or work account for auth?
We're trying to work out how to resolve this issue, the current issue we have is our extension works on a unlimited amount of websites 1 of the features is a time & screenshot monitor so employer can track freelancers work other feature is ability to highlight text on any site and run a amazon search for the highlighted text for example.
We are always updating and any issues got fixed within 24-48 hours now with this happening every time we have to wait 1-3 weeks for a review according to google devs.
If we change the manifest to specific websites only then 99% of the time our extensions not going to work on all the other sites not listed. Can we do something else?
IF ANYONE HAS A SOLUTION OF WHAT WE CAN CHANGE TO MAKE THIS WORK I'M ALL EARS!
I know absolutely nothing about coding. I am working on a personal project that deals with importing large
amounts of data from the website:
(https://masslottery.com/games/keno.html)
I am trying to copy and paste every keno draw (over 2 million) into
excel spread sheet's to analyze the data, and if not all of them then
at least the past 10 years. Up until yesterday I've been copy, and
pasting 300 draws at a time, and I have the past 220,000 draws
imported that goes back to September of 2017 which has been extremely
tedious, as well as time consuming
I recently learned that I can do all this in MUCH LESS time by
scraping the website, and in researching how to do this, it brought me
across a You Tube video that I must say was extremely insightful which dealt with scraping websites with google chrome scape
Now referring to the website link I've attached, it lets you "Search
Past Numbers by Draw Date," and after clicking on the white insert a
calendar pops up where after "Inspecting" the page I've come to find
out it's a "datepicker widget," (I believe), so my question is... How
do you Scrape the data thru the datepicker? This is all new to me, so
if you could explain it in layman terms then that would be great.
I appreciate you all taking the time to read about my question, and if it's no
inconvenience could you help me with this question. If it would be
easier for you to just send me the data then explain it all then OF
COURSE!!... by all means that would be perfectly fine by me as well.
HAHAHAHA But to be honest after learning about web scraping, it's probably is quicker for you.
Well again... Thank you for your help
I'm experiencing the same issue from time to time across a number of WordPress sites - so I figure it's worth starting a conversation as Google doesn't seem to have much to say about this.
In a number of sites, at differnt times, using ACF Pro, certain data seems to go missing from the front-end. Simply resaving the post in admin and then refreshing on the front-end resolves the display issue - per post.
As this is happening in hundreds of posts on a brand new site this time, it's worth seeing if anyone has had this - and what they've done to resolve it. Finding each post amongst thousands is going to be too much effort to hunt and resave each from the admin panel.
After being in touch with the developer of the plugin, they pointed us to a caching plugin as being an issue. I haven't had any issues since disabling this caching.
Is there a way to get a user's achievements list from Xbox without dealing with screen scraping etc.?
How do sites like http://www.trueachievements.com do it? (they're definitely not screen scraping as they do not have my Live ID credentials...)
I know there's the Xbox LIVE Community Developer Program (XCDP) that provides some API but they do not provide achievements information as far as I can tell (links below)
http://duncanmackenzie.net/Blog/put-up-a-rest-api-for-xbox-gamertag-data
http://file-pasta.com/file/XML_Feeds.pdf
If you want this information you can check out my new site https://xboxapi.com.
Again if your profile is public then you can see friends, games and achievements. This has taken me over a year (on and off) to code and is now in public beta. To date it has served nearly 2,000 requests and growing. I am still working on optimising this script and it should only get better in time.
I currently have an API request limit setup for 120 requests per hour per IP.
Lets hope there are no major updates to xbox.com any time soon.
It says at the bottom of the TrueAchievements website that they are a member of the Xbox LIVE Community Developer Program. That leads me to believe that the XCDP does give information about achievements. Duncan Mackenzie's API for xbox worked for me for a little while, but then his web service seemed to go offline. Duncan also says that his web service will not be returning sadly. I can't get ahold of him to ask for release of his source code. I'm currently looking for another solution in retrieving the data. Unless I can get official access with XCDP, it looks like I'll have to do screen scraping. The screen scraping approach is not going to be pretty though. I'll let you know if I get any more information.
The current XCDP API does not give you any individual achievement information. At the moment the only way to get achievements is by page scraping and as of a couple months ago Microsoft has removed their non-JS log in form for xbox.com making it very difficult to log in. TA has found a way to get around this but he's trying to monopolize the scene and isn't willing to help others on this topic.
Even though TA does not have your LIVE credentials if your xbox.com page is public and if you give them your gamertag anyone can get your information by going to http://live.xbox.com/en-US/GameCenter?compareTo=GAMERTAGHERE
With the change the Microsoft has done they've also modified achievement icons. If you're looking at a friends profile and if you don't have the game or have unlocked the achievement the icon will be monochromatic even if it's unlocked by that person.