User Tools

Site Tools


advanced:postmessage:usertracking

User Tracking

What does User Tracking mean?

User tracking in general is the process of collecting data about how users interact with a website or application. This data can be used e.g. to personalize content and track marketing campaigns.

In the context of our pCon.ui configurator, user tracking can be used to understand how users are interacting with the configurator, and you could use this information to track the usage of the configurator and the most chosen properties.

Tracking Information receiving from pCon.ui

If user tracking is activated in your instance, the receiving parent site, i.e. your website, is free to handle this event as needed. The postMessage sends a json object with the following information:

{
    "action": "message",
    "data": {
        "type": " ",
        "subtype": " "
    }
}

The following types and subtypes are currently supported:

ActionValueDescription
typearticleInsert pCon.ui was started and an article was inserted
typepropertyChanged The articles property was changed
typesendOCI-pre-inform add to cart button was triggered (shop only)
typesendOCI OCI was send (shop only)
typecontact-request-pre-inform Senr request button was triggered (lead only)
typecontact-request Contact Request was send (lead only)
typecadDownload CAD file was downloaded, file format is given in subtype typeValue
typepdfDownload PDF downloaded button was triggered
typesnapshot Snapshot button was triggered
subtypemanufacturerId e.g. EG
subtypeseriesId e.g. OFFICE2
subtypebaseArticleNumber e.g. 4520
subtypevariantCode
subtypeofmlVariantCode
subtypetypeValue File format, e.g. “DWG”
Only available for type cadDownload

If you want to test out the user interaction messages, you can use our iframe tester tool.

advanced/postmessage/usertracking.txt · Last modified: by Karolin Merten



Legal Notice and Data Protection