Our steps where we get an error
1) Getting conversionActionId:
SELECT conversion_action.id, conversion_action.name FROM conversion_action
WHERE conversion_action.name = 'Reg'
2) Generate conversionAction by ids:
$customerId = "3217984468";
$conversionId = "6779716252";
$conversionAction = ResourceNames::forConversionAction($customerId,
$conversionId);
3) Create ClickConversion
$conversion = [
[conversion_date_time] => 2024-06-09 08:07:20+00:00
[currency_code] => EUR
[conversion_value] => 0
[gbraid] => 4629726032566902508
];
$clickConversion = new ClickConversion($conversion);
$clickConversion->setConversionAction($conversionAction);
4) Create UploadClickConversionsRequest
$request = UploadClickConversionsRequest::build($customerId,
[$clickConversion], true);
5) Upload conversion:
$responseUpload =
$conversionUploadServiceClient->uploadClickConversions($request);
6) Getting Error:
Can't parse event import data. Check if your gbraid parameter was not
modified and try again.
Google api log:
Request made: Host: "googleads.googleapis.com", Method:
"/google.ads.googleads.v16.services.GoogleAdsService/Search", CustomerId:
3217984468, RequestId: "4zRICthUoBwBvFfE5KJveQ", IsFault: 0, FaultMessage:
"None"
понедельник, 10 июня 2024 г. в 21:20:34 UTC+3, Google Ads API Forum
Advisor:
> Hi,
>
> I could see that the provided logs are incomplete. We would require
> complete API logs (request
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#request>
> and response
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#response>
> with request-id
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id>
> and request header
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers>)
>
> generated at your end. Kindly provide us with the requested information to
> investigate this issue further.
>
>
> This message is in relation to case
> "ref:!00D1U01174p.!5004Q02tJEkq:ref" (ADR-00238752)
>
> Thanks,
>
> [image: Google Logo] Google Ads API Team
>
>
>
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/dd94f4c6-4c6b-48ce-b426-57091bb20c3an%40googlegroups.com.