--- v15/resources/product_link_invitation.proto 2024-02-20 20:29:00.000000000 +0000 +++ v16/resources/product_link_invitation.proto 2024-02-20 20:29:04.000000000 +0000 @@ -75,6 +75,10 @@ // Output only. Merchant Center link invitation. MerchantCenterLinkInvitationIdentifier merchant_center = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. Advertising Partner link invitation. + AdvertisingPartnerLinkInvitationIdentifier advertising_partner = 7 + [(google.api.field_behavior) = OUTPUT_ONLY]; } } @@ -91,3 +95,15 @@ // This field is read only int64 merchant_center_id = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; } + +// The identifier for the Advertising Partner Google Ads account. +message AdvertisingPartnerLinkInvitationIdentifier { + // Immutable. The resource name of the advertising partner Google Ads account. + // This field is read only. + optional string customer = 1 [ + (google.api.field_behavior) = IMMUTABLE, + (google.api.resource_reference) = { + type: "googleads.googleapis.com/Customer" + } + ]; +}
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/11 (UTC).
[null,null,["Dernière mise à jour le 2024/09/11 (UTC)."],[],[]]