| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
LinkedForeignAccount |
LinkedForeignAccount.clone() |
LinkedForeignAccount |
LinkedForeignAccount.set(String fieldName,
Object value) |
LinkedForeignAccount |
LinkedForeignAccount.setAccountId(String accountId)
Account ID to which this linked foreign account belongs.
|
LinkedForeignAccount |
LinkedForeignAccount.setEligibleForSearch(Boolean eligibleForSearch)
Boolean indicating whether this is eligible for search.
|
LinkedForeignAccount |
LinkedForeignAccount.setId(String id)
Entity ad account link ID.
|
LinkedForeignAccount |
LinkedForeignAccount.setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for the web property to which this linked foreign account belongs.
|
LinkedForeignAccount |
LinkedForeignAccount.setKind(String kind)
Resource type for linked foreign account.
|
LinkedForeignAccount |
LinkedForeignAccount.setLinkedAccountId(String linkedAccountId)
The foreign account ID.
|
LinkedForeignAccount |
LinkedForeignAccount.setRemarketingAudienceId(String remarketingAudienceId)
Remarketing audience ID to which this linked foreign account belongs.
|
LinkedForeignAccount |
LinkedForeignAccount.setStatus(String status)
The status of this foreign account link.
|
LinkedForeignAccount |
LinkedForeignAccount.setType(String type)
The type of the foreign account.
|
LinkedForeignAccount |
LinkedForeignAccount.setWebPropertyId(String webPropertyId)
Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
|
| Modifier and Type | Method and Description |
|---|---|
List<LinkedForeignAccount> |
RemarketingAudience.getLinkedAdAccounts()
The linked ad accounts associated with this remarketing audience.
|
| Modifier and Type | Method and Description |
|---|---|
RemarketingAudience |
RemarketingAudience.setLinkedAdAccounts(List<LinkedForeignAccount> linkedAdAccounts)
The linked ad accounts associated with this remarketing audience.
|
Copyright © 2011–2022 Google. All rights reserved.