Is there an existing evaluator I can use (in Share) to enable/disable based on Site? I saw SitePreset evaluator, but I don't have a site preset nor do I want to create one just to support evaluator. If not, no big deal, I can write a custom one, but it seems there should be a something for Site (that I'm just not seeing)
I ended up creating a custom evaluator for condition I needed to evaluate against. As my custom evaulator extends BaseEvaluator class, I was able to use the getSiteId() method to get what I needed to check.