API Credentials for Google Search Console
Guide to obtaining tokens, keys, and connections.
To connect Google Search Console to Botize, create an OAuth client in a Google Cloud project, enable the Google Search Console API, and copy the Client ID and Client Secret. You need a Google account and access to the Google Search Console properties you want to use.
Google OAuth Client ID and Client Secret
-
1
Open "https://console.cloud.google.com" and sign in with your Google account.
-
2
Click the project selector labeled "You're currently working in … Hit enter to switch projects, folders, or organizations".
-
3
Click "New project".
-
4
Enter a project name in "Project name" and click "Create".
-
5
Open the project-creation notification to switch to the new project.
-
6
Open "https://console.cloud.google.com/apis?project=YOUR_PROJECT_ID".
-
7
Click "Enable APIs and services".
-
8
In "Search for APIs & Services", enter "Search Console API" and press Enter.
-
9
Click "Google Search Console API: The Search Console API provides access to Search Console data".
-
10
Click "enable this API".
-
11
Open "https://console.cloud.google.com/auth/clients?project=YOUR_PROJECT_ID".
-
12
Click "Create client".
-
13
Set "Application type" to "Web application".
-
14
Enter "Botize" in "Name".
-
15
Under "Authorized redirect URIs", click "Add URI" and enter "https://botize.com/callback/gsearchconsole". Leave "Authorized JavaScript origins" empty.
-
16
Click "Create".
-
17
On the confirmation screen, copy the value labeled "Client ID" using its "Copy to clipboard" button. Do not share it publicly.
-
18
Copy the value labeled "Client Secret" using its "Copy to clipboard" button. Treat it as private and do not include the value in documentation.
-
19
In Botize, paste the Client ID into "Client ID (OAuth of your Google Cloud project)" and the Client Secret into "Client Secret".