| Home > Products & Services > AutoClaim | |
|
| |
| Products & Services | Consumer Network | Clients | About Us | Contact Us | ||||
| Permission Email | Online Research Panel | Loyalty Marketing | Banner Advertising | Text-Based Advertising | |
AutoClaimBenefits of AutoClaimThe PermissionCorp AutoClaim system has the following benefits:
How does AutoClaim work?AutoClaim simply submits a claim to the PermissionCorp claims processing system on behalf of the member. It works through the use of a pixel code placed on your order confirmation page.Security and FraudRemember, the claims submitted by the AutoClaim system are still processed and verified as before. So there are no issues surrounding fraudulent use of the pixel code.If a member views the source code of your order confirmation page, they can find out the AutoClaim code. However if they manipulate the values in the code, at most all they will achieve is submitting an incorrect claim to the claim system. When the purchase amount recorded in the claim does not match the true purchase amount of the transaction, the claim will be rejected, reward points will not be given to the member and commission will not be payable to PermissionCorp. It is no different to what would happen if a member submitted a claim manually with incorrect information or an inflated purchase amount. Cancelled and Unpaid OrdersThe AutoClaim system can be used for any type of order, including orders paid by BPay, direct deposit, cheque, or money order. Even though the claim is submitted automatically, it does not need to be approved until after the order has been fully paid.If the order remains unpaid after a reasonable period of time, or if the order is cancelled, the claim can be rejected. How does the AutoClaim system identify the user?The AutoClaim system sets a cookie when the user clicks on the Start Shopping button. This cookie is present when the tracking pixel is loaded later on when the user has completed their order. This cookie expires after 30 days.Implementing the AutoClaim CodeYou will be supplied with a snippet of code to implement on your order confirmation page (the page after the order is complete and paid for). There are fields within the code that need to be dynamically updated with information from the current purchase or order.
Non-SSL version:
<img src="http://rewardscentral.com.au/autoclaim.aspx?sid=
SHOP_CODE&oid=ORDER_ID&amt=PURCHASE_AMOUNT" height="1" width="1" border="0">
SSL version:
<img src="https://ssl.rewardscentral.com.au/autoclaim.aspx?sid=
SHOP_CODE&oid=ORDER_ID&amt=PURCHASE_AMOUNT" height="1" width="1" border="0">
ExampleIn this example, the shop code is ABCDEF, the Invoice ID is P4234400, and the purchase amount excluding delivery is $36.70. The web server would dynamically insert the last two values into the code and the following HTML would be rendered to the user's web browser:
<img src="http://rewardscentral.com.au/autoclaim.aspx?sid=
ABCDEF&oid=P4234400&amt=36.70" height="1" width="1" border="0">
Technical AssistanceIf you require technical assistance, please contact your PermissionCorp account manager and they will be happy to put you in touch with the PermissionCorp technical department. |