eSpots and cSpots

eSpots(e-Marketing Spots)
ESpots are specific defined areas on a JSP page whose content can be dynamically configured based on rules. eSpots reserve space on your store pages in which content displays. Use for marketing activity. Add emaiil activity (send promotional mails for selected group in specified time), web activity(start,end date,priority,status).

For calling e-marketing spot use below jsp

< c : import url="${jspStoreDir}include/eMarketingSpotDisplay.jsp">

< / c:import>

c-Spots (Content Spot )
-atleast one content is mandatory -
-can be scheduled with start/end date
-call the content spot name in jsp to display the attached content

For calling c-spot use below jsp

< c:import url="../Snippets/Marketing/Content/ContentSpotDisplay.jsp">
< c: param name="spotName" value="mycontent1" />
< c:param name="substitutionValues" value="{spotname},${spotName}"/>
< c:param name="substitutionValues" value="{myname},${name}"/>
< c:param name="substitutionValues" value="{myid},${id}"/>
< c:param name="substitutionValues" value="{mycomment},${comment}"/>

< / c:import>

Comments

TechTanker said…
Article ideas very clear . Your writing style is very unique. I very much appreciate the articles you write.
TechTanker
TechTanker

Popular posts from this blog

Dataload Utility In WCS

10 Steps to Configure Email – Websphere Commerce Server

Multiple Wish List