Special Offer Pop-up (copy)

#special-offer { display: none; position: fixed; bottom: 20px; right: 20px; width: 300px; padding: 20px; background: ; border-radius: 5px; border: 1px solid; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); z-index: 1000; font-family: Arial, sans-serif; } #special-offer h3 { margin-top: 0;…Continue reading

Special Offer Pop-up (copy)

#special-offer { display: none; position: fixed; bottom: 20px; right: 20px; width: 300px; padding: 20px; background: ; border-radius: 5px; border: 1px solid; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); z-index: 1000; font-family: Arial, sans-serif; } #special-offer h3 { margin-top: 0;…Continue reading

Revenue Attribution Curl

curl –request POST \ –url https://app.optinmonster.com/v2/revenue \ –header ‘Content-Type: application/json’ \ –header ‘Origin: optinmonster.com’ \ –header ‘X-OptinMonster-ApiKey: **************************************’ \ –data ‘{ “type”: “sale”, “value”: “348.00”, “currency”: “USD”, “test”: false, “device”: “mobile”, “transaction_id”: “372626473”, “campaigns”: { “ep4eiifn08pqw838zebq”: “click” } }’Continue reading