Google Ads Api V5 How to get manage account 's customer list?

2020-10-22 Thread 吴文伟
How to get manage account 's customer list? $googleAdsClient->get???(); -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscrib

RE: MaximizeConversionValueTargetRoas in CAMPAIGN_PERFORMANCE_REPORT not getting corrected Target ROAS value

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Emma, Thanks for posting your concern. Could you confirm if you want to get the details of the Target ROAS that you've set in the TargetRoasBiddingScheme? If yes, then you need to use BiddingStrategyService.get() to return TargetRoas. Moving forward to the issue with the MaximizeConversion

Re: How to add new customers to user list in Ads API

2020-10-22 Thread Wonkeun Song
Hello. Thanks for your answer. I researched about offline user data job service, and I am trying to upload my sample user data with sample python code. Unfortunately, it stops when it goes to operation_response.result() section. I've tried operation_response.result(timeout=100) and it returned

Re: How to add new customers to user list in Ads API

2020-10-22 Thread Wonkeun Song
P.S. I checked my ads.google.com status, and I just checked that its status is "Populating" However, it doesn't populate really for a long time. Do I need additional operation in order to populate? Or is it just a problem of time? 2020년 10월 22일 목요일 오후 5시 16분 38초 UTC+9에 Wonkeun Song님이 작성: > Hell

Re: Google Ads Api V5 How to get manage account 's customer list?

2020-10-22 Thread 吴文伟
I can using Google Adwords Api to get MCC customer list: $managedCustomerService = $this->adwords->get($session, ManagedCustomerService::class); $selector = new Selector(); $selector->setFields(['CustomerId','Name','CanManageClients','CurrencyCode','DateTimeZone', 'TestAccount']); $selector->se

CUSTOMER_NOT_FOUND

2020-10-22 Thread Accountify Apps
Hi, I am trying to get all of the customers for the account but I am getting the error AuthenticationError.CUSTOMER_NOT_FOUND.After connect I am able to get a valid access token and refresh token but unable to get customers. Previously this was working fine with same account and I am only gett

Re: Traffic Estimator results (AdWords API Vs Google Ads UI)

2020-10-22 Thread Rushikesh Deshmukh
Hi Nadine, Thanks for sharing the information. We were confused on why the numbers are not matching.We'll switch to the new Google Ads API. Regards, Rushikesh On Thursday, October 22, 2020 at 7:47:54 AM UTC+5:30 adsapiforumadvisor wrote: > Hello Rushikesh, > > The AdWords API Keyword Plannin

customer not found

2020-10-22 Thread Accountify Apps
Hi, I am trying to get all the campaign for a ads account but its giving me error CUSTOMER_NOT_ACTIVE but on the other hand if I query for ads stats then It gives me correct response so that means my account is active.I don't know why its giving me CUSTOMER_NOT_ACTIVE error. Any help ? Thank

Re: moving from Google Adwords to Google Ads

2020-10-22 Thread Yosef Arraf
Hi and thank you for you replay if i use my App (client_secret, client_id and developer_token) to get data Ads, ADGROUP and GEO performance reports for different accounts Do i need to applying these Terms & Conditions in all the different accounts or just on the account who make the API calls?

Re: Gender and Age Range Performance Reports are very slow

2020-10-22 Thread theadsguy
It says I don't have permission to reply to author in this group. Is there any other way to give you the ids and customer id? On Wednesday, October 21, 2020 at 9:18:43 PM UTC-4 adsapiforumadvisor wrote: > Hello, > > Could you click Reply Privately to Author and send me either campaign IDs > tha

Google Ads API/scripts Impression Reach

2020-10-22 Thread Publicis API Calls
Since the Impression reach has been deprecated after August 2019 based on the below screenshot, is there any replacement for it in the api or in the script? Also, it is not even found in scheduled reports so is manually the only way we can get it?? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

UserListClientService Error - UNEXPECTED_INTERNAL_API_ERROR

2020-10-22 Thread Dror Heller
Getting the following error: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] faultActor: faultNode: faultDe

Re: How can I fetch Budget status "Limited by budget"

2020-10-22 Thread Mat
Hi Emma, I don't think, you'll find this feature anywhere in the Google Ads API. On the other hand: the status "Limited by budget" you'll see on the website is flawed in itself (it seems to last for 7 days, no matter how the actual ad spend is on the following days). What we do is to check the

Re: How can I remove user list with Googe Ads API?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello, @Stevan: Please be sure that your AccessReason is owned. If you continue to face issues, please send us your logs. If you are unable to reply privately, you can email us directly at googleadsapi-supp...@google.com. Regards, Anthony Google Ads API Team Anthony Madrigal Google Ads API Te

Re: How to properly count symbols with different bytes weight for chars limitations in ads

2020-10-22 Thread Nadezhda Yakuba
Thank you, Anash! You see, we are building a system that helps people to work with google ads, and we have a site, where we ask users to provide settings they want to see in their ads. So, before even creating an ad, we need to validate descriptions, titles and other stuff to warn users beforeha

