...
- ptestado_id: campaign status. If not specified, campaigns from all status are displayed. See below possible values under “Campaign Status”.
- anunciante_id: advertiser identifier. If not specified, campaigns from all advertisers are displayed.
- mes_ano: to show campaigns of a given period only. Month and year expressed in the following format: MM/YYYY. Example: 03/2006.
...
- nombre: campaign name
- pauta_id: campaign identifier
- anunciante_id: advertiser identifier
- anunciante: advertiser name
- ptestado_id: campaign status code. See references under “Campaign Status”
- tipoventa_id: campaign marketing type. See references under “Campaign marketing types”
- cantidad_total: total contracted amount (of impressions, clicks or conversions, depending on the type of sale). It's optional for sponsorship campaigns.
- cantidad_cumplida: completion of the contracted quantity.
- impresiones_cumplidas: amount of impressions accomplished.
- clicks_cumplidos: amount of clicks accomplished.
- fecha_inicio: campaign start date,
- fecha_fin: campaign end date. It is optional.
- fecha_alta: campaign creation date.
- fecha_baja: if the campaign has been cleared, indicates the date it was deleted.
- target_sitio_id: listing of the sites identifiers associated to the campaign.
- target_espacio_id: listing of the ad spaces lidentifiers associated to the campaign.
- peso: campaign weight (from 1 to 100)
- prioridad: campaign priority (from 1 to 10)
- ptmodo_id: delivery mode of the actions allotted to the campaign. See potential values in Annex “Campaign Delivery Mode”.
Response example:
<lista> <pauta pauta_id='11703'> <anunciante>fdafdafdaf ss</anunciante> <fecha_fin>2009-07-08 13:35:00</fecha_fin> <target_espacio_id> <item id='1'>17555</item> <item id='2'>12435</item> </target_espacio_id> <fecha_alta>2009-06-08 13:26:40</fecha_alta> <fecha_baja/> <cantidad_cumplida>0</cantidad_cumplida> <nombre>fdafda</nombre> <pauta_id>11703</pauta_id> <tipoventa_id>1</tipoventa_id> <prioridad>1</prioridad> <clicks_cumplidos>0</clicks_cumplidos> <cantidad_total>200000</cantidad_total> <ptestado_id>4</ptestado_id> <anunciante_id>16157</anunciante_id> <impresiones_cumplidas>0</impresiones_cumplidas> <peso>100</peso> <target_sitio_id> <item id='1'>15916</item> </target_sitio_id> <ptmodo_id>1</ptmodo_id> <fecha_inicio>2009-06-08 13:35:00</fecha_inicio> </pauta> </lista> |