Hi adwords api team,

I'm using Google ads api v10, I have a problem: "Can't get report data for 
level adgroup of Smart campaign"

My question is: *"Why can't get report for level adgroup at Smart campaign" 
?*

Thanks you so much.

* Note: Ref more at my code get report of adgroup in Smart campaign as 
below:
=========================
        String from= "2019-01-01";
        String to = "2022-06-28";
        queryGetCampaign = "SELECT segments.date, "
                + "campaign.id, "
                + "ad_group.id, "
                + "segments.device, "
                + "metrics.impressions, "
                + "metrics.cost_micros "
                + "FROM ad_group"
        + " WHERE segments.date BETWEEN '" + from + "' AND '" + to + "'";
=========================

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/16866b96-4016-4787-8579-e306bf560206n%40googlegroups.com.

Reply via email to