this should be sufficient, campaign gaql:
SELECT segments.date,
  metrics.impressions,
  metrics.clicks,
  metrics.average_cpc,
  metrics.cost_micros,
  metrics.ctr,
  campaign.id,
  campaign.name,
  metrics.conversions,
  metrics.conversions_value
FROM campaign
WHERE segments.date >= '2022-05-01'
AND segments.date < '2022-06-01'

adgroup report gaql:
SELECT segments.date,
  metrics.conversions,
  metrics.conversions_value,
  metrics.impressions,
  metrics.clicks,
  metrics.cost_micros,
  metrics.ctr,
  segments.ad_network_type,
  campaign.id,
  ad_group.id,
  campaign.name,
  segments.click_type,
  ad_group_ad.ad.type,
  segments.device,
  campaign.name,
  campaign.name,
  ad_group_ad.ad.tracking_url_template
FROM ad_group_ad
WHERE segments.date >= '2022-05-01'
AND segments.date < '2022-06-01'
On Wednesday, June 1, 2022 at 8:07:58 PM UTC-7 adsapi wrote:

> Hi Christopher,
>
> Thank you for reaching the Google Ads API support team. I am Sherwin and I 
> hope that you are doing well today.
>
> To further investigate this issue, could you provide the screenshot of the 
> UI report, as well as the complete request 
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#request>
>  and 
> response 
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#response>
>  
> logs with request ID 
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id>
>  
> and request header 
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers>
>  
> generated by your API report which you are comparing to the UI? You can 
> provide it via Reply privately to author option. If this option is not 
> available, then send it instead on this email address 
> googleadsa...@google.com.
>
> Best regards,
> [image: Google Logo] 
> Sherwin Vincent 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2basLr: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 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/d287bc65-88ae-4762-ac69-b486760616d3n%40googlegroups.com.
  • Ad... Christopher Taylor
    • ... Christopher Taylor
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to