This message was deleted.
# ask-questions
w
This message was deleted.
f
How are you figuring out which country each user is in?
w
I pass it to the growthbook attributes in my code, it's saved in the cookies and the url
I've been using the same logic for all experiments but it was one experiment per feature, this is the first time targeting multiple countries (so multiple experiments) on one feature
f
okay
can you show me the targeting rules?
perhaps there is something strange there
w
message has been deleted
f
that looks correct
oh
you're tracking every experiment with the same tracking key
so the data will all be mixed together
you can either set a new tracking key for each experiment
or make sure you're passing country in the tracking call back (or have some other way to get country to your db) and then use segments or dimensions to analyze the results by country
w
ohhh that's right, thank you so much for the help 👍
146 Views