Hey all,
the following workflow has been making an API connection to Google AdSense to get data from Google AdSense everyday. I just found this error message (yellow marked), but I do not know what to do now. Can someone help me?
I think, it is a Problem with authentification from google? Do i have to create a new authentification, token or something else? If yes, what and how can i implement this into this workflow?
Thank you so much!
Best regards
Solved! Go to Solution.
Hi Marek,
seems to me this is a authentication problem. First step should be to create Google Credentials for the API you need. There is a great article with a detailed description at How to Create Google API Credentials. (I used the step-by-step guide myself to create the credentials required to connect to Google Analytics). I think, you have to activate the AdSense Management API in Google Developers Console.
Best regards
Roland