Hi there! I have an account with several campaigns and many Adgroups of 
these campaigns were paused due low activity. I got this information from 
the Web UI. I'm developing an implementation to re enable those Adgroups 
using the API. The problem is that when I fetch those Adgroups with primary 
status = PAUSED and primaryStatusReason = 
AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY the results come with different primary 
status reasons and none of them shows a reason of low activity (ID 18).

Here is the query im using to fetch:

'SELECT 
ad_group.id, 
ad_group.name, 
ad_group.status,
ad_group.primary_status,
ad_group.primary_status_reasons
FROM ad_group 
WHERE ad_group.primary_status = PAUSED
AND ad_group.primary_status_reasons CONTAINS ANY 
(AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY)
ORDER BY ad_group.id'

The query returns the exact same amount of PAUSED Adgroups due low activity 
that is shown in web UI but all the Adgroups returned from the query 
doesn`t have in its primaryStatusReasons list the ID related 
to AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY which make impossible to determine 
the exact Adgroups that were paused due low activity.

I need some help with this. Can someone tell me why 
the AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY (id 18) is not in the 
primaryStatusReasons list returned from the query? I see others reasons in 
the list of each Adgroup but none of them has the id 18.

Thank you in advance.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8d5b5c20-937f-4755-8de7-f1b1a1450f20n%40googlegroups.com.

Reply via email to