C# Class Senparc.Weixin.MP.AdvancedAPIs.AnalysisApi

分析数据接口 最大时间跨度是指一次接口调用时最大可获取数据的时间范围,如最大时间跨度为7是指最多一次性获取7天的数据。 注意:所有的日期请使用【yyyy-MM-dd】的格式
Mostrar archivo Open project: JeffreySu/WeiXinMPSDK

Public Methods

Method Description
GetArticleSummary ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取图文群发每日数据(getarticlesummary) 最大时间跨度 1

GetArticleSummaryAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取图文群发每日数据(getarticlesummary) 最大时间跨度 1

GetArticleTotal ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取图文群发总数据(getarticletotal) 请注意,details中,每天对应的数值为该文章到该日为止的总量(而不是当日的量) 最大时间跨度 1

GetArticleTotalAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取图文群发总数据(getarticletotal) 请注意,details中,每天对应的数值为该文章到该日为止的总量(而不是当日的量) 最大时间跨度 1

GetInterfaceSummary ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取接口分析数据(getinterfacesummary) 最大时间跨度 30

GetInterfaceSummaryAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取接口分析数据(getinterfacesummary) 最大时间跨度 30

GetInterfaceSummaryHour ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取接口分析分时数据(getinterfacesummaryhour) 最大时间跨度 1

GetInterfaceSummaryHourAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取接口分析分时数据(getinterfacesummaryhour) 最大时间跨度 1

GetUpStreamMsg ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取消息发送概况数据(getupstreammsg) 最大时间跨度 7

GetUpStreamMsgAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取消息发送概况数据(getupstreammsg) 最大时间跨度 7

GetUpStreamMsgDist ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取消息发送分布数据(getupstreammsgdist) 最大时间跨度 15

GetUpStreamMsgDistAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取消息发送分布数据(getupstreammsgdist) 最大时间跨度 15

GetUpStreamMsgDistMonth ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取消息发送分布月数据(getupstreammsgdistmonth) 最大时间跨度 30

GetUpStreamMsgDistMonthAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取消息发送分布月数据(getupstreammsgdistmonth) 最大时间跨度 30

GetUpStreamMsgDistWeek ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取消息发送分布周数据(getupstreammsgdistweek) 最大时间跨度 30

GetUpStreamMsgDistWeekAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取消息发送分布周数据(getupstreammsgdistweek) 最大时间跨度 30

GetUpStreamMsgHour ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取消息分送分时数据(getupstreammsghour) 最大时间跨度 1

GetUpStreamMsgHourAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取消息分送分时数据(getupstreammsghour) 最大时间跨度 1

GetUpStreamMsgMonth ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取消息发送月数据(getupstreammsgmonth) 最大时间跨度 30

GetUpStreamMsgMonthAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取消息发送月数据(getupstreammsgmonth) 最大时间跨度 30

GetUpStreamMsgWeek ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取消息发送周数据(getupstreammsgweek) 最大时间跨度 30

GetUpStreamMsgWeekAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取消息发送周数据(getupstreammsgweek) 最大时间跨度 30

GetUserCumulate ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取累计用户数据 最大时间跨度 7

GetUserCumulateAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取累计用户数据 最大时间跨度 7

GetUserRead ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取图文统计数据(getuserread) 最大时间跨度 3

GetUserReadAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取图文统计数据(getuserread) 最大时间跨度 3

GetUserReadHour ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取图文统计分时数据(getuserreadhour) 最大时间跨度 1

GetUserReadHourAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】 获取图文统计分时数据(getuserreadhour) 最大时间跨度 1

GetUserShare ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取图文分享转发数据(getusershare) 最大时间跨度 7

GetUserShareAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取图文分享转发数据(getusershare) 最大时间跨度 7

GetUserShareHour ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取图文分享转发分时数据(getusersharehour) 最大时间跨度 1

GetUserShareHourAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】获取图文分享转发分时数据(getusersharehour) 最大时间跨度 1

GetUserSummary ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson

获取用户增减数据 最大时间跨度 7

GetUserSummaryAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>

【异步方法】 获取用户增减数据 最大时间跨度 7

Method Details

GetArticleSummary() public static method

获取图文群发每日数据(getarticlesummary) 最大时间跨度 1
public static GetArticleSummary ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string 调用接口凭证
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetArticleSummaryAsync() public static method

【异步方法】获取图文群发每日数据(getarticlesummary) 最大时间跨度 1
public static GetArticleSummaryAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string 调用接口凭证
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetArticleTotal() public static method

获取图文群发总数据(getarticletotal) 请注意,details中,每天对应的数值为该文章到该日为止的总量(而不是当日的量) 最大时间跨度 1
public static GetArticleTotal ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetArticleTotalAsync() public static method

【异步方法】获取图文群发总数据(getarticletotal) 请注意,details中,每天对应的数值为该文章到该日为止的总量(而不是当日的量) 最大时间跨度 1
public static GetArticleTotalAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetInterfaceSummary() public static method

获取接口分析数据(getinterfacesummary) 最大时间跨度 30
public static GetInterfaceSummary ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string 调用接口凭证
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetInterfaceSummaryAsync() public static method

