How can you manually "trigger" an A/B test, via the API?
We have some situations where we're retrieving content via the API in the controller and using it to vary the output. Sometimes, this content is in an active A/B test. However, since the content isn't being directly sent back in the response (rather, it's being used to make decisions on other output, so that content never leaves the controller), the A/B test never "activates," and doesn't look for a conversion.
Given any IContent object, I need a way to tell the A/B testing framework that "this content has been 'triggered' by this request, and you should look for and track the conversion."