diff --git a/changelog.mdx b/changelog.mdx index 8c2f18121..8e25fe394 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -7,6 +7,18 @@ keywords: ["changelog", "API updates", "release notes", "what's new", "API chang To subscribe to updates, please [**“Turn on notifications”**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) for [**@API**](https://x.com/api). + + ### New filtered stream operators: affiliate targeting and follower thresholds + + Today, we added three new operators to the X API v2 [filtered stream](/x-api/posts/filtered-stream/integrate/operators) to help you build more precise rules: + + - `from_affiliate_of:` — matches Posts from affiliates of a specific user (e.g. `from_affiliate_of:XDevelopers`). + - `to_affiliate_of:` — matches Posts in reply to affiliates of a specific user (e.g. `to_affiliate_of:XDevelopers`). + - `min_followers:` — matches Posts from users with at least the specified follower count (e.g. `min_followers:1000`). + + Use the affiliate operators to track conversations across an organization's affiliated accounts, and `min_followers:` to filter out low-reach Posts at the rule level. + + ### Search Endpoints Migrating to New Search Index diff --git a/es/changelog.mdx b/es/changelog.mdx index 4131c40e5..b01041218 100644 --- a/es/changelog.mdx +++ b/es/changelog.mdx @@ -7,6 +7,18 @@ keywords: ["registro de cambios", "actualizaciones de la API", "notas de la vers Para suscribirte a las actualizaciones, [**"Activa las notificaciones"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) para [**@API**](https://x.com/api). + + ### Nuevos operadores de filtered stream: segmentación por afiliados y umbrales de seguidores + + Hoy añadimos tres nuevos operadores al [filtered stream](https://docs.x.com/x-api/posts/filtered-stream/integrate/operators) de la X API v2 para ayudarte a crear reglas más precisas: + + - `from_affiliate_of:` — coincide con Posts de afiliados de un usuario específico (p. ej., `from_affiliate_of:XDevelopers`). + - `to_affiliate_of:` — coincide con Posts en respuesta a afiliados de un usuario específico (p. ej., `to_affiliate_of:XDevelopers`). + - `min_followers:` — coincide con Posts de usuarios con al menos el número de seguidores indicado (p. ej., `min_followers:1000`). + + Usa los operadores de afiliados para seguir conversaciones entre las cuentas afiliadas de una organización, y `min_followers:` para filtrar Posts de bajo alcance a nivel de regla. + + ### Los endpoints de búsqueda migran al nuevo índice de búsqueda diff --git a/ja/changelog.mdx b/ja/changelog.mdx index 72feacf42..661b81bd1 100644 --- a/ja/changelog.mdx +++ b/ja/changelog.mdx @@ -7,6 +7,18 @@ keywords: ["変更履歴", "API 更新", "リリースノート", "新着情報" 更新情報の通知を受け取るには、[**@API**](https://x.com/api) の [**「通知をオンにする」**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) を有効にしてください。 + + ### 新しい Filtered stream オペレーター: アフィリエイトのターゲティングとフォロワー数しきい値 + + 本日、X API v2 の [Filtered stream](https://docs.x.com/x-api/posts/filtered-stream/integrate/operators) に、より精密なルールを構築できる 3 つの新しいオペレーターを追加しました。 + + - `from_affiliate_of:` — 特定ユーザーのアフィリエイトからの投稿に一致します (例: `from_affiliate_of:XDevelopers`)。 + - `to_affiliate_of:` — 特定ユーザーのアフィリエイト宛ての返信に一致します (例: `to_affiliate_of:XDevelopers`)。 + - `min_followers:` — 指定したフォロワー数以上のユーザーからの投稿に一致します (例: `min_followers:1000`)。 + + アフィリエイトオペレーターは組織のアフィリエイトアカウント全体の会話を追跡するのに、`min_followers:` はルールレベルでリーチの小さい投稿を除外するのに使えます。 + + ### 検索エンドポイントを新しい検索インデックスに移行 diff --git a/ko/changelog.mdx b/ko/changelog.mdx index ebb10f036..175fec2e5 100644 --- a/ko/changelog.mdx +++ b/ko/changelog.mdx @@ -7,6 +7,18 @@ keywords: ["변경 로그", "API 업데이트", "릴리스 노트", "새로운 업데이트를 구독하려면 [**@API**](https://x.com/api)의 [**"알림 켜기"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive)를 활성화하세요. + + ### 새로운 filtered stream 연산자: 제휴 계정 타게팅 및 팔로워 임계값 + + 오늘, 더 정밀한 규칙을 만들 수 있도록 X API v2의 [filtered stream](https://docs.x.com/x-api/posts/filtered-stream/integrate/operators)에 세 가지 새로운 연산자를 추가했습니다: + + - `from_affiliate_of:` — 특정 사용자의 제휴 계정에서 작성된 Post와 일치합니다 (예: `from_affiliate_of:XDevelopers`). + - `to_affiliate_of:` — 특정 사용자의 제휴 계정에 대한 답글 Post와 일치합니다 (예: `to_affiliate_of:XDevelopers`). + - `min_followers:` — 지정한 팔로워 수 이상을 보유한 사용자의 Post와 일치합니다 (예: `min_followers:1000`). + + 제휴 계정 연산자는 조직의 제휴 계정 전반의 대화를 추적할 때 사용하고, `min_followers:`는 규칙 단계에서 도달 범위가 낮은 Post를 걸러낼 때 사용하세요. + + ### 검색 엔드포인트를 새 검색 인덱스로 마이그레이션 diff --git a/pt/changelog.mdx b/pt/changelog.mdx index b2d918e3b..da1e2812a 100644 --- a/pt/changelog.mdx +++ b/pt/changelog.mdx @@ -7,6 +7,18 @@ keywords: ["registro de alterações", "atualizações da API", "notas de versã Para se inscrever para receber atualizações, [**"Ative as notificações"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) para [**@API**](https://x.com/api). + + ### Novos operadores de filtered stream: segmentação por afiliados e limites de seguidores + + Hoje, adicionamos três novos operadores ao [filtered stream](https://docs.x.com/x-api/posts/filtered-stream/integrate/operators) da X API v2 para ajudar você a criar regras mais precisas: + + - `from_affiliate_of:` — corresponde a Posts de afiliados de um usuário específico (por exemplo, `from_affiliate_of:XDevelopers`). + - `to_affiliate_of:` — corresponde a Posts em resposta a afiliados de um usuário específico (por exemplo, `to_affiliate_of:XDevelopers`). + - `min_followers:` — corresponde a Posts de usuários com pelo menos a contagem de seguidores informada (por exemplo, `min_followers:1000`). + + Use os operadores de afiliados para acompanhar conversas entre as contas afiliadas de uma organização e `min_followers:` para filtrar Posts de baixo alcance no nível da regra. + + ### Endpoints de pesquisa migrando para o novo índice de pesquisa