I'm using java sdk(com.google.api-ads) for uploading offline conversions, but the problem is I'm getting a repeat rate of conversions as ~1.5 which is not possible(it is happening because the conversion value get updated frequently for the same transaction and it google ads is counting it as new transaction), so is there a way i can correlate a transaction id with each conversion ?
Hey, since this question is relating to general API capabilities, and is not specific to the Java client library, please reach out on the forum where our support folks will be able to advise on the path forwards.
I'm using java sdk(com.google.api-ads) for uploading offline conversions, but the problem is I'm getting a repeat rate of conversions as ~1.5 which is not possible(it is happening because the conversion value get updated frequently for the same transaction and it google ads is counting it as new transaction), so is there a way i can correlate a transaction id with each conversion ?
below is the sample code i'm using