You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.