0% found this document useful (0 votes)
20 views1 page

JavaScript Purchase Simulation Script

The document contains a JavaScript script that simulates a purchase process in a store, tracking various events such as 'AddToCart', 'InitiateCheckout', 'AddPaymentInfo', and 'Purchase' using Facebook's tracking system. It retrieves product information and price, and sends this data in Brazilian Real (BRL). Additionally, it includes personal information of an individual named João José De Lima.

Uploaded by

joaojosedelima6
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

JavaScript Purchase Simulation Script

The document contains a JavaScript script that simulates a purchase process in a store, tracking various events such as 'AddToCart', 'InitiateCheckout', 'AddPaymentInfo', and 'Purchase' using Facebook's tracking system. It retrieves product information and price, and sends this data in Brazilian Real (BRL). Additionally, it includes personal information of an individual named João José De Lima.

Uploaded by

joaojosedelima6
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Script de Compra (simula uma compra na loja)

javascript: (function () { var code =


[Link]("ProductJson-product-template"); var content_id = ""; var
price = 17997; if (code == undefined) { content_id = meta["product"]["id"]; price =
meta["product"]["price"]; } else { content_id = [Link]([Link])["id"].toString(); }
fbq('track', 'AddToCart', { content_type: 'product_group', content_ids: '[' + content_id
+ ']', value: price, num_items: 1, currency: 'BRL', }); fbq('track',
'InitiateCheckout', { content_type: 'product_group', content_ids: '[' + content_id + ']',
value: price, num_items: 1, currency: 'BRL', }); fbq('track', 'AddPaymentInfo', {
content_type: 'product_group', content_ids: '[' + content_id + ']', value: price,
num_items: 1, currency: 'BRL', }); fbq('track', 'Purchase', { content_type:
'product_group', content_ids: '[' + content_id + ']', value: price, num_items: 1,
currency: 'BRL', });})();

João José De Lima - joaojosedelima6@[Link] - CPF: 517.131.524-87

You might also like