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.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1d2d1e61-6586-4548-a3bd-bb10ec5d1297n%40googlegroups.com.

Reply via email to