RE: Is it possible to get UserList size_for_search over time? Segmented by date, or week?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Alex, It is not possible to segment the size over time since these fields are attributes, which will always return the current value. Unfortunately, there are currently no fields related to the size of GMail or YouTube lists but there is a feature request to have them added. You can follow

RE: How can I fetch Budget status "Limited by budget"

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Emma, Mat is correct. This field is currently not available through the API. Please let me know if you have any other issues or questions. Regards, Anthony Google Ads API Team Anthony Madrigal Google Ads API Team ref:_00D1U1174p._5004Q26BAAm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to create a ad group with the type is shopping - showcase?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Nguyen, Google Ads API does not support showcase ad type, though it is supported in the AdWords API. Please refer to documented lists of supported ad groups types and ad types. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q26Akuy:ref -- -- =~=~=~=~=~=~=

Re: Google Ads AAID

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Ayush, Individual users cannot be identified through the API. However, you can target groups of users based on how they interact with an ad. For example, you can target users who visit a website. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q26Awfq:ref --

Re: PERMISSION_DENIED issue

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Francesco, Thank you for reaching out. I think you might have used another account other than the account with login-customer-id to generate the OAuth2 credentials. Please give it a try to regenerate the OAuth2 credentials following this guide and use the email associated with this login-cus

Re: UserListClientService Error - UNEXPECTED_INTERNAL_API_ERROR

2020-10-22 Thread Dror Heller
Update - we tried licensing a few segments via the google ddp ui, we got what seems to be the same error there as well On Thursday, October 22, 2020 at 3:45:08 PM UTC+3 Dror Heller wrote: > Getting the following error: > AxisFault > faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server >

Re: Caller Does Not Have Permission

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Francesco, Thank you for reaching out. I see that you have posted your issues in another thread. We could continue our discussion in that thread to get your issue resolved. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2180Ly:ref --

RE: I have a question about CampaignService SelectiveOptimization.

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello, What was the error you were facing for this API call? Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q26BDXv:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=

GoogleAdsServiceClient.search hangs instead of erroring if LoginCustomerId is wrong

2020-10-22 Thread Tim
Using the Google Ads API, if you call search() on a GoogleAdsServiceClient where the GoogleAdsServiceClient has a LoginCustomerId set one that does not have access to the CustomerId used in the search query, then instead of erroring it appears the query never returns. In Google Ads API version

Re: PERMISSION_DENIED issue

2020-10-22 Thread Francesco Andrisani
Hi Xiaoming , I've already tried to regenerate the Outh2 credentials. I've checkd and I created all using the same account. Ok. I share with you the logs and ads.propertis. Il giorno giovedì 22 ottobre 2020 alle 17:46:27 UTC+2 adsapiforumadvisor ha scritto: > Hi Francesco, > > Thank you for rea

RE: CUSTOMER_NOT_FOUND

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello, Can you please reply privately to author the SOAP request and response so I can see what the issue may be? Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q26BGi5:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How can I get the status of google-ads account (canceled or active)?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello, This feature is still not available in the API. Regards, Anthony Google Ads API Team Anthony Madrigal Google Ads API Team ref:_00D1U1174p._5001UHHArP:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~

Re: moving from Google Adwords to Google Ads

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Yosef, You will just need to accept the Terms and Conditions in the account where you applied for the developer token. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q268LJw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

RE: What do I do to access to campaigns with google ads api?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Rosetta, Thank you for reaching out. By looking into your accounts I’m able to see that the account you are querying on is not under the MCC account you provided. Please make sure you use the correct account to authenticate and then make the API call. Thanks and regards, Xiaoming, Google Ad

Re: Traffic Estimator results (AdWords API Vs Google Ads UI)

2020-10-22 Thread Rushikesh Deshmukh
Hi Nadine, I compared the numbers from Google Ads API with Google Ads UI for keyword forecast estimates and as you said the numbers are close enough. But i have few questions on the Google Ads API- 1. With Adwords API, we were able to pass the keywords and matchtype in a list separated by comm

RE: Per Day Report in a Single Query

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Karl, Thank you for reaching out. You could use the segmentation Date in the Campaign Performance Report or the segments.date in the campaign resource to get data segmented by date. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q26BDZr

RE: Unable to create Google Test Manager Account

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Please use this link to create the test manager account and all the accounts created under this account would be test accounts by default. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q26BDl4:ref -- --

Re: Unable to Enable Google Ads API

2020-10-22 Thread Ben Leb
Found the issue, was ublock origin interfering On Thursday, October 22, 2020 at 12:18:54 PM UTC-7 Ben Leb wrote: > > I have the billing setup and no errors are coming up. Not sure what to do. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdev

RE: Google Ads Api V5 How to get manage account 's customer list?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Wenwei, Thank you for reaching out. You could use CustomerClientService.GetCustomerClient() to fetch the client customer accounts in the hierarchy. You could also query the customer_client resource to fetch the data which is recommended. Thanks and regards, Xiaoming, Google Ads API Team

