The MarketingContent noun is used to model marketing content. Marketing content refers to any creative material created for your site. Marketing content can have multiple language descriptions, and can optionally be associated with an attachment.
BOD | Action Code / Access Profile | Action Expression | Service Provided | Sample XML Message | Client Library / Expression Builder |
---|---|---|---|---|---|
GetMarketingContent | IBM_Admin_Details, IBM_Admin_ImageMap, IBM_Store_Details | /MarketingContent[MarketingContentIdentifier[(UniqueID=)]] | Finds marketing content by marketing content IDs. |
Request
Response |
findByUniqueIDs |
IBM_Admin_Details, IBM_Admin_ImageMap, IBM_Store_Details | {_wcf.ap=$accessProfile$;_wcf.dataLanguageIds='$dataLanguageIds$'}/MarketingContent[MarketingContentIdentifier[(UniqueID=$UniqueId$)]] | Finds marketing content descriptions by marketing content IDs. |
Request
Response |
findMarketingContentDescriptionsById | |
IBM_Admin_Summary, IBM_Store_Summary | /MarketingContent | Finds all marketing content in a store. |
Request
Response |
findAll | |
IBM_Admin_Summary, IBM_Store_Summary | /MarketingContent[search(MarketingContentIdentifier/ExternalIdentifier/Name='$searchText$' or MarketingContentDescription/MarketingText='$searchText$')] | Finds marketing content in a store by name or by the marketing text it contains. |
Request
Response |
findByName | |
IBM_Admin_Summary | /MarketingContent[MarketingContentFormat[UniqueID=$contentType$] and search(MarketingContentIdentifier/ExternalIdentifier/Name='$searchText$' or MarketingContentDescription/MarketingText='$searchText$')] | Finds marketing content of a specific type in a store by name or by the marketing text it contains. |
Request
Response |
findByNameAndType | |
IBM_Admin_Details, IBM_Store_Details | /MarketingContent[Attachment[AttachmentIdentifier[(UniqueID='$attachmentId$')]]] | Finds marketing content by the attachment ID. |
Request
Response |
findMarketingContentByAttachmentId | |
ProcessMarketingContent | Add | Creates a new marketing content. |
Request
Response |
MarketingFacadeClient.createMarketingContent | |
Delete | Deletes an existing marketing content. |
Request
Response |
MarketingFacadeClient.deleteMarketingContent | ||
ChangeMarketingContent | Change | /MarketingContent | Updates an existing marketing content. |
Request
Response |
MarketingFacadeClient.updateMarketingContent |
Add | /MarketingContent/Attachment | Adds an attachment to the marketing content. |
Request
Response |
MarketingFacadeClient.createMarketingContentAttachment | |
Delete | /MarketingContent/Attachment | Deletes the reference to an attachment. |
Request
Response |
MarketingFacadeClient.deleteMarketingContentAttachment | |
Add | /MarketingContent/MarketingContentDescription | Creates a new marketing content description. |
Request
Response |
MarketingFacadeClient.createMarketingContentDescription | |
Change | /MarketingContent/MarketingContentDescription | Updates an existing marketing content description. |
Request
Response |
MarketingFacadeClient.updateMarketingContentDescription | |
Delete | /MarketingContent/MarketingContentDescription | Deletes an existing marketing content description. |
Request
Response |
MarketingFacadeClient.deleteMarketingContentDescription | |
Add | /MarketingContent[1]/MarketingContentImageMap[1]/Area[1] | Creates a new marketing content image map area. |
Request
Response |
MarketingFacadeClient.createMarketingContentImageMap | |
Update | /MarketingContent[1]/MarketingContentImageMap[1]/Area[1] | Updates an existing marketing content image map area. |
Request
Response |
MarketingFacadeClient.updateMarketingContentImageMap | |
Delete | /MarketingContent[1]/MarketingContentImageMap[1]/Area[1] | Deletes an existing marketing content image map area. |
Request
Response |
MarketingFacadeClient.deleteMarketingContentImageMap | |
Add | /MarketingContent[1]/MarketingContentImageMap[1] | Creates a new marketing content image map through HTML source code. |
Request
Response |
MarketingFacadeClient.createMarketingContentImageMap | |
Update | /MarketingContent[1]/MarketingContentImageMap[1] | Update the HTML source code of an existing marketing content image map . |
Request
Response |
MarketingFacadeClient.updateMarketingContentImageMap |
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_Summary |
|
|
IBM_Admin_Details |
|
|
IBM_Admin_ImageMap |
|
Request
Response |
IBM_Store_Summary |
|
|
IBM_Store_Details |
|