ManageAudienceUsers
Add, update and remove users from a given custom audience id.
Input
| Name | Type | Description |
| AudienceId | String | The unique identifier of the ad custom audience. |
| OperationType | String | The per users group operation type being performed.
The allowed values are Update, Delete. |
| UserEmail | String | Email address(es) for the user. |
| UserDeviceID | String | The deviceId of the user: IDFA/AdID/Android ID. |
| UserHandle | String | The @handle(s) belonging to the user |
| UserTwitterID | String | The twitter id of the user. |
| PartnerId | String | The User ID of the partner. |
| EffectiveAt | String | The UTC time at which the custom audience association(s) should take effect. |
| ExpiresAt | String | The UTC time at which the custom audience association(s) should expire. |
| CSVFilePath | String | The location of the CSV file with batch data. |
Result Set Columns
| Name | Type | Description |
| AccountId | String | The place Id. |
| AudienceId | String | Name of the place. |
| Success | String | Returns true if the procedure is executed successfully. |
| UsersAffected | String | The number of users modified/deleted. |
| ErrorMessage | String | The error thrown from the API if the request is not successful. Otherwise this will return null. |