# ASN 定位

对移动工作负载而言，ASN 定位是**单一最重要的参数**。许多站点会检测「该用户走蜂窝**并且**属于 X 运营商」——绑定运营商正是把一个泛用移动 IP 变成可信 IP 的关键。

## 写法

与住宅一致：

```
helo_s1a2b3c4d5e-type-mob-region-us-asn-6167
```

ASN 为十进制整数，**不带 `AS` 前缀**。

## 头部市场运营商 ASN

| 国家 | 运营商                  | ASN    |
| -- | -------------------- | ------ |
| US | Verizon Wireless     | 6167   |
| US | T-Mobile US          | 21928  |
| US | AT\&T Mobility       | 20057  |
| GB | EE                   | 12576  |
| GB | Vodafone UK          | 12969  |
| GB | Three UK             | 60339  |
| DE | Deutsche Telekom     | 3320   |
| DE | Vodafone DE          | 3209   |
| DE | Telefónica O2 DE     | 6805   |
| FR | Orange               | 3215   |
| FR | SFR                  | 15557  |
| FR | Bouygues Telecom     | 5410   |
| JP | KDDI                 | 2516   |
| JP | NTT Docomo           | 9605   |
| JP | SoftBank             | 17676  |
| KR | SK Telecom           | 9318   |
| KR | KT                   | 4766   |
| KR | LG U+                | 17858  |
| BR | Vivo / Telefónica BR | 26599  |
| BR | TIM                  | 26615  |
| BR | Claro                | 28573  |
| IN | Reliance Jio         | 55836  |
| IN | Bharti Airtel        | 24560  |
| IN | Vodafone Idea        | 38266  |
| MX | Telcel               | 8151   |
| MX | AT\&T MX             | 32098  |
| CA | Bell Mobility        | 577    |
| CA | Rogers               | 812    |
| CA | Telus                | 6327   |
| AU | Telstra              | 1221   |
| AU | Optus                | 4804   |
| AU | TPG / Vodafone AU    | 133612 |

国别完整实时清单：

```bash
curl -H "Authorization: Bearer API_KEY" \
     "https://api.helodata.com/v1/mobile/asns?region=us"
```

## 与其他字段组合

```
helo_s1a2b3c4d5e-type-mob-region-us-asn-6167                              # 美国，Verizon
helo_s1a2b3c4d5e-type-mob-region-us-state-ca-asn-6167                     # 加州 Verizon
helo_s1a2b3c4d5e-type-mob-region-us-asn-6167-session-x-sesstime-60        # Verizon 粘性会话
```

`state`/`city` 叠加 `asn` 经常导致 IP 池不足，详见 [地区与运营商](/helodata-zh/chan-pin/overview-1/locations.md)。

## 适用场景

移动场景**几乎都需要**。典型：

* 按检测到的运营商展示不同内容的 App
* 把反爬指纹绑到 ASN 的站点
* 运营商定向功能的 A/B 测试
* 合规测试（验证功能在某市场所有运营商均工作）

## 不适用场景

只有当你确实需要运营商多样性时——例如度量站点在某国全部运营商上的表现。即便如此，也优先按请求轮换 ASN，而不是留空，便于结果归因。

## 查看实际 ASN

```
X-Helodata-Exit-ASN: 6167
X-Helodata-Exit-ASN-Name: Cellco Partnership d/b/a Verizon Wireless
```

名称字段按运营商 BGP 注册返回——日志分析中省去你记 ASN-运营商对照表。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helodata.com/helodata-zh/chan-pin/overview-1/asn-targeting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
