http://adgear.com/api/schemas/xml#input
element selection_mechanism_type

Documentation
							The selection mechanism to be used when deciding between multiple ad units attached to the placement
					
                    No selection mechanism.
                
                    The placement should use the weights assigned to each ad unit membership to pick an ad unit (using proabilistic picking).
                
                    The placement should rotate, in sequential order per user, the picked ad units.
                
                    The placement should pick ad units which perform better, based on their click-through rate.
                
Properties
This component is not nillable.

Model
<selection_mechanism_type>

</selection_mechanism_type>

Source
<xs:element minOccurs="0" name="selection_mechanism_type">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none">
</xs:enumeration>
<xs:enumeration value="weighted">
</xs:enumeration>
<xs:enumeration value="rotated">
</xs:enumeration>
<xs:enumeration value="optimized">
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element>


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