| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://adgear.com/api/schemas/xml#input}placement_membership (restriction)
| Nested Element Summary | |
xs:boolean | _deleteSet to true to indicate you wish to delete an existing membership ; Works in conjunction with id |
xs:long | ad_unit_idAdGear's internal ID of the selected ad unit |
xs:long | idAdGear's internal ID of the placement membership you are updating ; Do not supply to indicate a new membership |
xs:long | selection_attributeValue indicating how various ad units under the placement will be selected ; Used in conjunction with the placement's selection_mechanism_type ; When the mechanism used is ordered, this is the order value (1, 2, 3, etc) ; When the mechanism used is weighted, this is the weight value as a percentage (10, 50, 40, etc) ; All weights of the memberships under the placement must total 100 |
<xs:complexType name="placement_membership"><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="ad_unit_id" type="xs:long">
</xs:element><xs:element minOccurs="0" name="selection_attribute" type="xs:long"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||