Position requires a Bachelors degree in Marketing or a related field plus 2 years of experience in the job offered or related occupations. Must have 2 years of experience with all of the following leading and managing SEOSEM, marketing database, email, social media, or display advertising campaigns; knowledge of HTML, CSS, and JavaScript development and constraints; knowledge of website and marketing analytics tools e.g., Google Analytics, NetInsight, Omniture, WebTrends, SEMRush, etc.; obtaining overall Gross Profit target for region and launching paid marketing campaigns; reporting of paid analytics related to marketing campaigns; and obtaining Gross Profit objectives. Requires any amount of experience with Eloqua Marketing Automation and SFDC. Position requires travel 5 of the time to regional centers in CA, TX, MA, and FL.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });