/
Advertisers Listing

Advertisers Listing



URL: /admin/adnet/pub/admin/anunciantes.html?op=l&o=xml

Potential parameters:
  • estado: estado del anunciante.  Si no se especifica, muestra todos.  Los valores posibles son:
    act: activa
    arc: archivada
    all: todos
Examples of URLs with parameters:
/admin/adnet/pub/admin/anunciantes.html?op=l&o=xml

/admin/adnet/pub/admin/anunciantes.html?op=l&estado=act&o=xml

/admin/adnet/pub/admin/anunciantes.html?op=l&estado=arc&o=xml

Response:
It contains a list of objects <anunciante>.  The identifier is specified by the attribute anunciante_id and the data presented are:
  • nombre: advertiser’s name
  • URL: advertiser’s website URL
  • observaciones: comments about the advertiser
  • estado: it indicates if te advertiser is active (0) or archived (1)
  • custom_id: customized identifier
  • fecha_alta: advertiser’s creation date
  • fecha_baja: if the advertiser has been cleared, indicates the date when it was deleted.
Response example:

<lista>
    <anunciante anunciante_id=”123”>
        <nombre>Ad4all</nombre>
        <estado>0</estado>
        <observaciones/>
        <url>http://www.ad4all.com/</url>
        <fecha_alta>2006-03-22 13:45:35</fecha_alta>
        <fecha_baja/>
    </anunciante>
    <anunciante anunciante_id=”129”>
        <nombre>MarketingDirecto.com</nombre>
        <estado>1</estado>
        <observaciones/>
        <url>http://www.marketingdirecto.com/</url>
        <fecha_alta>2006-03-19 15:23:17</fecha_alta>
        <fecha_baja/>
    </anunciante>
</lista>

Related content