Hi, I'm using a cron job to automate the adding of OfflineCallConversion to our AdWords account.
I have a few questions that i hope to get answers from:
1. When i add 10 OfflineCallConversionFeed via $offlineCallConversionService->mutate function. Can i assume that if there is no error, that all the 10 was accepted?
2. And if there is an error, can i assume that the number of errors are the ones not accepted? For example, if I add 10, and i got an api error of 4, can i assume that 6 were accepted?
I'm asking the question because, using the #2 logic, i see the out of 14 conversion feed, it return 2 error, so i was expecting the other 12 to be accepted, BUT when i check the "Conversions Action" section for the specific date, nothing (0 zero) is reflected, meaning it was not added.
Is there a way for me to accurately display which ONE is accepted via the API?
Please let me know.
Thanks