Ескертпе
Бұл бетке кіру үшін қатынас шегін айқындау қажет. Жүйеге кіруді немесе каталогтарды өзгертуді байқап көруге болады.
Бұл бетке кіру үшін қатынас шегін айқындау қажет. Каталогтарды өзгертуді байқап көруге болады.
Contains the methods for determining whether the campaign excluded audience was successfully added. For information about builders, operation objects, and performance considerations, see What are builders?
Because calling any of this object's methods forces Scripts to flush the build queue, be sure to read the performance considerations carefully.
Methods
| Method Name | Return Type | Description |
|---|---|---|
| getErrors | string[] | Gets any errors that occurred when adding the campaign excluded audience. |
| getResult | CampaignExcludedAudience | Gets the campaign excluded audience that was added. |
| isSuccessful | Boolean | Gets a Boolean value that indicates whether the add operation succeeded. |
getErrors
Gets any errors that occurred when adding the campaign excluded audience.
Returns
| Type | Description |
|---|---|
| string[] | An array of error codes if the operation failed; otherwise, an empty array. For a description of these codes, see Operation error codes. |
getResult
Gets the campaign excluded audience that was added.
Returns
| Type | Description |
|---|---|
| CampaignExcludedAudience | The campaign excluded audience that was created if the operation succeeded; otherwise, null. |
isSuccessful
Gets a Boolean value that indicates whether the add operation succeeded.
Returns:
| Type | Description |
|---|---|
| Boolean | Is true if the operation succeeded; otherwise, false. |