List Ads For Network

Why List Ads for a Network

It can sometimes be helpful to retrieve an array of all ads that are part of a specific network. By returning a list of all ads for a network, you can add, update, and/or delete ads for that network.

The List Ads for Network API call, returns an array of all ads for a given network.

📘

Note

In the response, depending on the settings of the ad, not all of these properties will be present (such as IsGoalOverride).

API Syntax

When using the List Ads for Network API call, it is important to understand the syntax required to make the request. Because the Kevel API is a RESTful API, there is a specific request format that must be followed to ensure the endpoint can process the request. The format is:

GET https://api.kevel.co/v1/ad

Where:

  • GET - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • ad - the API endpoint being called in the request.
Language
Authorization
Header