Hello!
Found out the issue, it was on my side.
I was using the method to get Conversions.
Should have use getAllConversionsValue(). 
When switched to it, data started coming.

Only one question left.
When I was calculating the data in the Google Adwords API (ROAS), to make 
sure it's equal to the UI value of ROAS,
I had to subtract the cost of mobile calls via the code below.
Should I use it in the new Google Ads API, too?
May be you know, just wanted to check with you

$query = (new ReportQueryBuilder())

                    ->select([

                        'AllConversionValue', 'Cost', 'Device'

                    ])

                    
->from(ReportDefinitionReportType::ACCOUNT_PERFORMANCE_REPORT)

                    ->where('ClickType')->in(['CALLS'])

                    ->where('Device')->in(['HIGH_END_MOBILE'])

                    ->duringDateRange(ReportDefinitionDateRangeType::TODAY)

                    ->build();


                $reportSettingsOverride = (new ReportSettingsBuilder())

                    ->build();

On Thursday, March 10, 2022 at 9:42:10 AM UTC+4 adsapi wrote:

> Hi,
>
> Thank you for posting your concern to our team.
>
> To investigate the issue, could you provide 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 
> on your end where we can see the error?
>
> 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.
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2XnAQ2: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/b50d0131-92fd-4344-9a70-a2f740228340n%40googlegroups.com.
  • al... Ершов Александр
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Ершов Александр

Reply via email to