<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PointLoyalty - loyalty programs online &#187; integration</title>
	<atom:link href="http://www.pointloyalty.com/blog/tag/integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pointloyalty.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 29 Aug 2011 15:01:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Integration with rewards calculation system</title>
		<link>http://www.pointloyalty.com/blog/2010/03/09/integration-with-rewards-calculation-system/</link>
		<comments>http://www.pointloyalty.com/blog/2010/03/09/integration-with-rewards-calculation-system/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 12:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[bonus processing engine]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2010/03/09/integration-with-rewards-calculation-system/</guid>
		<description><![CDATA[Let’s talk once again on integration simplicity.After you make yourself familiar with PointLoyalty Manager bonus programs management system (this can take a bit more then 20 minutes) – you will need to decide how to pass the consumer transactions data &#8230; <a href="http://www.pointloyalty.com/blog/2010/03/09/integration-with-rewards-calculation-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Let’s talk once again on integration simplicity.<br />After you make yourself familiar with PointLoyalty Manager bonus programs management system (this can take a bit more then 20 minutes) – you will need to decide how to pass the consumer transactions data into the system.<br />If you need online data processing, your programmers need to pass the data as follows:</p>
<p>ValueBean val1 = new ValueBean();<br />val1.setName(”sum“);<br />val1.setNumericValue(3800);</p>
<p>ValueBean val2 = new ValueBean();<br />val2.setName(”product“);<br />val2.setNumericValue(”printer“);</p>
<p>ActionBean action = new ActionBean();<br />action.setMemberId(”customer card for John Doe“);<br />action.setName(”purchase“);<br />action.setValues(new ValueBean[] { val1, val2 });</p>
<p>return action;</p>
<p>From this example you can see that<br />- “John Doe” has made a “purchase” of a “product” named “printer” and spend “sum” of $130.</p>
<p>In your information system there is a record of this purchase, so there should be no problem in passing this data to PointLoyalty Manager.<br />(Encryption, data protection, local installations of the product are out of this blog entry scope)<br /><a href="http://www.pointloyalty.com/web20.html" mce_href="http://www.pointloyalty.com/web20.html"><font color="#0000ff">Full description of the integration mechanism.</font></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2010/03/09/integration-with-rewards-calculation-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integration with financial applications</title>
		<link>http://www.pointloyalty.com/blog/2009/06/25/integration-with-financial-applications/</link>
		<comments>http://www.pointloyalty.com/blog/2009/06/25/integration-with-financial-applications/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 08:55:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[integration]]></category>
		<category><![CDATA[loyalty SaaS]]></category>
		<category><![CDATA[loyalty stories]]></category>
		<category><![CDATA[financial apps]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/06/25/integration-with-financial-applications/</guid>
		<description><![CDATA[Researching PointLoyalty cooperation options with existing financial applications we discovered that not that many companies are really ready for online integration despite the claims of having open architecture, easy integration, plugins support, etc. Some companies provide a list of add-ons &#8230; <a href="http://www.pointloyalty.com/blog/2009/06/25/integration-with-financial-applications/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Researching PointLoyalty cooperation options with existing financial applications we discovered that not that many companies are really ready for online integration despite the claims of having open architecture, easy integration, plugins support, etc. Some companies provide a list of add-ons implemented by third-party developers which in many cases lack production quality. The term “open architecture” is also understood differently from vendor to vendor.<br />But there are some nice exceptions. Most often they are relatively young firms who need to design their products at the highest level to get advantage over existing competitors. These young companies do not need to support compatibility with earlier versions and eager to use new technologies. We believe these young players will define the future of technologies open for integration on SaaS market, if large competitors will not buy them out. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/06/25/integration-with-financial-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integration</title>
		<link>http://www.pointloyalty.com/blog/2009/05/25/integration/</link>
		<comments>http://www.pointloyalty.com/blog/2009/05/25/integration/#comments</comments>
		<pubDate>Mon, 25 May 2009 07:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[PointLoyalty Manager]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/05/25/integration/</guid>
		<description><![CDATA[Why integration with our solution is profitable?If you are a supplier of some software (traditional or SaaS) such as sales tracking system or a e-commerce support software – integration with our product will be very useful to you.You will get &#8230; <a href="http://www.pointloyalty.com/blog/2009/05/25/integration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Why integration with our solution is profitable?<br />If you are a supplier of some software (traditional or SaaS) such as sales tracking system or a e-commerce support software – integration with our product will be very useful to you.<br />You will get an additional functionality in your product without significant efforts from your side. Your customers will be able to charge bonus points for their clients’ actions and create advanced loyalty programs.</p>
<p>Here are the advantages of integration with our product:<br />- Additional functionality<br />When you look for your competitors – you can often find that there is much similarity in offered products. Integration with a customer rewards system “PointLoyalty Manger” will help you to stand out against a background and enhance functionality of your product. Integration is simple and does not require much effort from your side. </p>
<p>- Additional profit<br />You can make this integration module optional and charge additionally for enabling it. You can charge on subscription base, on amount of established reward programs, on amount of processed transactions, etc </p>
<p>- Cutting costs<br />In essence we propose you to outsource important but non-core part of your system. This way you don’t need to support this part, spend resources on its further development, bugfixing, etc.</p>
<p>On all integration issues <a href="http://www.pointloyalty.com/web20.html" mce_href="http://www.pointloyalty.com/web20.html"><font color="#0000ff">http://www.pointloyalty.com/web20.html</font></a> &#8211; please contact technical support of PoinLoyalty company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/05/25/integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PointLoyalty API</title>
		<link>http://www.pointloyalty.com/blog/2009/05/19/using-pointloyalty-api/</link>
		<comments>http://www.pointloyalty.com/blog/2009/05/19/using-pointloyalty-api/#comments</comments>
		<pubDate>Tue, 19 May 2009 07:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[loyalty SaaS]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/05/19/using-pointloyalty-api/</guid>
		<description><![CDATA[Everyone who uses our API http://www.pointloyalty.com/web20_details.html needs to pay attention that fields declared “optional” are very important at times. We tried to simplify our API to make it easier to learn the system, but we recommend to study the system &#8230; <a href="http://www.pointloyalty.com/blog/2009/05/19/using-pointloyalty-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Everyone who uses our API <a href="http://www.pointloyalty.com/web20_details.html" mce_href="http://www.pointloyalty.com/web20_details.html"><font color="#0000ff">http://www.pointloyalty.com/web20_details.html</font></a> needs to pay attention that fields declared “optional” are very important at times. </p>
<p>We tried to simplify our API to make it easier to learn the system, but we recommend to study the system documentation especially before using it in production.</p>
<p>Example:<br />Login object has following fields:<br />- Name – Client name in PointLoyalty Manager.<br />- Password – Password.<br />- Locale – Client language string. ‘EN’ by default.<br />- TimeZoneId &#8211; Timezone. String representation as in Java programming language. </p>
<p>Fields «Locale» and «TimeZoneId» are optional and all tests will work without passing them into the system.<br />But please consider the following:<br />- If you not an English speaking user and you do not pass «Locale» parameter you will get all<br />messages from our services in English; date and time fields will be processed according to US<br />date/time formats, etc.<br />- If you are not in US/California (where our servers are) – all empty date/time fields by default will<br />have current US/California time and not time of your time zone as you could expect. </p>
<p>Errors of this kind are easy to avoid by spending a couple of minutes on reading API documentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/05/19/using-pointloyalty-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bonus points redemption</title>
		<link>http://www.pointloyalty.com/blog/2009/05/14/bonus-points-redemption/</link>
		<comments>http://www.pointloyalty.com/blog/2009/05/14/bonus-points-redemption/#comments</comments>
		<pubDate>Thu, 14 May 2009 07:38:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[PointLoyalty Manager]]></category>
		<category><![CDATA[points redemption]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/05/14/bonus-points-redemption/</guid>
		<description><![CDATA[We continue to answer questions of our users. One of the frequent questions – How to organize bonus points redemption on the client web site using results from PointLoaylty system?Current version of the system does not have any functionality to &#8230; <a href="http://www.pointloyalty.com/blog/2009/05/14/bonus-points-redemption/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We continue to answer questions of our users. One of the frequent questions – How to organize bonus points redemption on the client web site using results from PointLoaylty system?<br />Current version of the system does not have any functionality to support points’ redemption with prizes to program members. We believe this functionality is not required. Every business is so unique that it is almost impossible to come up with a generic solution convenient for everyone.<br />On other side it is fairly easy to organize the system of rewarding customers with gifts and prizes.<br />For example:<br />If a program owner want to create following reward system<br />- for every 10 earned bonus points give customer an option to choose a gift from list A.<br />- for every 1000 earned points – gifts from list B.</p>
<p>How to organize this system on your site?<br />1. Your customer enters your site. You request the amount of bonus points he earned from our system (API &#8211; <a href="http://www.pointloyalty.com/web20_details.html" mce_href="http://www.pointloyalty.com/web20_details.html"><font color="#0000ff">http://www.pointloyalty.com/web20_details.html</font></a>).<br />2. Assume he has 45 bonus points.<br />3. On the page designed to choose gifts you display only items from list A. Items from list B remain invisible.<br />4. If the customer selects some gift – call our API and reduce amount of his points by 10 points. After choosing 4 gifts, items in list A also become invisible.</p>
<p>Why we don’t want to automate this process?<br />We don’t know following:<br />- what design you choose for the page with gifts<br />- what should happen in your system after customer gets a gift<br />- do you want to display unavailable gifts to your clients?<br />- etc</p>
<p>This functionality despite looking simple will be individual for every client.<br />Of course we will help you with integrating our system with your software; we will take into account all your requirements and answer all your questions. We can also implement this task for you on individual base.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/05/14/bonus-points-redemption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Develop your own bonus calculation system or use the ready one?</title>
		<link>http://www.pointloyalty.com/blog/2009/05/07/develop-your-own-bonus-calculation-system-or-use-the-ready-one/</link>
		<comments>http://www.pointloyalty.com/blog/2009/05/07/develop-your-own-bonus-calculation-system-or-use-the-ready-one/#comments</comments>
		<pubDate>Thu, 07 May 2009 06:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[integration]]></category>
		<category><![CDATA[loyalty programs]]></category>
		<category><![CDATA[rewards programs]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.pointloyalty.com/blog/2009/05/07/develop-your-own-bonus-calculation-system-or-use-the-ready-one/</guid>
		<description><![CDATA[Even if your loyalty program is plain simple and you just grant constant bonus points to your customers for every purchase – you need to think does it worth doing it yourself or use the features of our online service.Yes, &#8230; <a href="http://www.pointloyalty.com/blog/2009/05/07/develop-your-own-bonus-calculation-system-or-use-the-ready-one/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Even if your loyalty program is plain simple and you just grant constant bonus points to your customers for every purchase – you need to think does it worth doing it yourself or use the features of our online service.<br />Yes, simple logic for calculating bonus points can be easily written by your programmers. You probably don’t need more complex rules at the time, but all this are not arguments for reinventing the wheel.<br />Can you create your own blog engine for your web site? Sure you can, but you will not do it probably. Can you ask your developers to create dynamic graphs on your web pages? Yes, but why – this is already implemented in google online services.<br />Using our product for automation of your so far simple tasks of bonus calculations you gain a robust platform with extending services and good potential.<br />Join us! <a href="http://www.pointloyalty.com/web20.html" mce_href="http://www.pointloyalty.com/web20.html"><font color="#0000ff">Integration with PointLoyalty Manager</font></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointloyalty.com/blog/2009/05/07/develop-your-own-bonus-calculation-system-or-use-the-ready-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

