瀏覽代碼

Add some comments

wfansh 6 月之前
父節點
當前提交
3e267ae4d9
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/main/java/com/wechi/adweb/bridge/google/analytics/GADataService.java

+ 5 - 0
src/main/java/com/wechi/adweb/bridge/google/analytics/GADataService.java

@@ -22,6 +22,11 @@ import java.io.IOException;
 import java.util.List;
 import java.util.Objects;
 
+/**
+ * @author wfansh
+ *     <p>See https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema for GA
+ *     metrics and dimensions.
+ */
 @Slf4j
 @Service
 public class GADataService {