Write Your First Client Application
Stay organized with collections
Save and categorize content based on your preferences.
To create a small but functional basic client application using the Google Ad Experience Report API, follow the steps in this tutorial.
- Prerequisites
- Get an account, learn about the product, and create a project in the Google API Console.
- Set up your application
- Download a client library for your programming language, set up authorization, provide your client ID and secret, and create a
Service
object.
- Send requests
- Send a few sample requests to the API.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-11-04 UTC.
[[["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 2022-11-04 UTC."],[[["This tutorial guides you in building a basic client application using the Google Ad Experience Report API."],["Before starting, ensure you have a Google account, understand the product, and have a project set up in the Google API Console."],["You'll need to download a client library, handle authorization, and create a `Service` object to configure your application."],["The tutorial includes examples of requests to send to the API for testing and interaction."]]],[]]