Getting Started with Reka Digital
Set up your account and launch your first digital marketing campaign in minutes using this step-by-step guide.
Prerequisites
Before starting, ensure you have the following ready:
- A valid business email address
- Access to your existing ad accounts (e.g., Google Ads, Meta Ads)
- Basic company details (name, website, target market in Malaysia)
- Optional: Historical campaign data in CSV format for analysis
Create and Verify Your Account
Sign up for Reka Digital to access the dashboard and start optimizing your digital ad strategies.
Sign Up
Visit https://rekadigital.com/signup and enter your email, company name, and password.
Agree to the terms and click Create Account.
Verify Email
Check your inbox for a verification email from Reka Digital.
Click the verification link to activate your account.
Complete Profile
Log in at https://dashboard.rekadigital.com.
Fill in your business details, including website URL and primary ad platforms.
Enable two-factor authentication during profile setup for added security.
Dashboard Navigation
Once logged in, familiarize yourself with the main dashboard sections.
View key metrics like ROI, prospect growth, and sales uplift.
Use the search bar to filter by campaign or date range.
Manage active strategies and launch new ones.
Track performance against your RM4-for-RM1 goal.
Analyze ad creatives and identify optimization opportunities.
Export reports for your team.
Set Up Your First Ad Campaign Strategy
Create a strategy focused on ad creatives to boost sales.
Choose Objective
Select Increase Sales or Generate Prospects.
Define your target: e.g., RM4 return per RM1 spent.
Connect Ad Accounts
Integrate Google Ads or Meta Ads via API keys.
Follow the guided connector in the dashboard.
Define Audience
Target Malaysian businesses or consumers based on your niche.
Set budget and creative guidelines.
Launch
Review the AI-generated strategy and click Launch Campaign.
Import Initial Data for Analysis
Upload historical data to baseline your performance.
Prepare a CSV with columns: date, spend, clicks, conversions, revenue.
In the dashboard, go to Analytics > Import and upload your file.
Use the Reka Digital API to push data programmatically.
curl -X POST https://api.example.com/v1/data/import \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"campaign_id": "camp_123",
"data": [
{"date": "2024-01-01", "spend": 100, "revenue": 400}
]
}'
const response = await fetch('https://api.example.com/v1/data/import', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
campaign_id: 'camp_123',
data: [{ date: '2024-01-01', spend: 100, revenue: 400 }]
})
});
Next Steps
Authentication
Secure your API access and webhooks.
Campaign Optimization
Advanced strategies for ad creatives.
Analytics Deep Dive
Interpret data and scale your ROI.
Congratulations! Your first campaign is live. Monitor performance in the dashboard and aim for that RM4 return.
Last updated Mar 3, 2026
Built with Documentation.AI