Home page banner ads require a simple "context' to be sent to Project Agora Commerce. A "context" is a bit of code that defines the conditions under which a product is shown to a customer.
Banner X Ads use the /bannerx endpoint
Project Agora Commerce may need to enable home page ads before ads can be served.
You will receive your contentStandardId from CitrusAd once your content standard is generated.
Minimum Viable Context:
Below are the minimum values needed to generate a search term ad:
POST $BASE_URL/v1/ads/bannerx HTTP/1.1accept:application/jsoncontent-type:application/jsonAuthorization:Basic your_api_key_here{"catalogId":"string","pageType":"string","contentStandardId":"string","bannerSlotIds":[{"slotId":"string","maxNumberOfAds":number}]}