I am working on something to test advertisements. I have 3 independent variables I want to test (with mixed numbers of variations of each variable), and I would like to find the best combination of the three by looking at their effect on a single dependent variable (the percentage who purchase).
TITLE IMAGE DESCRIPTION (Percentage who purchased)
Title1 Image1 Decription1 .05%
Title2 Image2 Description1 .02%
Title3 Image? Description1 .08%
Title4 Image? Description1 .02%
There can be any number of variations of each variable, sometimes there will be 10 images, other times there will only be one, etc. My goal is to find out what Titles/Images/Descriptions affect the purchase percentage.
- How can I test and analyze something like this?
- Is it possible to not have to test every single variation and still find the best combination?
(I've read about chi-square tests but I don't know if they are the proper fit)