Hi, That query only gives me the id and name of the custom variables, I need a report where gives me the values I send in the offline conversions process.
Thanks, Raquel Correia From: Google Ads API Forum Advisor <adsapi@forumsupport.google> Sent: Monday, July 8, 2024 3:56 PM To: Raquel Correia <raquel.corr...@bizaygroup.com> Cc: adwords-api@googlegroups.com Subject: RE: custom variables - offline conversions report ATENÇÃO: Este e-mail tem origem externa à bizaygroup, existe a possibilidade de não ser de fonte fidedigna. Não clique em links ou abra ficheiros anexos que sejam duvidosos. Não responda ao email, a menos que reconheça o remetente e tenha certeza de que o conteúdo é seguro! Hi, Thank you for reaching out to the Google Ads API support team. You can use the conversion_custom_variable<https://developers.google.com/google-ads/api/fields/v16/conversion_custom_variable> resource to fetch the conversion report via the Google Ads API. Kindly check the below query : "query": "SELECT conversion_custom_variable.id, conversion_custom_variable.name, conversion_custom_variable.resource_name FROM conversion_custom_variable" Also, you can utilize GoogleAdsService.SearchStream<https://developers.google.com/google-ads/api/reference/rpc/v16/GoogleAdsService#searchstream> or GoogleAdsService.Search<https://developers.google.com/google-ads/api/reference/rpc/v16/GoogleAdsService#search> to retrieve the objects. I would suggest you use the Query Builder<https://developers.google.com/google-ads/api/fields/v16/conversion_custom_variable_query_builder> to build your query and Query Validator<https://developers.google.com/google-ads/api/fields/v16/query_validator> to validate your query. If this is not what you are looking for, provide us with the uncropped UI screenshot(with a visible customer Id) by highlighting the custom variables that you are referring to. This message is in relation to case "ref:!00D1U01174p.!5004Q02tJlHL:ref" (ADR-00245496) Thanks, [Imagem removida pelo remetente. Google Logo] Google Ads API Team [Imagem removida pelo remetente.] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/DU4P195MB2664246CF3B36D2680B7F0ABF2DA2%40DU4P195MB2664.EURP195.PROD.OUTLOOK.COM.