Changeset 3060978
- Timestamp:
- 03/29/2024 08:40:57 AM (2 years ago)
- Location:
- flexoffers-conversion-tracking
- Files:
-
- 4 edited
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flexoffers-conversion-tracking/tags/1.0.0/readme.txt
r3058972 r3060978 41 41 For the purpose of attributing sales and commissions to publishers, FlexOffers will process checkout information including the order reference. This data will be sent and processed on the track.flexlinkspro.com domain. Any queries regarding the processing of this data can be directed to your dedicated integration contact. Please also see our [privacy policy.] https://www.flexoffers.com/privacy-policy/ 42 42 43 = Services =44 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/insertstore', $requestData);45 When install Flexoffers Conversion Tracking plugin into your wordpress admin then we create one entry into our database with store url.46 47 wp_remote_get(FLEXTRACK_API_URL."/wordpressplugin/deletecategory?storeId=$storeId");48 When uninstall Flexoffers Conversion Tracking plugin from your admin dashboard then We will remove all the category from our database.49 50 wp_remote_get(FLEXTRACK_API_URL.'/wordpressplugin/deletestore?siteUrl='.get_site_url());51 When uninstall Flexoffers Conversion Tracking plugin from your admin dashboard then We update our database as plugin uninstalled.52 53 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/addcategories', $requestData);54 When install Flexoffers Conversion Tracking plugin into your wordpress admin then we will add all the category into our database.55 56 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/modifycategory', $requestData);57 When you update wordpress category then We will also update category in our database.58 59 wp_remote_get(FLEXTRACK_API_URL."/wordpressplugin/deletecategory?storeId=$storeId&categoryId=$term_id");60 When category deleted from wordpress admin then we update into our database as category deleted.61 62 wp_remote_get(FLEXTRACK_API_URL.'/wordpressplugin/getstoredetails?siteUrl='.get_site_url());63 We are using this API to get Flexoffers Conversion Tracking plugin installation details.64 65 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/storelogin', $requestData);66 We use this api to verify the valid user into our database and also send advertiser details.67 68 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/updatestore', $requestData);69 After our plugin instalation successfully we update plugin installed flag true into our database.70 71 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/addcategories', $requestData);72 After our plugin installatoin if you create any category into your wordpress admin then we add that category into our database.73 74 wp_remote_post(FLEXTRACK_API_URL.'/wordpress/sales-summary', $requestData);75 We use this api to get the sale summary of last 30 days.76 77 43 == Installation == 78 44 1. Install the plugin -
flexoffers-conversion-tracking/trunk/readme.txt
r3058972 r3060978 41 41 For the purpose of attributing sales and commissions to publishers, FlexOffers will process checkout information including the order reference. This data will be sent and processed on the track.flexlinkspro.com domain. Any queries regarding the processing of this data can be directed to your dedicated integration contact. Please also see our [privacy policy.] https://www.flexoffers.com/privacy-policy/ 42 42 43 = Services =44 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/insertstore', $requestData);45 When install Flexoffers Conversion Tracking plugin into your wordpress admin then we create one entry into our database with store url.46 47 wp_remote_get(FLEXTRACK_API_URL."/wordpressplugin/deletecategory?storeId=$storeId");48 When uninstall Flexoffers Conversion Tracking plugin from your admin dashboard then We will remove all the category from our database.49 50 wp_remote_get(FLEXTRACK_API_URL.'/wordpressplugin/deletestore?siteUrl='.get_site_url());51 When uninstall Flexoffers Conversion Tracking plugin from your admin dashboard then We update our database as plugin uninstalled.52 53 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/addcategories', $requestData);54 When install Flexoffers Conversion Tracking plugin into your wordpress admin then we will add all the category into our database.55 56 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/modifycategory', $requestData);57 When you update wordpress category then We will also update category in our database.58 59 wp_remote_get(FLEXTRACK_API_URL."/wordpressplugin/deletecategory?storeId=$storeId&categoryId=$term_id");60 When category deleted from wordpress admin then we update into our database as category deleted.61 62 wp_remote_get(FLEXTRACK_API_URL.'/wordpressplugin/getstoredetails?siteUrl='.get_site_url());63 We are using this API to get Flexoffers Conversion Tracking plugin installation details.64 65 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/storelogin', $requestData);66 We use this api to verify the valid user into our database and also send advertiser details.67 68 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/updatestore', $requestData);69 After our plugin instalation successfully we update plugin installed flag true into our database.70 71 wp_remote_post(FLEXTRACK_API_URL.'/wordpressplugin/addcategories', $requestData);72 After our plugin installatoin if you create any category into your wordpress admin then we add that category into our database.73 74 wp_remote_post(FLEXTRACK_API_URL.'/wordpress/sales-summary', $requestData);75 We use this api to get the sale summary of last 30 days.76 77 43 == Installation == 78 44 1. Install the plugin
Note: See TracChangeset
for help on using the changeset viewer.