This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * $purchased - This is condition for conversion | |
| * $_POST['click_id'] - This is our click id, which is sent to you in tracking url. | |
| * For example, your tracking URL is http://yourdomain.com/purchase.php?click_id={CLICK_ID}&subid=any_parameter_for_your_platform | |
| */ | |
| <?php | |
| // .... Your code | |
| ?> | |
| <form id="form_for_purchasing_anything" method="POST> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * $pin_submited - This is condition for conversion | |
| * $_POST['click_id'] - This is our click id, which is sent to you in tracking url. | |
| * For example, your tracking URL is http://yourdomain.com/submit_pin.php?click_id={CLICK_ID}&subid=any_parameter_for_your_platform | |
| */ | |
| <?php | |
| // .... Your code | |
| ?> | |
| <form id="form_for_submiting_number" method="POST> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * This is an example of Postback file for rewarding publisher for completing offer. | |
| * Do not forget to change values for database connection. | |
| */ | |
| // Define your password, set to blank "" for no password. (optional). | |
| $your_postback_password = ""; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * This is an example of Postback file for saving conversions into database. | |
| * Do not forget to change values for database connection. | |
| */ | |
| // Define your password, set to blank "" for no password. (optional). | |
| $your_postback_password = ""; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * Postback Example Script. This script is meant to only be a rough outline of | |
| * how a postback should operate, and not necessarily used out of the box. | |
| * | |
| * subid value, which will come in postback is user id as was provided in example from documentation page. | |
| * Number of points will come inside 'virtual_currency' parameter. | |
| * | |
| * Copyright 2017. CPAlead, LLC. All Rights Reserved | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * ATTENTION! This code is used only as example. You should use your variables name and offerwall URL. | |
| * This code can be used on page, where offerwall should appear. | |
| * We will check if user is signed in inside website or application. If yes - will show offerwall. | |
| * $userId = should have value of signed in user, which will complete offers. We will use it as subid value. | |
| */ | |
| // Your application code ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": "335", | |
| "campid": "6576", | |
| "ip": "95.105.102.104", | |
| "subid": "156961", | |
| "subid2": null, | |
| "subid3": null, | |
| "earn": "0.15", | |
| "ddate": "2017-07-25", |
NewerOlder