# Traffic simulation
The traffic simulation checks the behaviour of campaign flows. That feature doesn't send real traffic, so you cannot send fake traffic with it.
# Campaign
Perform the simulation on a specific campaign.
# Queries count
The number of queries to perform.
# Not include in statistics
The visitors within the simulation time will not appear in statistics.
# Data for flow filters
Here you can add different characteristics:
- IPs. The list of IP addresses.
- Referrers. List of referrers.
- Keywords. List of keywords.
- User Agents. List of user agents.
- Languages. List of languages ISO 639-1 codes.
- Sources. List of sources, sites.
- SubID 1 - SubID 30. List of specific SubIDs.
- Parameters. List of additional parameters.
# Recovery of initial values
To recover the lists provided in Keitaro, delete the var/stores/simulation.custom.json
file.
# How to add your own parameters
Add to the Parameters list:
paramA=1¶mB=2
paramA=2¶mB=1
1
2
2