resource_criteria_mgr_list
Back to SOAP Architecture Method Reference
Description
Given one of the following: Bundles, Campaigns, Frames, Display Units, or Ad Copies, the resource_criteria_mgr_list method lists all the links between the given target resource and any associated Criteria and Conditions.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
parent_id | The unique ID# of your target resource. | bstypes:ResourceId | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the link between your criteria and the target resource. | bstypes:ResourceId | R |
active | Indicates whether the resource is in an active or inactive state. | Boolean | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
parent_id | The unique ID# of the target resource of the link. | bstypes:ResourceId | R |
criteria_id | The unique ID# of your criteria. | bstypes:ResourceId | R |
type | This indicates the type of relationship between your criteria and the target resource. A value of 0 indicates a relationship between a criteria, and a display unit or ad copy. The value 10 indicates a relationship between a condition and a display unit. The values 1-3 indicates a relationship between a condition to a bundle or campaign. The values 4-6 indicates a relationship between a criteria to a campaign or bundle’s display unit targeting. The values 7-9 indicates a relationship between a criteria to a campaign or bundle’s frame targeting. See ResourceCriteriaType for more information. | bstypes:ResourceCriteriaType | R |