Skip to content

Conversation

@Yang-33
Copy link
Contributor

@Yang-33 Yang-33 commented Aug 26, 2024

In the Messaging API, we've added the following values as conditions for filtering the age range of recipients in the demographic filter objects of narrowcast messages:

  • age_55
  • age_60
  • age_65
  • age_70

Until now, the upper limit was age_50, so it wasn't possible to filter ages over 50 in detail. By specifying the added age ranges, you can now filter recipients more flexibly than before.

For example, the following is a demographic filter object that filters by age 50 and older but less than 60:

{
  "type": "age",
  "gte": "age_50",
  "lt": "age_60"
}

news: https://developers.line.biz/en/news/2024/08/26/age-filter-subdivision/

@Yang-33 Yang-33 requested review from eucyt, habara-k and mokuzon August 26, 2024 01:57
Copy link
Contributor

@eucyt eucyt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Yang-33
Copy link
Contributor Author

Yang-33 commented Aug 26, 2024

All diffs in 5 sdks: They are expected

@Yang-33 Yang-33 merged commit 57487b6 into main Aug 26, 2024
@Yang-33 Yang-33 deleted the new-age-groups-in-narrowcast branch August 26, 2024 02:06
Yang-33 pushed a commit to line/line-bot-sdk-python that referenced this pull request Aug 26, 2024
line/line-openapi#65

In the Messaging API, we've added the following values as conditions for
filtering the age range of recipients in the [demographic filter
objects](https://developers.line.biz/en/reference/messaging-api/#narrowcast-demographic-filter)
of [narrowcast
messages](https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message):

- `age_55`
- `age_60`
- `age_65`
- `age_70`

Until now, the upper limit was `age_50`, so it wasn't possible to filter
ages over 50 in detail. By specifying the added age ranges, you can now
filter recipients more flexibly than before.

For example, the following is a demographic filter object that filters
by age 50 and older but less than 60:

```json
{
  "type": "age",
  "gte": "age_50",
  "lt": "age_60"
}
```

news:
https://developers.line.biz/en/news/2024/08/26/age-filter-subdivision/

Co-authored-by: github-actions <[email protected]>
Yang-33 pushed a commit to line/line-bot-sdk-php that referenced this pull request Aug 26, 2024
line/line-openapi#65

In the Messaging API, we've added the following values as conditions for
filtering the age range of recipients in the [demographic filter
objects](https://developers.line.biz/en/reference/messaging-api/#narrowcast-demographic-filter)
of [narrowcast
messages](https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message):

- `age_55`
- `age_60`
- `age_65`
- `age_70`

Until now, the upper limit was `age_50`, so it wasn't possible to filter
ages over 50 in detail. By specifying the added age ranges, you can now
filter recipients more flexibly than before.

For example, the following is a demographic filter object that filters
by age 50 and older but less than 60:

```json
{
  "type": "age",
  "gte": "age_50",
  "lt": "age_60"
}
```

news:
https://developers.line.biz/en/news/2024/08/26/age-filter-subdivision/

---------

Co-authored-by: github-actions <[email protected]>
Yang-33 pushed a commit to line/line-bot-sdk-nodejs that referenced this pull request Aug 26, 2024
line/line-openapi#65

In the Messaging API, we've added the following values as conditions for
filtering the age range of recipients in the [demographic filter
objects](https://developers.line.biz/en/reference/messaging-api/#narrowcast-demographic-filter)
of [narrowcast
messages](https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message):

- `age_55`
- `age_60`
- `age_65`
- `age_70`

Until now, the upper limit was `age_50`, so it wasn't possible to filter
ages over 50 in detail. By specifying the added age ranges, you can now
filter recipients more flexibly than before.

For example, the following is a demographic filter object that filters
by age 50 and older but less than 60:

```json
{
  "type": "age",
  "gte": "age_50",
  "lt": "age_60"
}
```

news:
https://developers.line.biz/en/news/2024/08/26/age-filter-subdivision/

Co-authored-by: github-actions <[email protected]>
Yang-33 pushed a commit to line/line-bot-sdk-java that referenced this pull request Aug 26, 2024
line/line-openapi#65

In the Messaging API, we've added the following values as conditions for
filtering the age range of recipients in the [demographic filter
objects](https://developers.line.biz/en/reference/messaging-api/#narrowcast-demographic-filter)
of [narrowcast
messages](https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message):

- `age_55`
- `age_60`
- `age_65`
- `age_70`

Until now, the upper limit was `age_50`, so it wasn't possible to filter
ages over 50 in detail. By specifying the added age ranges, you can now
filter recipients more flexibly than before.

For example, the following is a demographic filter object that filters
by age 50 and older but less than 60:

```json
{
  "type": "age",
  "gte": "age_50",
  "lt": "age_60"
}
```

news:
https://developers.line.biz/en/news/2024/08/26/age-filter-subdivision/

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.

3 participants