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 2025-08-28 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 2025-08-28 UTC."],[[["\u003cp\u003eThis tutorial guides you in building a basic client application using the Google Ad Experience Report API.\u003c/p\u003e\n"],["\u003cp\u003eBefore starting, ensure you have a Google account, understand the product, and have a project set up in the Google API Console.\u003c/p\u003e\n"],["\u003cp\u003eYou'll need to download a client library, handle authorization, and create a \u003ccode\u003eService\u003c/code\u003e object to configure your application.\u003c/p\u003e\n"],["\u003cp\u003eThe tutorial includes examples of requests to send to the API for testing and interaction.\u003c/p\u003e\n"]]],["The core content outlines creating a basic client application for the Google Ad Experience Report API. Key actions include fulfilling prerequisites: getting an account, learning about the product, and setting up a Google API Console project. Next, the user configures the application by downloading a client library, setting up authorization, providing client credentials, and creating a `Service` object. Finally, the user sends sample requests to the API to test the setup.\n"],null,["# Write Your First Client Application\n\nTo create a small but functional basic client application using the Google Ad Experience Report API, follow the steps in this tutorial.\n\n[Prerequisites](/ad-experience-report/v1/prereqs)\n: Get an account, learn about the product, and create a project in the Google API Console.\n\n[Set up your application](/ad-experience-report/v1/configure)\n: Download a client library for your programming language, set up authorization, provide your client ID and secret, and create a `Service` object.\n\n[Send requests](/ad-experience-report/v1/requests)\n: Send a few sample requests to the API."]]