I have hash encrypted user data saved in csv file. I want to run PHP cron which will insert those records into Google adwords account. I checked for
googleads-php-lib but don't know how to use this. Is there any other library or ready php script.
On another side when I tried to use googleads-php-lib, it need to clientId, client-secret, developer token & refresh token. When trying to get refresh token it throws an below error message:
Error: redirect_uri_mismatch
What exactly this error and how to solve. Please help.