Re: Consolidated billing error (BudgetOrderError.INVALID_BILLING_ACCOUNT) in the new library

2018-03-26 Thread Claudiu Spatariu
We tried the same call with the new library on the version v201705 and it doesn't work, but the calls from the old library with v201705 work so probably is a library issue. On Tuesday, March 27, 2018 at 12:17:09 AM UTC+3, Milind Sankeshware (AdWords API Team) wrote: > > Hi, > > Could you please

Re: Calcucations of account ballance remainder through API gives wrong result and not match UI

2018-03-26 Thread Eduard Gan
> > Hi Eduard, > > Could you please confirm are you checking report stats in AdWords UI? If > yes, please share the screenshot of UI where you are comparing the stats. > Also, please share the date range for fetched report so that I can > troubleshoot the issue. > > Thanks, > Milind, AdWords AP

Re: Account creation and billing informaiton

2018-03-26 Thread robin . or
Hi Milind, I am looking for a way to add billing information to a newly created client account. I intend to create a new client account then add a new campaign to that created account, so I would like to know if it is possible to also set that created account's billing information. If that is n

Re: Consolidated billing error (BudgetOrderError.INVALID_BILLING_ACCOUNT) in the new library

2018-03-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Could you please double check that the billingAccountId passed in your request is correct? Also, check if the billing account Id is still existing by running the BudgetOrderService.getBi

Re: Calcucations of account ballance remainder through API gives wrong result and not match UI

2018-03-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Eduard, Could you please confirm are you checking report stats in AdWords UI? If yes, please share the screenshot of UI where you are comparing the stats. Also, please share the date range for fetched report so that I can troubleshoot the issue. Thanks, Milind, AdWords API Team. -- -- =~

Re: Account creation and billing informaiton

2018-03-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Robin, Please find my response below: 1. In AdWords API, to create the non manager account via API, please refer this sample java code

Consolidated billing error (BudgetOrderError.INVALID_BILLING_ACCOUNT) in the new library

2018-03-26 Thread Claudiu Spatariu
Hello, We are migrating the Adwords library from the old library to the new one and we have an issue adding consolidated billing to a managed client. Everything seems the same, the request objects are identical as data, but differ a bit as structure. I am pasting the request SOAP object made

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2018-03-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Andrew, I am Bharani's colleague and will be following up on this thread as she is unavailable today. We can not comment on when it will be available. Please keep an eye on our blogs

Re: IPBLOCK Adwords api php

2018-03-26 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, In order for us to track issues better, could you please elaborate your question in a new thread as this thread is quite old? Regards, Dhnaya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot

Re: My advert aint available according to the red pop-up that says "we could not verify your payment method". How can I solve this?

2018-03-26 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Yunus, It seems like your concern is more on the product level of AdWords. I would suggest to post your issue in the AdWords Community Forum as they are better equipped to assist you in this matter. Thanks and r

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2018-03-26 Thread Andrew Bovey
Hi Bharani, When will Geo Performance report be able to pull metrics for Universal App Campaigns? Regards Andrew On Monday, November 27, 2017 at 5:36:32 PM UTC, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Andrew, > > To pull campaign metrics from Geo Performance Report >

Audience life events data API

2018-03-26 Thread Vishnu Vardhan S
I have used Audience Performance Report with the same date range, not receiving any data from the API. Please suggest how to get that data from the API. I have an urgent requirement with this. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:/

Re: Adwords UI stats and data from API does not match

2018-03-26 Thread Eduard Gan
Hi i've got the same kind of error. When i login into my client's account i see the zero amount of availible funds but when i try to get remainder through API i got -9568,58! Furthermore when i download account_actitivies csv report i see in Total spent value of 71980.88 while in reply from api

Re: Example to get search volume for specific keywords.

2018-03-26 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Brijesh, In order for me to give you the proper information you needed, could you provide more information on what you wish to achieve with the AdWords API? The AdWords API has the TargetingIdeaService ,

Re: How to add "Dynamic display ad feed - Custom"?

2018-03-26 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi, To further investigate this, could you clarify if your concern is on creating the dynamic display ads feeds via the AdWords UI? If yes, I would suggest to post your concern on the AdWords Community Forum as the

Calcucations of account ballance remainder through API gives wrong result and not match UI

2018-03-26 Thread Eduard Gan
Hello everyone. When i login into my client's account i see the zero amount of availible funds but when i try to get remainder through API i got -9568,58! Furthermore when i download account_actitivies csv report i see in Total spent value of 71980.88 while in reply from api i got 81527.25. the

Re: Customize error Handling

2018-03-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Could you try to change the log level to DEBUG and let me know if the error is still not logged? The DEBUG log level means that you are logging for success and failed requests. You can see more information here regarding logging in P

Account creation and billing informaiton

2018-03-26 Thread sa
Hi, I want to create a AdWords account through using AdWords API but I am having trouble to find documents in setting that account's billing information such as credit cards and/or bank account (any payment method). I would like to know how this is set. I want to help the user to create a new

Customize error Handling

2018-03-26 Thread cv
Hello, I was handling error for Un supported Reporting fields through API. I am seeing that new Lib is using monolog for error logging. Under monolog doc https://github.com/Seldaek/monolog/blob/master/doc/01-usage.md, there is log levels. When I am using Log level as ERROR it is not giving me t