Re: URL_PERFORMANCE_REPORT Behavior Changed

2015-11-19 Thread Nadine Sundquist (AdWords API Team)
Hi Mark, I asked around, but no one has heard of anything changing in this area. I've escalated up to the team that creates the URL Performance Report in the API. Perhaps, they've heard of some changes that affected both the API and the user interface. I'll get back to you when I hear back from

CampaignService with AdvertisingChannelType

2015-11-19 Thread etienne . veilleux
Hi, We are programming a web application that must determine whether the campaigns of a customer display on both network at the same time (Search and Display) which is not optimal. There is something I can not understand ... We have campaigns that appear on both networks at once. The problem

Re: Is Target CPA Simulator data available through the API?

2015-11-19 Thread laurence
Hi Umesh, Many thanks for your reply. It doesn't answer my question however. Is Target CPA *Simulator *data available through the API? Thanks On Monday, November 16, 2015 at 10:12:05 PM UTC, Umesh Dengale wrote: > > Hello, > > In the AdWords API, there is BiddingStrategyType >

Re: Updating from v201502 to v201509 ( LocationExtensionOperand )

2015-11-19 Thread Nadine Sundquist (AdWords API Team)
Hello, Nice job on finding the blog post! Yes, your understanding is correct that you now need a feed ID when you have a LocationExtensionOperand in your matching function. To solve your issue, here are two possible solutions: - *Option 1: *It sounds like you may already have a Feed with yo

Re: v201506 Report Fields CSV

2015-11-19 Thread Florian Lherbette
Hi Nadine, Is there a specific place in the documentation where you were getting the > CSV? I think Mark was talking about the CSV download links on https://developers.google.com/adwords/api/docs/appendix/reports (e.g. https://developers.google.com/adwords/api/docs/appendix/reports/campaign-

Re: v201506 Report Fields CSV

2015-11-19 Thread Florian Lherbette
Small correction on my own message: On Thursday, November 19, 2015 at 4:50:51 PM UTC+1, Florian Lherbette wrote: > > And since I'm on the topic of documentation problems, I'll complain a bit > more: I (and some of my fellow developers too) really don't like the new > 2-column table structure. It

Invalid field name

2015-11-19 Thread Béla Szabó
Hi! Getting this error since today, which is strange because i can't see any change on the AWQL field names. [SelectorError.INVALID_FIELD_NAME @ query; trigger:'AdType', SelectorError.INVALID_PREDICATE_FIELD_NAME @ query; trigger:'AdType'] The query is: SELECT Url,CreativeFinalUrls,CreativeFi

Re: Using reports to sync account structure

2015-11-19 Thread Josh Radcliff (AdWords API Team)
Hi Brad, You may see adjustments coming in after 5 days, although that should be somewhat rare. One approach some users have used is: *Daily* - Run report for the last 7 days and completely replace any previous reporting data in your DB with this information. *Monthly* Using Novembe

Re: Adwords API Developer's Token Special Case

2015-11-19 Thread northstaradword
I've tried twice and on both occasions the my application has been rejected. Given that we are going to use the tool internally (Individual advertiser or agency use only; no third-party access to tool (i.e., you're the only one that uses your tool)) I cannot understand why my application has be

Re: Adwords API Developer's Token Special Case

2015-11-19 Thread northstaradword
HI Umesh, My application has been rejected for a second time and it is quite frustrating as this is really beginning to effect my business. The stock answer i get is 'Tools that offer only keyword research are not allowed by the AdWords API Required Minimum Functionality. Thus, we are not

Re: Updating from v201502 to v201509 ( LocationExtensionOperand )

