--- v18/common/ad_asset.proto 2025-08-05 14:36:11.000000000 +0000 +++ v19/common/ad_asset.proto 2025-08-05 14:36:14.000000000 +0000 @@ -112,3 +112,9 @@ // The Asset resource name of this call to action asset. optional string asset = 1; } + +// An app deep link used inside an ad. +message AdAppDeepLinkAsset { + // The Asset resource name of this app deep link asset. + optional string asset = 1; +}
/common/ad_asset.proto
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[null,null,["最后更新时间 (UTC):2025-08-21。"],[],[],null,["# /common/ad_asset.proto\n\n```diff\n--- v18/common/ad_asset.proto 2025-08-05 14:36:11.000000000 +0000\n+++ v19/common/ad_asset.proto 2025-08-05 14:36:14.000000000 +0000\n@@ -112,3 +112,9 @@\n // The Asset resource name of this call to action asset.\n optional string asset = 1;\n }\n+\n+// An app deep link used inside an ad.\n+message AdAppDeepLinkAsset {\n+ // The Asset resource name of this app deep link asset.\n+ optional string asset = 1;\n+}\n```"]]