|
@@ -88,8 +88,8 @@ public class GAReportService {
|
|
|
// TODO: 获取可查的GoogleGTM对象
|
|
|
List<GoogleGTM> googleGTMS = Collections.emptyList();
|
|
|
|
|
|
- // 每个帐号同步更新三张报表
|
|
|
for (GoogleGTM googleGTM : googleGTMS) {
|
|
|
+ // 每个帐号同步更新三张报表
|
|
|
try {
|
|
|
this.syncGACountryReport(googleGTM);
|
|
|
this.syncGASourceMediumReport(googleGTM);
|