Skip to content

Commit 620d661

Browse files
committedOct 29, 2024
IBX-9124: Dynamic attribute submodels described in Developer Documentation (#2523)
* Dynamic attribute submodels * Update * fix * fix after doc review
1 parent 981c2f5 commit 620d661

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
@@ -87,6 +87,17 @@ For more information, see [Submodels]([[= user_doc =]]/personalization/recommend
8787

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

90+
!!! note "Dynamic attribute submodels"
91+
92+
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.
93+
94+
Dynamic attribute submodels must be enabled by [[= product_name_base =]] Team.
95+
To start using this functionality, contact support@ibexa.co.
96+
97+
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:
98+
99+
`GET https://reco.perso.ibexa.co/api/v2/00000/john.doe/{SCENARIO_NAME}?numrecs=50&outputtypeid=1&color=red`
100+
90101
##### Segment parameters
91102

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

0 commit comments

Comments
 (0)