Hi Adwords Team,
I have following questions to be clarified.
1. What happen If I upload same gClid data twice? Assuming all conversion name, value, time etc are same.
2. Is the below mutate method call is atomic?
eg. offlineConversionReturnValue = offlineConversionFeedService
.mutate(conversionOperations.toArray(
new OfflineConversionFeedOperation[conversionOperations.size()]));
It is misleading that in google wiki pages mutate call mentioned as atomic but in java doc of OfflineConversionFeedServiceInterface.java mutate call is mentioned that "same operation can succeed and while others fail"
As this helps to define my retry logic for bulk operation.
3. In Adwords account is it possible to find what gclids are uploaded?
Thanks,
Bala