{"id":82208,"date":"2018-02-26T20:10:04","date_gmt":"2018-02-26T20:10:04","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/keitaro-tracker-integration\/"},"modified":"2023-08-10T07:57:17","modified_gmt":"2023-08-10T07:57:17","slug":"keitaro-tracker-integration","status":"closed","type":"plugin","link":"https:\/\/pt.wordpress.org\/plugins\/keitaro-tracker-integration\/","author":15984970,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.8.8","stable_tag":"trunk","tested":"5.9.13","requires":"3.3","requires_php":"5.3","requires_plugins":null,"header_name":"Keitaro Tracker Integration","header_author":"Keitaro Team","header_description":"This plugin integrates WP with Keitaro tracker.","assets_banners_color":"132932","last_updated":"2023-08-10 07:57:17","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/apliteni\/keitaro-wordpress-plugin","header_author_uri":"https:\/\/github.com\/apliteni","rating":0,"author_block_rating":0,"active_installs":8000,"downloads":17554,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["installation","faq","changelog","description"],"tags":{"0.4.0":{"tag":"0.4.0","author":"asabirov","date":"2018-03-14 11:21:40"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":1829595,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":1829587,"resolution":"1544x500","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.4.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":1829587,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"Settings page"}},"plugin_section":[],"plugin_tags":[232,153616,3283],"plugin_category":[36],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-82208","plugin","type-plugin","status-closed","hentry","plugin_tags-analytics","plugin_tags-keitaro","plugin_tags-metrics","plugin_category-analytics","plugin_committers-asabirov"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/keitaro-tracker-integration_132932.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/keitaro-tracker-integration\/assets\/screenshot-1.png?rev=1829587","caption":"Settings page"}],"raw_content":"<!--section=installation-->\n<ol>\n<li>Upload the <code>keitaro<\/code> folder to the <code>\/wp-content\/plugins<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Open the campaign, switch tab to \"Integration\", find there \"WordPress\".<\/li>\n<li>Copy settings block, paste<\/li>\n<li>Open section \"Keitaro\" in the WordPress.<\/li>\n<li>Import copied settings. Press \"Save Changes\".<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='what%20is%20keitaro%3F'><h3>What is Keitaro?<\/h3><\/dt>\n<dd><p>Keitaro is a self-hosted tracker for affiliate marketers.\nMore information about Keitaro on page <a href=\"https:\/\/keitaro.io?utm_source=wordpress-plugins\">https:\/\/keitaro.io<\/a>.<\/p><\/dd>\n<dt id='which%20keitaro%20version%20is%20needed%3F'><h3>Which Keitaro version is needed?<\/h3><\/dt>\n<dd><p>Keitaro v9.1 or higher.<\/p><\/dd>\n<dt id='which%20keitaro%20license%20is%20needed%3F'><h3>Which Keitaro license is needed?<\/h3><\/dt>\n<dd><p>Professional or Business.<\/p><\/dd>\n<dt id='how%20to%20generate%20offer%20link%3F'><h3>How to generate offer link?<\/h3><\/dt>\n<dd><p>Use links with href value <code>{offer}<\/code>.<\/p>\n\n<p>Full example:<\/p>\n\n<pre><code>&lt;a href=\"{offer}\"&gt;Buy it now!&lt;\/a&gt;\n<\/code><\/pre><\/dd>\n<dt id='how%20to%20specify%20offer%20in%20the%20links%3F'><h3>How to specify offer in the links?<\/h3><\/dt>\n<dd><p>Use macro <code>{offer:ID}<\/code>. Examples:<\/p>\n\n<pre><code>&lt;a href=\"{offer:4}\"&gt;Offer 1&lt;\/a&gt;\n&lt;a href=\"{offer:9}\"&gt;Offer 2&lt;\/a&gt;\n<\/code><\/pre>\n\n<p>Full example:<\/p>\n\n<pre><code>&lt;a href=\"{offer}\"&gt;Buy it now!&lt;\/a&gt;\n<\/code><\/pre>\n\n<p>In order to get offer link in templates, use <code>do_shortcode()<\/code>:<\/p>\n\n<pre><code>&lt;?= do_shortcode('[offer]')?&gt;\n&lt;?= do_shortcode('[offer offer_id=\"10\"]')?&gt;\n<\/code><\/pre><\/dd>\n<dt id='how%20to%20track%20conversions%20%28send%20postback%29%3F'><h3>How to track conversions (send postback)?<\/h3><\/dt>\n<dd><p>Use shortcode <code>[send_postback]<\/code> on \"Thank you\" page.<\/p><\/dd>\n<dt id='how%20to%20specify%20conversion%20revenue%3F'><h3>How to specify conversion revenue?<\/h3><\/dt>\n<dd><p>Example:<\/p>\n\n<pre><code>[send_postback revenue=\"100\" currency=\"usd\"]\n<\/code><\/pre><\/dd>\n<dt id='how%20to%20send%20form%20data%3F'><h3>How to send form data?<\/h3><\/dt>\n<dd><p>Example:<\/p>\n\n<pre><code>[send_postback firstname=\"$firstname\" lastname=\"$lastname\" phone=\"$phone\"]\n<\/code><\/pre><\/dd>\n<dt id='how%20to%20reset%20saved%20state%3F'><h3>How to reset saved state?<\/h3><\/dt>\n<dd><p>Add parameter <code>?_reset=1<\/code> to page URL.<\/p><\/dd>\n<dt id='how%20to%20see%20page%20reports%20in%20keitaro%3F'><h3>How to see page reports in Keitaro?<\/h3><\/dt>\n<dd><p>Add parameter 'page' to the campaign parameters.<\/p><\/dd>\n<dt id='how%20to%20ignore%20on%20specific%20pages%3F'><h3>How to ignore on specific pages?<\/h3><\/dt>\n<dd><ul>\n<li>Add parameter 'page' to the campaign parameters.\n\n<ul>\n<li>Use filter 'Page' in the streams. For example, to ignore page 'landing-123', filter should be \"Page IS NOT '\/landing-page'\".<\/li>\n<\/ul><\/li>\n<\/ul><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.8.7<\/h4>\n\n<p>Added <code>Stable Tag<\/code> to readme.<\/p>\n\n<h4>0.8.6<\/h4>\n\n<p>Updated KClient.php<\/p>\n\n<h4>0.8.5<\/h4>\n\n<p>Updated KClient.php to v3.14<\/p>\n\n<h4>0.8.4<\/h4>\n\n<p>Updated KClient.php to v3.13\nAdded option to disable session cookies<\/p>\n\n<h4>0.8.3<\/h4>\n\n<p>Updated KClient.php to v3.12<\/p>\n\n<h4>0.8.2<\/h4>\n\n<p>Updated ip headers for KClient.php<\/p>\n\n<h4>0.8.1<\/h4>\n\n<p>Updated KClient.php to v3.11<\/p>\n\n<h4>0.8.0<\/h4>\n\n<p>Updated KClient.php to v3.10<\/p>\n\n<h4>0.7.9<\/h4>\n\n<p>Fix description text in the settings<\/p>\n\n<h4>0.7.8<\/h4>\n\n<p>Updated Click Client to v3.8<\/p>\n\n<h4>0.7.6<\/h4>\n\n<p>Fix errors with regexp for offer macro<\/p>\n\n<h4>0.7.5<\/h4>\n\n<p>Updated kclick_client.php to v3.7<\/p>\n\n<h4>0.7.4<\/h4>\n\n<p>Fix errors in kclick_client.php<\/p>\n\n<h4>0.7.3<\/h4>\n\n<p>Updated kclick_client.php to v3.5<\/p>\n\n<h4>0.7.2<\/h4>\n\n<p>Updated kclick_client.php to v3.4\nWordPress 5 Compatibility<\/p>\n\n<h4>0.7.1<\/h4>\n\n<p>Updated kclick_client.php to v3.4<\/p>\n\n<h4>0.7.0<\/h4>\n\n<p>Added some new settings to specify different campaign on different pages<\/p>\n\n<h4>0.6.3<\/h4>\n\n<p>Fix storing token<\/p>\n\n<h4>0.6.2<\/h4>\n\n<p>Fix storing param _subid in session<\/p>\n\n<h4>0.6.1<\/h4>\n\n<p>Use _subid over session value<\/p>\n\n<h4>0.6.0<\/h4>\n\n<p>Ignore prefetch requests<\/p>\n\n<h4>0.5.0<\/h4>\n\n<p>Do not perform redirects if session is restored<\/p>\n\n<h4>0.4.5<\/h4>\n\n<p>Added param 'r' to exclude pages from executing actions<\/p>\n\n<h4>0.4.4<\/h4>\n\n<p>Fixed a bug<\/p>\n\n<h4>0.4.3<\/h4>\n\n<p>Fixed \"Track non-unique visits\"<\/p>\n\n<h4>0.4.2<\/h4>\n\n<p>Fixed issue on php 5.3<\/p>\n\n<h4>0.4.1<\/h4>\n\n<p>Fixed 'Warning: call_user_func_array() expects parameter 1 to be a valid callback'<\/p>\n\n<h4>0.4.0<\/h4>\n\n<p>Added shortcode [offer].<\/p>\n\n<h4>0.3.3<\/h4>\n\n<p>Allow using {offer} in templates<\/p>\n\n<h4>0.3.2<\/h4>\n\n<p>Fixed an error in RU translation<\/p>\n\n<h4>0.3.1<\/h4>\n\n<p>Fixed: various incompatibility issues<\/p>\n\n<h4>0.3.0<\/h4>\n\n<p>Return '#' instead of http:\/\/no_offer<\/p>\n\n<h4>0.2.2<\/h4>\n\n<p>Fixed: error with 'no_offer'<\/p>\n\n<h4>0.2.1<\/h4>\n\n<p>Fixed error 'substr() expects parameter'<\/p>\n\n<h4>0.2.0<\/h4>\n\n<ul>\n<li>Send param 'page' that contains current page URI to the tracker<\/li>\n<li>Fixed: incompatibility with Yandex Webvisor<\/li>\n<li>Fixed: tracker runs on system pages, like feed, search, etc.<\/li>\n<\/ul>\n\n<h4>0.1.0<\/h4>\n\n<p>Added option 'Force redirect to offer'<\/p>\n\n<h4>0.0.9<\/h4>\n\n<p>Updated KClickClient<\/p>\n\n<h4>0.0.8<\/h4>\n\n<ul>\n<li>Fixed: an error on php 5.4<\/li>\n<li>Fixed: issues with radio buttons<\/li>\n<\/ul>\n\n<h4>0.0.7<\/h4>\n\n<p>Fixed: import settings isn't working in FireFox<\/p>\n\n<h4>0.0.6<\/h4>\n\n<ul>\n<li>Better compatibility with landing page builders<\/li>\n<li>Added compatibility with WPForms<\/li>\n<\/ul>\n\n<h4>0.0.5<\/h4>\n\n<p>Fixed: Option 'Enabled' isn't working<\/p>\n\n<h4>0.0.4<\/h4>\n\n<p>Fixed: tracker runs on admin dashboard<\/p>\n\n<h4>0.0.3<\/h4>\n\n<p>Fix RU translation<\/p>\n\n<h4>0.0.2<\/h4>\n\n<p>Better internalization<\/p>\n\n<h4>0.0.1<\/h4>\n\n<p>Early alpha version. Implemented:\n  * requesting campaigns through Click API v3\n  * sending postbacks on [send_postback]\n  * generates offer links, includes multi-offer support<\/p>\n\n<!--section=description-->\n<p>This plugin integrates WP website with Keitaro tracker.<\/p>\n\n<p>Features:\n  - Create offer links in the posts\n  - Perform cloaking in it's set in the campaign\n  - Cloaking\n  - Sending postbacks<\/p>\n\n<h3>Terms of Service<\/h3>\n\n<p><a href=\"https:\/\/keitaro.io\/en\/tos\">https:\/\/keitaro.io\/en\/tos<\/a><\/p>\n\n<h3>Need help?<\/h3>\n\n<p>Send us a message on support@keitaro.io or read <a href=\"https:\/\/help.keitaro.io\/en\/wp-plugin\">the knowledge base<\/a>.<\/p>","raw_excerpt":"This plugin integrates WP website with Keitaro tracker.\n\nFeatures:\n  - Create offer links in the posts\n  - Perform cloaking in it&#039;s set in the ca &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/82208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=82208"}],"author":[{"embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/asabirov"}],"wp:attachment":[{"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=82208"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=82208"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=82208"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=82208"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=82208"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=82208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}