Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Contains the methods used to manage an ad group excluded audience association.
Methods
| Method Name | Return Type | Description |
|---|---|---|
| getAdGroup | AdGroup | Get this association's ad group. |
| getAudienceId | string | Gets the excluded audience's ID. |
| getCampaign | Campaign | Gets the campaign that contains this association's ad group. |
| getEntityType | string | Gets the entity's type, which is AdGroupExcludedAudience. |
| getId | string | Gets the ID that uniquely identifies this association. |
| getName | string | Gets the excluded audience's name. |
| remove | void | Removes this association. |
getAdGroup
Gets this association's ad group.
Returns
| Type | Description |
|---|---|
| AdGroup | The association's ad group. |
getAudienceId
Gets the excluded audience's ID.
Returns
| Type | Description |
|---|---|
| string | The excluded audience's ID. |
getCampaign
Get the campaign that contains this association's ad group.
Returns
| Type | Description |
|---|---|
| Campaign | The campaign that contains this association's ad group. |
getEntityType
Returns this entity's type.
Returns
| Type | Description |
|---|---|
| string | This entity's type, which is AdGroupExcludedAudience. |
getId
Gets the ID that uniquely identifies this association.
Returns
| Type | Description |
|---|---|
| string | The ID that uniquely identifies this association. |
getName
Gets the excluded audience's name.
Returns
| Type | Description |
|---|---|
| string | The excluded audience's name. |
remove
Removes this association.
Returns
| Type | Description |
|---|---|
| void | Returns nothing. |