Thanks a lot. But If you closely watch my screenshot you can see that on the UI we know that we had a conversion between 13h and 14h. If the API mirror the UI, how can I get this information ? For example, I want to get all clicks of a day for a precise campaign and know if one of those clicks led to a conversion and when this conversion happened.
Cordialement *Vincent Mary* www.1984.agency Le jeu. 4 mai 2023 à 21:46, Google Ads API Forum Advisor <adsapi@forumsupport.google> a écrit : > Hello Vincent, > > Thank you for responding back to us. > > Confirming that we have received the screenshot you shared. With that, we > navigated to UI to see the current values you have. Kindly refer to the > attached screenshot for our view. > > Please note that the API mirrors only the UI. Thus, the API can only get > the data that is being shown in the UI. With that, with regards to your > question of what data you can get and base on the screenshot also, we can > only retrieve the clicks, conversions, cost per conversion and cost values > through API. You may check the below query for the sample. > > { > "query": " > SELECT metrics.conversions, metrics.clicks, metrics.cost_per_conversion, > metrics.cost_micros FROM customer WHERE segments.date = '2023-04-23' > " > } > > > And here is the sample result: > > { > "results": [ > { > "customer": { > "resourceName": "customers/5222643941" > }, > "metrics": { > "conversions": 22, > "costMicros": "1809281157", > "clicks": "511", > "costPerConversion": 82240052.5909091 > } > } > ], > "fieldMask": > "metrics.conversions,metrics.clicks,metrics.costPerConversion,metrics.costMicros" > } > > > Let us know should you have further concerns with the API. > > Regards, > [image: Google Logo] Google Ads API Team > > ref:_00D1U1174p._5004Q2l9jsS: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/CAOcB-vaMvdaB%2B8FvEK%2BHSFeQMEEosuuSoUHvS41ADKTEZJqGbQ%40mail.gmail.com.