Keywords View - All Data

28 views
Skip to first unread message

Ashley Bengtson

unread,
May 29, 2025, 4:17:09 AM5/29/25
to Google Ads API and AdWords API Forum
Hi there,

I am having an issue retrieving the keywords + campaigns for given time span. It seems to be returning only active/eligible rows but I need all campaigns, even paused/removed ones.

Does anyone know why this would be the case?

My query is as follows:

SELECT
              segments.date,
              customer.descriptive_name,
              campaign.name,
              campaign.status,
              ad_group.status,
              ad_group_criterion.status,
              ad_group.name,
              ad_group_criterion.keyword.match_type,
              ad_group_criterion.keyword.text,
              metrics.cost_micros,
              metrics.impressions,
              metrics.clicks
        FROM keyword_view
        WHERE
            segments.date DURING LAST_7_DAYS AND
            campaign.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN') AND
            ad_group.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN') AND
            ad_group_criterion.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN')

Google Ads API Forum Advisor

unread,
May 29, 2025, 6:27:48 AM5/29/25
to adwor...@googlegroups.com

Hi,

Thank you for reaching out to the Google Ads API support team.

Based on the provided information, I understand that you are facing issues while retrieving the keywords and campaigns for the paused and removed campaigns using the Google Ads API. To assist you further, could you please provide us with the Google Ads customer ID so that we can investigate your issue further.

You can send the details via Reply privately to the author option, or direct private reply to this email.

Thanks,
 
Google Logo Google Ads API Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5
[2025-05-29 10:26:59Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rdf3r:ref" (ADR-00309011)



Reply all
Reply to author
Forward
0 new messages