The MarketingSpot noun is used to model an e-Marketing Spot. An e-Marketing Spot reserves space on your store pages in which personalized marketing content displays. This noun is used in an authoring environment to provide the list of e-Marketing Spots when creating marketing activities, and to manage creating, updating and deleting e-Marketing Spots. In the storefront, the MarketingSpotData noun is used to provide the data to display to customers in an e-Marketing Spot.
BOD | Action Code / Access Profile | Action Expression | Service Provided | Sample XML Message | Client Library / Expression Builder |
---|---|---|---|---|---|
GetMarketingSpot | IBM_Admin_Details | /MarketingSpot[MarketingSpotIdentifier[(UniqueID=)]] | Finds e-Marketing Spots in a store by e-Marketing Spot IDs. |
Request
Response |
findByUniqueIDs |
IBM_Admin_Details | /MarketingSpot[Usage='$usage$'] | Finds all e-Marketing Spots in a store by spot usage. Valid values for usage are MARKETING and CONTENT. |
Request
Response |
findAll | |
IBM_Admin_Details | /MarketingSpot[Usage='$usage$' and search(MarketingSpotIdentifier/ExternalIdentifier/Name='$searchText$' or Description='$searchText$')] | Finds e-Marketing Spots in a store by usage and name or description. |
Request
Response |
findByUsageAndNameOrDescription | |
ProcessMarketingSpot | Add | Creates a new e-Marketing Spot. |
Request
Response |
MarketingFacadeClient.createMarketingSpot | |
Delete | Deletes an existing e-Marketing Spot. |
Request
Response |
MarketingFacadeClient.deleteMarketingSpot | ||
ChangeMarketingSpot | Change | /MarketingSpot | Updates an existing e-Marketing Spot. |
Request
Response |
MarketingFacadeClient.updateMarketingSpot |
Add | /MarketingSpot/DefaultContent | Adds default content to the e-Marketing Spot. |
Request
Response |
MarketingFacadeClient.updateMarketingSpot | |
Delete | /MarketingSpot/DefaultContent | Deletes default content from the e-Marketing Spot. |
Request
Response |
MarketingFacadeClient.updateMarketingSpot | |
Add | /MarketingSpot/DefaultMarketingSpotTitle | Adds title to the e-Marketing Spot. |
Request
Response |
MarketingFacadeClient.updateMarketingSpot | |
Change | /MarketingSpot/DefaultMarketingSpotTitle | Update title of the e-Marketing Spot. |
Request
Response |
MarketingFacadeClient.updateMarketingSpot | |
Delete | /MarketingSpot/DefaultMarketingSpotTitle | Deletes title from the e-Marketing Spot. |
Request
Response |
MarketingFacadeClient.updateMarketingSpot |
Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.
Access Profile | Data Returned |
---|---|
IBM_Admin_Details |
|