Skip to main content
POST
/
ads
/
targeting
/
reach-estimate
Typescript (SDK)
import { Crevio } from "@crevio/sdk";

const crevio = new Crevio({
  apiKey: process.env["CREVIO_API_KEY"] ?? "",
});

async function run() {
  const result = await crevio.ads.targeting.reachEstimate({});

  console.log(result);
}

run();
{}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Body

application/json

Reach estimate request.

account_id
string
ad_account_id
string
spec
object
optimization_goal
string

Response

Reach estimate.

Reach estimate.