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
Campaign status
What it means
Eligible
Active and can show ads.
Eligible (limited)
Active, but showing ads only occasionally due to budget constraints or a
limited bid strategy.
Not eligible
Inactive because there are no ad groups, all ad groups are paused or deleted,
all ads are paused or deleted, or all keywords paused or deleted.
Paused
Inactive because you paused it. Pausing a campaign means that your ads don't
show or accumulate new costs until resumed.
Removed
Inactive because you removed it. Removing a campaign permanently deletes it.
You cannot resume a campaign after you remove it.
Pending
Inactive but scheduled to begin at a future date.
Ended
Inactive because it's past its scheduled end date.
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,
Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2f6ZXF:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/q1FXv000000000000000000000000000000000000000000000RJR1AG00P50IBjd9Sdm6yJx_nWXG9A%40sfdc.net.