Re: video Campaign in google ads API

2023-01-24 Thread 'Anurag' via Google Ads API and AdWords API Forum
Hi Team,
are Video campaigns are now supported to create through APIs? I couldn't 
find info in release Doc.

Thanks and regards
Anurag

On Friday, June 10, 2022 at 3:14:10 PM UTC+5:30 kri...@skills-agency.com 
wrote:

> Thank you for the clarification.
> On Friday, June 10, 2022 at 2:12:52 PM UTC+5:30 adsapi wrote:
>
>> Hello,
>>
>> As discussed here 
>> ,
>>  
>> video campaign management is not currently supported in the API; thus, you 
>> cannot perform mutate operations on video campaigns, which is why your API 
>> request is failing.
>>
>> You can still retrieve video campaign metrics via the API, though.
>>
>> As for your following questions, this feature is not in beta and does not 
>> depend on the access level of your developer token: it is just not 
>> supported by the API at all.
>>
>> Sorry for the inconvenience.
>>
>> Thanks,
>>
>> Mattia Tommasone
>> Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q2b6QOz:ref
>>
>
-- 


*Disclaimer: This email is
confidential, may be legally privileged, and 
is for the intended recipient
only. Access, disclosure, copying, 
distribution, or reliance on any of it by
anyone else is prohibited & may 
be a criminal offense. Please delete if
obtained in error & email 
confirmation to the sender.*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6fcc6a1e-791e-422e-aac4-cee6d7b156d6n%40googlegroups.com.


Re: Ability to "Cancel" client account

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bat,

Thanks for reaching out to us.

As of now, there are no updates, and definite timeline that will be supported 
in the Google Ads API. For now, you may monitor our blog for an update when it 
is supported in the future.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2TNgor: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/s1tBT0RP11DD00DntB3D00QY2jmgGtOLk7vA%40sfdc.net.


Empty field descriptive_name

2023-01-24 Thread Lucas Oliveira
Hello

I'm requesting my customer/account informations using the GoogleAdsService 
as below.
The response given sometimes has the field descriptive_name empty. I others 
fields about this customer_id are returning fine.

Could you help me with this issue?


ga_client = GoogleAdsClient.load_from_dict(google_credentials)
ga_service = ga_client.get_service(
"GoogleAdsService",
version='v10'
)
query_customer = """
SELECT
customer_client.client_customer,
customer_client.level,
customer_client.manager,
customer_client.descriptive_name,
customer_client.currency_code,
customer_client.time_zone,
customer_client.id,
customer_client.status
FROM customer_client
WHERE customer_client.manager = False and customer_client.status = 
ENABLED
"""

response = ga_service.search(
query=query_customer
,customer_id=str(customer_id)
)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/77859b83-1f8e-4ac4-975e-f6cad9b86703n%40googlegroups.com.


Re: Ability to "Cancel" client account

2023-01-24 Thread Bat-Ochir Enkhbaatar
Hello,

Is there any update for feature to canceling or suspending accounts via Ads 
API?

Regards,
Bat

On Monday, December 20, 2021 at 11:42:31 PM UTC+9 adsapi wrote:

> Hi Sergei,
>
> Thanks for reaching out. The Ads API does not currently support cancelling 
> or reactivating accounts. However, please allow me to make a feature 
> request on your behalf. 
>
> Regards,
> Matt
> Google Ads API Team
>
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>   
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2TNgor: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/43743198-f53a-43e2-a65b-d56456dd7460n%40googlegroups.com.


RE: What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit,

Thanks for reaching out to the Google Ads API team. I hope you are doing well 
today.

With regards to your concern, you may refer to this guide and this sample code 
on how to Add Logical User List in version 12.


Regards,

Darwin
Google Ads API Team
ref:_00D1U1174p._5004Q2iNAzV: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/uQgPO0RP0BD900GJtmT71eSGG1KlSdLSs44g%40sfdc.net.


RE: Query click_view for gclid returns no results

2023-01-24 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 team.

With regards to your concern, kindly note that Google Ads API mirrors the 
Google Ads UI. You can pull/fetch the data that you're seeing in the Google Ads 
UI. Having said that, you mentioned that upon using the query that you 
provided, you are getting empty results. Can you please provide the complete 
request and response logs with request ID and request header generated on your 
end so our team can better check and investigate this on our end?

