Hello,
I'm a bit at a loss here. I'm trying to set up a website, where I can display some metrics of my google ads campaigns.
Got all the dependencies, installed the client library via Composer, got myself a developer token and so on...
After creating credentials in api center, I ran the GenerateUserCredentials.php file in a console, but this gave me an error 400 redirect_uri_mismatch with a hint to "
redirect_uri: http://127.0.0.1:43691" - so I added port
43691 to my redirect uri and tried again.
So far, so good,
but a click on next brings me to a connection failed page stating that no connection to
127.0.0.1:43691 could be established. I tried with different browsers and on different pcs, but with no luck...
Can anyone tell me, what's going wrong here?
kind regards,
Markus