| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://adgear.com/api/schemas/xml#input}ad_unit_click (restriction)
| Nested Element Summary | |
xs:boolean | _deleteSet to true to indicate you wish to delete an existing ad unit click ; Works in conjunction with id |
xs:long | idAdGear's internal ID of the ad unit click you are updating ; Do not supply to indicate a new ad unit click |
xs:string | nameThe name of the ad unit click |
xs:boolean | popupFlag indicating the window opening most (new vs same window) |
xs:anyURI | urlThe URL of the ad unit click (destination when user invokes this click) |
<xs:complexType name="ad_unit_click"><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="name" type="xs:string">
</xs:element><xs:element minOccurs="0" name="url" type="xs:anyURI">
</xs:element><xs:element minOccurs="0" name="popup" type="xs:boolean"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||