You may then send the requested logs via the Reply privately to author option. 
If this option is not available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2iN6E6: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/tfHjq0RP008800OOqzian6QAuKfu-B1D6BRw%40sfdc.net.


What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-24 Thread Ajit Trivedi
Hi
0


I am using version 9 of com.google.ads.googleads . I was using the 
following code snippet to get the UserList.
try (UserListServiceClient userListServiceClient = 
googleAdsClient.getLatestVersion().createUserListServiceClient()){ UserList 
userList = userListServiceClient.getUserList(resourceName); return 
userList; } catch (Exception e) { e.printStackTrace(); } 

As version 9 is deprecated, I am trying to migrate to version 12 but I am 
not able to find the equivalent method in version 12.
Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/16e689f4-5413-48a5-aa22-f522130fbd6bn%40googlegroups.com.


Re: Expiry of Refresh Token / Access Token

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Endrit,

Thank you for reaching out to our API support team.

The invalid_client is different from the invalid_grant (usually due to expired 
refresh tokens) error.

That said, the invalid_client could indicate an issue with your credentials 
(client_id and client_secret) and we recommend that you regenerate these by 
following once more our OAuth2 setup guide.

Let us know how this goes.

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5004Q2DvQWg: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/kx0HJ0ROZXQX00shClXM9TQKuk0GwJm-MfHw%40sfdc.net.


Re: Expiry of Refresh Token / Access Token

2023-01-24 Thread Endrit Hoti
Hello, I have same problem now. My app in cloud platform is external user 
type and publishing status "Production" and still the problem with refresh 
token persists. 

it says : 
google.auth.exceptions.RefreshError: (‘invalid_client: Unauthorized’, 
{‘error’: ‘invalid_client’, ‘error_description’: ‘Unauthorized’})


All the best, Endrit
On Tuesday, March 16, 2021 at 4:22:31 PM UTC+1 Google Ads API Forum Advisor 
Prod wrote:

> Hi,
>
> Thank you for reaching out. Here 
>  are 
> some common causes for the refresh token expiration. It seems that you were 
> issued a refresh token expiring in 7 days as you configured the OAuth 
> consent screen section of the Cloud Platform project with an external user 
> type and a publishing status of "Testing". You could change the publishing 
> status to production to avoid this issue. 
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2DvQWg: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/17406bf6-f065-4070-9f6d-342c4d7a3d16n%40googlegroups.com.


RE: Forecast Curve API more than 1000

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sinu,

Thanks for reaching out to the Google Ads API Forum.

Could you provide us with the complete API logs(request and response with 
request-id) generated on your end for your statement “The Forecast Curve API 
gives only 1000 records”?

Also, could you elaborate more on what you mean by “Is there any way i can get 
more than 1000 data points?”? Please provide more context on your issue, and 
confirm if KeywordPlanService.GenerateForecastCurve is showing different 
behavior as compared with Keyword planner from Ads UI.

Kindly provide the complete logs via reply privately to author option.

Regards

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2iMzH8: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/M31p_0ROZSLW00yYYeeerSTEi_pznw2pZQUw%40sfdc.net.


Query click_view for gclid returns no results

2023-01-24 Thread Sanket Dofe
I am trying to fetch data related to an Ad click using a given gclid. For 
this I am using the following GAQL query

SELECT click_view.ad_group_ad, click_view.gclid, click_view.keyword, 
click_view.keyword_info.match_type, click_view.keyword_info.text, 
click_view.resource_name, ad_group.name, ad_group.id, campaign.id, 
campaign.name, metrics.clicks FROM click_view WHERE segments.date = 
'2023-01-11'


​(The above query has segments.date as click_view resource requires a date 
param in the query and we can only query for any one day in a query)

​But this query doesn't return any data. This gives empty results.
How can I pull data for click_view?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9333f15b-f750-4145-8436-adec26044a5an%40googlegroups.com.


Re: Dismiss recommendation issue

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aaron,

Thank you for getting back to us. I hope that you are doing well today.

Moving forward to your concern, since you have tried the sample code for 
DismissRecommendation using the C# and it hangs, what we can do right now is to 
advise you to reach out to the Client library owners of Dotnet via this link. 
You may post that issue there as this is a client library related concern.

Kind regards,

Sherwin Vincent
Google Ads API Team
ref:_00D1U1174p._5004Q2i11iN: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/ndBBg0ROZDA300CKP5BMDjQWyzIVe3RwWwVw%40sfdc.net.