-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix title conversions #7
Conversation
} | ||
} | ||
return $variants; | ||
return $tests; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these var names are so much clearer
Trying to test locally (mostly for my own familiarity with the plugin) - when you say 'configured to only convert on 'homepage click'', does that mean the 'Conversion Criterion' is 'Click', with the target selector/content set to the article's title link on the homepage? |
Yeah exactly. You should be able to test this either from the plugin's docker setup, or from the website's. I think the latter is better from a "getting familiarized" standpoint. I'd pull down the most recent changes that add
And then just make sure the plugin is activated (via Making the post title test would look like this:
|
The status quo is that title tests are all messed—when they're configured to only convert on "homepage click" they are still getting conversion numbers added on pageload. This PR fixes the problem and cleans up some of the structures that made it hard to see the problem in the first place.