Re: How to add new customers to user list in Ads API

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Wonkeun, Thank you for reaching out. Were you able to successfully upload the user list to your account through API? What is the current status of the user list? Could you please share the complete request and response logs along with the client customer id via the Reply privately to author

Re: PERMISSION_DENIED issue

2020-10-22 Thread Francesco Andrisani
Hi Xiaoming, the issue Is still present. I tried ti share privately the Ads.properties, but the "Reply to author" Is disabled and if I try to click, It show me that I have not the permissione for Reply to author. Can you help me please? Thanks Il giorno giovedì 22 ottobre 2020 alle 17:46:27 UTC+

RE: I would like to know about the format of the campaign bid payment.

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello, Can you please clarify what you mean by: 'Where can I find the type of TargetCPA payment form in the campaign bid?' Please see this guide on bidding using AdWords API. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q26BEi3:ref -- -- =~=~=~=~=~=~=~=~=~=

RE: Google Ads API to get account hierarchy

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello, Because you cannot add a filter to include both true and false for the hidden attribute, you will need to make separate queries. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q26BEpn:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: Display Keyword Performance Report does not include full data

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello, The total values from the Ad Performance Report will not necessarily be equal to the total values from the Display Keywords Performance Report. Regards, Anthony Google Ads API Team Anthony Madrigal Google Ads API Team ref:_00D1U1174p._5004Q26Adru:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

test account and .yaml configuration in Google Ads API

2020-10-22 Thread Kevin
Before trying with the production data, I'm going to try using the Google Ads API with a test account. I have already set up that and I have the "Customer ID", "manager account customer ID", and the "developer token". The next step in the docs states I need to set up the .yaml file which has

Re: Google Ads Api V5 How to get manage account 's customer list?

2020-10-22 Thread 吴文伟
Thanks for answer! For example: 123456 is the MCC account. this is my code: $CustomerClientServiceClient = $googleAdsClient->getCustomerClientServiceClient(); $customers = $CustomerClientServiceClient->getCustomerClient("customers/12345/customerClients/Id"); the request throw error: G

Re: Google Ads Api V5 How to get manage account 's customer list?

2020-10-22 Thread 吴文伟
i also using this code: $googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient(); $query = " SELECT customer_client.resource_name,customer_client.time_zone,customer_client.manager,customer_client.descriptive_name,customer_client.currency_code,customer_client.id FROM customer_client

Re: I would like to know about the format of the campaign bid payment.

2020-10-22 Thread harrison
Hi, If I check the file that I have attached, the data for that part cannot be checked in API, is there a way to check that data? 2020년 10월 23일 금요일 오전 4시 46분 25초 UTC+9에 adsapiforumadvisor님이 작성: > Hello, > > Can you please clarify what you mean by: > > 'Where can I find the type of TargetCPA p

Re: I have a question about CampaignService SelectiveOptimization.

2020-10-22 Thread harrison
Hi, Anthony!! As you can see from the attached file, the error code won't return. Can you give me an answer for my coding? 2020년 10월 23일 금요일 오전 1시 14분 38초 UTC+9에 adsapiforumadvisor님이 작성: > Hello, > > What was the error you were facing for this API call? > > Thanks, > Anthony > Google Ads API T

RE: GoogleAdsServiceClient.search hangs instead of erroring if LoginCustomerId is wrong

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Tim, Thanks for posting your concern. There is no known issue that is related to what you've raised on this post. With this, could you try this sample code in Java which using the latest API version, as v2 API version is already deprecated, and update the queries in the report? Let me know

Re: CUSTOMER_NOT_FOUND

2020-10-22 Thread Accountify Apps
Hi, Thank you for your reply , I am new to Google Adword API also I don't know how to reply author privately. The button Reply to author is disable for me Kindly please guide me how to do this. Thank you On Thursday, October 22, 2020 at 10:42:19 PM UTC+5:30 adsapiforumadvisor wrote: > Hello, >

Re: Per Day Report in a Single Query

2020-10-22 Thread Karl Angelo Tanjuan
Thank you for your response. But I can't find the right example to follow. please help. thanks On Fri, Oct 23, 2020 at 2:40 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Karl, > > Thank you for reaching out. You could use the segmentation Date >

RE: UserListClientService Error - UNEXPECTED_INTERNAL_API_ERROR

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. This forum is dedicated for Google Ads API / AdWords API related concerns. With this, since your issue is related to DDP API, then please reach out to the DDP API support team instead. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._

Re: Display Keyword Performance Report does not include full data

2020-10-22 Thread don....@gmail.com
Hello Anthony, I'm not comparing total from Ad Performance Report, Im comparing only total of values where KeywordID = 300 to Display Keywords Performance Report for the same date should this match though? Please see my example in the 1st post here *when we call for ads with keyword 30

RE: How does the metrics.search_budget_lost_impression_share is converting?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Tetiana, Thank you for reaching out. Since it appears that you no longer require assistance, please reach out to our team once more should you have additional clarifications with the API. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q26BHLH:ref -- --