RE: Not able to upload offline conversions "wbraid"

2022-04-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Mahavir,

Thank you for raising this concern to the Google Ads API Forum.

With regard to your concern, to investigate this 
"conversionUploadError":"UNPARSEABLE_WBRAID". It will be helpful if you can 
provide the complete request and response logs with request ID and request 
header without redacted CID's so that we can further check. You can provide it 
via Reply privately to the author option. If this option is not available, then 
send it instead on this email address googleadsapi-supp...@google.com.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2aOPz2:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/y0JRq0RB3RAF00YdQ3IpBCTOKptd-2Q86Yzw%40sfdc.net.


Not able to upload offline conversions "wbraid"

2022-04-28 Thread Vijaysinh Parmar
Hi,

I am using the v10 google ads API version using PHP.

I am trying to upload offline conversions using gclid, gbraid , wbraid.

GCLID and GBRID are uploading fine but when I use WBRAID it's giving me the 
below error.

*The specified wbraid could not be decoded., at conversions[0].wbraid*

please find attached the request and response log for the same.

Could you please let me know why I am getting this error?

Could you please confirm my wbraid is correct or wrong?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f4cd3865-95ed-45af-8599-8d1ec871839fn%40googlegroups.com.
[2022-04-28T05:17:27.818895-04:00] .INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v9.services.ConversionUploadService/UploadClickConversions",
 CustomerId: 51XX72, RequestId: "QNcISfeI_Kf8vkAvQ9GmVQ", IsFault: 0, 
FaultMessage: "None"  
[2022-04-28T05:17:27.830308-04:00] .DEBUG: Request
---
Method Name: 
/google.ads.googleads.v9.services.ConversionUploadService/UploadClickConversions
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/7.4.26 gccl\/14.0.0 gapic\/14.0.0 gax\/1.12.0 
grpc\/1.43.0 rest\/1.12.0",
"x-goog-request-params": "customer_id=5X7XXX",
"developer-token": "REDACTED"
}
Request: 
{"customerId":"510XX","conversions":[{"wbraid":"ClEKCAjw06OTBhAYEkEA_z3Pf3KhygZqYTw4ktbHEkartbgH6uKj820VBx1Mj1ejVeRhgig0GAzElAfnkhN9JcURJ1oLjBN_G09Y","conversionAction":"customers\/510XX972\/conversionActions\/2049XX51","conversionDateTime":"2022-04-27
 
10:26:00-04:00","conversionValue":5.5,"currencyCode":"USD"}],"partialFailure":true}

Response
---
Headers: {
"content-disposition": "attachment",
"request-id": "QNcISfeI_Kf8vkAvQ9GmVQ",
"date": "Thu, 28 Apr 2022 09:17:27 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; 
ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; 
ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
}
Response: 
{"partialFailureError":{"code":3,"message":"The specified wbraid could not be 
decoded., at 
conversions[0].wbraid","details":[{"@type":"type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure","errors":[{"errorCode":{"conversionUploadError":"UNPARSEABLE_WBRAID"},"message":"The
 specified wbraid could not be 
decoded.","trigger":{"stringValue":"ClEKCAjw06OTBhAYEkEA_z3Pf3KhygZqYTw4ktbHEkartbgH6uKj820VBx1Mj1ejVeRhgig0GAzElAfnkhN9JcURJ1oLjBN_G09Y"},"location":{"fieldPathElements":[{"fieldName":"conversions","index":0},{"fieldName":"wbraid"}]}}]}]},"results":[{}]}