Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: line/line-openapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7ce8caf6c2054bb05a691cf93a9baef527386888
Choose a base ref
...
head repository: line/line-openapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1729a0aee4ec6257c4f7395860b012d3a3e0b235
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 5, 2024

  1. Support new age groups in insight API (#68)

    In the Messaging API, we've added the following values as the percentage
    of each age group of your LINE Official Account's friends that you can
    get by using the [Get friend
    demographics](https://developers.line.biz/en/reference/messaging-api/#get-demographic)
    endpoint:
    
    - `from50to54`
    - `from55to59`
    - `from60to64`
    - `from65to69`
    - `from70`
    
    
    
    Previously, we've aggregated the percentage of friends who are 50 and
    older as a single value, from50. With this change, you can now get
    statistics on the percentage of friends between the ages of 50 and 70.
    
    We'll continue to include from50 in the response as a value that
    aggregates the percentage of friends who are 50 and older.
    
    News:
    https://developers.line.biz/en/news/2024/09/05/age-percentage-subdivision/
    Yang-33 authored Sep 5, 2024
    Copy the full SHA
    1729a0a View commit details
Showing with 5 additions and 0 deletions.
  1. +5 −0 insight.yml
5 changes: 5 additions & 0 deletions insight.yml
Original file line number Diff line number Diff line change
@@ -372,6 +372,11 @@ components:
- from40to44
- from45to49
- from50
- from50to54
- from55to59
- from60to64
- from65to69
- from70
- unknown
description: "users' age"
percentage: