How to integrate Google Indexing API to Bubble?

Hi All, I created a job board and need help integrating Google Indexing API to bubble.

I got as far as:

  1. downloading “public/private key” from Google
  2. installing bubble plugin for API.

I am lost as to what to do next, hope someone could help.

Thank you in advance.

did you get this to work?

I have not unfortunately. I am indexing manually one by one using Google Search Console.

1 Like

Does anyone know how to connect Google Indexing API to Bubble?

I have gotten the token from Google as below
{
“type”: “service_account”,
“project_id”: “xxxxxxxxx”,
“private_key_id”: “xxxxxxxxx”,
“private_key”: “-----BEGIN PRIVATE KEY-----\nxxxxxxxxx\n-----END PRIVATE KEY-----\n”,
“client_email”: “xxxxxxxxx”,
“client_id”: “xxxxxxxxx”,
“auth_uri”: “https://accounts.google.com/o/oauth2/auth”,
“token_uri”: “https://oauth2.googleapis.com/token”,
“auth_provider_x509_cert_url”: “https://www.googleapis.com/oauth2/v1/certs”,
“client_x509_cert_url”: “xxxxxxxxxm”
}

but I am not sure how to fill them into connector below:

bump up

Any updates on this one? Looking for a solution too

Did you ever find a solution to this?

Refer @NigelG tutorila here:

2 Likes

Would you have the new video link?