Courtesy of Merkle | Cardinal Path - http://cardinalpath.com/
It is a common practice to send test data to an alternate Property ID (UA-XXXXXX-01) so your development hits do not populate your production reporting. Many will use nested tables for this but it can be a messy setup if trying to accommodate all types of testing.
This variables will allow you to easily toggle based on Environment, whether you are in Debug Mode, or accessing a development domain.
- Production UAID should be populated with your production Measurement ID
- Development UAID should be populated with your development Measurement ID
- Populate the non production URL in the "URL Pattern for Developement Domains" field. You can omit the "http://" portion. Add a second row if you have a second develoment domain. Using a value such as "dev" will match any URL that contains "dev" within the URL. Regular Expressions are not supported.