Manage AdMob Consent

Your advertising preferences and AdMob consent are managed securely within the Rail Dispatch application.

How to Manage Your Ad Consent:

  1. Open the Rail Dispatch app on your device
  2. Go to Settings menu
  3. Select Privacy & Ads
  4. Tap Manage Ad Consent
  5. Choose your preference (personalized or non-personalized ads)
  6. Your choice takes effect immediately
Open Privacy Policy Section

If direct sending is unavailable in your browser, use Copy Message and send it manually to raildispatch26@gmail.com. Why manage in the app?
Managing your consent directly in Rail Dispatch ensures your preference is applied instantly. You have full control over your advertising experience without delays or email confirmations needed.

Learn More:
For details about what data we collect and how we use it, please read our Privacy Policy.
// Form is hidden - consent is managed in the app }); }); copyBtn.addEventListener('click', async function () { if (!form.reportValidity()) { return; } try { await navigator.clipboard.writeText(buildMessage()); statusMsg.textContent = 'Message copied. You can paste it into your email client.'; } catch (error) { statusMsg.textContent = 'Copy failed in this browser. Please select and copy the message manually.'; } });