I'm trying to survey people who come to my site. I would like to invite 3% of my visitors to participate in the survey. To do so, I currently have a survey popup based on the following logic:
Each time someone comes to my site, it generates a random whole number between 1 and 100. When the number is greater than 97 (=98, 99, or 100), then the visitor gets a survey popup.
My programmer told me that this gives 3% of chance for a given visitor to be prompted by the survey, so over time I'll have 3% of visitors being invited.
Well, I've had the survey for two days now, and my date says that only 0.6% of visitors are seeing the survey invitation. So I'm wondering whether the logic is sound. Would I really get AGGRIGATED 3% when each independent event had 3% of chance?
If someone can confirm or correct this logic, I'd appreciate it.
Thank you in advance,
shoribe