• Origin

    The data collected in the origin statistics shows which channels the visitors used to reach your website. This includes external referrers, search engines, search phrases, campaigns, origin and search terms. External referrer A referrer indicates the website from which someone has reached your website. This does not have to be…

  • Technology

    All information relating to the technical settings of the computer or a browser can be found under the Technology category. The Technology category contains the following statistics: Browsers, Operating Systems, Color Depth, Resolutions, Mobile Visits, Mobile Operating Systems and Devices Browser The Browser statistics list all recognized browser types, including…

  • Embedding tracking code in HTML

    To embed the WiredMinds tracking code into your HTML page, copy and paste the tracking code into the HEAD section of your website. Example below! Show tracking code.

  • Integrate data protection text & opt-out link

    If your website is actively tracked, you must insert a data protection text and a corresponding opt-out link. Where can I find the data protection text and the corresponding objection / opt-out link? You can find the data protection text and the opt-out link in your profile under Tracking Code….

  • Integrate into WordPress with PlugIn

    Use our LeadLab – WordPress plugin to integrate the wiredminds tracking code into your WordPress website. Plugin installation: 1. download the WordPress plugin and select the Plugins tab in the menu on the left under Design and then Install . 2. now you can upload the plugin. Then select Install…

  • Integrate in WordPress without plugin

    To integrate the WiredMinds tracking code into your WordPress instance, copy the WiredMinds tracking code and paste it into the footer.php file before the closing body tag. The footer.php file can be found under Design | Theme – File – Editor.

  • Customizing Page and Areas names

    You can customize the page or area names yourself by adding a corresponding script line to the integrated tracking code. Which script do I use to extend tracking? The script for changing the page and area names is as follows: var wiredminds = wiredminds || [];wiredminds.push([‘setTrackParam’, ‘wm_page_name’, ‘<BEISPIEL|PFAD|MEINE_SEITE>’]);wiredminds.push([‘setTrackParam’, ‘wm_group_name’, ‘<BEISPIEL/PFAD>’]);…

  • Passing search terms via script

    You can submit search terms by adding a script line to your page. Which script can be used to transmit search terms? By including the following script line, you can transmit any search term: var wiredminds = wiredminds || [];wiredminds.push([‘setTrackParam’,’wm_internal_search’,’BEISPIELSUCHBEGRIFF’]); This script would lead to the following result in LeadLab:…

  • Custom events

    You can create user-defined events and thus evaluate important interactions of your website visitors in LeadLab. What are user-defined events useful for? If you have elements on your website that a visitor can activate, you can also create a user-defined event using these. This is helpful, for example, to be…

  • LeadLab interface – General

    You can make all tracked data from your accounts available under one URL via a REST interface. This allows the data to be automatically transferred to your CRM system or a data visualization program, for example. What possibilities does the interface offer? With the Rest interface, LeadLab offers a technical…