function sendMethodPaymentGA(t){gtag("event","checkout_progress",{checkout_step:3,items:getProductPlan(),send_to:"braip_analytics"}),gtag("event","set_checkout_option",{checkout_step:3,checkout_option:"Forma de Pagamento",value:t,send_to:"braip_analytics"}),gtag("event","add_payment_info",{send_to:"braip_analytics"})}function getProductPlan(){return[{id:produtoHash,name:produto,category:categoriaProduto,quantity:quantidadePlano,price:valor_plano/100}]}function sendCouponGA(t){gtag("event","checkout_progress",{checkout_step:3,items:getProductPlan(),coupon:t,send_to:"braip_analytics"})}$(document).ready(function(){gtag("event","begin_checkout",{items:getProductPlan(),send_to:"braip_analytics"}),$('input[name="cupom_hash"]').change(function(){sendCouponGA($('input[name="cupom_desconto"]').val())}),$('input[name="servico"]').on("change",function(){gtag("event","checkout_progress",{checkout_step:2,items:getProductPlan(),send_to:"braip_analytics"}),gtag("event","set_checkout_option",{checkout_step:2,checkout_option:"Frete",value:$(this).val(),send_to:"braip_analytics"})}),$("#pagarcom-boleto").click(function(){sendMethodPaymentGA("Boleto")}),$("#pagarcom-cartao").click(function(){sendMethodPaymentGA("Cartão de crédito")})});