๐ ReliantSync Embed Integration Guide
Add dynamic offers and click tracking to your website in 2 minutes
โก Quick Start - 2 Minutes to Revenue
Step 1: Add Container (10 seconds)
Place this div wherever you want offers to appear (replace YOUR-PARTNER-ID with your assigned partner identifier):
<div id="reliantsync-embed-container" data-campaign="YOUR-PARTNER-ID">
Loading personalized offer...
</div>
โ ๏ธ Partner ID Required: Replace YOUR-PARTNER-ID with your unique partner identifier for proper attribution and analytics tracking.
Step 2: Load Script (10 seconds)
Add this script tag to your page (typically in the <head> or before </body>):
<script src="https://content.reliantsync.com/click_embed.js" async></script>
Step 3: Test & Go Live (1 minute)
Refresh your page. You should see a dynamic offer that changes on each reload. Click tracking is automatic.
โ
That's it! Your site now displays dynamic offers with automatic click tracking and revenue optimization.
๐ง Integration Methods
Method 1: Script Integration (Recommended)
Best for: Websites where you can add HTML/JavaScript
Advantages: Fastest loading, most customizable, seamless integration
<!-- Place where you want the offer -->
<div id="reliantsync-embed-container" data-campaign="YOUR-PARTNER-ID">
Loading offer...
</div>
<!-- Load the script (once per page) -->
<script src="https://content.reliantsync.com/click_embed.js" async></script>
Method 2: Iframe Integration
Best for: Restricted environments, email signatures, third-party platforms
Advantages: Works anywhere iframes are allowed, no JavaScript required
<iframe src="https://content.reliantsync.com/embed-iframe.html?campaign=YOUR-PARTNER-ID"
width="400" height="100" frameborder="0"
style="border:none; overflow:hidden;"></iframe>
๐งช Live Examples
Example 1: Script Method
Campaign: demo-script-integration
Example 2: Iframe Method
Campaign: demo-iframe-integration
๐ก Live Testing: Click the offers above to see the tracking in action. Each click is automatically logged with campaign data.
๐จ Customization Options
Campaign Tracking
Use the data-campaign
attribute to track different placements:
<div data-campaign="homepage-hero">...</div> <!-- Homepage main area -->
<div data-campaign="blog-sidebar">...</div> <!-- Blog sidebar -->
<div data-campaign="footer-cta">...</div> <!-- Footer call-to-action -->
Styling
The embed inherits your site's styles. Customize the container:
#reliantsync-embed-container {
padding: 15px;
background: #f0f8ff;
border-radius: 8px;
text-align: center;
}
#reliantsync-embed-container a {
color: #007bff;
text-decoration: none;
font-weight: bold;
}
Multiple Embeds
Add multiple containers with different campaigns on the same page:
<div id="reliantsync-embed-container" data-campaign="header">...</div>
<div id="reliantsync-embed-container-2" data-campaign="footer">...</div>
<!-- Only load the script once -->
<script src="https://content.reliantsync.com/click_embed.js" async></script>
โ ๏ธ Note: For multiple embeds, use unique IDs (add numbers or descriptive suffixes).
โ Frequently Asked Questions
Q: Does this slow down my website?
A: No. The script loads asynchronously and weighs only 2KB minified. It won't block your page loading.
Q: What data is tracked?
A: Only click events with offer ID and campaign name. No personal information is collected.
Q: Can I use this on multiple websites?
A: Yes! Use different campaign names to track performance across sites.
Q: What if JavaScript is disabled?
A: The container shows "Loading offer..." text. Consider using the iframe method for better fallback.
Q: How often do offers change?
A: Offers are randomly selected from our current pool and refresh with each page load for variety.
Q: Can I exclude certain offers?
A: Currently all offers are included. Contact support for custom filtering options.
Q: Is there an analytics dashboard?
A: Campaign performance data is available. Contact us for access to detailed analytics.
Q: What about mobile responsiveness?
A: The embed is fully responsive and works on all devices. Links include mobile-optimized targeting.
Q: Can I customize the offers for my audience?
A: Offers are curated for technical and business audiences. Custom offer pools may be available for high-traffic partners.
Q: How do I get my partner ID for attribution?
A: Contact us to receive your unique partner identifier. This ensures proper click attribution, commission tracking, and access to your analytics dashboard. Replace YOUR-PARTNER-ID in all examples with your assigned identifier.
๐ค Support & Contact
Need help with integration or have questions?
- Technical Issues: Check your browser console for errors
- Custom Integration: We can help with complex implementations
- Partnership Opportunities: High-traffic sites may qualify for enhanced features
๐ Ready to get started? Copy the Quick Start code above and start monetizing your traffic today!
ReliantSync Embed Integration Guide | Easy revenue optimization for your website