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!
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/52523b1b-7640-4ea5-88ee-7a78ddf7e58fn%40googlegroups.com.