Getting StartedQuickstart
Getting Started

Quickstart Guide

Get up and running with Ad ROI in minutes by setting up your account and completing your first marketing campaign setup.

Before starting, ensure you have:

  • A valid email address for account verification
  • Business details ready (name, address, targeting areas)
  • Access to your phone for SMS opt-in testing (optional)

Create and Verify Your Account

Follow these steps to set up your Ad ROI account quickly.

Sign Up

Visit https://app.getadroi.com/signup and enter your email, business name, and password.

Agree to the terms and click Create Account.

Verify Email

Check your inbox for the verification email from Ad ROI.

Click the verification link or enter the code provided.

Complete Profile

Return to the dashboard and fill in basic business info like location and industry.

Log In and Explore the Dashboard

Once verified, log in at https://app.getadroi.com/login.

Use two-factor authentication for added security. Enable it in Account Settings > Security.

The dashboard includes:

  • Campaigns: Manage active and draft campaigns
  • Analytics: View ROI metrics and conversions
  • Audience: Targeting and segmentation tools
  • Integrations: Connect email/SMS providers

Configure Your Business Profile and Targeting

Set up your core profile to optimize campaigns.

Business Profile

Go to Settings > Business Profile.

Enter details:

FieldExample Value
Business NameAd ROI Marketing
Address4730 S. Fort Apache Rd., Suite 300
Phone1 (702) 213-4801

Save changes.

Targeting Areas

Navigate to Audience > Targeting.

Select geographic areas, demographics, or interests relevant to your campaigns.

Launch Your First Campaign

Choose between email or SMS for your initial campaign.

Create Campaign

Click New Campaign > Email.

Set subject: Exclusive Offer: Boost Your ROI Today!

Design and Target

Use the drag-and-drop editor.

Target: Opted-in subscribers in Las Vegas area.

Launch

Review and click Launch Campaign.

// Optional: Trigger campaign via API
const response = await fetch('https://api.example.com/v1/campaigns', {
  method: 'POST',
  headers: { 'Authorization': 'Bearer YOUR_API_KEY' },
  body: JSON.stringify({
    type: 'email',
    subject: 'Boost Your ROI',
    audience: { location: 'Las Vegas' }
  })
});

Next Steps

Congratulations! You've launched your first Ad ROI campaign. Monitor performance in the dashboard and schedule a strategy session for expert guidance.