Hi everybody,
we want to use the API for our internal tool, but still have no access to our AdWords MCC.
We already managed these steps:
Is something missing? Can you help me where the problem could be?
We are receiving this Error Code:
"reason": "authError",
"message": "1072 : Failed to authenticate. User profile ID XXXXXXXXXX not found.",
We want to use this API: DCM/DFA
Reporting And Trafficking API
With this function: listAccounts($adGroupId)
We are using the PHP Framework.
"google/apiclient": "^2.0"
è We want to import the reporting kpis
like clicks, impressions, conversions, cost,… in our tool.
Is DCM/DFA Reporting And Trafficking API the right API for that?
We are receiving this error:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "authError",
"message": "1072 : Failed to authenticate. User profile ID XXXXXXXXX not found.",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "1072 : Failed to authenticate. User profile ID XXXXXXXXX not found."
}
}
What could be the problem?