# 使用统计

仪表盘、响应头、API 与住宅一致——只需把路径从 `/v1/residential/...` 改为 `/v1/mobile/...`。完整参考见 [住宅使用统计](/helodata-zh/chan-pin/overview/statistics.md)。下面是移动特有维度。

## 控制台

**控制台 → 移动 → 统计** 在标准视图之上额外提供：

* **Top ASN（运营商）** — 最常用的运营商 IP
* **运营商重分配率** — 中途被换 IP 的粘性会话占比
* **按运营商错误率** — 单一运营商劣化时一眼可见

## REST API

```bash
curl -H "Authorization: Bearer API_KEY" \
     "https://api.helodata.com/v1/mobile/traffic?from=2026-05-01&to=2026-05-28&group_by=asn"
```

`group_by` 在住宅选项之外新增 `asn` 与 `carrier_name`。

## 响应头（移动特有字段）

```
X-Helodata-Exit-IP: 198.51.100.42
X-Helodata-Exit-Geo: us
X-Helodata-Exit-ASN: 6167
X-Helodata-Exit-ASN-Name: Cellco Partnership d/b/a Verizon Wireless
X-Helodata-Exit-Connection: lte           # 取值：3g / lte / 5g / wifi-handoff
X-Helodata-Session-Repinned: true
X-Helodata-Bytes-In: 1248
X-Helodata-Bytes-Out: 38745
X-Helodata-Request-Id: req_01HX2K3PQ4M5
```

`X-Helodata-Exit-Connection` 报告请求时 IP 的接入技术——目标对 5G 与 LTE 区别对待时有用。

## 给请求打标签

同住宅——`X-Helodata-Tag` 头，最多 64 字符，字符集 `[a-z0-9_-]`。标签出现在控制台筛选与流量 API 的 `group_by` 中。

## 账单对账

移动流量与住宅**分别开票**。取计费周期内按日的移动流量 API 数据，与 **账单 → 发票** 对比即可。

## 告警

**控制台 → 告警** 中可设置移动特有告警：

* 移动单日流量超过 X GB
* 某 ASN 错误率超过 Y%
* 运营商重分配率在 Z 分钟内超过 Z%（提示区域故障）


---

# 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/statistics.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.
