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

Indicates the type of relationship between your criterion and the target resource.

  • 0 = Relationship between a criterion, and either a display unit or an ad copy.
  • 1 = Boolean AND display unit targeting relationship between a condition to either a bundle or campaign.
  • 2 = Boolean OR display unit targeting relationship between a condition to either a bundle or campaign.
  • 3 = Boolean NOT display unit targeting relationship between a condition to either a bundle or campaign.
  • 4 = Boolean AND display unit targeting relationship between a criterion to either a campaign or a bundle.
  • 5 = Boolean OR display unit targeting relationship between a criterion to either a campaign or a bundle.
  • 6 = Boolean NOT display unit targeting relationship between a criterion to either a campaign or a bundle.
  • 7 = Boolean AND frame targeting relationship between a criterion to either a campaign or a bundle.
  • 8 = Boolean OR frame targeting relationship between a criterion to either a campaign or a bundle.
  • 9 = Boolean NOT frame targeting relationship between a criterion to either a campaign or a bundle.
  • 10 = Relationship between a condition and a display unit.
  • 11 = Relationship between a grouping criterion and a display unit.
bstypes:ResourceCriteriaType R