{"version":3,"sources":["woo-feed-google-remarketing.js"],"names":["$","wp","document","ready","gtag","body","on","event","fragments","cart_hash","product_id","button","data","post","response","JSON","parse","console","jQuery"],"mappings":"aAAA,CAAA,SAACA,EAAUC,G,EAEPC,QAAAA,EAAYC,MAAA,WAEO,YAAf,OAAIC,M,OADID,IAAKE,EAAAA,GAACC,gBAAA,SAAUC,EAAAA,EAAAC,EAAAC,GACbL,EAAIM,EAAKC,KAAYC,YAAA,E,OACfN,KAAIO,iCAAA,C,WAAkCL,C,QAC3CE,SAAaC,G,EACJG,KAAAC,MAAAC,CAAAF,E,KAA+CJ,QAAAA,cAAAA,CAAAA,C,QAEzCK,W,QACIE,IAAA,iBAAa,C,KAOhD,CAEH,EAFIC,OAACjB,EAAA","file":"woo-feed-google-remarketing.min.js","sourcesContent":["(function($, wp) {\n\n \"use strict\";\n $(document).ready(function(){\n if( typeof gtag === \"function\" ){\n $(this.body).on( 'added_to_cart', function( event, fragments, cart_hash, button ){\n var product_id = button.data('product_id');\n wp.ajax.post('add_to_cart_google_remarketing', {product_id: product_id})\n .done(function(response){\n response = JSON.parse( response );\n gtag( 'event', 'add_to_cart', response );\n })\n .fail(function (){\n console.log( \"Request Failed!\" );\n });\n } );\n }\n });\n\n})(jQuery, wp);"]}