Search Console Impressions Issue - google-search-console

We are currently on Google Analytics 4 and since we have updated our end to the new tracking code, we seem to have false data on Search Console impressions graph - see attached. search console graph
You can see at the point we updated the code, the data lost all trends (no longer down at weekends etc)
Got any ideas on what the issue could be?
Thanks, Brad

Related

=sort filter including minimum value Google Spreadsheet

I hope you can help me. At this moment I am busy with creating a presentation with an auto updated graph. In this graph I will show the top 5 latest scores of people that are attending a competition. The values will be added via a google form but the score will be added later in the google spreadsheet.
The problem at this moment is that it also shows input with '0' value. I need to have the values visible once it is higher than '0'.
Does anyone know how this is possible to manage? :)
See example here: https://docs.google.com/spreadsheets/d/1cld9sU51Xf78fR14RH7gGlPNkz1Z7732DD5leQwweb4/edit?usp=sharing
Thanks!
KR Sami

accessing XHR within google sheets

I've been using import functions a lot in my sports modeling, but I've never been able to figure out how to get past the issue of pulling information that is dynamically imported from another source.
For example, i'm trying to use importxml to pull the money line values in this link here: https://www.sportsbookreview.com/betting-odds/nfl-football/money-line/
I can get the information in the left columns up until "PINNACLE", and after research i now understand I can't get the rest of the information because it's not static on the page and I need to go to the source... how do I find the source of this information so I can pull it from there?
I tried inspecting the page, clicking on "network", clicking on "XHR", refreshing the page and previewing the results, but nothing seemed to match.
Am I looking in the wrong place?
The page uses websockets to download the data, so I don't think you could simulate it in Google spreadsheets using formulas (maybe it could be possible in a script). However in this particular case there is a 'classic view' variant of the page which includes all the data in its source:
https://classic.sportsbookreview.com/betting-odds/nfl-football/money-line/

Facebook Graph Api has missing results when searching for places

When using facebook graph API to search around a specific location, I came around a specific problem.
This is they query where I can easily reproduce this:
search?type=place&center=40.7315898,-8.3739449&distance=1000
(showing 2 results at the time of writing)
When I search without query I get some results. But I know others are missing.
If I query with a simple q=bar, I have more results than without query.
search?type=place&q=bar&center=40.7315898,-8.3739449&distance=1000
(showing 7 results at the time of writing)
Has anyone come across this and found a solution ?

iPhone Application Tracking through Google Analytics

I have implemented the new Google Analytics tracking in my iPhone app and I can see the data in my Google Analytics reporting screen.
However, I want to extract this data and display it on my site using the Core Reporting API. I get the page views for my site using the ga:pagePath filter on the Visits metric. I can't however find any documentation about how I would extract the Screens data from the report. Has anyone found any?
Ideally I would like to filter the Screens by Screen Name and get the number of views. The only metric I have found is ga:appviews which returns my total number of appViews so do i filter the screen Name on this and how would I do that?
Thanks for any help you can offer!
Paul
I think google just forgot the ga:screenName which they should have created in:
https://developers.google.com/analytics/devguides/reporting/core/dimsmets/apptracking#ga:uniqueAppviews
ga:screenViews is working well now ! :-)
you have also : ga:screenName and ga:uniqueScreenViews

How to ensure a place is part of the Google Places autocompletion

We got a customer looking after an event called Floriade placed in the city of venlo in the Netherlands. This point of interest is sometimes shown on the autocompletion under Floriade 2012. I say sometimes shown as we used to see it, then it disappeared, now it is back again.
1-How can I be sure that the autocompletion (through Google Places API) is showing this point of interest ?
2- What is enabling a point to be in this autocompletion or not ?
If a place has a Google Places page, e.g http://maps.google.com.au/maps/place?cid=14788366310032789085 it is guaranteed to be returned by a Places Autocomplete API.
You may have experienced a bug in the API. If it occurs again please report it on the issue tracker: http://code.google.com/p/gmaps-api-issues/issues/entry?template=Places%20API%20-%20Bug
Another way to guarantee that your application will show a place is to perform a 'Place Report Request' using the Google Places API with your API Key. This will instantly add a place and make it available to your API Key, then if the place is approved by Google if will be available to anyone.
Cheers
Chris