Hi,
Thanks for reaching out to the Google Ads API Support.
Upon checking your campaign 18572412478 in the UI, I can confirm that it is showing campaign.status as enabled only. However, the status you are seeing in the campaign’s tab, seems to be more on ad serving status. You may check below screenshot:
I’ve verified using API that campaign status is pulling correctly. You may check below GAQL:
SELECT campaign.id, campaign.name, ad_group.status, ad_group.name, ad_group_ad.status, ad_group_ad.resource_name, campaign.status, campaign.serving_status, ad_group_ad.ad.name FROM ad_group_ad WHERE ad_group_ad.ad.id = 628171507617
Results:
"results": [ { "adGroupAd": { "status": "ENABLED", "resourceName": "customers/****/adGroupAds/143997414204~628171507617", "ad": { "resourceName": "customers/****/ads/628171507617", "name": "MC-0378" } }, "adGroup": { "status": "ENABLED", "resourceName": "customers/****/adGroups/143997414204", "name": "TL - 0000228" }, "campaign": { "status": "ENABLED", "resourceName": "customers/****/campaigns/18572412478", "id": "18572412478", "name": "Andler Christmas Offer_TO - 0000152", "servingStatus": "SERVING" } } ],
Your campaign status shows you whether your campaign is running normally
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, I’m unable to see the status “No Ads” in the above table. However, for further clarification why it is showing said status, you may reach out to the Google Ads Product support team, via this link, since the appropriate team to provide guidance, and specialized in this aspect.
Regards,
|
||||||