Re: [AWQL] includeZeroImpressions doesn't work with PRODUCT PARTITION REPORT

2015-10-15 Thread road11
Mine does. Try excluding the Impressions column. That might be killing zero-impression rows. I'm bringing down only the ID and name columns for campaign, adgroup, and partition, and that's working for me. If you include certain statistic columns in your select list, it can suppress

[AWQL] includeZeroImpressions doesn't work with PRODUCT PARTITION REPORT

2015-10-15 Thread Mario
As the title says including zero impression rows doesn't work with the PRODUCT_PARTITION_REPORT. I consider this as a bug because i did not found anything in the docs or the internet that says this should not work. My AWQL-Query: SELECT CampaignName, CampaignId, AdGroupName, AdGroupId,

Re: How to get the phone number of a call-only Ad in report?

2015-10-15 Thread Oliver
The *Headline *field doesn't return the phone number. It returns only the business name. Currently, we can't find a way of getting the phone number or country code for a call-only Ad. Are there any plans to add these to the reports anytime? Oliver On Thursday, June 25, 2015 at 3:30:20 PM

summary statistics about client campaigns does not coincide with summary statistics about phrases from client campaigns

2015-10-15 Thread Александр Иванов
Hello, I have a problem with lossing statistics about phrases, when I'm getting summary statistics by phrases from client campaings. First I'm using method Google.Api.Ads.AdWords.v201502.ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT for getting report with summary

Re: Release date for googleads-php-lib client for v201509?

2015-10-15 Thread Claudiu Spatariu
When I run my old code on the new 201509 library I got "Class 'ExcludedKeywordSearchParameter' not found". This class seems to be missing from the new TrafficEstimatorService file. Did it got replaced with something else? On Wednesday, October 14, 2015 at 7:20:56 PM UTC+3, Anthony Madrigal

problem with lossing statistics about phrases

2015-10-15 Thread Александр Иванов
Hello, I have a problem with lossing statistics about phrases, when I'm getting summary statistics by phrases from client campaings. First I'm using method Google.Api.Ads.AdWords.v201502.ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT for getting report with summary

Re: Release date for googleads-php-lib client for v201509?

2015-10-15 Thread Claudiu Spatariu
Sorry, the problem is in the 'TargetingIdeaService' file. On Friday, October 9, 2015 at 9:14:01 PM UTC+3, chi...@wpromote.com wrote: > > It appears that the VIDEO_PERFORMANCE_REPORT is only available in v201509. > > Any word on when the googleads-php-lib will release v201509? > > Thanks in

How to generate tokens for stand alone test account?

2015-10-15 Thread Richard Hatcher
I went through the Test Account Setup doc and created a test account with this URL and also this one

Re: Zero Records from Campaign !!!

2015-10-15 Thread Anthony Madrigal
Hi, Could you please *reply privately to author *me with your Client Customer Id so that I could take a look to see what may be going wrong? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Zero Records from Campaign !!!

2015-10-15 Thread Senthil Palaniswami
thanks Anthony. I just sent .. On Thu, Oct 15, 2015 at 12:15 PM, Anthony Madrigal < adwordsapiadvisor+anmadri...@google.com> wrote: > Hi, > > Could you please *reply privately to author *me with your Client Customer > Id so that I could take a look to see what may be going wrong? > > Thanks, >

Re: [AWQL] includeZeroImpressions doesn't work with PRODUCT PARTITION REPORT

2015-10-15 Thread Umesh Dengale
Hello, You could use the predicate *WHERE Impressions > 0* in your above report AWQL query instead of *WHERE Impressions >= 0*. Please check out our exclude zero impressions with predicate

при создании нового пользователя и рекламной компании

2015-10-15 Thread Алексей Романов
Здравствуйте. При создании нового пользователя и рекламной компании возникает ошибка С чем это может быть связано ? Спасибо. -- --

Zero Records from Campaign !!!

