Hello,
We're currently trying to upload offline call conversions to a custom call conversion goal we created in our MCC account. We have successfully performed this process with normal conversions (conversions from clicks - with Gclid). However, we can't seem to succeed doing so with Call Conversions.
Background information:
- We're using Java to communicate with the AdWords API
- We're working with the following library version: v201809
- We're specifically working with these libraries:
- UploadCallConversionFeedService
- OfflineCallConversionFeedOperation
The problem goes as follows:
2. We created the new conversion goal last friday, so it has been enabled for more than 48 hrs.
3. We have prepared the data in accordance to the documentation mentioned above. Specifically, we have used the right formats to enter the time zone, call start time and conversion time.
4. When we try to upload the conversions without the country prefix (+34) we get the following error: OfflineCallConversionError.UNPARSEABLE_CALLERS_PHONE_NUMBER
5. When we add the country prefix (In this case +34) we get the following error: ApiException{applicationExceptionType=ApiException, errors=[InternalApiError{apiErrorType=InternalApiError, errorString=InternalApiError.UNEXPECTED_INTERNAL_API_ERROR, fieldPath=, reason=UNEXPECTED_INTERNAL_API_ERROR, trigger=}]}
I haven't been able to find the right answer to this question in other posts. Calling AdWords Support hasn't been useful either as most support representatives are not technical enough to help us with this problem.
Thank you for your help!