| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://adgear.com/api/schemas/xml#input}placement_rule (restriction)
| Nested Element Summary | |
xs:boolean | _deleteSet to true to indicate you wish to delete an existing rule ; Works in conjunction with id |
xs:long | bookable_idAdGear's internal ID of the entity being included or excluded |
xs:string | bookable_typeAdGear's internal type of the entity being included or excluded |
xs:long | idAdGear's internal ID of the placement rule you are updating ; Do not supply to indicate a new rule |
| kindThe kind/polarity of the rule (inclusion or exclusion) |
<xs:complexType name="placement_rule"><xs:all></xs:complexType><xs:element minOccurs="0" name="id" type="xs:long">
</xs:element><xs:element minOccurs="0" name="_delete" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="kind"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="PlacementInclusion"/><xs:enumeration value="PlacementExclusion"/></xs:restriction><xs:element minOccurs="0" name="bookable_type" type="xs:string">
</xs:element><xs:element minOccurs="0" name="bookable_id" type="xs:long"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||