Version Description
Download this release
Release Info
Developer | RyanNovotny |
Plugin | Pixel Cat – Facebook Pixel (Formerly "Facebook Conversion Pixel") |
Version | 2.4.2 |
Comparing to | |
See all releases |
Code changes from version 2.4.0 to 2.4.2
- assets/pixelcat_icon_128_128_360.png +0 -0
- assets/pixelcat_icon_256_256_360.png +0 -0
- facebook-conversion-pixel.php +2 -2
- pixel-cat.js +4 -3
- pixel-cat.min.js +1 -1
- readme.txt +6 -4
- readmes/business.txt +9 -2
- readmes/elite.txt +9 -2
- readmes/personal.txt +5 -2
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
assets/pixelcat_icon_128_128_360.png
CHANGED
Binary file
|
assets/pixelcat_icon_256_256_360.png
CHANGED
Binary file
|
facebook-conversion-pixel.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
Author: Fatcat Apps
|
9 |
Author URI: https://fatcatapps.com/
|
10 |
License: GPLv2
|
11 |
-
Version: 2.4.
|
12 |
*/
|
13 |
|
14 |
|
@@ -71,7 +71,7 @@ if ( !$upgraded && $has_legacy_save ) {
|
|
71 |
|
72 |
//DEFINE SOME USEFUL CONSTANTS
|
73 |
define( 'FCA_PC_DEBUG', FALSE );
|
74 |
-
define( 'FCA_PC_PLUGIN_VER', '2.4.
|
75 |
define( 'FCA_PC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
76 |
define( 'FCA_PC_PLUGINS_URL', plugins_url( '', __FILE__ ) );
|
77 |
define( 'FCA_PC_PLUGINS_BASENAME', plugin_basename(__FILE__) );
|
8 |
Author: Fatcat Apps
|
9 |
Author URI: https://fatcatapps.com/
|
10 |
License: GPLv2
|
11 |
+
Version: 2.4.2
|
12 |
*/
|
13 |
|
14 |
|
71 |
|
72 |
//DEFINE SOME USEFUL CONSTANTS
|
73 |
define( 'FCA_PC_DEBUG', FALSE );
|
74 |
+
define( 'FCA_PC_PLUGIN_VER', '2.4.2' );
|
75 |
define( 'FCA_PC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
76 |
define( 'FCA_PC_PLUGINS_URL', plugins_url( '', __FILE__ ) );
|
77 |
define( 'FCA_PC_PLUGINS_BASENAME', plugin_basename(__FILE__) );
|
pixel-cat.js
CHANGED
@@ -184,10 +184,11 @@ jQuery( document ).ready(function($) {
|
|
184 |
}
|
185 |
|
186 |
//WOO INTEGRATION
|
187 |
-
if (
|
188 |
-
fb_api_call( 'track', 'AddToCart',
|
|
|
189 |
}
|
190 |
-
|
191 |
if ( typeof fcaPcWooCheckoutCart !== 'undefined' ) {
|
192 |
fb_api_call( 'track', 'InitiateCheckout', fcaPcWooCheckoutCart)
|
193 |
|
184 |
}
|
185 |
|
186 |
//WOO INTEGRATION
|
187 |
+
if ( get_cookie( 'fca_pc_woo_add_to_cart' ) ) {
|
188 |
+
fb_api_call( 'track', 'AddToCart', JSON.parse( decodeURIComponent ( get_cookie( 'fca_pc_woo_add_to_cart' ).replace(/\+/g, '%20') ) ) )
|
189 |
+
set_cookie( 'fca_pc_woo_add_to_cart', '' )
|
190 |
}
|
191 |
+
|
192 |
if ( typeof fcaPcWooCheckoutCart !== 'undefined' ) {
|
193 |
fb_api_call( 'track', 'InitiateCheckout', fcaPcWooCheckoutCart)
|
194 |
|
pixel-cat.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(document).ready(function(t){function c(t,c,e){fbq(t,c,function(t){for(var c in t)"string"==typeof t[c]&&(t[c]=t[c].replace("{post_id}",fcaPcPost.id).replace("{post_title}",fcaPcPost.title).replace("{post_type}",fcaPcPost.type).replace("{post_category}",fcaPcPost.categories.join(", ")));fcaPcPost.utm_support&&(t=function(t){for(var c=["utm_source","utm_medium","utm_campaign","utm_term","utm_content"],e=0;e<c.length;e++)null!==n(c[e])&&(t[c[e]]=n(c[e]));return t}(t));fcaPcPost.user_parameters&&(t=function(t){for(var c=["referrer","language","logged_in","post_tag","post_category"],e=0;e<c.length;e++)fcaPcUserParams[c[e]]&&(t[c[e]]=fcaPcUserParams[c[e]]);return t}(t));return t}(e))}function e(t,c){document.cookie=t+"="+c+";path=/"}function i(t){var c=("; "+document.cookie).split("; "+t+"=");return 2===c.length&&c.pop().split(";").shift()}function n(t){for(var c=[],e=location.search.substr(1).split("&"),i=0;i<e.length;i++)if((c=e[i].split("="))[0]===t)return decodeURIComponent(c[1]).replace(/\+/g," ");return null}!function(){for(var e=0;e<fcaPcEvents.length;e++){var i=fcaPcEvents[e].event,n=fcaPcEvents[e].parameters,a=fcaPcEvents[e].triggerType,p=fcaPcEvents[e].trigger,o=fcaPcEvents[e].apiAction;switch(a){case"css":t(p).bind("click",{name:i,params:n,apiAction:o},function(t){c(t.data.apiAction,t.data.name,t.data.params)});break;case"hover":t(p).bind("hover",{name:i,params:n,apiAction:o,trigger:p},function(e){c(e.data.apiAction,e.data.name,e.data.params),t(e.data.trigger).unbind("hover")});break;case"post":fcaPcEvents[e].hasOwnProperty("delay")&&fcaPcEvents[e].hasOwnProperty("scroll")?setTimeout(function(e,i,n,a){t(window).scroll({scrollTarget:e,apiAction:i,eventName:n,parameters:a},function(e){e.data.scrollTarget<=function(){var c=t(window).scrollTop(),e=t(document).height()-t(window).height();return 0==e?100:c/e*100}()&&(t(window).unbind(e),c(i,n,a))}).scroll()},1e3*fcaPcEvents[e].delay,fcaPcEvents[e].scroll,o,i,n):fcaPcEvents[e].hasOwnProperty("delay")?setTimeout(c,1e3*fcaPcEvents[e].delay,o,i,n):c(o,i,n);break;case"url":t("a").each(function(){t(this).attr("href")===p&&t(this).bind("click",{name:i,params:n,apiAction:o},function(t){c(t.data.apiAction,t.data.name,t.data.params)})})}}}(),"undefined"!=typeof fcaPcSearchQuery&&c("track","Search",fcaPcSearchQuery),"undefined"!=typeof fcaPcLandingPageCatEnabled&&t("#fca-lpc-optin-button").click(function(e){if(t("#fca-lpc-email-input").val())return c("track","Lead",{content_name:fcaPcPost.title}),!0}),"undefined"!=typeof fcaPcOptinCatEnabled&&t(".fca_eoi_form").submit(function(e){if(t(this).find("[name=email]").val())return c("track","Lead",{content_name:fcaPcPost.title,form_id:t(this).find("#fca_eoi_form_id").val()}),!0}),"undefined"!=typeof fcaPcEptEnabled&&t(".ptp-checkout-button, .ptp-button").click(function(e){-1!==t(this).attr("href").indexOf("?edd_action=add_to_cart&download_id")&&fcaPcPost.edd_enabled||-1!==t(this).attr("href").indexOf("add-to-cart=")&&fcaPcPost.woo_enabled||c("track","InitiateCheckout",{content_name:fcaPcPost.title,pricing_table_id:function(t){var c=[];return t.closest(".ptp-pricing-table").length?c=t.closest(".ptp-pricing-table"):t.closest(".pricing_container").length?c=t.closest(".pricing_container"):t.closest(".ptp-stylish-pricingtable").length?c=t.closest(".ptp-stylish-pricingtable"):t.closest(".ptp-design4-pricingtable").length?c=t.closest(".ptp-design4-pricingtable"):t.closest(".ptp-dg5-pricing-table").length?c=t.closest(".ptp-dg5-pricing-table"):t.closest(".cd-pricing-container").length?c=t.closest(".cd-pricing-container"):t.closest(".ptp-comparison1-pricingtable").length?c=t.closest(".ptp-comparison1-pricingtable"):t.closest(".ptp-comparison2-pricingtable").length?c=t.closest(".ptp-comparison2-pricingtable"):t.closest(".ptp-comparison3-pricingtable").length&&(c=t.closest(".ptp-comparison3-pricingtable")),c.length?c.attr("id").replace("ptp-",""):""}(t(this)),plan_name:function(t){var c=[];return t.closest(".ptp-col").find(".ptp-plan").length?c=t.closest(".ptp-col").find(".ptp-plan"):t.closest(".pricing_item").find(".name").length?c=t.closest(".pricing_item").find(".name"):t.closest(".ptp-stylish-column").find(".title").length?c=t.closest(".ptp-stylish-column").find(".title"):t.closest(".ptp-design4-col").find(".ptp-design4-title").length?c=t.closest(".ptp-design4-col").find(".ptp-design4-title").eq(0):t.closest(".ptp-dg5-col").find(".ptp-dg5-plan").length?c=t.closest(".ptp-dg5-col").find(".ptp-dg5-plan"):t.closest(".ptp-dg6-col").find(".ptp-dg6-pricing-header h2").length?c=t.closest(".ptp-dg6-col").find(".ptp-dg6-pricing-header h2"):t.closest(".ptp-dg7-col").find(".ptp-dg7-pricing-header h2").length?c=t.closest(".ptp-dg7-col").find(".ptp-dg7-pricing-header h2"):t.closest(".ptp-price-table").find(".ptp-plan-title h2").length?c=t.closest(".ptp-price-table").find(".ptp-plan-title h2"):t.closest(".ptp-cp2-price-table").find(".ptp-cp2-plan-title h2").length?c=t.closest(".ptp-cp2-price-table").find(".ptp-cp2-plan-title h2"):t.closest(".ptp-cp3-price-table").find(".ptp-cp3-plan-title h2").length&&(c=t.closest(".ptp-cp3-price-table").find(".ptp-cp3-plan-title h2")),c.length?c.text():""}(t(this)),price:function(t){var c=[];return t.closest(".ptp-col").find(".ptp-price").length?c=t.closest(".ptp-col").find(".ptp-price"):t.closest(".pricing_item").find(".price").length?c=t.closest(".pricing_item").find(".price"):t.closest(".ptp-stylish-column").find(".price").length?c=t.closest(".ptp-stylish-column").find(".price"):t.closest(".ptp-design4-col").find(".ptp-design4-price").length?c=t.closest(".ptp-design4-col").find(".ptp-design4-price"):t.closest(".ptp-dg5-col").find(".ptp-dg5-price").length?c=t.closest(".ptp-dg5-col").find(".ptp-dg5-price"):t.closest(".ptp-dg6-col").find(".ptp-dg6-price").length?c=t.closest(".ptp-dg6-col").find(".ptp-dg6-price"):t.closest(".ptp-dg7-col").find(".ptp-dg7-price").length?c=t.closest(".ptp-dg7-col").find(".ptp-dg7-price"):t.closest(".ptp-price-table").find(".cp1-ptp-price").length?c=t.closest(".ptp-price-table").find(".cp1-ptp-price"):t.closest(".ptp-cp2-price-table").find(".ptp-cp2-row-id-0").length?c=t.closest(".ptp-cp2-price-table").find(".ptp-cp2-row-id-0"):t.closest(".ptp-cp3-price-table").find(".cp3-ptp-price").length&&(c=t.closest(".ptp-cp3-price-table").find(".cp3-ptp-price")),c.length?Number(c.text().replace(/[^0-9\.]+/g,"")):""}(t(this))})}),"undefined"!=typeof fcaPcQuizCatEnabled&&(t(".fca_qc_start_button").click(function(e){return c("trackCustom","QuizStart",{quiz_id:parseInt(t(this).closest(".fca_qc_quiz").prop("id").replace("fca_qc_quiz_","")),quiz_name:t(this).closest(".fca_qc_quiz").find(".fca_qc_quiz_title").text()}),!0}),t(".fca_qc_share_link").click(function(e){return c("trackCustom","QuizShare",{quiz_id:parseInt(t(this).closest(".fca_qc_quiz").prop("id").replace("fca_qc_quiz_","")),quiz_name:t(this).closest(".fca_qc_quiz").find(".fca_qc_quiz_title").text()}),!0}),t(".fca_qc_submit_email_button").click(function(e){if(t(this).siblings("#fca_qc_email_input").val()){return c("track","Lead",{quiz_id:parseInt(t(this).closest(".fca_qc_quiz").prop("id").replace("fca_qc_quiz_","")),quiz_name:t(this).closest(".fca_qc_quiz").find(".fca_qc_quiz_title").text()}),!0}}),t(".fca_qc_score_title").on("DOMSubtreeModified",function(e){if(!t(this).data("pixelcat")){t(this).data("pixelcat",!0);c("trackCustom","QuizCompletion",{quiz_id:parseInt(t(this).closest(".fca_qc_quiz").prop("id").replace("fca_qc_quiz_","")),quiz_name:t(this).closest(".fca_qc_quiz").find(".fca_qc_quiz_title").text(),quiz_result:t(this).text()})}return!0})),"undefined"!=typeof fcaPcEddCheckoutCart&&(c("track","InitiateCheckout",fcaPcEddCheckoutCart),t("#edd_purchase_form").on("submit",function(t){return c("track","AddPaymentInfo",fcaPcEddCheckoutCart),!0})),"undefined"!=typeof fcaPcEddProduct&&(fcaPcPost.edd_delay?setTimeout(c,1e3*fcaPcPost.edd_delay,"track","ViewContent",fcaPcEddProduct):c("track","ViewContent",fcaPcEddProduct),t(".edd-add-to-cart").click(function(t){c("track","AddToCart",fcaPcEddProduct)}),t(".wl-add-to, .add_to_wishlist").click(function(t){c("track","AddToWishlist",fcaPcEddProduct)})),i("fca_pc_edd_purchase")&&(c("track","Purchase",JSON.parse(decodeURIComponent(i("fca_pc_edd_purchase").replace(/\+/g,"%20")))),e("fca_pc_edd_purchase","")),i("fca_pc_advanced_matching")&&e("fca_pc_advanced_matching",""),"
|
1 |
+
jQuery(document).ready(function(t){function c(t,c,e){fbq(t,c,function(t){for(var c in t)"string"==typeof t[c]&&(t[c]=t[c].replace("{post_id}",fcaPcPost.id).replace("{post_title}",fcaPcPost.title).replace("{post_type}",fcaPcPost.type).replace("{post_category}",fcaPcPost.categories.join(", ")));fcaPcPost.utm_support&&(t=function(t){for(var c=["utm_source","utm_medium","utm_campaign","utm_term","utm_content"],e=0;e<c.length;e++)null!==n(c[e])&&(t[c[e]]=n(c[e]));return t}(t));fcaPcPost.user_parameters&&(t=function(t){for(var c=["referrer","language","logged_in","post_tag","post_category"],e=0;e<c.length;e++)fcaPcUserParams[c[e]]&&(t[c[e]]=fcaPcUserParams[c[e]]);return t}(t));return t}(e))}function e(t,c){document.cookie=t+"="+c+";path=/"}function i(t){var c=("; "+document.cookie).split("; "+t+"=");return 2===c.length&&c.pop().split(";").shift()}function n(t){for(var c=[],e=location.search.substr(1).split("&"),i=0;i<e.length;i++)if((c=e[i].split("="))[0]===t)return decodeURIComponent(c[1]).replace(/\+/g," ");return null}!function(){for(var e=0;e<fcaPcEvents.length;e++){var i=fcaPcEvents[e].event,n=fcaPcEvents[e].parameters,a=fcaPcEvents[e].triggerType,p=fcaPcEvents[e].trigger,o=fcaPcEvents[e].apiAction;switch(a){case"css":t(p).bind("click",{name:i,params:n,apiAction:o},function(t){c(t.data.apiAction,t.data.name,t.data.params)});break;case"hover":t(p).bind("hover",{name:i,params:n,apiAction:o,trigger:p},function(e){c(e.data.apiAction,e.data.name,e.data.params),t(e.data.trigger).unbind("hover")});break;case"post":fcaPcEvents[e].hasOwnProperty("delay")&&fcaPcEvents[e].hasOwnProperty("scroll")?setTimeout(function(e,i,n,a){t(window).scroll({scrollTarget:e,apiAction:i,eventName:n,parameters:a},function(e){e.data.scrollTarget<=function(){var c=t(window).scrollTop(),e=t(document).height()-t(window).height();return 0==e?100:c/e*100}()&&(t(window).unbind(e),c(i,n,a))}).scroll()},1e3*fcaPcEvents[e].delay,fcaPcEvents[e].scroll,o,i,n):fcaPcEvents[e].hasOwnProperty("delay")?setTimeout(c,1e3*fcaPcEvents[e].delay,o,i,n):c(o,i,n);break;case"url":t("a").each(function(){t(this).attr("href")===p&&t(this).bind("click",{name:i,params:n,apiAction:o},function(t){c(t.data.apiAction,t.data.name,t.data.params)})})}}}(),"undefined"!=typeof fcaPcSearchQuery&&c("track","Search",fcaPcSearchQuery),"undefined"!=typeof fcaPcLandingPageCatEnabled&&t("#fca-lpc-optin-button").click(function(e){if(t("#fca-lpc-email-input").val())return c("track","Lead",{content_name:fcaPcPost.title}),!0}),"undefined"!=typeof fcaPcOptinCatEnabled&&t(".fca_eoi_form").submit(function(e){if(t(this).find("[name=email]").val())return c("track","Lead",{content_name:fcaPcPost.title,form_id:t(this).find("#fca_eoi_form_id").val()}),!0}),"undefined"!=typeof fcaPcEptEnabled&&t(".ptp-checkout-button, .ptp-button").click(function(e){-1!==t(this).attr("href").indexOf("?edd_action=add_to_cart&download_id")&&fcaPcPost.edd_enabled||-1!==t(this).attr("href").indexOf("add-to-cart=")&&fcaPcPost.woo_enabled||c("track","InitiateCheckout",{content_name:fcaPcPost.title,pricing_table_id:function(t){var c=[];return t.closest(".ptp-pricing-table").length?c=t.closest(".ptp-pricing-table"):t.closest(".pricing_container").length?c=t.closest(".pricing_container"):t.closest(".ptp-stylish-pricingtable").length?c=t.closest(".ptp-stylish-pricingtable"):t.closest(".ptp-design4-pricingtable").length?c=t.closest(".ptp-design4-pricingtable"):t.closest(".ptp-dg5-pricing-table").length?c=t.closest(".ptp-dg5-pricing-table"):t.closest(".cd-pricing-container").length?c=t.closest(".cd-pricing-container"):t.closest(".ptp-comparison1-pricingtable").length?c=t.closest(".ptp-comparison1-pricingtable"):t.closest(".ptp-comparison2-pricingtable").length?c=t.closest(".ptp-comparison2-pricingtable"):t.closest(".ptp-comparison3-pricingtable").length&&(c=t.closest(".ptp-comparison3-pricingtable")),c.length?c.attr("id").replace("ptp-",""):""}(t(this)),plan_name:function(t){var c=[];return t.closest(".ptp-col").find(".ptp-plan").length?c=t.closest(".ptp-col").find(".ptp-plan"):t.closest(".pricing_item").find(".name").length?c=t.closest(".pricing_item").find(".name"):t.closest(".ptp-stylish-column").find(".title").length?c=t.closest(".ptp-stylish-column").find(".title"):t.closest(".ptp-design4-col").find(".ptp-design4-title").length?c=t.closest(".ptp-design4-col").find(".ptp-design4-title").eq(0):t.closest(".ptp-dg5-col").find(".ptp-dg5-plan").length?c=t.closest(".ptp-dg5-col").find(".ptp-dg5-plan"):t.closest(".ptp-dg6-col").find(".ptp-dg6-pricing-header h2").length?c=t.closest(".ptp-dg6-col").find(".ptp-dg6-pricing-header h2"):t.closest(".ptp-dg7-col").find(".ptp-dg7-pricing-header h2").length?c=t.closest(".ptp-dg7-col").find(".ptp-dg7-pricing-header h2"):t.closest(".ptp-price-table").find(".ptp-plan-title h2").length?c=t.closest(".ptp-price-table").find(".ptp-plan-title h2"):t.closest(".ptp-cp2-price-table").find(".ptp-cp2-plan-title h2").length?c=t.closest(".ptp-cp2-price-table").find(".ptp-cp2-plan-title h2"):t.closest(".ptp-cp3-price-table").find(".ptp-cp3-plan-title h2").length&&(c=t.closest(".ptp-cp3-price-table").find(".ptp-cp3-plan-title h2")),c.length?c.text():""}(t(this)),price:function(t){var c=[];return t.closest(".ptp-col").find(".ptp-price").length?c=t.closest(".ptp-col").find(".ptp-price"):t.closest(".pricing_item").find(".price").length?c=t.closest(".pricing_item").find(".price"):t.closest(".ptp-stylish-column").find(".price").length?c=t.closest(".ptp-stylish-column").find(".price"):t.closest(".ptp-design4-col").find(".ptp-design4-price").length?c=t.closest(".ptp-design4-col").find(".ptp-design4-price"):t.closest(".ptp-dg5-col").find(".ptp-dg5-price").length?c=t.closest(".ptp-dg5-col").find(".ptp-dg5-price"):t.closest(".ptp-dg6-col").find(".ptp-dg6-price").length?c=t.closest(".ptp-dg6-col").find(".ptp-dg6-price"):t.closest(".ptp-dg7-col").find(".ptp-dg7-price").length?c=t.closest(".ptp-dg7-col").find(".ptp-dg7-price"):t.closest(".ptp-price-table").find(".cp1-ptp-price").length?c=t.closest(".ptp-price-table").find(".cp1-ptp-price"):t.closest(".ptp-cp2-price-table").find(".ptp-cp2-row-id-0").length?c=t.closest(".ptp-cp2-price-table").find(".ptp-cp2-row-id-0"):t.closest(".ptp-cp3-price-table").find(".cp3-ptp-price").length&&(c=t.closest(".ptp-cp3-price-table").find(".cp3-ptp-price")),c.length?Number(c.text().replace(/[^0-9\.]+/g,"")):""}(t(this))})}),"undefined"!=typeof fcaPcQuizCatEnabled&&(t(".fca_qc_start_button").click(function(e){return c("trackCustom","QuizStart",{quiz_id:parseInt(t(this).closest(".fca_qc_quiz").prop("id").replace("fca_qc_quiz_","")),quiz_name:t(this).closest(".fca_qc_quiz").find(".fca_qc_quiz_title").text()}),!0}),t(".fca_qc_share_link").click(function(e){return c("trackCustom","QuizShare",{quiz_id:parseInt(t(this).closest(".fca_qc_quiz").prop("id").replace("fca_qc_quiz_","")),quiz_name:t(this).closest(".fca_qc_quiz").find(".fca_qc_quiz_title").text()}),!0}),t(".fca_qc_submit_email_button").click(function(e){if(t(this).siblings("#fca_qc_email_input").val()){return c("track","Lead",{quiz_id:parseInt(t(this).closest(".fca_qc_quiz").prop("id").replace("fca_qc_quiz_","")),quiz_name:t(this).closest(".fca_qc_quiz").find(".fca_qc_quiz_title").text()}),!0}}),t(".fca_qc_score_title").on("DOMSubtreeModified",function(e){if(!t(this).data("pixelcat")){t(this).data("pixelcat",!0);c("trackCustom","QuizCompletion",{quiz_id:parseInt(t(this).closest(".fca_qc_quiz").prop("id").replace("fca_qc_quiz_","")),quiz_name:t(this).closest(".fca_qc_quiz").find(".fca_qc_quiz_title").text(),quiz_result:t(this).text()})}return!0})),"undefined"!=typeof fcaPcEddCheckoutCart&&(c("track","InitiateCheckout",fcaPcEddCheckoutCart),t("#edd_purchase_form").on("submit",function(t){return c("track","AddPaymentInfo",fcaPcEddCheckoutCart),!0})),"undefined"!=typeof fcaPcEddProduct&&(fcaPcPost.edd_delay?setTimeout(c,1e3*fcaPcPost.edd_delay,"track","ViewContent",fcaPcEddProduct):c("track","ViewContent",fcaPcEddProduct),t(".edd-add-to-cart").click(function(t){c("track","AddToCart",fcaPcEddProduct)}),t(".wl-add-to, .add_to_wishlist").click(function(t){c("track","AddToWishlist",fcaPcEddProduct)})),i("fca_pc_edd_purchase")&&(c("track","Purchase",JSON.parse(decodeURIComponent(i("fca_pc_edd_purchase").replace(/\+/g,"%20")))),e("fca_pc_edd_purchase","")),i("fca_pc_advanced_matching")&&e("fca_pc_advanced_matching",""),i("fca_pc_woo_add_to_cart")&&(c("track","AddToCart",JSON.parse(decodeURIComponent(i("fca_pc_woo_add_to_cart").replace(/\+/g,"%20")))),e("fca_pc_woo_add_to_cart","")),"undefined"!=typeof fcaPcWooCheckoutCart&&(c("track","InitiateCheckout",fcaPcWooCheckoutCart),t("form.checkout").on("checkout_place_order",function(t){return c("track","AddPaymentInfo",fcaPcWooCheckoutCart),!0})),"undefined"!=typeof fcaPcWooPurchase&&c("track","Purchase",fcaPcWooPurchase),"undefined"!=typeof fcaPcWooProduct&&(fcaPcPost.woo_delay?setTimeout(c,1e3*fcaPcPost.woo_delay,"track","ViewContent",fcaPcWooProduct):c("track","ViewContent",fcaPcWooProduct),t(".wl-add-to, .add_to_wishlist").click(function(t){c("track","AddToWishlist",fcaPcWooProduct)})),fcaPcDebug.debug&&(console.log("pixel cat events:"),console.log(fcaPcEvents),console.log("pixel cat post:"),console.log(fcaPcPost))});
|
readme.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
===
|
2 |
|
3 |
Contributors: fatcatapps, davidhme, ryannovotny, facebookpixel
|
4 |
Donate link: https://fatcatapps.com/pixelcat
|
@@ -6,10 +6,10 @@ Tags: facebook pixel, facebook conversion pixel, facebook pixel events, facebook
|
|
6 |
Author URI: https://fatcatapps.com/
|
7 |
Plugin URI: https://fatcatapps.com/
|
8 |
Requires at least: 4.0
|
9 |
-
Tested up to:
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
-
Stable tag:
|
13 |
|
14 |
Facebook Pixel Management Made Easy. From Facebook retargeting to conversion tracking, this plugin includes everything you need to run successful Facebook ads.
|
15 |
|
@@ -138,11 +138,13 @@ Facebook Pixel - Pixel Cat will automatically detect your old settings, and will
|
|
138 |
1. Facebook Pixel - Pixel Cat settings screen
|
139 |
2. Facebook Standard Events overview
|
140 |
3. Facebook Standard Events builder
|
141 |
-
4. Facebook Pixel for WooCommerce integration
|
142 |
|
143 |
|
144 |
== Changelog ==
|
145 |
|
|
|
|
|
|
|
146 |
= Facebook Pixel - Pixel Cat 2.4.0 =
|
147 |
* Added integration with [Easy Pricing Tables](https://wordpress.org/plugins/easy-pricing-tables/)
|
148 |
* Added integration with [Optin Cat](https://wordpress.org/plugins/mailchimp-wp/)
|
1 |
+
=== Pixel Cat - Pixel Manager ===
|
2 |
|
3 |
Contributors: fatcatapps, davidhme, ryannovotny, facebookpixel
|
4 |
Donate link: https://fatcatapps.com/pixelcat
|
6 |
Author URI: https://fatcatapps.com/
|
7 |
Plugin URI: https://fatcatapps.com/
|
8 |
Requires at least: 4.0
|
9 |
+
Tested up to: 5.2.0
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
+
Stable tag: trunk
|
13 |
|
14 |
Facebook Pixel Management Made Easy. From Facebook retargeting to conversion tracking, this plugin includes everything you need to run successful Facebook ads.
|
15 |
|
138 |
1. Facebook Pixel - Pixel Cat settings screen
|
139 |
2. Facebook Standard Events overview
|
140 |
3. Facebook Standard Events builder
|
|
|
141 |
|
142 |
|
143 |
== Changelog ==
|
144 |
|
145 |
+
= Pixel Cat - Pixel Manager 2.4.2 =
|
146 |
+
* Updated Icons
|
147 |
+
|
148 |
= Facebook Pixel - Pixel Cat 2.4.0 =
|
149 |
* Added integration with [Easy Pricing Tables](https://wordpress.org/plugins/easy-pricing-tables/)
|
150 |
* Added integration with [Optin Cat](https://wordpress.org/plugins/mailchimp-wp/)
|
readmes/business.txt
CHANGED
@@ -5,10 +5,10 @@ Tags: facebook pixel, facebook conversion pixel, custom audiences, facebook pixe
|
|
5 |
Author URI: https://fatcatapps.com/
|
6 |
Plugin URI: https://fatcatapps.com/
|
7 |
Requires at least: 4.0
|
8 |
-
Tested up to:
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
-
Stable tag: 2.4.
|
12 |
|
13 |
Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
|
14 |
|
@@ -88,6 +88,13 @@ Your Facebook Pixel ID is located on the right hand side of this screen.
|
|
88 |
|
89 |
== Changelog ==
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
= Pixel Cat: Business 2.4.0 =
|
92 |
* Added Google AMP support setting
|
93 |
* Added integration with [Easy Pricing Tables](https://wordpress.org/plugins/easy-pricing-tables/)
|
5 |
Author URI: https://fatcatapps.com/
|
6 |
Plugin URI: https://fatcatapps.com/
|
7 |
Requires at least: 4.0
|
8 |
+
Tested up to: 5.2.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
+
Stable tag: 2.4.2
|
12 |
|
13 |
Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
|
14 |
|
88 |
|
89 |
== Changelog ==
|
90 |
|
91 |
+
= Pixel Cat: Business 2.4.2 =
|
92 |
+
* Updated Icons
|
93 |
+
|
94 |
+
= Pixel Cat: Business 2.4.1 =
|
95 |
+
* Add "content_type" parameter to WooCommerce InitiateCheckout event
|
96 |
+
* Fix WooCommerce add to cart event not working with "redirect to cart after successful addition" option
|
97 |
+
|
98 |
= Pixel Cat: Business 2.4.0 =
|
99 |
* Added Google AMP support setting
|
100 |
* Added integration with [Easy Pricing Tables](https://wordpress.org/plugins/easy-pricing-tables/)
|
readmes/elite.txt
CHANGED
@@ -5,10 +5,10 @@ Tags: facebook pixel, facebook conversion pixel, custom audiences, facebook pixe
|
|
5 |
Author URI: https://fatcatapps.com/
|
6 |
Plugin URI: https://fatcatapps.com/
|
7 |
Requires at least: 4.0
|
8 |
-
Tested up to:
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
-
Stable tag: 2.4.
|
12 |
|
13 |
Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
|
14 |
|
@@ -88,6 +88,13 @@ Your Facebook Pixel ID is located on the right hand side of this screen.
|
|
88 |
|
89 |
== Changelog ==
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
= Pixel Cat: Elite 2.4.0 =
|
92 |
* Added Google AMP support setting
|
93 |
* Added integration with [Easy Pricing Tables](https://wordpress.org/plugins/easy-pricing-tables/)
|
5 |
Author URI: https://fatcatapps.com/
|
6 |
Plugin URI: https://fatcatapps.com/
|
7 |
Requires at least: 4.0
|
8 |
+
Tested up to: 5.2.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
+
Stable tag: 2.4.2
|
12 |
|
13 |
Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
|
14 |
|
88 |
|
89 |
== Changelog ==
|
90 |
|
91 |
+
= Pixel Cat: Elite 2.4.2 =
|
92 |
+
* Updated Icons
|
93 |
+
|
94 |
+
= Pixel Cat: Elite 2.4.1 =
|
95 |
+
* Add "content_type" parameter to WooCommerce InitiateCheckout event
|
96 |
+
* Fix WooCommerce add to cart event not working with "redirect to cart after successful addition" option
|
97 |
+
|
98 |
= Pixel Cat: Elite 2.4.0 =
|
99 |
* Added Google AMP support setting
|
100 |
* Added integration with [Easy Pricing Tables](https://wordpress.org/plugins/easy-pricing-tables/)
|
readmes/personal.txt
CHANGED
@@ -5,10 +5,10 @@ Tags: facebook pixel, facebook conversion pixel, custom audiences, facebook pixe
|
|
5 |
Author URI: https://fatcatapps.com/
|
6 |
Plugin URI: https://fatcatapps.com/
|
7 |
Requires at least: 4.0
|
8 |
-
Tested up to:
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
-
Stable tag: 2.4.
|
12 |
|
13 |
Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
|
14 |
|
@@ -88,6 +88,9 @@ Your Facebook Pixel ID is located on the right hand side of this screen.
|
|
88 |
|
89 |
== Changelog ==
|
90 |
|
|
|
|
|
|
|
91 |
= Pixel Cat: Personal 2.4.0 =
|
92 |
* Added Google AMP support setting
|
93 |
* Added integration with [Easy Pricing Tables](https://wordpress.org/plugins/easy-pricing-tables/)
|
5 |
Author URI: https://fatcatapps.com/
|
6 |
Plugin URI: https://fatcatapps.com/
|
7 |
Requires at least: 4.0
|
8 |
+
Tested up to: 5.2.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
+
Stable tag: 2.4.2
|
12 |
|
13 |
Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
|
14 |
|
88 |
|
89 |
== Changelog ==
|
90 |
|
91 |
+
= Pixel Cat: Personal 2.4.2 =
|
92 |
+
* Updated Icons
|
93 |
+
|
94 |
= Pixel Cat: Personal 2.4.0 =
|
95 |
* Added Google AMP support setting
|
96 |
* Added integration with [Easy Pricing Tables](https://wordpress.org/plugins/easy-pricing-tables/)
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|