Array Referers

This is an array of elements in the structure of the Item object or root element. Used to specify the HTTP-referrer of the home page loading.

Attributes

  • May contain Priority attribute
  • May contain External attribute
  • While performing of task, one of the elements is selected , according with value of the Priority attribute. If external source contains no elements in the array Referers, then start page is loaded with empty referrer.

Structure

"Referers":[
 {
  "Referer":"<aReferer_1>",
  "External":"<aExternal_1>",
  "Priority":1
 },
 {
  "Referer":"<aReferer_2>",
  "External":"<aExternal_2>",
  "Priority":1
 },
 ...,
 {
  "Referer":"<aReferer_N>",
  "External":"<aExternal_N>",
  "Priority":1
 }
]

Example

"Domains":[
 {
  "Domain":"waspace.net"
 }
],
"Pages":[
 {
  "Page":"/about.html"
 }
],
"Referers":[
 {
  "Referer":"http://ru.wikipedia.org/"
 }
]

The following actions will be performed:

  1. Installing the referrer http://ru.wikipedia.org/.
  2. Loading of the home page waspace.net/about.html.
  3. Further task performance …