--- 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" + } + ]; +}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.