Hello,

I want to retrieve an history of the cost, conversion value per day of all 
account under an MCC.

I'm using the request below : 

"""
                SELECT
                    segments.hour,
                    segments.date,
                    metrics.cost_micros,
                    metrics.conversions_value,
                    customer.id
                FROM customer
                WHERE
                    segments.date >= '2023-01-01'
                    AND
                    segments.date <= '2023-03-22'
          """

I get only the report for all active account but not hidden or cancelled 
account.

"FaultMessage: The customer account can't be accessed because it is not yet 
enabled or has been deactivated."

Is there any way to get the data for those account?

Best regards,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b8917c30-b52b-492c-a223-fadba6682563n%40googlegroups.com.

Reply via email to