public interface WxMaAnalysisService
| 限定符和类型 | 方法和说明 | 
|---|---|
WxMaRetainInfo | 
getDailyRetainInfo(Date beginDate,
                  Date endDate)
获取日留存数据。 
 | 
List<WxMaSummaryTrend> | 
getDailySummaryTrend(Date beginDate,
                    Date endDate)
查询概况趋势。 
 | 
List<WxMaVisitTrend> | 
getDailyVisitTrend(Date beginDate,
                  Date endDate)
获取日访问趋势。 
 | 
WxMaRetainInfo | 
getMonthlyRetainInfo(Date beginDate,
                    Date endDate)
获取月留存数据。 
 | 
List<WxMaVisitTrend> | 
getMonthlyVisitTrend(Date beginDate,
                    Date endDate)
获取月访问趋势。 
 | 
WxMaUserPortrait | 
getUserPortrait(Date beginDate,
               Date endDate)
获取小程序新增或活跃用户的画像分布数据。 
 | 
WxMaVisitDistribution | 
getVisitDistribution(Date beginDate,
                    Date endDate)
获取访问分布。 
 | 
List<WxMaVisitPage> | 
getVisitPage(Date beginDate,
            Date endDate)
获取访问页面数据。 
 | 
WxMaRetainInfo | 
getWeeklyRetainInfo(Date beginDate,
                   Date endDate)
获取周留存数据。 
 | 
List<WxMaVisitTrend> | 
getWeeklyVisitTrend(Date beginDate,
                   Date endDate)
获取周访问趋势。 
 | 
List<WxMaSummaryTrend> getDailySummaryTrend(Date beginDate, Date endDate) throws WxErrorException
beginDate - 开始日期endDate - 结束日期,限定查询1天数据,end_date允许设置的最大值为昨日WxErrorException - 获取失败时抛出,具体错误码请看文档List<WxMaVisitTrend> getDailyVisitTrend(Date beginDate, Date endDate) throws WxErrorException
beginDate - 开始日期endDate - 结束日期,限定查询1天数据,end_date允许设置的最大值为昨日WxErrorException - 获取失败时抛出,具体错误码请看文档List<WxMaVisitTrend> getWeeklyVisitTrend(Date beginDate, Date endDate) throws WxErrorException
beginDate - 开始日期,为周一日期endDate - 结束日期,为周日日期,限定查询一周数据WxErrorException - 获取失败时抛出,具体错误码请看文档List<WxMaVisitTrend> getMonthlyVisitTrend(Date beginDate, Date endDate) throws WxErrorException
beginDate - 开始日期,为自然月第一天endDate - 结束日期,为自然月最后一天,限定查询一个月数据WxErrorException - 获取失败时抛出,具体错误码请看文档WxMaVisitDistribution getVisitDistribution(Date beginDate, Date endDate) throws WxErrorException
beginDate - 开始日期endDate - 结束日期,限定查询1天数据,end_date允许设置的最大值为昨日WxErrorException - 获取失败时抛出,具体错误码请看文档WxMaRetainInfo getDailyRetainInfo(Date beginDate, Date endDate) throws WxErrorException
beginDate - 开始日期endDate - 结束日期,限定查询 1 天数据,endDate 允许设置的最大值为昨日WxErrorException - 获取失败时抛出,具体错误码请看文档WxMaRetainInfo getWeeklyRetainInfo(Date beginDate, Date endDate) throws WxErrorException
beginDate - 开始日期,为周一日期endDate - 结束日期,为周日日期,限定查询一周数据WxErrorException - 获取失败时抛出,具体错误码请看文档WxMaRetainInfo getMonthlyRetainInfo(Date beginDate, Date endDate) throws WxErrorException
beginDate - 开始日期,为自然月第一天endDate - 结束日期,为自然月最后一天,限定查询一个月数据WxErrorException - 获取失败时抛出,具体错误码请看文档List<WxMaVisitPage> getVisitPage(Date beginDate, Date endDate) throws WxErrorException
beginDate - 开始日期endDate - 结束日期,限定查询1天数据,end_date允许设置的最大值为昨日WxErrorException - 获取失败时抛出,具体错误码请看文档WxMaUserPortrait getUserPortrait(Date beginDate, Date endDate) throws WxErrorException
beginDate - 开始日期endDate - 结束日期,开始日期与结束日期相差的天数限定为0/6/29,分别表示查询最近1/7/30天数据,end_date允许设置的最大值为昨日WxErrorException - 获取失败时抛出,具体错误码请看文档Copyright © 2025. All rights reserved.