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:
| Field | Example Value |
|---|---|
| Business Name | Ad ROI Marketing |
| Address | 4730 S. Fort Apache Rd., Suite 300 |
| Phone | 1 (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.
Create Campaign
Select New Campaign > SMS.
Message: Text START to opt-in! Boost conversions with Ad ROI. Reply STOP to end.
Compliance Check
Ensure opt-in compliance.
Use short code or 10DLC for delivery.
Send
Schedule or send immediately.
// 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' }
})
});
# Python example
import requests
response = requests.post(
'https://api.example.com/v1/campaigns',
headers={'Authorization': 'Bearer YOUR_API_KEY'},
json={
'type': 'sms',
'message': 'Text START to opt-in!',
'targeting': {'areas': ['Las Vegas']}
}
)
Next Steps
View Analytics
Track opens, clicks, and ROI in real-time.
Advanced Targeting
Refine audiences for better conversions.
Integrations
Connect with your CRM and email providers.
Congratulations! You've launched your first Ad ROI campaign. Monitor performance in the dashboard and schedule a strategy session for expert guidance.
Last updated today