Hello,
Thank you for reaching out to us.
As for the error you've encountered, could you confirm if have implemented cross-account conversion tracking and uploading the conversions to the appropriate account? If yes, could you try again following this guide? If the issue still exists, please send us again the complete logs (request and response with request-id) generated via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.
As an aside, I will be deleting your initial post as it contains your request/response details. Moving forward, please refrain from posting API logs in forum thread. Below is a copy of your post with the redacted details.
"Hey, team,
I am trying upload click conversion through V8 API. Below are my request and response. Could you help to take a look. Thanks!
[2021-07-14T06:41:01Z][27680][INFO] Request made: ClientCustomerId: 8845970027, Host: googleads.googleapis.com, Method: /google.ads.googleads.v8.services.ConversionUploadService/UploadClickConversions, RequestId: _XXXXXXXXXXX, IsFault: False, FaultMessage: None
partial_failure_error {
code: 3
message: "The click or call is owned by a customer account that the uploading customer does not manage., at conversions[0].gclid"
details {
type_url: "type.googleapis.com/google.ads.googleads.v8.errors.GoogleAdsFailure"
value: "\n\337\001\n\003\370\006\010\022]The click or call is owned by a customer account that the uploading customer does not manage.\032]*XXXXX"
}
}
results {
}"
Regards,
|
||||||
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 a topic in the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/ZHUOXD-jcic/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/LZL9Y000000000000000000000000000000000000000000000QW9TY500Wu6lrYIbSPq-1oqyorVDQw%40sfdc.net.
service = ads_client.get_service('ConversionUploadService')
service.upload_click_conversions(account_id, operations, partial_failure=True)
service = ads_client.get_service('ConversionUploadService')
request = ads_client.get_type("UploadClickConversionsRequest")
request.customer_id = '5804984872'
request.conversions = operations
request.partial_failure = True
service.upload_click_conversions(request=request)
|
||||||
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 a topic in the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/ZHUOXD-jcic/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6swnm000000000000000000000000000000000000000000000QWBNSX0067guaIeVQp2iFj-LJUc21g%40sfdc.net.
|
||||||