Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-13 Thread Scott Luther
Hi Ray, I don't need a list of available Verticals. I have those already. I need to know how to estimate the traffic for a given Vertical (or several Verticals). On Tuesday, May 13, 2014 10:42:56 AM UTC-7, Ray Tsang (AdWords API Team) wrote: > > Scott, > > My apologies! I was thinking of some

Re: Using TargetingIdeaService to return the data for the actual search term provided.

2014-05-13 Thread Ray Tsang (AdWords API Team)
Jeremy, To make sure I'm on the same page - could I trouble you to attach a screenshot of the search term that you are referring to? Thanks, Ray On Monday, May 12, 2014 4:10:00 PM UTC-4, Jeremy Tremblay wrote: > > Currently I am using the TargetingIdeaService to provide a subset of the > func

Re: Keyword Performance Report - Keywords with " (double quotes) are not downloaded using API

2014-05-13 Thread Ray Tsang (AdWords API Team)
Pablo, Please send me, in private, the full request/response that added the keyword, and the subsequent reports. Thanks, Ray On Sunday, May 11, 2014 12:12:44 PM UTC-4, Pablo Damilano wrote: > > Hi Takeshi, > > I share the same concern of Mahesh and batch editing of the KeywordText > field of

Problem with retrieving ACTIVE keywords only using AdWords API

2014-05-13 Thread Dan
Hi all, I am trying to pull all non-deleted keywords from AdWords to use with the ReportDownloader. For this, I have to use the jaxb Selector. I am adding the following Predicate to my Selector: Predicate predicate1 = new Predicate(); predicate1.setField("Status"); predicate1.setOperator(Pred

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-13 Thread Ray Tsang (AdWords API Team)
Scott, My apologies! I was thinking of something else completely different. You can use the ConstantDataService to get get a list Verticals. Cheers, Ray On Monday, May 12, 2014 4:23:

Re: Targeting idea Service STATS Limit

2014-05-13 Thread Ray Tsang (AdWords API Team)
Graham, The documentation will be updated. Thanks! Ray On Tuesday, May 13, 2014 4:03:56 AM UTC-4, Graham Rhodes wrote: > > Is the documentation wrong or is it something I'm doing that means my > limit is 800? > > Thanks Ray > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

No more search phrase data for legacy PLA campaigns?

2014-05-13 Thread Christopher Taylor
It appears that on May 5th we stopped receiving any search phrase data from the SEARCH_QUERY_PERFORMANCE_REPORT in the v201402 release of the API for any of our PLA campaigns. Was this a documented change and nothing we can do about it? Thanks, Chris -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Wrong data on KEYWORDS_PERFORMANCE_REPORT

2014-05-13 Thread Josh Radcliff (AdWords API Team)
Hi Manuel, The only thing I can think of without seeing the reports and account is that you may be using different dates in the UI and in your report. If that's not the case, could you send the following *only to me* by clicking *Reply to Author* and I'll take a look? - Customer ID - R

Re: Retrieve Product Partition title

2014-05-13 Thread Josh Radcliff (AdWords API Team)
Hi Greg, The ConstantDataService.getProductBiddingCategoryData method will give you the category data

Ad Schedule Criteria id ?

2014-05-13 Thread Seth
Where do I find the ad schedule criterion id? Also is there a way to set a bunch of NegativeCampaignCriterion at one time with the ruby client? https://developers.google.com/adwords/api/docs/reference/v201402/CampaignCriterionService.AdSchedule -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How can i update keyword matchType

2014-05-13 Thread Alikko
Hello, I want to update a keyword matchType. How can i do that? Best regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Shared BiddingStrategy type in Campaign performance report

2014-05-13 Thread Rooney Achilles
Hi Team, I can get the normal Bidding strategy in CAMPAIGN Performance report but some of my campaigns use Shared Bidding strategies where these campiagn's Bidding strategy column values shows "--" in Campaign performance report. How can I get the value of Bidding strategy for these type of Shared

Re: Problem in downloading Ad performance Report of file size above 500MB

2014-05-13 Thread Rooney Achilles
Hi Shibu, We too faced the same memory load issue when parsing an big XML file, but we have overcome this problem by using SAX Parser API. The other APIs like SAX Builder will load the whole 500MB file into memory and try to parse which leads to memory load. But this SAXParser doesn't load the fil

Re: Targeting idea Service STATS Limit

2014-05-13 Thread Graham Rhodes
Is the documentation wrong or is it something I'm doing that means my limit is 800? Thanks Ray -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~

Re: Wrong data on KEYWORDS_PERFORMANCE_REPORT

2014-05-13 Thread Manuel Gómez
Thanks, Josh, for your answer. I had totally slipped that when migrating to v201402. But after implementing that change to interpret the currency correctly does not solve my problem either. See, in my campaign, the total cpc cost for the reported period is $9,985.26, and the cost value in the r

Re: QueryError.INVALID_DURING_CLAUSE For CALL_METRICS_CALL_DETAILS_REPORT

2014-05-13 Thread Boris Savic
So how can I get this report just for today? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received thi