How to get the conversion value uploaded

31 views
Skip to first unread message

Elena Lozano

unread,
Feb 13, 2023, 6:53:17 AM2/13/23
to Google Ads API and AdWords API Forum
Hi!

I'm uploading conversions offline and when I get the UploadClickConversionsResponse, I can know the gclid uploaded or the conversiondate ...

Mi question is how can i know the conversion value uploaded?

UploadClickConversionsResponse resp =
                    conversionUploadServiceClient.uploadClickConversions(
                            UploadClickConversionsRequest.newBuilder()    
                            .setCustomerId(Long.toString(customerId))
                            .addConversions(clickConversion)
                            .addAllConversions(prepareConversions(conversionsList))
                             Enables partial failure (must be true).
                            .setPartialFailure(true)
                            .build());

resp .getResultsList().forEach(r -> {GoogleAdsConversion gadsConv = new GoogleAdsConversion();
                                       glid =  r.getGclid();
                                      date = r.getConversionDateTime();

But there isn't r.getValue();

Thanks for the help!

Google Ads API Forum Advisor

unread,
Feb 13, 2023, 2:08:36 PM2/13/23
to elena.loza...@telefonica.com, adwor...@googlegroups.com
Hi,

Thank you for getting back to our team.

Regarding your concern, can you confirm if you are referring to this metrics.conversions_value? Also, since the Google Ads API mirrors the Google Ads UI, can you please provide the uncropped Google Ads UI screenshot showing the data so that our team can provide accurate guidance?

You may then send the requested logs via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.

Regards,
Google Logo
Carmela
Google Ads API Team
 


ref:_00D1U1174p._5004Q2izVGF:ref
Reply all
Reply to author
Forward
0 new messages