Questions tagged [google-api-webmasters]

The Google Webmaster Tools API allows developers to submit, read, and update data in Google Webmaster Tools for verified websites.

The Google Webmaster Tools API allows developers to submit, read, and update data in Google Webmaster Tools for verified websites.

Here are some of the things you can do with the Google Webmaster Tools API:

  • Request a list of all your verified sites.
  • Manage your site's sitemaps.
  • Request information about your site's crawl-errors.

Resources

48 questions
1
vote
0 answers

Google Plus API - Google Plus post Insert Activity Using PHP

I'm using Google API Application for post content to Google Plus using Google API libraries. As per the Google Developer API, I have done the below steps. 1) Downloaded the google API libraries from https://github.com/google/google-api-php-client.…
1
vote
1 answer

Google Console Search API giving incorrect data

I am extracting Search Analytics data for some Property using search console API v3. I am using googleapiclient library(Python) for making API call. Python script making API request: from googleapiclient import sample_tools service, flags =…
Subhash Deshmukh
  • 350
  • 3
  • 18
1
vote
1 answer

Windows 10 UWP App: GoogleWebAuthorizationBroker; Failed to launch browser exception

Hoping someone has come across this issue before; I am building a Universal Windows Platform (UWP) App on Windows 10 that consumes data from the Google Web Master Tools API and when I try to authorise using the Google Web Authorization Broker I run…
1
vote
1 answer

Google Webmasters NodeJs API Understanding Response

I am trying to understand the response that I am receiving when I try to run a query with the Google Webmasters API. I am not getting an error as the console.log is returning null, but I receive Not Found for the res parameter, which makes it seem…
cphill
  • 5,596
  • 16
  • 89
  • 182
1
vote
1 answer

Doesn't Google Webmaster Tools v2.0 API work anymore?

I'm trying to edit Google Webmasters site settings (set targeting country), but as far as I know v3 doesn't allow to do this, so I'm using v2. However, I get 401 Unauthorized response for all the Webmaster Tools v2 endpoints. Here are steps I have…
Oleg
  • 22,300
  • 9
  • 68
  • 84
1
vote
0 answers

Weird rendering in "Fetch as Google"

I am getting this when I use Fetch as Google. I have tried setting width, height in pixels for the images but it does not change. I know that there are no clear cut answers but if you had faced this kind of issue kindly give me a clue to try…
JCTLK
  • 2,145
  • 8
  • 29
  • 37
1
vote
1 answer

Google Analytics Webmaster Tools Insufficient Permissions

I have got the code for analytics to work so that it manages to query Google Analytics and brings back results however when I try to use the code to query webmaster tools it comes back with Insufficient Permissions. Google Enabled API's are :…
1
vote
1 answer

International Targeting | Language > 'de-de' - no return tags (Google webmaster)

I have been using hreflang tag on my magento store. I have basically four stores (having different language): German UK French US After implementing all hreflang tag on all the pages of magento store still "International Targeting" on google…
1
vote
2 answers

Searchanalytics Query JAVA API v3 (Google WebMaster Tools)

I am trying to implement Google Webmasters Searchanalytics Query using using the Java API but i did not found any Java sample to use , in Google website here there is only Python samples for Searchanalytics Query , and they did not say that it's…
oussama.elhadri
  • 738
  • 3
  • 11
  • 27
1
vote
1 answer

Backend Error (HttpError 500) on Google Search Console API calls (webmasters/v3)

I prepared code that should fetch data from google webmaster console new Web API (v3). import os from oauth2client.service_account import ServiceAccountCredentials import httplib2 from apiclient.discovery import build import googleapiclient import…
1
vote
1 answer

Google Search Console API: HttpError 403

I am trying to get data from GSC Search Analytics API using Python. I have been following this guide, but no matter how many times I tried to change something I keep getting this error: raise HttpError(resp, content,…
1
vote
2 answers

Search Console API: Impressions don't add up comparing totals to contains / not contains keywords

We are using the Search Console (webmaster tools) API to download search performance results for our site to compare search performance on people searching using our company name vs non company name searches. We have found a problem where the…
1
vote
1 answer

How to get more than 5000 query from webmasters tools api?

I want to know if there is a possibility to get more than 5000 records from webmasters tools API as the max limit is 5000 records. Here is my code : //==========INITIALISE…
stef-chrif
  • 33
  • 10
1
vote
1 answer

Web Master Tools API Search Analytics Ver 3

I am using Google Web master tools API v3 for Search Analytics. I am using Service Account to retrieve the analytics. I received following message. (403) User does not have sufficient permission for site 'http://www.1800medexpress.com/'. See also:…
Mani Kanta
  • 11
  • 1
0
votes
1 answer

403, Error: User does not have sufficient permission for site---Google Search Console OAuth access token

We have been using OAuth 2.0 for authenticating google search console webmasters API. we are mainly hitting two endpoints /sites and /searchAnalytics/query to fetch sites and sitemaps data. Interestingly, the access_token which got generated using…