Sorry^ bu this option is disabled...
How i can fix this?
[image: Screenshot 2020-10-21 at 14.04.27.png]

PS:
-----------------------
ADS_PAGE_SIZE = 100

def get(customer_id, ads_client):
ads_service = ads_client.get_service("GoogleAdsService", version="v5")
query = """
    SELECT
        change_status.resource_name,
        change_status.last_change_date_time,
        change_status.resource_type,
        change_status.campaign,
        change_status.ad_group,
        change_status.resource_status,
        change_status.ad_group_ad,
        change_status.ad_group_criterion,
        change_status.campaign_criterion
    FROM change_status
    WHERE change_status.resource_status = 'REMOVED'
    ORDER BY change_status.last_change_date_time"""

response = ads_service.search(customer_id, query=query, 
page_size=ADS_PAGE_SIZE)

for row in response:
    print(row)

On Wednesday, 21 October 2020 at 05:15:42 UTC+3 adsapiforumadvisor wrote:

> Hi,
>
> Thanks for the clarification and providing further details.
>
> To further investigate why the change_status is returning an empty report, 
> could you also provide the complete response logs of this query and the 
> customer ID via *Reply privately to author* option?
>
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q26AUqZ: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 
"AdWords API and Google Ads 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/68720e16-a348-47af-94a2-e70e8b82574en%40googlegroups.com.

Reply via email to