Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Elevate your video Broadcasts with Video viewin...
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
LINE Developers Thailand
September 22, 2023
Technology
230
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Elevate your video Broadcasts with Video viewing complete event
LINE Developers Thailand
September 22, 2023
More Decks by LINE Developers Thailand
See All by LINE Developers Thailand
Unlocking the Power of AI Agents with LINE Bot MCP Server
linedevth
0
520
No REST No Stress! Connect LINE SHOPPING with MCP
linedevth
0
130
Build & Ship LINE MINI App with MINI AI Studio
linedevth
0
250
Scouter: Unleashing the True Power Level of Web Performance
linedevth
0
120
Spec > Spell: Write It Clearly, and Let AI Do the Magic
linedevth
0
120
ArgoCD: Deploy with confidence, conquer YAML mysteries
linedevth
0
140
LINE Group Bot by Zwiz.AI
linedevth
0
180
Next-Gen Retail: LINE MINI App with AI Location Intelligence
linedevth
0
200
TicketO: Reinventing the event experience with AI on MINI App
linedevth
0
310
Other Decks in Technology
See All in Technology
Hatena Engineer Seminar 37 jj1uzh
jj1uzh
0
140
脱SaaS!FDEを支えるプロビジョニングと分離設計
knih
0
300
Fabricをフル活用する AI Agent Hub -製造業特化AIエージェントの設計
iotcomjpadmin
0
150
【FinOps】データドリブンな意思決定を目指して
z63d
2
470
打造你的 AI 工作流:Agent Skill + MCP 實戰工作坊
appleboy
0
120
#エンジニアBooks 30分でわかる 「技術記事を書く技術」 / engineer-books 2026-06-30
jnchito
1
120
クラウドファンディング版StackChan 3体(4体)をインタラクティブな体験型作品にして展示もした話 / スタックチャンお誕生日会2026
you
PRO
0
200
水を運ぶ人としてのリーダーシップ
izumii19
4
1k
toB プロダクトから見たWAF
tokai235
0
240
コミュニティの有益性 ~JAWS Days 2026 での体験を通して~ / The Benefits of a Community ~Through My Experience at JAWS Days 2026~
seike460
PRO
0
300
そこにあるから地図ができる~位置を示す"モノ"を愉しむ~ - Interface 2026年6月号GPS特集オフ会 / interface_202606_GPS_offline
sakaik
1
110
感情と身体を置き去りにしない、エンジニアの生きのこり方 ──いまから、ここから「自分の状態」を扱うという選択
saorimurooka
0
360
Featured
See All Featured
Become a Pro
speakerdeck
PRO
31
6k
How STYLIGHT went responsive
nonsquared
100
6.2k
Heart Work Chapter 1 - Part 1
lfama
PRO
8
36k
Rails Girls Zürich Keynote
gr2m
96
14k
Utilizing Notion as your number one productivity tool
mfonobong
4
330
VelocityConf: Rendering Performance Case Studies
addyosmani
333
25k
エンジニアに許された特別な時間の終わり
watany
107
250k
The Art of Programming - Codeland 2020
erikaheidi
57
14k
How to Think Like a Performance Engineer
csswizardry
28
2.7k
sira's awesome portfolio website redesign presentation
elsirapls
0
290
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.3k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4.1k
Transcript
Elevate your video Broadcasts with Video viewing complete event
อยากใ ห้ คน ดู ใ ห้ จบ? ดู จบ มั
้ ย?
Mission Re-Targeting Boost Up Tracking Elevate your video Broadcasts
1st Mission Tracking
Tracking 1st Mission Webhook Broadcast
Broadcast with Messaging API POST https://api.line.me/v2/bot/message/broadcast { "messages": [ ]
} { "type": "video", "originalContentUrl": "https://example.com/original.mp4", "previewImageUrl": "https://example.com/preview.jpg", “trackingId": "track-id" } , { "type": "text", "text": “New Feature!! ดูวีดีโอจบ รับคะแนนไปเลย 🎉" }
Webhook - VideoPlayComplete LINE Server { "destination": “xxxxxxxxxx", "events": [
{ "replyToken": “nHuyWiB7y…CTA”, "type": “videoPlayComplete", "mode": "active", "timestamp": 1462629479859, "source": { "type": "user", "userId": "U4af4980629..." }, "videoPlayComplete": { "trackingId": "track-id" } } ] Your Server Webhook Event Viewing Complete 😊
Your Server Insert data to BigQuery
Preview Data with Looker Finish 1st Mission
2nd Mission Re-Targeting
Re-Targeting 2nd Mission Broadcast Narrowcast
Create Audience from LINE OA Manager
Broadcast from LINE OA Manager
Create Audience Group POST https://api-data.line.me/v2/bot/audienceGroup/upload/byFile Request body { “description": “viewing_video_complete”
“file": “@audiences.txt;type=text/plain” } Request headers { “Authorization": “Bearer {channel access token}” “Content-Type“: “multipart/form-data” } audiences.txt “audienceGroupId“: “8672903….”
Check Audience Status POST https://api.line.me/v2/bot/audienceGroup/{audienceGroupId} { "audienceGroup": { "audienceGroupId": 1234567890123,
"type": "UPLOAD", "description": "audienceGroupName_01", "status": "READY", "audienceCount": 1887, "created": 1608617466 } }
Send Message via Narrowcast POST https://api-data.line.me/v2/bot/message/narrowcast { “messages": [ {
“type": “text” “text”: “ติดตามรายละเอียดเพิ่มเติมไ ด้ ที่...” } ], “recipient“: { “type": “audience” “audienceGroupId”: “5614991076” }, “limit“: { “max": 100 “upToRemainingQuota”: true } }
NarrowCast Audience Age Gender Device Area Sub
{ "messages": [ { "type": "text", "text": "test message" }
], "recipient": { "type": "audience", "audienceGroupId": 5614991076 }, "limit": { "max": 100, "upToRemainingQuota": true } } Viewer Complete { "messages": [ { "type": "text", "text": "test message" } ], "recipient": { "type": "audience", "audienceGroupId": 5614991076 }, "limit": { "max": 100, "upToRemainingQuota": true } } + Only Female "filter": { “demographic": { "type": “operator", “and”: [ { "type": “gender”, "oneOf": [ “female” ] } ] } }, + Only Age between 35 - 40 { "messages": [ { "type": "text", "text": "test message" } ], "recipient": { "type": "audience", "audienceGroupId": 5614991076 }, "filter": { “demographic": { "type": “operator", “and”: [ { "type": “gender”, "oneOf": [ “female” ] }, ] } }, { "type": “age”, "gte": “age_35”, "lt": “age_40” }
3rd Mission Boost up
Boostup Viewing Complete 😊 Integrate with Loyalty Congratulation Message Get
Point Reward Redeem
Integrate with Loyalty https://betask-loyalty-app.web.app/system/register
Generate Token Integrate with Loyalty
Call API video-activity Integrate with Loyalty Webhoo k Viewing Complete
😊 POST https://api.beloyalty.betaskthai.com/video-activity Request headers { "apiToken": “f8e5d2c4787fddf3….”, } Request body { "lineUserId": “U4af4980629….”, "shopId": “U123fxxxxx….”, "replyToken": “nHuyWiB7y..XCTA”, }
None
Summary 1st Mission Tracking 2nd Mission Re-Tageting 3rd Mission Boost
up Loyalty
Send Course Another Use case E-Learning Send Exam Do Exam
Send Certificate
Note Flex Message Imagemap Message
Pamorn Trivorrarat (Golf) LINE API Expert CTO - BeTask Consulting
THANK YOU