monitor_sync_url_mgr_list_by_content
Back to SOAP Architecture Method Reference
Description
The monitor_sync_url_mgr_list_by_content method gets all Monitor Sync configurations for a campaign.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| campaign_root_folder | Corresponds to the root folder from which the campaigns are scanned. Defaults to the root of the domain. | bstypes:ResourceId | O |
| content_root_folder | Corresponds to the root folder from which the content are scanned. Defaults to the root of the domain. | bstypes:ResourceId | O |
| customer_root_folder | Corresponds to the root folder from which the customers are scanned. Defaults to the root of the domain. | bstypes:ResourceId | O |
| days_ahead | Matches the number of days on which to scan. Default to 7, capped at 40. | unsignedInt | O |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| nms | Controls the age of the listed resource. Uses the ISO 8601 combined time and date formatting. The earliest supported value is Unix Time, or **1970-01-01T00:00:00**." | string | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| resource_id | Unique ID# of the monitor_sync configuration. | bstypes:ResourceId | R |
| urls | URL synchronized by monitor_sync. | string | R |
| player_ids | Unique ID# of the players with this configuration. | string | R |
