CampaignExcludedAudience
Contains the methods used to manage a campaign excluded audience association.
Methods
Method Name | Return Type | Description |
---|---|---|
getAudienceId | string | Gets the excluded audience's ID. |
getCampaign | Campaign | Get this association's campaign. |
getEntityType | string | Gets the entity's type, which is CampaignExcludedAudience. |
getId | string | Gets the ID that uniquely identifies this association. |
getName | string | Gets the excluded audience's name. |
remove | void | Removes this association. |
getAudienceId
Gets the excluded audience's ID.
Returns
Type | Description |
---|---|
string | The excluded audience's ID. |
getCampaign
Get this association's campaign.
Returns
Type | Description |
---|---|
Campaign | The association's campaign. |
getEntityType
Returns this entity's type.
Returns
Type | Description |
---|---|
string | This entity's type, which is CampaignExcludedAudience. |
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. |