Java 帐户用户链接API中缺少webPropertyRef数据

Java 帐户用户链接API中缺少webPropertyRef数据,java,google-analytics,google-analytics-api,google-apis-explorer,google-analytics-userid,Java,Google Analytics,Google Analytics Api,Google Apis Explorer,Google Analytics Userid,我正在使用Google Analytical获取链接到我帐户的用户列表。我使用用户列表获得成功响应,但响应实体“webPropertyRef”:“数据丢失” 我指的是响应表示,是不是我的响应中缺少了可以返回webPropertyRef数据的东西 当我调用webproperties方法调用时,我会得到webPropertyRef的数据,例如下面的 Webproperties properties = analytics.management().webproperties(

我正在使用Google Analytical获取链接到我帐户的用户列表。我使用用户列表获得成功响应,但响应实体“webPropertyRef”:“数据丢失”

我指的是响应表示,是不是我的响应中缺少了可以返回webPropertyRef数据的东西

当我调用webproperties方法调用时,我会得到webPropertyRef的数据,例如下面的

            Webproperties properties = analytics.management().webproperties()
                    .list(firstAccountId).execute();```


你想干什么?你想得到什么信息?webPropertyRef由帐户用户链接返回。该调用如下所示:analytics.management().accountUserLinks().list().execute()您现在拥有的代码将返回Web属性资源,请参阅