Hello, i'm trying to update to v201702

I used to use try /catch to upload conversions in php since sometimes i've 
errors like TOO_RECENT_CLICK or CONVERSION_PRECEDES_CLICK or EXPIRED_CLICK

but now when i try i've always a fatal error 

I use this 
https://developers.google.com/adwords/api/docs/samples/php/remarketing#upload-offline-conversions
 
demo

when i whrite

try{$result = 
$offlineConversionService->mutate($offlineConversionOperations);}
catch(ApiException $e){echo "ok i've an error";}

Always the same is happening, the error is not caught

4622#0: *152916 FastCGI sent in stderr: "PHP message: PHP Fatal error: 
Uncaught Google\AdsApi\AdWords\v201702\cm\ApiException: 
[OfflineConversionError.TOO_RECENT_CLICK @ operations[0].operand] in 
/*********/src/Google/AdsApi/Common/Util/Reflection.php:39
Stack trace:
#0 /*********/src/Google/AdsApi/Common/Util/Reflection.php(39): 
ReflectionClass->newInstanceArgs(Array)
#1 /*********/src/Google/AdsApi/Common/AdsSoapClient.php(162): 
Google\AdsApi\Common\Util\Reflection->createInstance('Google\\AdsApi\\A...', 
Array)
#2 /*********/src/Google/AdsApi/Common/AdsSoapClient.php(126): 
Google\AdsApi\Common\AdsSoapClient->parseApiExceptionFromSoapFault(Object(SoapFault))
#3 
/*********/src/Google/AdsApi/AdWords/v201702/cm/OfflineConversionFeedService.php(92):
 
Google\AdsApi\Common\AdsSoapClient->__soapCall('mutate', Array)
#4 /********" while reading response header from upstream    

*********** = server path

Thanks for your help


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/47aa9cea-5111-47b3-befb-8b6946ad62aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to