/
Keyword information

Keyword information



URL: /admin/adnet/pub/admin/tkeywords.html?op=v&o=xml

Requirements:
  • Keyword identifier must be known(tkeyword_id)
Mandatory parameters:
  • tkeyword_id parameter must be included, along with keyword identifier.
Request example:
URL: /admin/adnet/pub/admin/tkeywords.html?op=v&o=xml

Parameter:
tkeyword_id=43

Parameter explanation:
tkeyword_id: Keyword identifier

Response:

It contains an object <tkeyword> with the following information:
  • nombre: keyword name
  • fecha_alta: creation date
  • ttipo: See  “Keyword types” annex
  • tkeyword_id: keyword identifier
  • clave_tag: identifier used in tags to send the keyword value to e-planning
  • opciones: item listing with potential options for a given keyword (only valid in keywords as options list or data table formats.
Response example:

<tkeyword tkeyword_id='24'>
<tipo>4</tipo>
<fecha_alta>2006-03-20 09:33:35</fecha_alta>
<tkeyword_id>24</tkeyword_id>
    <opciones>
<item id='1'>gato</item>
<item id='2'>oso</item>
<item id='3'>perro</item>
<item id='4'>serpiente</item>
</opciones>
<fecha_baja/>
<clave_tag>animal</clave_tag>
<nombre>animal</nombre>
</tkeyword>

Related content