Project: WordPress plugin, integration with Google Ads API
Goal: set up OAuth authorization to access the user's advertising account via Google, verify existing code, and if necessary, refine Google Console settings and the plugin itself.
Task Description:
Check the current plugin code (several files) that implements Google OAuth.
Configure Google Cloud Console (OAuth 2.0 credentials, scopes, consent screen) to pass moderation and obtain production access.
Verify redirects and test authorization on a local server (localhost) — make adjustments if necessary.
Ensure that after OAuth authorization, all necessary tokens and permissions are obtained to access Google Ads accounts via API.
Provide a brief instruction for transferring settings to production.
Requirements for the freelancer:
✅ experience with Google API / OAuth
✅ understanding of Google Ads account management
✅ experience with WordPress plugins (PHP)
✅ ability to test integrations on a local server
What I provide:
Expected outcome:
✅ fully functional OAuth flow (authorization, token retrieval)
✅ tested and verified plugin code