To hide certain trackers from your platform, you must use the column "tracker_model_filter" in the google.paas_settigns table of DB.
The filter works as follows:
The filter works as follows:
- Look in the 'google.models' table and note the model names in the column 'model' that you wish to filter
- Edit the filter according to the following syntax:
- Model names separated by comma - show only specified trackers
Exampe:
telfm1010,qlgv65,meitrackt1
- Model names separated by comma with the minus symbol in the beginning - show all trackers except the ones specified
Example:
-telfm1010,qlgv65,meitrackt1
- "*" symbol to show all trackers
- Model names separated by comma - show only specified trackers