Data Manager API

面向数据合作伙伴、代理机构和广告主的统一注入 API,用于将第一方数据关联到各个 Google 广告产品。

服务:datamanager.googleapis.com

如要调用此服务,我们建议您使用 Google 提供的客户端库。如果您的应用需要使用您自己的库来调用此服务,则在发出 API 请求时应使用以下信息。

发现文档

发现文档是用于说明和使用 REST API 的机器可读规范。它用于构建客户端库、IDE 插件以及与 Google API 交互的其他工具。一项服务可能会提供多个发现文档。此服务提供了以下发现文档:

服务端点

服务端点是一个基础网址,指定了 API 服务的网络地址。一项服务可能有多个服务端点。此服务具有以下服务端点,下面的所有 URI 都与此服务端点相关:

  • https://datamanager.googleapis.com

REST 资源:v1.accountTypes.accounts.insights

方法
retrieve POST /v1/{parent=accountTypes/*/accounts/*}/insights:retrieve
检索指定用户列表的营销数据分析。

REST 资源:v1.accountTypes.accounts.userListDirectLicenses

方法
create POST /v1/{parent=accountTypes/*/accounts/*}/userListDirectLicenses
创建用户列表直接许可。
get GET /v1/{name=accountTypes/*/accounts/*/userListDirectLicenses/*}
检索用户列表直接许可。
list GET /v1/{parent=accountTypes/*/accounts/*}/userListDirectLicenses
列出父账号拥有的所有用户名单直接许可。
patch PATCH /v1/{userListDirectLicense.name=accountTypes/*/accounts/*/userListDirectLicenses/*}
更新用户列表直接许可。

REST 资源:v1.accountTypes.accounts.userListGlobalLicenses

方法
create POST /v1/{parent=accountTypes/*/accounts/*}/userListGlobalLicenses
创建用户列表全局许可。
get GET /v1/{name=accountTypes/*/accounts/*/userListGlobalLicenses/*}
检索用户列表全局许可。
list GET /v1/{parent=accountTypes/*/accounts/*}/userListGlobalLicenses
列出父账号拥有的所有用户名单全局许可。
patch PATCH /v1/{userListGlobalLicense.name=accountTypes/*/accounts/*/userListGlobalLicenses/*}
更新用户列表全局许可。

REST 资源:v1.accountTypes.accounts.userListGlobalLicenses.userListGlobalLicenseCustomerInfos

方法
list GET /v1/{parent=accountTypes/*/accounts/*/userListGlobalLicenses/*}/userListGlobalLicenseCustomerInfos
列出用户名单全局许可的所有客户信息。

REST 资源:v1.accountTypes.accounts.userLists

方法
create POST /v1/{parent=accountTypes/*/accounts/*}/userLists
创建 UserList。
delete DELETE /v1/{name=accountTypes/*/accounts/*/userLists/*}
删除 UserList。
get GET /v1/{name=accountTypes/*/accounts/*/userLists/*}
获取 UserList。
list GET /v1/{parent=accountTypes/*/accounts/*}/userLists
列出 UserList。
patch PATCH /v1/{userList.name=accountTypes/*/accounts/*/userLists/*}
更新 UserList。

REST 资源:v1.audienceMembers

方法
ingest POST /v1/audienceMembers:ingest
AudienceMember 资源列表上传到提供的 Destination
remove POST /v1/audienceMembers:remove
从提供的 Destination 中移除 AudienceMember 资源列表。

REST 资源:v1.events

方法
ingest POST /v1/events:ingest
从提供的 Destination 上传 Event 资源列表。

REST 资源:v1.requestStatus

方法
retrieve GET /v1/requestStatus:retrieve
获取指定请求 ID 的请求的状态。