Skip to content

Commit 7ab238a

Browse files
IBX-9124: Dynamic attribute submodels described in Developer Documentation (#2523)
* Dynamic attribute submodels * Update * fix * fix after doc review
1 parent a5c7dcb commit 7ab238a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/personalization/api_reference/recommendation_api.md

+11
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,17 @@ For more information, see [Submodels]([[= user_doc =]]/personalization/recommend
8888

8989
`GET https://reco.perso.ibexa.co/api/v2/00000/john.doe/landing_page.json?numrecs=50&outputtypeid=1&width-range=10:30&color=green`
9090

91+
!!! note "Dynamic attribute submodels"
92+
93+
If dynamic attribute submodels are enabled, you only need to add submodel parameters to the request to trigger dynamic submodels in the upcoming model build.
94+
95+
Dynamic attribute submodels must be enabled by [[= product_name_base =]] Team.
96+
To start using this functionality, contact [email protected].
97+
98+
When enabled, to build dynamic attribute submodels, you need to send the request (which includes `"ATTRIBUTE_NAME=VALUE"` query parameters) to the scenario with model you want to use submodels for:
99+
100+
`GET https://reco.perso.ibexa.co/api/v2/00000/john.doe/{SCENARIO_NAME}?numrecs=50&outputtypeid=1&color=red`
101+
91102
##### Segment parameters
92103

93104
If you have configured segments, you can use them in the recommendation model. Pass the following parameter

0 commit comments

Comments
 (0)