feature(examples): Add Admob connector #458
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AdMob Connector
Created: 2025-10-31
Business Owner: Marketing Analytics & Revenue Operations Team
Technical Owner: Data Engineering Team
Last Updated: 2025-10-31
Business Context
Technical Context
Operational Context
API-Specific Details
/accounts- Publisher account information and settings/accounts/{publisher_id}/networkReport:generate- Network performance reportsData Schema Overview
Data Replication Expectations
Operational Requirements
Rate Limiting Strategy
Data Quality Considerations
Integration Points
Disaster Recovery
Compliance & Security
Performance Optimization
Troubleshooting Guide
Configuration Parameters
client_id: OAuth2 client identifier from Google Cloud Consoleclient_secret: OAuth2 client secret from Google Cloud Consolerefresh_token: OAuth2 refresh token for automatic access token renewalsync_frequency_hours: Incremental sync frequency (default: 4 hours)initial_sync_days: Historical data range for initial sync (default: 90 days, max: 365)max_records_per_page: Batch size for checkpointing (default: 100, range: 1-1000)request_timeout_seconds: HTTP request timeout (default: 30 seconds)retry_attempts: Number of retry attempts for failed requests (default: 3)enable_incremental_sync: Enable date-based incremental sync (default: true)enable_debug_logging: Enable detailed logging (default: false)Data Transformation Details
Checklist
Some tips and links to help validate your PR:
fivetran debugcommand.