GoogleAdWordsLinkedService interface
Google AdWords 服务链接服务。
属性
| authentication |
用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。 |
| client |
要为其提取报表数据的 AdWords 帐户的客户端客户 ID。 |
| client |
用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| client |
用于获取刷新令牌的 google 应用程序的客户端密码。 |
| connection |
(已弃用)用于连接到 GoogleAds 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
| developer |
与用于授予 AdWords API 访问权限的经理帐户关联的开发人员令牌。 |
用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。 |
|
| encrypted |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| google |
Google Ads API 主版本(如 v14)。 可在 https://developers.google.com/google-ads/api/docs/release-notes中找到支持的主要版本。 |
| key |
(已弃用)用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。 |
| login |
要通过该帐户提取特定客户的报表数据的 Google Ads Manager 帐户的客户 ID。 |
| private |
用于对服务帐户电子邮件地址进行身份验证的私钥,只能在自承载 IR 上使用。 |
| refresh |
从 Google 获取的刷新令牌,用于授权访问 AdWords for UserAuthentication。 |
| support |
指定是否使用旧数据类型映射,这些映射将 float、int32 和 int64 从 Google 映射到字符串。 除非要保持与旧驱动程序数据类型映射的向后兼容性,否则不要将其设置为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
| trusted |
(已弃用)包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值为随 IR 一起安装的 cacerts.pem 文件。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
| use |
(已弃用)指定是使用系统信任存储中的 CA 证书还是从指定的 PEM 文件使用 CA 证书。 默认值为 false。 |
继承属性
| annotations | 可用于描述链接服务的标记列表。 |
| connect |
集成运行时参考。 |
| description | 链接服务说明。 |
| parameters | 链接服务的参数。 |
| version | 链接服务的版本。 |
属性详细信息
authenticationType
用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自承载 IR 上使用。
authenticationType?: string
属性值
string
clientCustomerID
要为其提取报表数据的 AdWords 帐户的客户端客户 ID。
clientCustomerID?: any
属性值
any
clientId
用于获取刷新令牌的 google 应用程序的客户端 ID。 类型:字符串(或带有 resultType 字符串的表达式)。
clientId?: any
属性值
any
clientSecret
connectionProperties
(已弃用)用于连接到 GoogleAds 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。
connectionProperties?: any
属性值
any
developerToken
用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自承载 IR 上使用。
email?: any
属性值
any
encryptedCredential
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串(或带有 resultType 字符串的表达式)。
encryptedCredential?: any
属性值
any
googleAdsApiVersion
Google Ads API 主版本(如 v14)。 可在 https://developers.google.com/google-ads/api/docs/release-notes中找到支持的主要版本。
googleAdsApiVersion?: any
属性值
any
keyFilePath
(已弃用)用于对服务帐户电子邮件地址进行身份验证的 .p12 密钥文件的完整路径,只能在自承载 IR 上使用。
keyFilePath?: any
属性值
any
loginCustomerID
要通过该帐户提取特定客户的报表数据的 Google Ads Manager 帐户的客户 ID。
loginCustomerID?: any
属性值
any
privateKey
refreshToken
从 Google 获取的刷新令牌,用于授权访问 AdWords for UserAuthentication。
refreshToken?: SecretBaseUnion
属性值
supportLegacyDataTypes
指定是否使用旧数据类型映射,这些映射将 float、int32 和 int64 从 Google 映射到字符串。 除非要保持与旧驱动程序数据类型映射的向后兼容性,否则不要将其设置为 true。 类型:布尔值(或带有 resultType 布尔值的表达式)。
supportLegacyDataTypes?: any
属性值
any
trustedCertPath
(已弃用)包含受信任的 CA 证书的 .pem 文件的完整路径,用于通过 SSL 连接时验证服务器。 只能在自承载 IR 上使用 SSL 时设置此属性。 默认值为随 IR 一起安装的 cacerts.pem 文件。
trustedCertPath?: any
属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "GoogleAdWords"
属性值
"GoogleAdWords"
useSystemTrustStore
(已弃用)指定是使用系统信任存储中的 CA 证书还是从指定的 PEM 文件使用 CA 证书。 默认值为 false。
useSystemTrustStore?: any
属性值
any
继承属性详细信息
annotations
connectVia
集成运行时参考。
connectVia?: IntegrationRuntimeReference
属性值
description
parameters
链接服务的参数。
parameters?: {[propertyName: string]: ParameterSpecification}
属性值
{[propertyName: string]: ParameterSpecification}