http://adgear.com/api/schemas/xml#input
complexType placement_membership

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://adgear.com/api/schemas/xml#input}placement_membership (restriction)

Properties
This component is not nillable.

Model
<...>
(id? ; _delete? ; ad_unit_id? ; selection_attribute?)
</...>


Nested Element Summary
xs:boolean_delete
           Set to true to indicate you wish to delete an existing membership ; Works in conjunction with id  
xs:longad_unit_id
           AdGear's internal ID of the selected ad unit  
xs:longid
           AdGear's internal ID of the placement membership you are updating ; Do not supply to indicate a new membership  
xs:longselection_attribute
           Value 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  
Source
<xs:complexType name="placement_membership">
<xs:all>
<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:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.