Stay organized with collections Save and categorize content based on your preferences.
You need a Google API Console project for creating OAuth 2.0 credentials, and enabling the Google Ads API for your app.
The credentials are needed for the authentication and authorization of Google Ads users by Google servers. These credentials let you generate OAuth tokens to be used in calls to the API.
Although you can use a single developer token for multiple projects, each project can use only a single developer token.
Select or create a Google API Console project
Follow the instructions to create a project. Enabling billing for your project is optional. If you have billing enabled, select a billing account for the new project. There is no charge for using the Google Ads API, but there is a quota on the total number of Cloud projects.
Enable the Google Ads API in your project
To enable the Google Ads API in your project, follow these steps:
Open the API Library in the Google API Console. If prompted, select your project or create a new one. The API Library lists all available APIs, grouped by product family and popularity.
Use search to find the Google Ads API if it isn't visible in the list.
Select the Google Ads API, then click the Enable button.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-04 UTC."],[[["Before making API calls, you must create an OAuth 2.0 client ID and client secret within a Google API Console project and note their values."],["You need to configure an OAuth consent screen to define what users see regarding your project's access and data usage."],["To use the Google Ads API, you must enable it within your Google API Console project using the API Library."],["Creating a client ID and client secret requires selecting an application type (Desktop app or Web application) and saving the generated credentials."]]],[]]