Write Your First Client Application
To create a small but functional basic client application using the Search Ads 360 API,
follow the guidelines in this section.
-
Prerequisites
- Create a project in the Google API Console, install a utility script, and learn
about REST and JSON.
-
Install a client library
- Download a client library for your programming language.
-
Set up authorization
- Get the credentials you'll need for all requests to the Search Ads 360 API.
-
Set up your application
-
Write a class that initializes a
Doubleclicksearch
object.
-
Send a sample request
- Send a sample request 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 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["This guide helps you build a basic Search Ads 360 API client application with minimal setup."],["Before starting, ensure you've completed prerequisites like project creation, utility script installation, and understanding REST/JSON."],["You'll need to install a client library in your preferred programming language, set up authorization, and configure your application."],["Finally, you'll send a sample request to the Search Ads 360 API to verify functionality."]]],["Begin by creating a Google API Console project, installing a utility script, and understanding REST and JSON. Next, download a client library for your chosen language. Obtain necessary credentials for API requests, then develop a class to initialize a `Doubleclicksearch` object. Finally, send a sample request to the Search Ads 360 API to ensure proper setup. These are the key steps to building a functional client.\n"]]