Hello all,
We were using v201402 of the PHP Adwords API to post OfflineConversionFeedOperations fine until yesterday, when it stopped working with this error:
You are accessing an AdWords API version v201402 that has been discontinued
I updated to v201409 and now we're getting:
'exception' => 'OAuth2Exception',
'message' => '{
"error" : "invalid_client",
"error_description" : "The OAuth client was not found."
Also, the logs are no longer being written to disk. The settings for this are:
PATH_RELATIVE = "0"
LIB_LOG_DIR_PATH = "/var/tmp"
Any help to resolve this would be appreciated.
Ross