Skip to content

Commit 7fa04a4

Browse files
github-actions[bot]github-actions
andauthored
Add new AudienceGroupType TRACKINGTAG_WEBTRAFFIC to Audience Group API (#920)
line/line-openapi#118 # Add `TRACKINGTAG_WEBTRAFFIC` to **AudienceGroupType** Enum We have supported for the new audience‑group type **`TRACKINGTAG_WEBTRAFFIC`** (Tracking Tag Webtraffic audience) to the OpenAPI schema. ## Changes Made * **Updated `AudienceGroupType` enumeration** * **New value**: `TRACKINGTAG_WEBTRAFFIC` * **Description**: Audience groups generated from Tracking Tag Webtraffic. ## Purpose This update enables correct identification and handling of audience groups built from Tracking Tag Webtraffric. ## Documents and Reference - [Managing Audience](https://developers.line.biz/en/reference/messaging-api/#manage-audience-group) - [News](https://developers.line.biz/en/news/2026/01/21/tracking-tag/) For more information, please refer to the links provided above. Co-authored-by: github-actions <github-actions@github.com>
1 parent 63bd688 commit 7fa04a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

line-openapi

linebot/v3/audience/models/audience_group_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class AudienceGroupType(str, Enum):
4242
RICHMENU_IMP = 'RICHMENU_IMP'
4343
RICHMENU_CLICK = 'RICHMENU_CLICK'
4444
POP_AD_IMP = 'POP_AD_IMP'
45+
TRACKINGTAG_WEBTRAFFIC = 'TRACKINGTAG_WEBTRAFFIC'
4546

4647
@classmethod
4748
def from_json(cls, json_str: str) -> AudienceGroupType:

0 commit comments

Comments
 (0)