FAQ-2

Frequently Asked Questions

Do you have a setup cost?

All plans include the cost of strategy sessions, set up guidance, and no hidden gimmicks.

How do I switch to a different plan?

You can switch to a different plan at any time by communicating your requirements to our strategists.

What are Retarget Ads

Retarget ads allow a business to show specific ads to the people who visited your website and didn’t complete an action – purchase a product, fill in a contact form, download a file, etc. with the intent of bring them back to complete the action.

What happens if I reach my monthly retarget ad spend limit

Our ad specialist will manage your ad spend to the agreed upon budgets each month. Budgets can be increased during the monthly expert session in consultation with our digital specialist.

What is your cancellation policy?

To ensure continuity, plans will automatically roll over for another 6 months at the end of the period. You may stop the plan at end of a 6 month period by giving us 2 weeks’ notice.

document.addEventListener("DOMContentLoaded", function () { // Event listener for clicks document.addEventListener("click", function (e) { // Check if the clicked button is inside the popup const submitButton = e.target.closest(".sg-popup-id-55187 #aibutton-popup"); if (submitButton) { e.preventDefault(); // Prevent default behavior // Get the input field value inside the popup const inputField = document.querySelector(".sg-popup-id-55187 #ai-search-input"); const queryInput = inputField?.value.trim(); // Validate the input if (!queryInput || !queryInput.startsWith("http")) { alert("Please enter a valid URL starting with http or https."); return; } // Build the destination URL const destinationUrl = `https://wpupdate.netstripes.info/ai-search-bar/?q=${encodeURIComponent( queryInput )}`; // Open the results in a new tab window.open(destinationUrl, "_blank"); } }); });