What is Trackingplan
OverviewThe Trackingplan Way
AutomonitoringAutomated Alert SystemGetting Started
Installing TrackingplanPost-Install Warm-UpDashboard
DashboardHow to…
Manage WarningsExplore your DataMarketing ObservabilityEnhance CollaborationExtend detectionCatch pre-launch errorsMulti-Account ManagementOthers
Trackingplan Public APISupported Trackers Release NotesData Validation
Data validation techniques serve as a proactive mechanism designed to intercept and rectify issues before errors compromise the integrity of your data.
Here are some of the data validation mechanisms that Trackingplan supports to ensure your data always arrives to your specifications and, in case they don’t notify you so you can fix it in record time.
Enums
Enums allow you to specify in advance the values you expect for a property to be notified every time it receives a value that does not conform to your list of predefined constants.
Just as Trackingplan automatically learns about the type and frequency constraints associated with each of your properties, its algorithm is also able to automatically infer enums based on your data.
Yet, to write Enums for a property manually, click on its type field and select Enum in the drop-down menu.
If this is the first time creating an Enum, select Create New Enum. Otherwise, you can reuse one of your existing ones, cloning it directly or editing it for this specific property.
In the next panel, you can name your new Enum and write the corresponding values. To help you with this, you can also autocomplete your Enum with the values that Trackingplan has observed in the last 30 days within that property.
Once you are happy with it, click on Create New Enum. The new Enum will now appear in the drop-down menu. Select it and click on Use on this property.
All set! From now on, Trackingplan will be checking that all the values in this property match the specified Enum.
If it detects a value that is not within this list of predefined constants, Trackingplan will automatically send you a warning.
Use case Examples
For example, let's say Trackingplan infers and Enum after seeing a clear pattern that enumerates all the markets you're currently operating in.
If someday you expand into another market, Trackingplan will automatically detect it and inform you of that change, allowing you to effortlessly add it as another value to that enums list.
Similarly, the same would happen with the values within the currency property, where we can always find an enumerated list of the currencies used in your online stores.
If you start accepting a new currency, Trackingplan will automatically detect this new currency and inform you, allowing you to update that enum in all the events using the currency property accordingly. On the other hand, if no new currency has been accepted and the new value detected is being sent erroneously, Trackingplan will help you promptly identify and address it as an issue.
RegEx (Regular expressions)
This feature allows you to specify a regular expression pattern (Regex) to which all the values seen for a property must conform, ensuring strict and consistent data validation.
The process of setting up Regex for a property is very similar to the one used for Enums. However, we also know that manually creating regular expressions can be a challenging task, especially for users who may not have prior experience, making it difficult for them to enforce strict validation rules on their data.
Here’s a step-by-step guide to setting up a regex with Trackingplan:
- Firstly, on the property you’d like to add a Regular Expression, click on its type field and select Regex from the drop-down menu.
- Then, click on Pick a Regular Expression. If this is your first time creating a regular expression, select Create New Regex. Otherwise, you can reuse one of your existing ones, cloning it directly or editing it for this specific property.
- Here’s where the magic happens. Just click on “Autocomplete this Regex” to automatically generate a regex pattern based on the values observed for this specific property. Our system will also suggest a name for your regex, eliminating the need to come up with one.
- It’s time to review and fine-tune. All the values automatically generated will be placed directly within the playground, allowing you to manually add more if needed.
- Once you are happy with it, click on “Create New Regex”. From this point on, Trackingplan will be checking that all the values for these properties match the specified regular expression. If a value does not conform with the pattern you have specified, the dashboard will automatically show you a warning.
On the other way around, if you prefer to create your Regex manually, just name your new regular expression (e.g.: language_regex) and write the corresponding pattern. You can also insert test values to confirm that your regular expression pattern will work as you expect. Once you are happy with it, click on Create New Regex.
Moreover, for Regexes, you can also ignore cases, diacritics, or both to prevent in advance any situation where the server would recognize it as an implementation issue.
Function Validations
This feature allows you to set up any complex validation at track level and will warn you every time any of your properties don’t conform to the function provided to validate an event (e.g: cross-conditions like validating that all products logged in a cart carry a valid product_sku given the page section).
Campaign Validations
Trackingplan also allows you to set up User Acquisition specification warnings to validate your campaigns based on your own requirements.
With it, Trackingplan will automatically inform you any time the attribution data collected in your campaigns doesn’t meet the custom rules you have defined so you can get it fixed before compromising the performance of your marketing investments.
Let’s see some examples:
- If the campaign contains the keyword “blackfriday”, the medium attribute cannot be ‘press’. If this combination is detected, please send me a warning.
But not only campaigns are supported. In fact, you can also set up validations for any of your landings, referrals, pages, mediums, sources, and event attributions. Some examples can be:
- All the landing pages should follow this specific format "/section/abc.
- The event AddToCart should only originate on these 3 pages: a, b, and c. If this event is detected on a page that is not listed above, send me a warning.
← Previous
Discover ReleasesNext →
Digests