Google Ads - Campaign Missing from API

41 views
Skip to first unread message

Murad Assets

unread,
Jun 10, 2024, 11:38:33 AM6/10/24
to Google Ads API and AdWords API Forum
We are fetching campaigns using the below API: https://googleads.googleapis.com/v16/customers/{{customer_id}}/googleAds:search
using the query:
{
"query": "
    SELECT
        campaign.id,
        campaign.name,
        campaign.status,
        campaign.serving_status,
        campaign.advertising_channel_type,
        campaign.start_date,
        campaign.end_date
    FROM
        campaign
    WHERE
        campaign.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN')"
}
But I see a campaign missing(which is present in UI)
It’s a Demand – Product listing campaign that is in active and in Enabled status. It has spends/costs> 0 showing it’s running but the status also shows Some ads are limited by policy. Can you help us fetch this data or understand why we aren’t seeing it from API.
Reply all
Reply to author
Forward
0 new messages