No options? On Tuesday, April 16, 2024 at 1:36:12 PM UTC+1 Dmitrii Bevz wrote:
> The docs are so sophisticated and there are no clear simple use cases how > to use, such a mess! > I need simple user acquisition data - impressions, clicks, costs. And I > want to have it splitted by campaign, ad_group (if possible), by country > code. by customer_id. Could someone help me to figure out how I can get it? > > I used the following query: > SELECT > customer.id, > segments.date, > campaign.id, > campaign.name, > ad_group.id, > ad_group.name, > segments.geo_target_county, > metrics.impressions, > metrics.clicks, > metrics.cost_micros > FROM > geographic_view > > But a lot of values are filled with nulls, and I see that this data > doesn't match our overall performance, seems like a lot of segment.date are > just missing > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/ceea4f5d-ff79-40bf-ba69-46b02303683dn%40googlegroups.com.
