All Collections
Tools & Widgets
Social network widgets
How to set up a Google Connect application
How to set up a Google Connect application
Simon Dubreucq avatar
Written by Simon Dubreucq
Updated over a week ago

The Google Connect application makes it easier for your users to authenticate to the game by allowing them to sign in through their Google Account.

To build your Google Connect application, you need to follow several steps:

1 - Select the application in the "Social Widgets" tab then click on the button and choose "Add a Google application".

A window opens with instructions: leave it open for now, and follow the steps.

2 - Go to the Google Developers site and click on "Create project". This will open the following window:

Project Name: This will only be visible to you - name it so that you can quickly identify on which campaign this application will be installed.

Organisation: Choose to link your application to an organisation (e.g. your company).

Location: this must correspond to the chosen organisation.

3 - Once this step is completed, you now need to set up the general information of your application, including its name and domain.

  • Open the main menu and select "APIs & Services" > "Credentials"

  • When opening the "Credentials" message, click on "Create my credentials" then select "OAuth Client ID"

  • On the next page, click on "Configure consent screen"

  • Now you need to fill in all the requested information in order to be able to validate your application. Proceed as follows:

Application type: this must be set to "Public".

Application Name: Choose a name for this application.

Application logo: useful if you want to be able to identify it quickly in your application list.

Support e-mail: it will be used for the User support on this application.

Scopes for Google APIs: Add all required or desired application fields - however, consider that the so-called "sensitive" information that you will attempt to recover will be verified by Google prior to their implementation.

Authorised domains: By default, enter "adbx.io", or fill in your custom domain name. You can also specify several options.

Application Homepage link: By default, enter "https://adbx.io", or fill in "https://yourcustomdomain.com".

Application Privacy Policy link: By default, you can enter the URL link to your game.

  • Finally, you just need to enter the JavaScript origins and redirect URLs:

Application Type : Select "Web Application".

Authorised JavaScript origins : By default, enter "https://adbx.io", or fill in your custom domain name. You can also specify several options.

Authorised redirect URLs : By default, enter "https://adbx.io", or fill in your custom domain name. You can also specify several options.

Press "Create" to complete the process.

4 - Copy the client ID and client secret code and copy them into the editor window.

Your application is now set up, you just need to select it from the "Google Connect" button configuration.

You can find all these steps in the video below:

Did this answer your question?