Feature Pack 7

Get e-Marketing Spot data for a product

The following example shows how to get e-Marketing Spot data for a product.

Request


GET /wcs/resources/store/10101/espot/FurnitureRecommendedProducts/product/10251?DM_PreviewReport=true%26DM_ReturnTimeLimit=true HTTP/1.1
Host: testserver.mycompany.com
Content-Type: application/json

Response


HTTP/1.1 200 OK
Content-Type: application/json

{
   "MarketingSpotData": [
		{
			"baseMarketingSpotActivityData": [
				{
					"activityFormat": "web",
					"activityIdentifierID": "10038",
					"activityIdentifierName": "Product page recommended products",
					"activityPriority": "1",
					......
				}
			],
			"behavior": "1",
			"eSpotName": "FurnitureRecommendedProducts",
			"marketingSpotIdentifier": "10978",
			"nextTimeLimit": "-1",
			"previewReport": [
				"SpotFound|10978|10101|MARKETING|FurnitureRecommendedProducts|true",
				......
				}
		}
	],
	"resourceId": "http:\/\/testserver.mycompany.com\/wcs\/resources\/store\/10101\/espot\/FurnitureRecommendedProducts\/product\/10251",
	"resourceName": "espot"
}