The billing setup is not eligible for budgets

2023-01-25 Thread MaritoG
HI! I have this error when I try to increase budget in a linked account using API. If I try to do it in account that I create in my MCC, I can do it without any issue but if the linked account are into an MCC that I created and try to change, not work. Also I Created and Linked new Profile

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

2023-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit, I work with Jinky. Thanks for getting back to us. I've tried to pull the user list 7563699192 on my end against account 2787474591, and I was successfully able to pull it on my end. Can you try following the steps in this guide and perform a cURL request with your query? curl -f

Is it possible to manage Custom ValueTrack parameters via APIat the Campaign level?

2023-01-25 Thread Chad Wood
Hello, I am having trouble finding documentation on this. Is it possible to add, remove, and change custom ValueTrack parameters at the campaign level via API? Managing these via the web interface is an incredibly long process. Updating just a handful of campaigns takes well over 10 minutes

RE: use_audience_grouped set to false not working

2023-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi all, Upon further investigation, I've found that for Discovery campaigns, the only supported value for this field is true. Currently, the API ignores the value you sent in, but even if it did not ignore it, you still wouldn't be able to set the field to false on a Discovery campaign. At

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

2023-01-25 Thread Ajit Trivedi
I can see in my account that there is a user list with Id 7563699192 but I am not able to get the details of that UserList using above query. On Thursday, January 26, 2023 at 1:56:29 AM UTC+5:30 Ajit Trivedi wrote: > I am using this Query SELECT user_list.id, user_list.name FROM user_list >

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

2023-01-25 Thread Ajit Trivedi
I am using this Query SELECT user_list.id, user_list.name FROM user_list WHERE user_list.resource_name ='customers/2787474591/userLists/7563699192'. using java code to get the user List but I am not getting anything as the output of that query. Can you please let me know why I am not getting

RE: INVALID_MOBILE_APP when creating negative placement for 10001-ca-gmail appid

2023-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Axel, Thank you for reaching out to our API support team. The previous thread discussed an issue with the old AdWords API. So our team can investigate on the Google Ads API perspective, could you share your complete request and response logs and request-id, that returned the

RE: Different values from Campaign View and KeyWord View

2023-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alex, Thank you for raising this concern to the Google Ads API Forum. To better see these different views while querying the Campaign and Keyword for cost.micros as you mentioned. Could you please provide us the complete request and response logs with the request ID that generated on your

Re: INVALID_MOBILE_APP when creating negative placement for 10001-ca-gmail appid

2023-01-25 Thread axel.v...@gmail.com
Hi -- we're getting exactly the same issue here. We're also unable to add negative mobile app placements for oddly formatted placements, including: - "10002-ca-mb-app-pub-8856559311549217" - "10002-ca-app-pub-2674296320769492" - "10001-ca-gmail" We're finding these across many different CIDs

Re: Filtering out automatically created headlines/descriptions

2023-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, I got an answer back. I'm being told by a fellow engineer who specializes in this area that in this particular case, it appears that the Google Ads UI is incorrect. It is considered advertiser created, and the API is reporting it correctly. I'm having this person dig into figuring out

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

2023-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit, Thank you for your reply. We appreciate your patience with this concern. To answer your questions, you may refer to this client library code example. To get the UserList associated, you may use this user_list report. For a comprehensive overview of changes based from v11 to v12, you

RE: GOOGLE ADS - PERMISSION DENIED

2023-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Pawankumar, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. With regards to your concern, It seems that you are encountering the "USER_PERMISSION_DENIED" which means a user doesn't have permission to access a customer and you’re accessing a client

Re: video Campaign in google ads API

2023-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anurag, Thanks for showing an interest on the creating Video campaigns creation in Google Ads API. Our team does not have any updates regarding when the creation of Video campaigns via API will be available. However, our team already filed a feature request for this feature to be available

Different values from Campaign View and KeyWord View

2023-01-25 Thread alex smolyakov
Hi I am quering 2 different views (campaign and keyword) for cost.micros and i am having different values for *the same campaign*. Are there any explanation for that ? Any help will be appreciated. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: GOOGLE ADS - PERMISSION DENIED

2023-01-25 Thread Pawankumar Manpuri
And everytime I run, the ClientCustomerId is different. On Wednesday, January 25, 2023 at 3:17:27 PM UTC+5:30 Pawankumar Manpuri wrote: > Can anyone help me out for below error, the code was running fine until > yesterday, I have specified the login_customer_id while configuring, not >

GOOGLE ADS - PERMISSION DENIED

2023-01-25 Thread Pawankumar Manpuri
Can anyone help me out for below error, the code was running fine until yesterday, I have specified the login_customer_id while configuring, not getting why it is giving me this error... I tried refreshing the refresh token, still the issue persists. Request made: ClientCustomerId: 65x839,

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

2023-01-25 Thread Ajit Trivedi
Hi Thanks, for the response. However, that does not answer my question. What I am looking for is 1. I have a resourceName(String) and I want to get the UserList associated with that resourceName. In google ads API, version 9 I was doing something like this UserListServiceClient

RE: Empty field descriptive_name

2023-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lucas, Thank you for reaching out to Google Ads API Support. I understand that you are seeing empty value being returned in descriptive_name from your query. However, to take a closer look and to impersonate the issue you are reporting, could you please provide us with the complete request

Re: Filtering out automatically created headlines/descriptions

2023-01-25 Thread Stepanian
Hi, any update on this? Thanks. On Wednesday, December 14, 2022 at 5:35:13 AM UTC-8 adsapi wrote: > Hi Stepanian, > > Thanks for providing us with the requested information. I’ve forwarded > these details to my rest of the team for further investigation. We will > reach out to you once we have