> 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/faq.md).

# よくあるご質問（FAQ)

***

<details>

<summary>LINE MANGA で展開しているディスプレイ広告商品には何がありますか？</summary>

現在、[**Splash Ads**](/line-manga/creative-guidelines/display-video-ads/splash-ads.md)、[**Premium Home Ads**](/line-manga/creative-guidelines/display-video-ads/premium-home-ads.md)、[**Viewer-end Ads**](/line-manga/creative-guidelines/display-video-ads/viewer-end-ads.md)、そして [**オファーウォール広告**](/line-manga/creative-guidelines/offer-wall.md)をご購入いただけます。

</details>

<details>

<summary>Splash Ads はターゲティングできますか？</summary>

いいえ。全ユーザーを対象に1日固定で配信される商品のため、ターゲティングには対応しておりません。

</details>

<details>

<summary>Viewer-end Ads で対応しているターゲティングオプションは何ですか？</summary>

作品ターゲティングおよびオーディエンスグループ、OS ターゲティングなどを提供しています。\
詳しくは[**\[ターゲティングページ\]**](/line-manga/ad-placements-and-targeting/targeting.md)をご参照ください。

</details>

<details>

<summary>素材（入稿）はいつまでに提出が必要ですか？</summary>

配信開始日の 5**営業日前**までにご提出ください。

</details>

<details>

<summary>素材の審査期間はどのくらいかかりますか？</summary>

**2〜3営業日**を要します。

</details>

<details>

<summary>レポートはいつ提供されますか？</summary>

配信終了後、**5営業日以内** に提供いたします。提供項目は商品によって異なります。

* **Splash Ads / Premium Home Ads**：Imp のみ
* **Viewer-end Ads**：Imp / Click / CTR

</details>

***

***

{% 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/faq.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.
