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

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

Properties
This component is not nillable.

Model
<...>
(id ; type ; placement_id ; ad_unit_id ; selection_attribute ; created_at ; updated_at)
</...>


Nested Element Summary
adgear:longad_unit_id
           AdGear's internal ID of the selected ad unit  
adgear:dateTimecreated_at
           Creation timestamp of the entity  
adgear:longid
           AdGear's internal ID of the placement membership  
adgear:longplacement_id
           AdGear's internal ID of the placement the membership belongs to  
adgear: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  
adgear:stringtype
           AdGear's internal type of the placement membership  
adgear:dateTimeupdated_at
           Last-modification timestamp of the entity  
Local Usage
placement_memberships

Source
<xs:complexType name="placement_membership">
<xs:all>
<xs:element name="id" type="adgear:long">
</xs:element>
<xs:element name="type" type="adgear:string">
</xs:element>
<xs:element name="placement_id" type="adgear:long">
</xs:element>
<xs:element name="ad_unit_id" type="adgear:long">
</xs:element>
<xs:element name="selection_attribute" type="adgear:long">
</xs:element>
<xs:element name="created_at" type="adgear:dateTime">
</xs:element>
<xs:element name="updated_at" type="adgear:dateTime">
</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.