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