Hi Adwords Team,

I'm uploading offline conversion data to Adwords account and I implemented 
by referring 
https://developers.google.com/adwords/api/docs/guides/conversion-tracking

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"
 
https://developers.google.com/adwords/api/docs/guides/bestpractices#handle_partial_failures
 
https://github.com/googleads/googleads-java-lib/blob/master/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201702/cm/OfflineConversionFeedServiceInterface.java
 
 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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d2e74dff-c959-4848-8291-f53060da57e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to