Skip to content

Commit 187a3e5

Browse files
github-actions[bot]github-actions
andauthored
Add new AudienceGroupType POP_AD_IMP to Audience Group API (#1377)
line/line-openapi#113 # Add `POP_AD_IMP` to **AudienceGroupType** Enum We have supported for the new audience‑group type **`POP_AD_IMP`** (POP ad impression audience) to the OpenAPI schema. ## Changes Made * **Updated `AudienceGroupType` enumeration** * **New value**: `POP_AD_IMP` * **Description**: Audience groups generated from impressions of *LINE Beacon Network* (POP) ads. * **Region**: **Taiwan‑only** at launch ## Purpose This update enables correct identification and handling of audience groups built from POP ad impressions, a feature that will be released for the Taiwan market. ## Documents and Reference - [Managing Audience](https://developers.line.biz/en/reference/messaging-api/#manage-audience-group) For more information, please refer to the links provided above. Co-authored-by: github-actions <[email protected]>
1 parent a378b9e commit 187a3e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/manage-audience/model/audienceGroupType.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ export type AudienceGroupType =
2626
| "WEBTRAFFIC"
2727
| "IMAGE_CLICK"
2828
| "RICHMENU_IMP"
29-
| "RICHMENU_CLICK";
29+
| "RICHMENU_CLICK"
30+
| "POP_AD_IMP";

line-openapi

0 commit comments

Comments
 (0)