Re: API call to Ad performance report

2018-09-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Meghana, It seems your report definition is correct. I could not see something wrong with it. The error 400 you encountered was more on the connection request to the server. However to better investigate this, could you clarify on how exactly did you create the request? Also, could you

Re: BudgetOrder creation failed. Invalid Billing account

2018-09-20 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Henry, The error INVALID_BILLING_ACCOUNT is encountered when the billing account used when creating a BudgetOrder is not a valid one. Could you confirm if the account has been

Re: Report failed with error code 400

2018-09-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jatin, Thank you for providing additional information. However, I would need your clientCustomerID to check this further on my end. Could you provide your clientCustomerId and reply to me via *Reply privately to author*. Regards, Luis AdWords API Team On Thursday, September 20, 2018 at

Re: How to know which account was created by MCC ?

2018-09-20 Thread xuantoi . ads . mtest
Hi Milind, I know ManagedCustomerService.get API, but I need separate into 2 kind of account, the first is created by ManagedCustomerService.mute(), another is link by

BudgetOrder creation failed. Invalid Billing account

2018-09-20 Thread henry
Hi AdWords (Google Ads) API supoprt team, On the Google Ads console, I tried to create a client account with USD as currency, country and time zone set to Hong Kong. After that, I add a budget order using my usual HKD billing account and it worked as long as I set the Country for that budget

Re: ManagedCustomerService Returns Empty Result

2018-09-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Thank you for the follow-up. Currently we have no new updates from the team. I will update this thread as soon as I have any new information to share. Regards, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

API call to Ad performance report

2018-09-20 Thread Meghana Boddu
Hi, I am trying to retrieve data from Google Adwords Ad PerformanceReport. I am using following configurations, URL: https://adwords.google.com/api/adwords/reportdownload/v201809 Request Body: Parameters: __rdxml: ?xml version=1.0 encoding=UTF-8?

Re: ManagedCustomerService Returns Empty Result

2018-09-20 Thread radu
Hi Bharani, do you have any updates on this issue? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

Re: Efficiency pulling reports for many clients - Adwords API vs Google Ads API (PHP)

2018-09-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi James, In the ParallelReportDownload example, it is creating a session for the MCCid to be able to read all the accounts under it. Then, for each account, it is

Re: AdWords API v201809

2018-09-20 Thread Caihua Du
Thank you Teja. I will check for sure. Please also keep me posted if you have new updates, thanks! On Tuesday, September 18, 2018 at 2:28:32 PM UTC-7, Teja Makani wrote: > > Hello Caihua, > > Yes, new AdWords API version v201809 >

Re: is AWQL really slow?

2018-09-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Albert, I was able to generate the Account Performance Report with the same report query without any latency. Can you try generating the report with a shorter date range or use predicates to break up the report request into multiple, smaller requests to avoid the delay? If you continue

Re: How to know which account was created by MCC ?

2018-09-20 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You can use the CustomerService.getcustomers() API call without specifying the client customer Id in the request header. This will return details of all the customers directly accessible by the

Efficiency pulling reports for many clients - Adwords API vs Google Ads API (PHP)

2018-09-20 Thread James Robinett
Hello, TLDR version - is there a way to reuse the same Adwords session across multiple different client report downloads without rebuilding it? Basically in this example:

Re: what's the meaning of attr "xsi_type" in python

2018-09-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, The xsi_type is the Type of object that you specify when you run operations for a service. For example, in your screenshot, to add a keyword in AdGroup, you will need to call the AdGroupCriterionService

Re: Ad type for expanded text ads containing third headline

2018-09-20 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jim, Please find the blog here . Also, please refer the release note here

Re: Placement performance total clicks different from other reports

2018-09-20 Thread Tiana S.
Thanks Sreelakshmi! On Wednesday, 19 September 2018 23:56:12 UTC+2, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello Tiana, > > I was able to replicate the issue that you are observing. The Placement > Performance report in the API does not seem to match with the placement > stats

Re: Ad type for expanded text ads containing third headline

2018-09-20 Thread jim . malone
Yes finally the functionality is available! Unfortunately there was no advanced warning here or in the blog for us to prepare ahead of time, but we'll make do. Thanks, Jim On Wednesday, September 19, 2018 at 9:47:33 PM UTC-4, Ochiai Erika wrote: > > Hi Mr./Ms. Gopal, > > We finally got

Re: Report failed with error code 400

2018-09-20 Thread Jatin Katyal
Hi Luis, thanks for looking into issue and sorry for late reply. I tried using predicate reduce size, also for simplicity, now i am looking for YESTERDAY only. Here is the new report definition. report_definition = { 'reportName': 'Custom GEO_PERFORMANCE_REPORT', 'dateRangeType':

How to know which account was created by MCC ?

2018-09-20 Thread xuantoi . ads . mtest
Hi, I got a problem with my database, I need to know is any api get all accounts were created by api or get all accounts were link from existing account Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

is AWQL really slow?

2018-09-20 Thread Albert Paolo Rogelio
Hi I using AWQL to retrieve Account performance of all accounts in a mcc account but it is really slow. im just getting 16 accounts and it will consume up to 35seconds it is really bad. is there any way to speed it up? i mean it is deployed in cloud server so it means it should be fast. im

is AWQL really slow?

2018-09-20 Thread Albert Paolo Rogelio
Hi, Im using AWQL to get ACCOUNT_PERFORMANCE_REPORT and it is super slow. Im just retrieving 16 accounts and it will be fetched after 30seconds. is there any other way to speed it up? even if my application is deployed in a cloud server. here's my code below. $adWordsServices = new

what's the meaning of attr "xsi_type" in python

2018-09-20 Thread liuweittest
I can't find any info in reference -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API

what's the meaning of xsi_tye in python

2018-09-20 Thread liuweittest
hi AdWords API Team, what is the meaning of the attr "xsi_type",I can't find any infomation about that in reference ,thanks! # Construct keyword ad group criterion object. keyword1 = { 'xsi_type': 'BiddableAdGroupCriterion', 'adGroupId': ad_group_id, 'criterion': {

what's the meaning of attr "xsi_type" in python

2018-09-20 Thread liuweittest
hi AdWords API Team,what's the meaning of attr "xsi_type" in python,I can't find any info in reference # Construct keyword ad group criterion object. keyword1 = { 'xsi_type': 'BiddableAdGroupCriterion', 'adGroupId': ad_group_id, 'criterion': { 'xsi_type': 'Keyword',

Re: AWQL to get Account Performance

2018-09-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Albert, You could generate the Account Performance Report using your client customer ID. By specifying your client account ID in your request header or by manually setting it on your client

Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED for test account

2018-09-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alix, The DEVELOPER_TOKEN_NOT_APPROVED error you encountered indicates that you are using an unapproved developer token to make calls against a production account. Make sure that the