customer_client.status is returning 2 ("ENABLED") for a suspended account. 
I'm expecting it to return 4 ("SUSPENDED").

My query,
SELECT
    customer_client.resource_name,
    customer_client.client_customer,
    customer_client.hidden,
    customer_client.level,
    customer_client.time_zone,
    customer_client.test_account,
    customer_client.manager,
    customer_client.descriptive_name,
    customer_client.currency_code,
    customer_client.id,
    customer_client.status,

    customer.resource_name,
    customer.optimization_score_weight,
    customer.id,
    customer.status,
    customer.descriptive_name,
    customer.currency_code,
    customer.time_zone,
    customer.tracking_url_template,
    customer.auto_tagging_enabled,
    customer.final_url_suffix,
    customer.has_partners_badge,
    customer.manager,
    customer.optimization_score

FROM customer_client
WHERE customer_client.level <= 1
    and customer_client.status='ENABLED'
AND customer_client.id = xxxxxx

Even specifies to only return data that's ENABLED. So really I expect to 
get nothing back from this query. When I remove "and 
customer_client.status='ENABLED'" from the query, there is no change.

How can I get back the correct customer_client.status ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f7eadb7d-21c4-44dc-a4f2-cd2b87bfe222n%40googlegroups.com.
  • cu... Eric Nagel
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
    • ... Eric Nagel
      • ... Eric Nagel

Reply via email to