Troubleshooting Guide
This guide helps you resolve common issues you might encounter while using GitAds.
🔍 Quick Issue Finder
Select your issue type:
Ad Not Displaying
Symptoms
- Ad space is blank
- Placeholder image shows instead of actual ad
- Ad appears broken or malformed
Common Solutions
-
Check Ad Snippet
# Correct Format
[](https://gitads.dev/v1/ad-track?source=username/repository@github)- Verify the URL format
- Ensure repository name is correct
- Check for special characters
-
Cache Issues
- Clear browser cache
- Wait 5-10 minutes for propagation
- Try incognito mode
-
Repository Settings
- Verify repository is public
- Check repository visibility settings
- Confirm README.md is in root directory
Verification Problems
Common Issues
-
Verification Code Not Working
- Double-check code format
- Ensure no extra spaces
- Verify branch name (main vs master)
-
Repository Not Found
# Common Fix
git push origin main
git status # Check current branch -
Permission Errors
- Verify GitHub permissions
- Check organization access
- Confirm admin rights
Payment Issues
Troubleshooting Steps
-
Payment Not Received
- Verify minimum threshold ($50)
- Check payment details
- Confirm KYC status
-
Wrong Amount
- Review dashboard metrics
- Check payment history
- Verify currency settings
-
Payment Method Issues
- Update payment information
- Verify bank details
- Check PayPal email
Dashboard Problems
Common Dashboard Issues
-
Stats Not Updating
- Wait for data refresh (up to 24h)
- Clear browser cache
- Check tracking implementation
-
Access Issues
- Reset password
- Clear cookies
- Update browser
-
Missing Data
// Check implementation
console.log('GitAds: Loaded'); // Should appear in console
Integration Issues
Common Integration Problems
-
Documentation Platform Issues
- Docusaurus configuration
- VuePress setup
- GitBook integration
-
Custom Implementation
- Check site configuration
- Verify ad placement
- Review content settings
🔧 Advanced Troubleshooting
Debug Mode
Enable debug mode in your browser console to get detailed logs:
window.GitAds.debug = true;
Network Issues
- Check your network connection
- Verify firewall settings
- Review proxy configuration
Security Concerns
- SSL certificate issues
- Content Security Policy (CSP)
- Cross-Origin Resource Sharing (CORS)
📞 Still Need Help?
If you're still experiencing issues:
-
Contact Support
- Email: [email protected]
- Priority support for verified publishers
- Include your repository URL and error details
-
Join Community
- Discord Server
- Community forums
- GitHub discussions
-
Submit Bug Report
- Provide detailed reproduction steps
- Include console logs
- Attach screenshots
Quick Response
For fastest support, always include:
- Your repository URL
- Screenshots of the issue
- Browser console logs
- Steps to reproduce
🔄 Common Error Codes
Error Code | Description | Solution |
---|---|---|
ADS001 | Ad Not Found | Verify ad snippet |
VER002 | Verification Failed | Check verification code |
PAY003 | Payment Error | Update payment details |
INT001 | Integration Error | Review implementation |
Remember to check our FAQ section for more common questions and answers.