The Affiliate Clone System lets you copy an existing campaign funnel and create your own
unique tracking link. When you clone a campaign, you get:
Your own unique URL with tracking token
A complete copy of the landing page with your affiliate ID attached
All meta data (SEO, social sharing images, descriptions) configured automatically
Full tracking β views, clicks, sign-ups all recorded under your token
How It Works (Simple Flow)
1Original Creator builds a campaign funnel and gets a tracking link
2You (Affiliate) click the "Clone this Campaign" button
3System automatically creates your unique copy in seconds
4You share your unique link on social media, email, or anywhere
5You earn from every sign-up, sale, or lead generated through your link
Key Rules
You can only clone each campaign once
Each clone gets a unique tracking token
The original creator can see all clones on their dashboard
Admins (Role 9) can delete clones if needed
π‘ Pro Tip: Clone multiple campaigns to build a portfolio of affiliate links.
Each one tracks independently β you'll know exactly which campaigns perform best.
π How to Clone a Campaign
Method 1: One-Click Clone (Recommended)
From the Campaign Dashboard, each campaign has a "Clone" button that automatically
builds the correct URL for you. Just click it and the system handles everything.
The one-click URL format is: https://www.jaysoftware.co.uk/af/auto_affiliate_clone.php?sp=2&url=https://www.jaysoftware.co.uk/af/lookup.php?id=TOKEN&cid=88
π Automatic Parameters: sp=2 β Activates the clone wizard url= β The original campaign URL (auto-filled) cid=88 β Client/affiliate mode identifier (auto-filled)
What Happens When You Clone
Step
Action
Time
1
System verifies the original token exists
Instant
2
Checks you haven't already cloned this campaign
Instant
3
Creates your unique tracking URL
Instant
4
Clones the landing page with your ID
Instant
5
Copies all meta data (SEO, images, descriptions)
Instant
6
Shows your new link ready to share
~3 seconds total
After Cloning β What You Get
Your unique URL:https://www.jaysoftware.co.uk/af/lookup.php?id=YOUR_TOKEN
Copy button β one click copies your link
Social share buttons β Facebook, Twitter/X, WhatsApp, LinkedIn
QR Code generator β create a scannable code for your link
Facebook Debugger link β check how your link appears when shared
β οΈ Important: You can only clone each campaign once.
If you try again, the system will show you your existing clone link instead of creating a duplicate.
π‘ Tip: Share your cloned link everywhere β social media, email signatures,
forums, WhatsApp groups. Every click and sign-up is tracked to your token.
π Understanding the Clone Dashboard
The Clone Analytics Dashboard shows original campaign creators how their
affiliate network is performing. Access it at: https://www.jaysoftware.co.uk/af/lookup_dashboard.php?id=YOUR_TOKEN
Dashboard Sections
π Stats Row
Total Clones: How many affiliates have cloned your campaign
Original Views: Views on your original funnel page
Original Sign-Ups: Leads/sign-ups from your original link
Total Clone Views: Combined views across all affiliate clones
Total Clone Sign-Ups: Combined sign-ups from all affiliates
Top Affiliate: The best-performing clone owner
π Affiliate Leaderboard
All clones ranked by performance. Each row shows:
Rank: Gold π₯, Silver π₯, Bronze π₯ for top 3
Affiliate Name: Who cloned your campaign
Token: The clone's unique identifier
Views: How many times their funnel was viewed
Sign-Ups: Leads generated through their link
Clicks: Total link clicks
Conversion Rate: Sign-ups Γ· Clicks as percentage
Meta Status: β if SEO data is configured, β οΈ if missing
π Details (Drill-Down)
Click the π Details button on any clone to see:
Funnel title
Full view/sign-up/click counts
Conversion rate
Meta configuration status
Clone token and creation date
Quick links: Open Funnel, FB Debug, QR Code
π Quick Summary
Active Clones: Total number of affiliate copies
With Funnel: Clones that have a working landing page
Avg Views/Clone: Average performance per affiliate
Avg Sign-Ups/Clone: Average leads per affiliate
π‘ Tip: Use the dashboard to identify your top-performing affiliates.
Reach out to them for partnerships, offer bonuses, or provide extra training materials.
π Administrator Functions
Users with Role 9 (Super Admin) have additional capabilities on the dashboard.
Delete Clones
Admins see a red ποΈ Delete button on each clone row. Clicking it opens a
confirmation modal showing the clone owner's name and token.
What Deletion Removes
When an admin deletes a clone, the system removes ALL related data in this order:
Order
Table
Data Removed
1
access_logs
Click tracking logs
2
giveaway_entries
Sign-up/lead entries
3
splash_page_stats
Landing page visit stats
4
office_offer
Meta/SEO data
5
competition_content
Funnel landing page
6
short_urls
The tracking URL itself
β οΈ Warning: Deletion is permanent and irreversible.
Always verify you're deleting the correct clone before confirming. The modal shows
the clone owner's name and token for verification.
Admin Indicator
When logged in as Role 9, a red ADMIN badge appears in the dashboard header,
and the leaderboard subtitle shows "Admin: Delete enabled".
Useful SQL for Admins
View all clones for a token:
SELECT s.random_token, s.user_id, s.visit_count, cc.title, cc.views
FROM short_urls s
LEFT JOIN competition_content cc ON cc.short_url_id = s.id
WHERE s.original_url LIKE '%lookup.php?id=TOKEN%'
AND s.random_token != 'TOKEN';
Count clones per original token:
SELECT original_url, COUNT(*) as clone_count
FROM short_urls
WHERE description LIKE '%Cloned by%'
GROUP BY original_url
ORDER BY clone_count DESC;
β Frequently Asked Questions
Can I clone the same campaign twice?
No. Each user can only clone a specific campaign once. If you try again, the system will show your existing clone link.
What happens to my clone if the original is deleted?
Your clone is independent. It has its own copy of the funnel page, tracking URL, and meta data. Deleting the original does not affect your clone.
Can I edit my cloned funnel page?
Currently, clones are exact copies. Contact the original campaign creator or an admin if you need changes to your clone's content.
How do I track my clone's performance?
Visit your clone's dashboard at lookup_dashboard.php?id=YOUR_CLONE_TOKEN to see views, sign-ups, and clicks for your specific clone.
Why does my clone show "Untitled"?
This means the competition_content wasn't cloned successfully. This can happen if the original funnel uses a different token format. Contact an admin to investigate.
What does "Meta" status mean?
β Meta = The SEO/social sharing data (title, description, image) is configured for this clone. β οΈ Meta = Meta data is missing β the link may not display properly when shared on social media.
Can I see who cloned my campaign?
Yes! The Clone Analytics Dashboard shows every affiliate who cloned your campaign, along with their performance stats.
How do I share my campaign so others can clone it?
Share your lookup URL: https://www.jaysoftware.co.uk/af/lookup.php?id=YOUR_TOKEN. When affiliates visit your dashboard, they'll see the option to clone. You can also send them the one-click clone link directly.
What's the difference between views, clicks, and sign-ups?
Views: Times your funnel page was loaded
Clicks: Times your tracking link was clicked (before reaching the funnel)
Sign-Ups: People who submitted their information through your funnel
Can I delete my own clone?
Only Role 9 admins can delete clones. If you need a clone removed, contact your system administrator.