| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://adgear.com/api/schemas/xml#input}ad_unit_file (restriction)
| Nested Element Summary | |
xs:boolean | _deleteSet to true to indicate you wish to delete an existing ad unit file ; Works in conjunction with id |
xs:string | content_typeThe content/MIME type of the ad unit file |
xs:long | idAdGear's internal ID of the ad unit file you are updating ; Do not supply to indicate a new ad unit file |
xs:string | nameName of the ad unit file |
xs:long | upload_idThe ID you obtained after contacting the "Uploads" API end point and successfully uploading a file there ; See the documentation of the uploads API end point for further details |
<xs:complexType name="ad_unit_file"><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="content_type" type="xs:string">
</xs:element><xs:element minOccurs="0" name="upload_id" type="xs:long"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||