Davinci Commerce API Documentation
v1.0
GenAI & Template Generation
Page
Code Steps
Category
Label
Link
Separator
Title
Message
Page icon
No icon. This page keeps the plain index row.
orSVG or PNG, square, at least 32×32.
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
getDynamicService
AI Tools
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
This API enables the developer to explicitly specify indices and query asset sources in the Jivox system. Situations that require complex processing of data signals to determine the asset source key, or situations that require lookup of multiple rows can benefit from this API.
Example Usage: To query for one row (for e.g. with key=5) from an asset source, use the name of the asset source (for e.g. NumbersTest) to configure the API call as shown below:
jvxAd.getDynamicService(
"NumbersTest:NumbersTest",
"ap_NumbersTest=5,
"callback");
To query for multiple rows from the same asset source, use two keys in the same call as shown below:
jvxAd.getDynamicService(
"NumbersTest:NumbersTest",
["ap_NumbersTest=3,5,7"],
"callback");
To query for multiple rows from multiple asset sources, use the syntax shown below:
jvxAd.getDynamicService([
["NumbersTest:NumbersTest", "DeepUploadTest: DeepUploadTest"],
["ap_NumbersTest=3,5,7", "ap_DeepUploadTest=s"],
"callback");
Response: A sample response object returning multiple rows from multiple asset sources is shown below:

Last updated on
Was this page helpful?
Next to read:
dynamicDataCallbacknull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message