Skip to content

Fail fetching keyword metrics since v24 #541

Description

@nick-rtmb

Since the update of v24 of the google ads api (2026-04-22) I've encountered a strange error I have not seen before.

It looks like the api call fails without any error. Metadata and message are empty (could be the parsing inside the sdk).

Logs:

[Google Ads] generateKeywordHistoricalMetrics failed {
    customerId: 'xxxxxxxxxx',
    keywordCount: 1,
    message: 'Google Ads generateKeywordHistoricalMetrics failed: undefined undefined: undefined',
    failure: null
}

I don't know if it has anything to do with the new update, but everything worked fine.
If more details are needed I'm happy to provide.

Edit:

I have a healthcheck function which checks if I can access the customer query which works fine:

const { customer } = getGoogleAdsCustomer();

await customer.query(`
    SELECT customer.id
    FROM customer
    LIMIT 1
`);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions