|
@@ -373,7 +373,7 @@ public class GAReportService {
|
|
|
Date endDate = new Date();
|
|
|
|
|
|
// 2. 构建GA报表请求参数
|
|
|
- // 使用ADWEB_CUSTOM_REPORT
|
|
|
+ // 使用使用ReportType.ADWEB_CUSTOM_REPORT
|
|
|
GAReportRequestDTO gaReportRequest = new GAReportRequestDTO();
|
|
|
gaReportRequest.setPropertyResourceName(
|
|
|
GAPropertyDTO.toResourceName(googleGTM.getGaPropertyId()));
|