Q: How would a view filter be configured to include only users from Brazil and Argentina?
or
Q: How would you set up a view filter such that people from Argentina and Brazil are the only ones included?
• Filter 1: exclude all countries except Brazil and Argentina
• Filter 1: include Brazil > Filter 2: include Argentina
• Filter 1: include Brazil or Argentina
• Filter 1: include Argentina > Filter 2: include Brazil
Explanation: You would need to establish a filter to include traffic from either Brazil or Argentina to construct a view filter that would only include people from those two countries. To include both Brazil and Argentina, the filter setup would normally make use of a regular expression.