Hello Everyone,
I am trying to setup a OAuth Secret within Event Forwardiing for WebSDK implementation.
Its for Google Search 360 API. When i do that Launch always gives me this error "The Credentials provided are incorrect" Even though i am able to generate token using curl with same credentials. Below i the screenshot of how i am doing it under Data Collection:
Does anyone know what might be wrong i am doing. Here is the syntax google is giving for Curl:
curl \
--data "grant_type=refresh_token" \
--data "client_id=CLIENT_ID" \
--data "client_secret=CLIENT_SECRET" \
--data "refresh_token=REFRESH_TOKEN" \
"https://www.googleapis.com/oauth2/v3/token"
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @NitinCT
Have you setup a project via Adobe Developer Console in order to generate credentials? I believe you will have to do that first. This documentation walks through the setup using Postman.
Hi @NitinCT
Have you setup a project via Adobe Developer Console in order to generate credentials? I believe you will have to do that first. This documentation walks through the setup using Postman.
Are you able to authenticate using the Google OAuth playground for the credentials you have generated?
https://developers.google.com/search-ads/reporting/concepts/oauth-playground
Views
Likes
Replies
Views
Likes
Replies