> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# キャンペーン、オーディエンス、クリエイティブを管理する X Ads API

> X Ads API を利用して、OAuth 認証のエンドポイントで X 広告プラットフォーム上の広告キャンペーン、オーディエンス、クリエイティブ、レポーティングをプログラムから管理できます。

export const Button = ({href, children}) => {
  return <div className="not-prose">
    <a href={href}>
      <button className="x-btn">
        <span>{children}</span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

## X 広告プラットフォームへ接続する

X Ads API は、開発者を X の広告プラットフォームへ接続し、世界中の X 広告主のニーズに応えるソリューションを構築できるようにします。

<Button href="/x-ads-api/getting-started">
  はじめる
</Button>

***

<CardGroup cols={2}>
  <Card title="キャンペーン管理" icon="list-check" href="/x-ads-api/campaign-management">X 上の人々にエンゲージするための広告キャンペーンをプログラムから作成、スケジュール、管理します。</Card>
  <Card title="Custom Audience" href="/x-ads-api/audiences" icon="user-group">提供する X、Web、モバイルのデータを用いて Tailored Audience を作成・管理します。</Card>
  <Card title="クリエイティブ" href="/x-ads-api/creatives" icon="paintbrush">投稿の下書きと公開、Card による機能拡張、画像・動画の管理とアップロードを行います。</Card>
  <Card title="広告アナリティクス" href="/x-ads-api/analytics" icon="chart-pie">非同期および同期 API エンドポイントを使って、あらゆる指標で広告キャンペーンの詳細なインサイトを取得します。</Card>
  <Card title="ツールとライブラリ" href="/x-ads-api/tools-and-libraries" icon="https://mintcdn.com/x-preview/jLbdFJYHCS9a6gmb/icons/xds/icon-wrench.svg?fit=max&auto=format&n=jLbdFJYHCS9a6gmb&q=85&s=c3f1761285cd013a76037d1d537f10ed" width="24" height="24" data-path="icons/xds/icon-wrench.svg">X 提供およびコミュニティサポートによるクライアントライブラリの厳選ラインアップをご覧ください。</Card>
  <Card title="Postman コレクション" href="https://documenter.getpostman.com/view/7379786/SzRw1WTU" icon="https://mintcdn.com/x-preview/ygI6sSJPehlc0qNT/icons/xds/icon-code.svg?fit=max&auto=format&n=ygI6sSJPehlc0qNT&q=85&s=488e23401b19225b89acc0136d242219" width="24" height="24" data-path="icons/xds/icon-code.svg">キュレーションされた Postman コレクションとビジュアルクライアントで v2 エンドポイントを試せます。</Card>
  <Card title="コマンドラインツール" href="https://github.com/xdevplatform/xurl" icon="terminal">xurl でターミナルからエンドポイントを操作します。</Card>
</CardGroup>

## Ads API アクセスを取得する

Ads API アクセスをリクエストするには、[Ads API アクセスフォーム](/forms/ads-api-access)を送信してください。審査には最大 3 営業日をお見込みください。

## サポートが必要ですか?

トラブルシューティングのヒント、連絡先、ライブ API ステータスモニター、その他のリソースについては、サポートセクションをご覧ください。

[Ads API サポートセクションを開く](https://developer.x.com/en/support/twitter-ads-api.html)

***

次世代の X API 構築にご協力ください: [プロダクトフィードバックを送る >](https://twitterdevfeedback.uservoice.com/forums/930250-twitter-api)
