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

# はじめに

export const Button = ({href, children}) => {
  return <div className="not-prose group">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-full group-hover:opacity-[0.9] font-medium">
        <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>;
};

<div id="connect-to-the-x-ads-platform">
  ## X Ads プラットフォームに接続する
</div>

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

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

***

<CardGroup cols={2}>
  <Card title="キャンペーン管理" icon="list-check" href="/ja/x-ads-api/campaign-management">X 上の人々とつながる広告キャンペーンを、プログラムから作成、スケジュール設定、および管理できます。</Card>
  <Card title="カスタムオーディエンス" href="/ja/x-ads-api/audiences" icon="user-group">あなたが提供する X 上のデータや Web／モバイルのデータを使って、Tailored Audiences を作成および管理できます。</Card>
  <Card title="クリエイティブ" href="/ja/x-ads-api/creatives" icon="paintbrush">投稿を下書き・公開し、Cards を使って投稿の機能を拡張し、画像や動画を管理・アップロードできます。</Card>
  <Card title="広告アナリティクス" href="/ja/x-ads-api/analytics" icon="chart-pie">非同期および同期 API エンドポイントを使用して、幅広い種類の指標に基づく広告キャンペーンの詳細なインサイトを取得できます。</Card>
  <Card title="ツールとライブラリ" href="/ja/x-ads-api/tools-and-libraries" icon="screwdriver-wrench">X 製およびコミュニティによりサポートされているクライアントライブラリを厳選して提供しています。</Card>
  <Card title="Postman コレクション" href="https://documenter.getpostman.com/view/7379786/SzRw1WTU" icon="code">v2 エンドポイント向けの Postman コレクションをご用意しており、Postman のビジュアルクライアントを使って API を探索できます。</Card>
  <Card title="コマンドラインツール" href="https://github.com/xdevplatform/xurl" icon="terminal">エンドポイントをコマンドラインツールから操作したい場合は、xurl が最適です。</Card>
</CardGroup>

<div id="need-help">
  ## お困りですか？
</div>

トラブルシューティングのヒント、連絡先情報、API のリアルタイム稼働状況モニターなど、問題の解決に役立つ情報をまとめたサポートセクションをご覧ください。

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

***

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