Re: advertiser identity verification api

2024-03-05 Thread ro...@searchkings.ca
As another data point, we are also encountering the same issue for all of 
our accounts.

On Monday, March 4, 2024 at 2:05:27 AM UTC-5 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> By reviewing your concern, I understand that you are encountering "
> NO_EFFECTIVE_BILLING 
> "
>  IdentityVerificationError 
> while retrieving verification status. which means no effective billing 
> linked to this customer. I would recommend you to check Release notes 
> 
>  regarding manage 
> advertiser verification for more information.
>
> In order to GetIdentityVerification() 
> 
>  can 
> be used for retrieving verification information, which returns several 
> objects of IdentityVerification 
> .
>  
> I could see you have provided partial request logs which is not sufficient 
> for us to investigate further. Could you please provide us with updated 
> complete API logs (request 
> 
>  and response 
> 
>  with request-id 
> 
>  and request header 
> )
>  
> generated at your end to assist you further.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02rzdOA:ref"
>
> 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 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/637e9afd-0a4e-4084-bbd8-fbccb2c3b472n%40googlegroups.com.


RE: advertiser identity verification api

2024-03-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

By reviewing your concern, I understand that you are encountering 
"NO_EFFECTIVE_BILLING" IdentityVerificationError while retrieving verification 
status. which means no effective billing linked to this customer. I would 
recommend you to check Release notes regarding manage advertiser verification 
for more information.

In order to GetIdentityVerification() can be used for retrieving verification 
information, which returns several objects of IdentityVerification. I could see 
you have provided partial request logs which is not sufficient for us to 
investigate further. Could you please provide us with updated complete API logs 
(request and response with request-id and request header) generated at your end 
to assist you further.

This message is in relation to case "ref:!00D1U01174p.!5004Q02rzdOA:ref"

Thanks,

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 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/hA34w0S9TACK00aLfjEx4TTkWqmvnIcaQTIQ%40sfdc.net.


Advertiser identity verification API

2024-03-03 Thread Hwansang Cho
Hi, Google Ads API Team.

I would like to inquire about the Advertiser identity verification API.
- 
https://developers.google.com/google-ads/api/docs/account-management/advertiser-identity-verification#c

An API error occurs when Retrieve verification status. All sub-customers 
are in the same status.

Request
curl \
  
'https://googleads.googleapis.com/v16/customers/8732160833/getIdentityVerification?key=[YOUR_API_KEY]'
 
\
  --header 'developer-token: **' \
  --header 'login-customer-id: 4434375972' \
  --header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \
  --header 'Accept: application/json' \
  --compressed

Response
{
  "error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
  {
"@type": 
"type.googleapis.com/google.ads.googleads.v16.errors.GoogleAdsFailure",
"errors": [
  {
"errorCode": {
  "identityVerificationError": "NO_EFFECTIVE_BILLING"
},
"message": "Customer does not have an active billing linked."
  }
],
"requestId": "IgH4fBJ_DcJcBHjrZ-3JWQ"
  }
]
  }
}

This is an customer that has invoice settings.

please check.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3ed4f768-2459-4a8e-8ef2-4979ab64ed1dn%40googlegroups.com.