2015-10-15 Thread Senthil Palaniswami
Hi All, I am using C# console app to get the Campaign records into text files. I got the developer token granted and approved. But when I run the below code ,I see it is getting access but no records from GoogleAdwords. Any thought ??? No Errors though !!! Below is my code

Re: Targeting Idea Service Empty results

2015-10-15 Thread Nadine Sundquist (AdWords API Team)
Hello Prashant, I did try removing the Language and Location as well. It resulted in getting back results just as you saw. As you noticed, being less restrictive returns results. That's not the case for all words. For example, if I use the word 'flowers', it's fine with having the language

Re: How to get the phone number of a call-only Ad in report?

2015-10-15 Thread Anthony Madrigal
Hi Oliver, As far as I know, there are no future plans of adding the phone number field in the Ad Performance Report. I will let the team know of this request. In the meantime, please check our blog for any future

Re: Release date for googleads-php-lib client for v201509?

2015-10-15 Thread Anthony Madrigal
Hi Claudiu, Unfortunately, the type ExcludedKeywordSearchParameter was removed in v201506 . You can find all the valid SearchParameters for v201509 here

Re: How to generate tokens for stand alone test account?

2015-10-15 Thread Anthony Madrigal
Hi Richard, You should be able to use the developer token of your production MCC on your test MCC by modifying the developerToken field with the production account's developer token. Please see step 1 of this guide to figure out

How to update a Negative Keyword ?

2015-10-15 Thread jonathan
Hi, I'm trying to update a negative keyword, I'm using the campaignCriterion and the adgroupCriterion in order to update the negative keyword but I get the next error OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE, I used the operator set but I don´t know if this operation is supported by this

The SoapListenerExtension class is not loaded. The most possible cause for this error is that you haven't registered Google.Api.Ads.Common.Lib.SoapListenerExtension as a soap extension under configura

2015-10-15 Thread Senthil Palaniswami
I am using the API in SQL server SSIS Package in script task with C# to get the data into SQL Server database. the same code is working good in C# Console application with App.Config file, but it is not working in SSIS. Please assist. The SoapListenerExtension class is not loaded. The

Re: при создании нового пользователя и рекламной компании

2015-10-15 Thread Umesh Dengale
Hello, I am sorry, I can give a response in English only. You are getting the above error because you are using the AdWords API v201409 and sunset date for v201409 was 2015/7/28. Please upgrade to newer version of the AdWords API v201509 or v201506 etc. Regards, Umesh, AdWords API Team. --

Re: problem with lossing statistics about phrases

2015-10-15 Thread Anthony Madrigal
Hello, Sorry, but I am not entirely sure what your question is. Could you please clarify what issue you are running into? From what I gathered, are you getting different stats when running the Keywords Performance Report and Campaign Performance Report? If so, could you please send me the

Re: User Lists duplicate entries

2015-10-15 Thread HK
Hi, Josh This is becoming urgent for us. We have a critical new customer facing feature being released October 21st that is dependent on this being fixed. Would you be able to help make that happen please? We are now two months into this bug and we really need it addressed. I apologize for

Re: Zero Records from Campaign !!!

2015-10-15 Thread Anthony Madrigal
Hi Senthil, Thanks for providing me your CID! The reason your API call is not returning any campaigns is because the CID you are using is an MCC account. You will need to modify your clientCustomerId to an ID of one your client accounts. Once you do so, you will get back all campaigns

Re: API key AdWords for smaller agencies

2015-10-15 Thread Patrick McConlogue
Raghavendra, I also filled out the token application form (https://services.google.com/fb/forms/newtoken/) which after pressing submit gave me no feedback. I also have not heard form the support team for several weeks. I tried filling out the from on Google Chrome and Internet Explorer.

Re: Zero Records from Campaign !!!

2015-10-15 Thread Senthil Palaniswami
Awesome .. thanks .. On Thu, Oct 15, 2015 at 12:22 PM, Anthony Madrigal < adwordsapiadvisor+anmadri...@google.com> wrote: > Hi Senthil, > > Thanks for providing me your CID! The reason your API call is not > returning any campaigns is because the CID you are using is an MCC account. > You will