Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add new AudienceGroupType TRACKINGTAG_WEBTRAFFIC to Audience Group API#118

Merged
eucyt merged 1 commit intomainfrom
add_audience_group_type_for_trackingtag_webtraffic
Jan 21, 2026
Merged

Add new AudienceGroupType TRACKINGTAG_WEBTRAFFIC to Audience Group API#118
eucyt merged 1 commit intomainfrom
add_audience_group_type_for_trackingtag_webtraffic

Conversation

@drumnaoto
Copy link
Contributor

@drumnaoto drumnaoto commented Jan 16, 2026

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

For more information, please refer to the links provided above.

@drumnaoto drumnaoto self-assigned this Jan 16, 2026
@github-actions
Copy link

PHP

You can check generated code in php

Check the diff here

@github-actions
Copy link

NODEJS

You can check generated code in nodejs

Check the diff here

@github-actions
Copy link

JAVA

You can check generated code in java

Check the diff here

@github-actions
Copy link

PYTHON

You can check generated code in python

Check the diff here

@github-actions
Copy link

GO

You can check generated code in go

Check the diff here

@github-actions
Copy link

RUBY

You can check generated code in ruby

Check the diff here

@eucyt eucyt added this pull request to the merge queue Jan 21, 2026
Merged via the queue into main with commit 17befb0 Jan 21, 2026
24 checks passed
@eucyt eucyt deleted the add_audience_group_type_for_trackingtag_webtraffic branch January 21, 2026 08:33
eucyt pushed a commit to line/line-bot-sdk-ruby that referenced this pull request Jan 21, 2026
#742)

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 <[email protected]>
eucyt pushed a commit to line/line-bot-sdk-nodejs that referenced this pull request Jan 21, 2026
#1502)

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 <[email protected]>
eucyt pushed a commit to line/line-bot-sdk-go that referenced this pull request Jan 21, 2026
#661)

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 <[email protected]>
eucyt pushed a commit to line/line-bot-sdk-python that referenced this pull request Jan 21, 2026
#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 <[email protected]>
eucyt pushed a commit to line/line-bot-sdk-php that referenced this pull request Jan 21, 2026
#784)

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 <[email protected]>
eucyt pushed a commit to line/line-bot-sdk-java that referenced this pull request Jan 21, 2026
#1818)

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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants