iOS渠道统计

渠道统计需要设置属性参数配置中的channelId。具体设置方法如下:

设置渠道Id

默认值为 "AppStore"

  1. [[BaiduMobStat defaultStat] setChannelId:@"AppStore"];
  1. BaiduMobStat.default().channelId = "AppStore"

您可以在调用startWithAppId之前调用channelId的设置API,设置不同的渠道名。如果channelId属性未设置,系统默认会采用AppStore为您的应用渠道。

对于iOS应用AppStore的上游渠道统计,建议您使用百度移动统计的渠道来源分析功能,具体使用方法见渠道分析功能介绍