Q&A

ナローキャストメッセージの配信上限と課金について(About Narrowcast Message Delivery Limits and Charges)

概要

以下の条件の際のLINEナローキャストAPIの送信上限と課金について教えていただきたいです。

前提

https://saichat.jp/line/account-price/ プランはライトプランとスタンダードプランを検討してるが、今回の例ではライトプランの設定 (無料メッセージ通数1万5千。追加メッセージ料金5円/通) ・公式アカウントAの友だち数は2万アカウント ・1回あたりのメッセージ送信対象は1万アカウント

関係するAPIドキュメント

https://developers.line.biz/ja/reference/messaging-api/#send-narrowcast-message より抜粋 配信可能なメッセージの上限数について ナローキャストメッセージを送信するときは、recipientプロパティおよびfilter.demographicプロパティの設定にかかわらず、一時的にすべての友だちにメッセージを配信する前提で、配信予定メッセージ数が計算されます。配信予定メッセージ数が、当月分の上限目安を超えた場合は、ナローキャストメッセージを送信できません。

ただし、limit.maxプロパティで設定した最大送信数が、当月分の上限目安を超えなければ、ナローキャストメッセージを送信できます。

質問

①1回目のメッセージを送信する際に配信予定メッセージ数は2万で計上されるが、limit.maxを1万と設定するとメッセージが送信される認識で正しいでしょうか? ②①の際に配信予定メッセージ数は2万で計上される時点で当月分の上限目安を超えたとして、5円×5千通の課金がされてしまうでしょうか? ③②の際に課金がされないと仮定して、2回目のメッセージ送信の際は、5円×5千通の課金がされる想定で正しいでしょうか?

Overview.

I would like to know about the LINE Narrowcast API sending limits and charges under the following conditions

Premise

https://saichat.jp/line/account-price/ I'm considering a light plan and a standard plan, but in this instance, I'm setting up a light plan. (15,000 free messages, with an additional ¥5 charge per message. Additional 5 yen per message) ・Official Account A has 20,000 friends ・10,000 accounts is are going to be sent per message

Related API documentation

 Excerpt from https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message Message delivery caps When you send a narrowcast message, the number of individual messages scheduled for delivery is temporarily calculated as if every single friend will receive them regardless of the values you have set for the recipient and filter.demographic properties. If the number of messages scheduled for delivery exceeds your soft limit for the month, you won't be able to send the narrowcast message.

However, if the maximum number of outgoing messages set in limit.max is under your soft limit for the month, you will be able to send the narrowcast message.

question

①When the first message is sent, the number of messages scheduled for delivery is posted at 20,000, but if limit.max is set to 10,000, the message will be sent, is that correct? ②Assuming that the number of messages scheduled for delivery in the first step is 20,000 and we exceed the limit for the month, will we be charged 5 yen x 5,000 messages? ③Assuming that you are not charged for (2), is it correct to assume that you will be charged 5 yen x 5,000 messages for the second time you send a message?

  • 0
  • 1
  • 3628
  • X(旧Twitter) facebook

料金に関しては前提で頂いているブログ記事よりも以下の公式のページのほうが計算がわかりやすいと思います。ちなみに料金の計算ができるので、適切なプランを見極めることもできます。 https://www.linebiz.com/jp/service/line-official-account/plan/

また、Messagin APIは基本的に友だちの人数、送信日に関係なく、1ヶ月に何通送信するかが試算の目安になると思いますので参考にしてもらえばと思います

  • 0

関連する質問

    関連する質問はありません

本当によろしいですか? question.vm