Reference documentation and code samples for the Google Ads Data Manager V1 Client class PartnerLink.
A partner link between an owning account and a partner account.
Generated from protobuf message google.ads.datamanager.v1.PartnerLink
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The name of the partner link. Format: accountTypes/{account_type}/accounts/{account}/partnerLinks/{partner_link}
↳ partner_link_id
string
Output only. The partner link ID.
↳ owning_account
↳ partner_account
getName
Identifier. The name of the partner link.
Format: accountTypes/{account_type}/accounts/{account}/partnerLinks/{partner_link}
string
setName
Identifier. The name of the partner link.
Format: accountTypes/{account_type}/accounts/{account}/partnerLinks/{partner_link}
var
string
$this
getPartnerLinkId
Output only. The partner link ID.
string
setPartnerLinkId
Output only. The partner link ID.
var
string
$this
getOwningAccount
Required. The owning account granting access to the partner account.
hasOwningAccount
clearOwningAccount
setOwningAccount
Required. The owning account granting access to the partner account.
$this
getPartnerAccount
Required. The partner account granted access by the owning account.
hasPartnerAccount
clearPartnerAccount
setPartnerAccount
Required. The partner account granted access by the owning account.
$this