2015-11-19 Thread philo
Hi Nadine, Thanks for your reply. Do you have an code example (in PHP if possible) on how to use the Proximity Targeting with a target location criterion ID instead of an address? Thanks! Kind regards, Philo Op donderdag 19 november 2015 15:51:10 UTC+1 schreef Nadine Sundquist (AdWords API T

Re: Mcc Level Account Peroformance Report

2015-11-19 Thread Umesh Dengale
Hello, The AdWords API reports does not support multiple clientCustomerIds in single report request. Please check out Reporting on multiple accounts section of the reporting basics guide

Re: Bug - Geo Performance Report - Always returns data at Ad Group Level?

2015-11-19 Thread Umesh Dengale
Hi MG, Could you provide me privately the report request and the clientCustomerId? Just click *Reply privately to author* in the forum when responding. Don't forget to remove the developer token in the output. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Conversions

2015-11-19 Thread etienne . veilleux
Hi Anthony, Ok I used the report and I am now able to download them. Now, can I print the results directly on the screen rather than download the report? Thank you ! On Wednesday, November 18, 2015 at 2:32:53 PM UTC-5, Anthony Madrigal wrote: > > Hi Etienne, > > For your use case, I recommend

Re: BudgetOrderService filter by dates

2015-11-19 Thread Josh Radcliff (AdWords API Team)
Hi, In your predicate, please make sure you are using the selector field names as specified here . Specifically, you'll want to use *StartDateTime* and *EndDateTime* instead of *start_date_time*

Re: IdeaTextFilterSearchParameter to be more specific?

2015-11-19 Thread Anthony Madrigal
Hi, I am not 100% certain, but you could try to include the terms "flights lax" and/or "lax flights". I do not know for sure if it will search for terms in that order so I included both to be sure. Please let me know if you need more help. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~

Re: Updating from v201502 to v201509 ( LocationExtensionOperand )

2015-11-19 Thread Nadine Sundquist (AdWords API Team)
Hi Philo, I don't have an exact example, but I have one that is *very *close. Look at the AddCampaignTargetCriteria PHP example, an

Re: Updating from v201502 to v201509 ( LocationExtensionOperand )

2015-11-19 Thread philo
Hi Nadine, Thanks! I was able to get this working by entering the location name and country in the address field. $proximity = new \Proximity(); $proximity->radiusDistanceUnits = 'MILES'; $proximity->radiusInUnits = 20; $proximity->address = new \Address(null, null, $loc->name, null, null, null

Re: Is Target CPA Simulator data available through the API?

2015-11-19 Thread Umesh Dengale
Hello, In the AdWords API, the Bid landscapes give the user the research information about estimated performance for your ad groups and criteria and could be used this information to adjust your bidding strategy. The Bid landscape is analogous to bid simulators

Re: CampaignService with AdvertisingChannelType

2015-11-19 Thread Anthony Madrigal
Hi, The campaign's AdvertisingChannelType for *Search Network with Display Select* is Search. In order to differentiate whether or not it is only a search network or search *and *display network, use the fields *targetSearchNetwork *and *targetContentNetwork *in the NetworkSetting

Re: Conversions

2015-11-19 Thread Anthony Madrigal
Hi, Yes, you can get the report returned to you as a string. How to do it depends on which library you use. For example, in this Java example

Re: Updating from v201502 to v201509 ( LocationExtensionOperand )

2015-11-19 Thread Nadine Sundquist (AdWords API Team)
Hello Philo, I'm pleased to hear that you got it working! I'm not sure on how to do that, either. If I find something, I'll post it here. Regards, Nadine, AdWords API Team On Thursday, November 19, 2015 at 3:40:06 PM UTC-5, ph...@socialr.nl wrote: > > Hi Nadine, > > Thanks! I was able to get th

Re: Invalid field name

2015-11-19 Thread Nadine Sundquist (AdWords API Team)
Hi Béla, Under the AdGroupAdService, I looked at AdGroupAd , Ad , and some of the other sub-objects under *Ad*. I

Re: Conversions

2015-11-19 Thread etienne . veilleux
Hi, I'm glad to hear that it's possible. I searched for an equivalent of "response.getAsString ()". I work with PHP, do you have any examples? Thank you for your help! Etienne On Thursday, November 19, 2015 at 4:34:53 PM UTC-5, Anthony Madrigal wrote: > > Hi, > > Yes, you can get the report r

Re: v201506 Report Fields CSV

2015-11-19 Thread Nadine Sundquist (AdWords API Team)
Hi Florian, Thanks for clarifying. I could see that would be very helpful. I've put in a feature request for us to do that the next time around. Thanks for providing the workaround for Mark. The table structure changed because the templates available to us changed when the website was revamped

Report created manually in Report page has slightly different values for Clicks and Impressions than the same report in the Campaigns page

2015-11-19 Thread george
Hello, I created a report in the Reports page by dragging "Search term" and "Match type" plus a list of metrics "clicks", "impressions", "ctr", etc... Note this report is similar to the one under "Campaigns" -> "Dimensions" -> view: Search terms... However the clicks and impressions metrics h

Re: BudgetOrderService filter by dates

2015-11-19 Thread artem . bikov . ingate
But I try to use field 'id' and it doesn't work too. четверг, 19 ноября 2015 г., 21:30:04 UTC+3 пользователь Josh Radcliff (AdWords API Team) написал: > > Hi, > > In your predicate, please make sure you are using the selector field names > as specified here >