ReportQuery查询= 新的ReportQuery.Builder() .fields( “ CityCriteriaId”,“点击次数”,“展示次数”,“ Ctr”,“ AverageCpc”,“ AveragePosition”,“ CountryCriteriaId” ) .from(ReportDefinitionReportType.GEO_PERFORMANCE_REPORT) .where(“ CampaignStatus”).in(“ ENABLED”) .during(ReportDefinitionDateRangeType.LAST_MONTH) 。建立(); 查询为空
ReportQuery查询= 新的ReportQuery.Builder() .fields( “ AccountDescriptiveName”, “ CampaignName”, “ CampaignId”, “ CampaignStatus”, “转化”, “兑换率”, “ InteractionRate”, “互动”, “成本”, “点击率”, “日期”, “印象”, “点击次数”) .from(ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT) // .where(“ Status”)。in(“ ENABLED”) .during(ReportDefinitionDateRangeType.LAST_30_DAYS) 。建立(); 查询成功