Schema:ContentTranslation-interlanguage-entrypoint

Revision 8831059
description"Schema for logging events in the ContentTranslation interlanguage links entry point."
properties
version
type"integer"
requiredtrue
description"Version number. This field can be used to track changes in instrumentation that affect the nature of the data collected."
token
type"string"
description"Username for logged in users or session token for anonymous users"
requiredtrue
action
type"string"
description"What the user caused or did."
enum
"open-dialog"
"close-dialog"
"start-from-scratch"
"translate-from"
requiredtrue
sourceLanguage
type"string"
description"Language code of the language from which the page will be translated. This will be recorded for translation actions. It may be different from the current wiki's content language."
requiredfalse
targetLanguage
type"string"
description"Language code of the language into which the page was translated. This is required for all actions, because there may be several target languages."
requiredtrue
sourceTitle
type"string"
description"Source page title."
requiredtrue
targetTitle
type"string"
description"Target page title for translation actions. Empty if not written."
requiredfalse