-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error occurred during parsing: Fail to push limit. #538
Comments
Thanks PierrickVoulet, I renew protobuf code to passed this step. So I have new issue below (Are you suggest to me to fix this issue ? thanks so much!) [TypeError] |
It is not clear to me what is happening here but it looks like you are using REST for transport. Could you try using gRPC instead? It requires the installation and configuration of the |
Closing due to inactivity. |
I'm developing code to Upload Offline Conversion follow https://developers.google.com/google-ads/api/docs/samples/upload-offline-conversion
Input parameters:
array (
'CUSTOMER_ID' => 8883494064,
'CONVERSION_ACTION_ID' => 1284113,
'GCLID' => '123456789',
'CONVERSION_DATE_TIME' => '2021-02-22 16:28:32',
'CONVERSION_VALUE' => 0,
)
But Error: Error occurred during parsing: Fail to push limit.
I don't know why, please suggest to me to fix this issue.
Thanks!
The text was updated successfully, but these errors were encountered: