OGAds Postback Setup

Connect your OGAds account to track conversions

Step 1: Generate Security Key

Click the button below to create a unique security key. This protects your postback from unauthorized access.

OGAds Postback Setup

Connect your OGAds account to track conversions

Lead List

@forelse($leads as $lead) @empty @endforelse
Offer ID Offer Name App Payout Country IP Address Date
{{ $lead->offer_id }} {{ $lead->offer_name }} {{ $lead->app_name ?? 'N/A' }} + ${{ number_format($lead->payout, 2) }} {{ $lead->country ?? 'N/A' }} {{ $lead->ip_address }} {{ $lead->conversion_date->format('M d, Y H:i') }}

No leads found

@if($leads->hasPages())
{{ $leads->links() }}
@endif