Skip to Content
Data collectionManaging visitors manually

Managing visitor data manually

This guide explains how to perform different actions on visitor data directly in Prepr.

Introduction

All visitors, both anonymous and known, who interact with your web app can be stored and tracked in Prepr. When you store visitor profiles in Prepr, you can track their interactions to understand common characteristics and behavior. This allows you to personalize their experiences by grouping them into Segments. For more details, check out the Managing segments guide.

Manage visitors in Prepr by adding, updating, merging, exporting, anonymizing, and deleting visitor profiles.

Adding visitor profiles

You can add visitor profiles in Prepr automatically or manually. When you enable Prepr tracking in your web app to collect visitor data, profiles are automatically created in the system for each web app visitor, if they don’t already exist, Alternatively, you can also add visitor profiles manually in two ways.

Add visitor

Import visitor profiles

To manually import multiple visitors into Prepr follow the steps below.

  1. Go to the Segments tab.

  2. In the All visitors page, click the Add visitor dropdown and choose Import visitors to upload a CSV file.

    import visitors modal

  3. Use the table below to create the complete CSV file.

    Column titleVariableFormat
    first_nameFirst name
    last_nameLast name
    emailEmail addressValid email address
    countryCountryOnly English notation allowed
    tagsTagsComma-separated
    reference_idReferenceOnly alphanumeric characters allowed.

    Visitors are matched based on the email address.

    • If an email address does not yet exist in Prepr, this visitor will be added.
    • When an e-mail address already exists in Prepr, this visitor will be updated. If the field is filled in the import file, but not in Prepr, the field will be filled in Prepr.
    • When no email address is imported, the visitor will be added in Prepr.

    After the import, you will receive an email with a summary of the following information:

    • How many new visitors have been created
    • How many known visitors have been updated with new information
    • How many visitors were already fully present in the database
    • How many rows were imported (and how many failed, reason included)

Add a single visitor profile

To manually add one visitor profile, follow the steps below:

  1. Go to the Segments tab.
  2. In the All visitors page, click the Add visitor button to create one profile.
  3. Enter the First name and Last name, if needed, and click the Save button.

Updating visitor profiles

To update a single visitor profile, follow the steps below:

  1. Go to the Segments tab.

  2. In the All visitors page, use the Search or Filter to find the visitor that you want to update.

  3. Click the visitor and click the Edit icon in the Personal Info section on the left and update or enter values for the Company, First name, Last name, Email or Tags.

    Edit visitor

  4. When done, click the Save button.

To update multiple visitor profiles, import them with matching email addresses or use the mutation API.

Merging visitor profiles

A good visitor database is a tidy database. This means that profiles are enriched with the correct visitor data and any duplicates are removed. You can easily merge visitor profiles directly in Prepr, if you have the necessary permissions. In other words, you can combine duplicate profiles, where one profile contains certain data and the second profile contains other data about the same person.

To merge two profiles, follow the steps below.

  1. Go to the Segments tab.

  2. In the All visitors page, use the Search or Filter to find the visitor that you want to merge.

  3. Click the visitor to open the Visitor page and click the icon to open the actions dropdown menu.

    Merge visitor example

  4. Choose the Merge visitor option to open the search dialog.

  5. Enter the name or ID to find and select the matching visitor profile. Then click the Merge button.

When two visitor profiles are successfully merged, the fields will be updated as follows:

  • All fields of which only one is allowed (such as name, or date of birth) are filled in if they are empty in the main profile.
  • All fields of which more than one is allowed (such as events, email addresses, or telephone numbers) are added to the main profile.

Exporting visitor profiles

You can export visitor profiles in two ways:

  • A single visitor profile (for GDPR purposes)
  • Bulk export of all visitor profiles to a CSV file.

GDPR export

Use the GDPR export to give individuals the right to request a copy of any of their personal data which are being used in any way according to the General Data Protection Regulation.

  1. Go to the Segments tab.

  2. In the All visitors page, use the Search or Filter to find the visitor that you want to export.

  3. Hover over the visitor to the right and click the icon.

    GDPR Export

A JSON file for this visitor will be directly downloaded to your local device.

Bulk GDPR export

Use the bulk Export action to export the full Prepr visitor list to a CSV file.

  1. Go to the Segments tab.

  2. In the Actions section in the bottom left of the page, click the Export link to open the export modal.

    Export visitors

  3. Choose the fields that you want included in the export and click Export.

    We’ll process your request and send you an email when it’s ready to download.

    The visitor export is only available for user roles with bulk export permissions.

Deleting visitor profiles

You can delete visitor profiles in bulk or one at a time.

Bulk delete visitors

Follow the steps below to select multiple visitors from the All visitors list and delete them.

  1. Go to the Segments tab.

  2. In the All visitors page, hover over and click the checkbox for the visitors you want to delete.

  3. To select all visitors, click the icon at the top of the list.

    Bulk delete selected visitors

  4. Click the icon at the top of the list to delete all the selected visitors.

  5. In the pop-up window, click the Delete button to confirm the action.

Delete a single visitor profile

Follow the steps below to delete a single visitor profile from the All visitors list.

  1. Go to the Segments tab.

  2. In the All visitors page, hover over the visitor you want to delete to make the actions available.

    delete visitor from visitor list

  3. Click the icon on the right to delete the highlighted visitor.

  4. In the pop-up window, click the Delete button to confirm the action.

You can also delete a visitor profile directly in the visitor profile detail page.

  1. Go to the Segments tab.

  2. In the All visitors page. Use the Search or Filter to find the visitor that you want to delete.

  3. Click the visitor to open the Visitor page and click the icon to open the actions dropdown menu.

    Delete visitor in detail page

  4. Choose the Delete option.

  5. In the pop-up window, click Delete again to confirm the action.

Last updated on