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

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

Documentation
            The type of goal to reach, used in conjunction with goal_value
        
Properties
This component is not nillable.

Model
<goal_type>

</goal_type>

Source
<xs:element minOccurs="0" name="goal_type">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="impressions"/>
<xs:enumeration value="clicks"/>
<xs:enumeration value="none"/>
</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.