# 社交媒体

| 域名                  | 社交媒体      |
| ------------------- | --------- |
| t.cn                | 微博        |
| weibo.com           | 微博        |
| weibo.cn            | 微博        |
| desktop.weibo.com   | 微博        |
| qzone.qq.com        | QQ空间      |
| im.qq.com           | QQ        |
| qun.qq.com          | QQ群       |
| wx.qq.com           | 微信        |
| wechat.com          | 微信        |
| weixin.qq.com       | 微信        |
| mp.weixin.qq.com    | 微信        |
| mp.weixinbridge.com | 微信        |
| linkedin.com        | 领英        |
| maimai.cn           | 脉脉        |
| zhihu.com           | 知乎        |
| douban.com          | 豆瓣        |
| lofter.com          | Lofter    |
| facebook.com        | Facebook  |
| twitter.com         | Twitter   |
| myspace.com         | MySpace   |
| instagram.com       | Instagram |
| t.qq.com            | 腾讯微博      |
| t.sohu.com          | 搜狐微博      |
| renren.com          | 人人网       |
| share.renren.com    | 人人网       |
| page.renren.com     | 人人网       |
| life.renren.com     | 人人网       |
| xiaozu.renren.com   | 人人网       |
| kaixin001.com       | 开心网       |
| love.163.com        | 花田        |
| immomo.com          | 陌陌        |
| tantanapp.com       | 探探        |
| zhenai.com          | 珍爱网       |
| jiayuan.com         | 世纪佳缘      |
| baihe.com           | 百合网       |

**鉴于微信在目前的流量获取中占据了非常重要的位置，所以我们根据微信环境中打开的数据参数进行了进一步识别**

| 分享来源   | 场景                                           | 说明                                                                         |
| ------ | -------------------------------------------- | -------------------------------------------------------------------------- |
| 微信-公众号 | 公众号中查看图文消息-点击“阅读原文”                          | 根据UA判断是否是微信环境，根据referrer中包含的mp.weixinbridge.com、mp.weixin.qq.com 来识别出来自公众号 |
| 微信-朋友圈 | 朋友圈里查看分享的页面类链接                               | 根据UA判断是否是微信环境，再根据微信在url中添加的 from=timeline 参数来识别                            |
| 微信-群聊  | 查看分享给群组的页面链接                                 | 根据UA判断是否是微信环境，再根据微信在url中添加的 from=groupmessage 参数来识别                        |
| 微信-单聊  | 查看分享给单个好友的页面链接                               | 根据UA判断是否是微信环境，在根据微信在url中添加的from=singlemessage参数来识别                         |
| 微信-其他  | 公众号中直接的文字/图片链接、朋友圈/群聊/单聊消息中的URL链接、扫描在微信中的二维码 | 如果没有自定义加参数的话，只能根据UA判断是微信中打开，但无法识别更具体的来源                                    |

###

{% hint style="info" %}
以上内容没有解答我的问题？[点击我来反馈](https://support.qq.com/products/118522/) 🚀
{% endhint %}


---

# 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://arkdocs.analysys.cn/features/analytics/channel/processing-social-media.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.
