Explorar el Código

GA account resource name

wfansh hace 6 meses
padre
commit
8fcd46a48b

+ 1 - 0
src/main/java/com/wechi/adweb/bridge/google/analytics/service/GAAdminService.java

@@ -61,6 +61,7 @@ public class GAAdminService {
                 GAAccountDTO gaAccount =
                         GAAccountDTO.builder()
                                 .id(parseId(account.getName()))
+                                .resourceName(account.getName())
                                 .displayName(account.getDisplayName())
                                 .createTime(account.getCreateTime().getSeconds())
                                 .updateTime(account.getUpdateTime().getSeconds())