(query now attached) On Thursday, August 22, 2024 at 11:21:18 AM UTC-4 Steve Begin wrote:
> Hi, > > When I query an hour of cost from the *campaign* resource and get back > *metrics.cost_micros*, is the value I get back permanently fixed? > Meaning, due to Google adjusting costs for various factors, is that value > subject to change if I query it again later? > Maybe it will not change as those adjustments are handled differently than > that, and it only impacts a later hour? > > If this is *not* at all a Google Ads API question, and you can possibly > help me direct my inquiry to the proper place (i.e., if you can send it to > them and/or let me know their contact info.), I would appreciate it. > > We are about to experiment and perform requests for a past hour at various > later times to see whether we get back the same metrics.cost.micros value. > However, if you know for certain that this is not needed as the value > indeed never changes, it would save us that effort. > > > > *Note: I have attached the [parameterized] query that I am using in my > .NET code in case you would want to verify what I am referencing.*As > always, thank you for your help. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/01efaf40-3b85-44d5-8b22-c622fc4c355en%40googlegroups.com.
"SELECT campaign.name, campaign.id, metrics.cost_micros, metrics.impressions, segments.hour FROM campaign WHERE segments.date BETWEEN '{startDateString}' AND '{endDateString}' AND segments.hour = {startHourToCaptureString}"