This function allows to create an ad space in the system. It allows then to attach it to campaigns. The site identifier and the zone to which the new ad space belong must be known with anticipation.

The request must be done through POST method.

URL: /admin/adnet/pub/admin/espacios.html?op=a&o=xml

Mandatory parameters:


Optional parameters:

Response:

It contains an object <operacion> that contains a tag <resultado>. The result could be either 1 (successful operation) or 0 (failed operation). 

If the operation is unsuccessful, it adds a list of errors through tags <error>, containing the attribute that specifies the attribute's name with error, and message with the error message.


Response example without errors:

<operacion>
    <resultado>0</resultado>
    <errores>
        <error atributo=”sitio_id” mensaje=”Invalid option”/>
    </errores>
</operacion>