In my target catalog, I have a collection of "Articles" that have an id, a languageId, a type (Articles), and a language (eng or spa).
When writing rules in the catalog, I can successfully query for {type: ARTICLE, lang: "eng", and id: isPresent}.
I can also successfully change the query to find articles in spanish as well.
BUT
when I write an adobe.target.getOffer call, and I pass in a type and a lang param, I can only get results to show up if I pass in "eng" as a language.
Is this a bug in Target? Previously, I could call getOffer with just a single Type param, but 2 params breaks it, even though it is valid per the docs.
(also, what is the new signalClick being returned for all calls?)