Hmm, for any interested: here is the reason and solution So my getOffer query was using Adobe's Most Popular Recommendations algorithm, and it was looking for at least 10 "things" that matched the query params. However, even though I had 300 Spanish articles, only 6 had ever been counter as "viewed"...
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 arti...
@darthzeran wrote:Hi @darthzeran - Please refer to the sample code on that page. The syntax of the attribute should be the same regardless of the API type - "entity.MultiValueAttribute": "[\"X\", \"Y\", \"Z\"]" Include this within the entity attribute fields within the save entity API. The values ...
@surebee wrote:@darthzeran wrote:@Jim_McTiernan How do access tokens work for hitting the target API?99% of the documentation I have read say nothing about needing an access token to hit the API, (with the 1 % just saying at the beginning of the API docs, here is how you get an access token, but not...
Hi @darthzeran - Please refer to the sample code on that page. The syntax of the attribute should be the same regardless of the API type - "entity.MultiValueAttribute": "[\"X\", \"Y\", \"Z\"]" Include this within the entity attribute fields within the save entity API. The values then can be review...
@mosesmaxen wrote:@darthzeran wrote:@Jim_McTiernan How can I pass a multivariable custom attribute throughhttps://developers.adobetarget.com/api/recommendations/#operation/saveEntities. And then from that, how can I add a parameter matching rule in a criteria to filter on a multi value custom attri...
@Jim_McTiernan How do access tokens work for hitting the target API?99% of the documentation I have read say nothing about needing an access token to hit the API, (with the 1 % just saying at the beginning of the API docs, here is how you get an access token, but nothing saying it needed to be inclu...
@Jim_McTiernan How can I pass a multivariable custom attribute throughhttps://developers.adobetarget.com/api/recommendations/#operation/saveEntities. And then from that, how can I add a parameter matching rule in a criteria to filter on a multi value custom attribute?
@Jim_McTiernan How - If I want to create a JSON design to return the top 10 most popular of all time, what should my JSON look like? Would I keep the same design as the example JSON here (https://experienceleague.adobe.com/docs/target/using/recommendations/recommendations-design/create-design.htm...