> For the complete documentation index, see [llms.txt](https://guides.advertising.webtoon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.advertising.webtoon.com/line-manga/client-support/process-and-timeline/display-ads.md).

# Display Ads

{% stepper %}
{% step %}

### 20営業日前｜ディスプレイ/動画広告に関するお問い合わせ

キャンペーンの詳細、ご予算、ご希望スケジュールを明記の上、お問い合わせメールをお送りください。\
ご希望の配信スケジュールの在庫状況の確認・ご希望の掲載サービスの掲載可否審査を行い、掲載可否をお知らせいたします。

広告枠の在庫は随時変動いたします。実施確度が高い案件は在庫の仮押さえも可能です。\
仮押さえ希望の場合は、お問い合わせメールにその旨を記載してください。
{% endstep %}

{% step %}

### 14営業日前｜発注

広告配信が確定しましたら、規定の発注書を使って発注を行います。\
発注方法は、①の掲載可否結果と一緒にご案内をいたします。
{% endstep %}

{% step %}

### 5\~8営業日前｜クリエイティブ制作/入稿

広告主は、LINEマンガが提供する制作ガイドラインに従って広告クリエイティブを作成し、キャンペーン開始希望日の5営業日前までにクリエイティブと遷移先URLの入稿を行います。
{% endstep %}

{% step %}

### 3\~5営業日前｜広告審査

入稿された広告クリエイティブ・遷移先URLの審査を行います。\
広告審査は2〜3営業日ほどお時間をいただきます。
{% endstep %}

{% step %}

### キャンペーン開始

ご発注をいただいた日時で広告の配信を開始いたします。
{% endstep %}
{% endstepper %}

{% hint style="success" %}
ご質問や広告に関するお問い合わせは、[**「Contact Us」**](https://ldfcorp.com/ja/contact/form_7)フォームよりご連絡ください。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guides.advertising.webtoon.com/line-manga/client-support/process-and-timeline/display-ads.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
