when I hit the API I got "errorCode": { "requestError": "DEVELOPER_TOKEN_PARAMETER_MISSING" }, "message": "developer-token parameter is missing." where did you add developer token in request?
@@CodeSagarOfficial at timestamp 7:09 , I was not able to create test client account, I get a popup telling me to link an existing account. This needs to be a Google Ads account that has spent more than $1,000 has a history of policy compliance. plz help
hello! excellent video!! at minute 4:22 the answer it gives me is the following { "mistake": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure", "mistakes": [ { "errorCode": { "requestError": "DEVELOPER_TOKEN_PARAMETER_MISSING" }, "message": "developer-token parameter is missing." } ], "requestId": "g8YRQYCjY8D9G_bpPjbGJw" } ] } } how do i fix it?
TOOLS & SETTINGS > SETUP > API Center. The API Center option appears only for Google Ads manager accounts. You can create new Google Manager account. Link: ads.google.com/home/tools/manager-accounts
hi , thanks for video. at minute @4:16 the answer it gives me { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "queryError": "UNEXPECTED_END_OF_QUERY" }, "message": "Error in query: unexpected end of query." } ], "requestId": "0-Sq8H10Rj6N-2dOeA1TWg" } ] } } how can i fix?
Thanks bro this is what I needed
Thanks for comment.
Thank you for this video!
Glad it was helpful!
when I hit the API I got "errorCode": {
"requestError": "DEVELOPER_TOKEN_PARAMETER_MISSING"
},
"message": "developer-token parameter is missing." where did you add developer token in request?
Thanks for video.
Thanks for comment
Helpful 👍
Thanks for comment
@@CodeSagarOfficial at timestamp 7:09 , I was not able to create test client account, I get a popup telling me to link an existing account. This needs to be a Google Ads account that has spent more than $1,000 has a history of policy compliance. plz help
How to create other google ads account for getting developer token
When use the campaign api developer token not approved error please help me
hey i am only getting fieldmasks not the result what to do?//
try executing same query. It may be you don't have data for the selected dates in the query.
can i get your google api postman collection ?
hello! excellent video!!
at minute 4:22 the answer it gives me is the following {
"mistake": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure",
"mistakes": [
{
"errorCode": {
"requestError": "DEVELOPER_TOKEN_PARAMETER_MISSING"
},
"message": "developer-token parameter is missing."
}
],
"requestId": "g8YRQYCjY8D9G_bpPjbGJw"
}
]
}
}
how do i fix it?
TOOLS & SETTINGS > SETUP > API Center. The API Center option appears only for Google Ads manager accounts.
You can create new Google Manager account. Link: ads.google.com/home/tools/manager-accounts
@@CodeSagarOfficial gracias! Ya lo resolvi! Faltaba el token de desarrollo en el header... Gracias ☺️
hi , thanks for video.
at minute @4:16 the answer it gives me {
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"queryError": "UNEXPECTED_END_OF_QUERY"
},
"message": "Error in query: unexpected end of query."
}
],
"requestId": "0-Sq8H10Rj6N-2dOeA1TWg"
}
]
}
} how can i fix?
May be due to query is not correct. Try with same query i. have used in video. if its working or not.