【异步方法】获取接口分析数据(getinterfacesummary) 最大时间跨度 30
public static GetInterfaceSummaryAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string 调用接口凭证
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetInterfaceSummaryHour() public static method

获取接口分析分时数据(getinterfacesummaryhour) 最大时间跨度 1
public static GetInterfaceSummaryHour ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetInterfaceSummaryHourAsync() public static method

【异步方法】获取接口分析分时数据(getinterfacesummaryhour) 最大时间跨度 1
public static GetInterfaceSummaryHourAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUpStreamMsg() public static method

获取消息发送概况数据(getupstreammsg) 最大时间跨度 7
public static GetUpStreamMsg ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string 调用接口凭证
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUpStreamMsgAsync() public static method

【异步方法】获取消息发送概况数据(getupstreammsg) 最大时间跨度 7
public static GetUpStreamMsgAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string 调用接口凭证
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUpStreamMsgDist() public static method

获取消息发送分布数据(getupstreammsgdist) 最大时间跨度 15
public static GetUpStreamMsgDist ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUpStreamMsgDistAsync() public static method

【异步方法】获取消息发送分布数据(getupstreammsgdist) 最大时间跨度 15
public static GetUpStreamMsgDistAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUpStreamMsgDistMonth() public static method

获取消息发送分布月数据(getupstreammsgdistmonth) 最大时间跨度 30
public static GetUpStreamMsgDistMonth ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUpStreamMsgDistMonthAsync() public static method

【异步方法】获取消息发送分布月数据(getupstreammsgdistmonth) 最大时间跨度 30
public static GetUpStreamMsgDistMonthAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUpStreamMsgDistWeek() public static method

获取消息发送分布周数据(getupstreammsgdistweek) 最大时间跨度 30
public static GetUpStreamMsgDistWeek ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUpStreamMsgDistWeekAsync() public static method

【异步方法】获取消息发送分布周数据(getupstreammsgdistweek) 最大时间跨度 30
public static GetUpStreamMsgDistWeekAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUpStreamMsgHour() public static method

获取消息分送分时数据(getupstreammsghour) 最大时间跨度 1
public static GetUpStreamMsgHour ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUpStreamMsgHourAsync() public static method

【异步方法】获取消息分送分时数据(getupstreammsghour) 最大时间跨度 1
public static GetUpStreamMsgHourAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUpStreamMsgMonth() public static method

获取消息发送月数据(getupstreammsgmonth) 最大时间跨度 30
public static GetUpStreamMsgMonth ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUpStreamMsgMonthAsync() public static method

【异步方法】获取消息发送月数据(getupstreammsgmonth) 最大时间跨度 30
public static GetUpStreamMsgMonthAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUpStreamMsgWeek() public static method

获取消息发送周数据(getupstreammsgweek) 最大时间跨度 30
public static GetUpStreamMsgWeek ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUpStreamMsgWeekAsync() public static method

【异步方法】获取消息发送周数据(getupstreammsgweek) 最大时间跨度 30
public static GetUpStreamMsgWeekAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUserCumulate() public static method

获取累计用户数据 最大时间跨度 7
public static GetUserCumulate ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUserCumulateAsync() public static method

【异步方法】获取累计用户数据 最大时间跨度 7
public static GetUserCumulateAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUserRead() public static method

获取图文统计数据(getuserread) 最大时间跨度 3
public static GetUserRead ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUserReadAsync() public static method

【异步方法】获取图文统计数据(getuserread) 最大时间跨度 3
public static GetUserReadAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUserReadHour() public static method

获取图文统计分时数据(getuserreadhour) 最大时间跨度 1
public static GetUserReadHour ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUserReadHourAsync() public static method

【异步方法】 获取图文统计分时数据(getuserreadhour) 最大时间跨度 1
public static GetUserReadHourAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUserShare() public static method

获取图文分享转发数据(getusershare) 最大时间跨度 7
public static GetUserShare ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUserShareAsync() public static method

【异步方法】获取图文分享转发数据(getusershare) 最大时间跨度 7
public static GetUserShareAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUserShareHour() public static method

获取图文分享转发分时数据(getusersharehour) 最大时间跨度 1
public static GetUserShareHour ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUserShareHourAsync() public static method

【异步方法】获取图文分享转发分时数据(getusersharehour) 最大时间跨度 1
public static GetUserShareHourAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>

GetUserSummary() public static method

获取用户增减数据 最大时间跨度 7
public static GetUserSummary ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : AnalysisResultJson
accessTokenOrAppId string 调用接口凭证
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return AnalysisResultJson

GetUserSummaryAsync() public static method

【异步方法】 获取用户增减数据 最大时间跨度 7
public static GetUserSummaryAsync ( string accessTokenOrAppId, string beginDate, string endDate, int timeOut = Config.TIME_OUT ) : Task>
accessTokenOrAppId string 调用接口凭证
beginDate string 获取数据的起始日期,begin_date和end_date的差值需小于“最大时间跨度”(比如最大时间跨度为1时,begin_date和end_date的差值只能为0,才能小于1),否则会报错
endDate string 获取数据的结束日期,end_date允许设置的最大值为昨日
timeOut int 代理请求超时时间(毫秒)
return Task>