Optional and customized fields

Custom fields can be added to an XML feed to meet custom requirements.

Optional field

It is possible to add the content of the "video url" field by adding the http parameter "opt_include_video=true" to the feed request URL. The field obtained in the flow is as follows:

<video_url>www.urlvideo.com</video_url>

Custom fields

We can add additional custom fields if you tell us the details of the fields you need. These additional fields will be added during the first exchanges.

For example:

  • Field name: Agency
  • Field type: Drop-down menu
  • Mandatory: Yes
  • Possible values (with the code to be inserted in the stream) :
    • Code : 75 | Wording : Paris - 75
    • Code : 69 | Wording : Lyon
    • Code : 35 | Label : Rennes
  • Number of selectable values: 1
  • Beacon: <agency>

Supported field types are :

  • Drop-down menu
  • Boolean (Yes/No)
  • Short text
  • Long text
  • HTML text
  • Figures
  • Date

Please also provide an example for each custom field:

<agency code="75">Paris - 75</agency>