Learning Adwords API

2014-08-11 Thread Eitan Mizrahi
Hello, I am newbie to this issue. I would like learning about that, and need some guidelines, please. Thanks :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Get ad group's target optimization status through API

2014-08-11 Thread Danial Klimkin
Short update -- I am still investigating this. We'll update the docs and I'll get back to you once I have more details. -Danial, AdWords API Team. On Friday, July 25, 2014 4:57:26 PM UTC+4, Danial Klimkin wrote: Hello Eugene, Mike is currently out of office. I'll double-check and let you

some KeywordEstimate return null - .NET lib

2014-08-11 Thread Itay Dalmedigos
when i request traffic estimation for 1800 different keywords, some of them returns with max.averageCpc=null and min.averageCpc=null but when i take one of those keywords and make a traffic extimation request just for it (with all other parameters the same), a get a valid result. am i doing

Get Customer ID

2014-08-11 Thread Philipp Comans
Hey, I am trying to get the Customer ID of an AdWords Account that I just authenticated with using OAuth2. For now, I am using a Chrome extension (https://chrome.google.com/webstore/detail/wizdler/oebpmncolmhiapingjaagmapififiakb?hl=en) to make a SOAP request to CustomerService

Does Adewords offer mobile client

2014-08-11 Thread Meng Wang
see someone said that could use smart-phones to manage campaigns. But cannot find it. Does Google offer this kind of service, something like mobile client? to manage my campaigns, or just to keep track of its performance? I mean exact mobile service, not including visit the website through

Re: Learning Adwords API

2014-08-11 Thread Danial Klimkin
Hello Eitan, For all the documentation, please see: https://developers.google.com/adwords/api/ -Danial, AdWords API Team. On Friday, August 8, 2014 6:43:53 PM UTC+4, Eitan Mizrahi wrote: Hello, I am newbie to this issue. I would like learning about that, and need some guidelines,

googlebot_keyword in Reports

2014-08-11 Thread Mike-Indiana
I am noticing that googlebot_keyword is showing with a cost value from the KEYWORDS_PERFORMANCE_REPORT. It has been in the reports before, but the cost was always $0. $1.62 was there in this case. Furthermore, this is a search network only campaign, and it is being returned as display /

Re: Unable to delete excluded partition

2014-08-11 Thread Shopping API Team
Hi Eric, Yes, I'm deleting the default subdivision partition. The ID is shared among all ad groups, as you say, but remember that by deleting an ad group criterion you're deleting inside a specific ad group (AdGroupCriterion.mutate takes both the ad group ID and the criterion ID), so you

Apache Axis SAX2EventRecorder OutOfMemory exception after a while

2014-08-11 Thread Dan
Hi, I'm running a tomcat application which uses the AdWords API version 1.27.0. I have found that after around 7-10 days of running, the application gets closer and closer to the 2GB heap limit and the JVM is unable to GC efficiently. Then, I get an OutOfMemory exception and the application

Re: TrafficEstimatorService Not giving equal monthly volume compared with Keyword Planner Tool volume

2014-08-11 Thread suga priya
Hi Josh, I am trying to get traffic estimate for keyword.i am using TrafficEstimatorService https://developers.google.com/adwords/api/docs/reference/v201402/TrafficEstimatorService for that.But values are not matching with keyword planner tool.Please find the codes and attachment. ?php /**

Re: TrafficEstimatorService Not giving equal monthly volume compared with Keyword Planner Tool volume

2014-08-11 Thread suga priya
Results for the keyword with text 'leasing software' and match type 'BROAD': Estimated average CPC in micros: 588280 Estimated ad position: 3.35 Estimated daily clicks: 0 Estimated daily cost in micros: 204688 On Monday, 11 August 2014 16:08:26 UTC+5:30, suga priya wrote: Hi Josh, I am

Re: Google PLA Categories vs Partition Categories

2014-08-11 Thread Shopping API Team
Hi Eshaan, We are still on track for the deprecation, yes. We're working to solve these issues as soon as possible, and in the meantime we can only recommend using the category descriptions you get back from the ConstantDataService to match up to the PLA descriptions as closely as possible.

About GetKeywordIdeas help?

2014-08-11 Thread Tim
Hi, I'm a beginner to understanding your Adword API: I am using PHP client library. When I run examples/AdWords/v201402/Optimization/GetKeywordIdeas.php request time was 4 seconds. Is this Normal? How can I make it faster? My $keywords is array, How do I know where the KEYWORD_TEXT is from the

Why Is The Search Function So Awful?

2014-08-11 Thread Jeremy Chatfield
Go to developers.google.com. Navigate until you're in the AdWords API section. Search for, ohh, Impressions. Click on the results. Chances are that you be taken to a page that is not in your interface language. You'll be shown English documents (because, hey, it's Google, and translation just

Reg: Can to get products from Test Account in merchant Center to be displayed in Shopping Campaigns in Adwords

2014-08-11 Thread Ads Developer
Hi Team, I am trying to update products into my test merchant center account with sample data. But how can I view these products in Shopping Campaigns as all the products will be rejected. Is there any way to use a test account to check the complete implementation of Shopping Campaigns

AdWords API Form. HELP NEEDED

2014-08-11 Thread Diana brown
I'm filling AdWords API form. I'm really mixed by the following requirement - Upload screenshots and/or design documentation of your tool. What should I upload here? Do you have any templates? Please advise. Thanks in advance. Diana -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get report on ads and keywords with geo data?

2014-08-11 Thread Ray Tsang (AdWords API Team)
Hi, Aside from the fields documented in the report types https://developers.google.com/adwords/api/docs/appendix/reports#ad page, there are no additional fields available at the moment. Thanks, Ray On Friday, August 8, 2014 10:14:37 AM UTC-4, kost...@gmail.com wrote: Hello. Currently I

Re: some KeywordEstimate return null - .NET lib

2014-08-11 Thread Ray Tsang (AdWords API Team)
Itay, Please send a specific example SOAP XML request/response in private and point out the exact line that has the issue. Thanks, Ray On Sunday, August 10, 2014 6:23:01 AM UTC-4, Itay Dalmedigos wrote: when i request traffic estimation for 1800 different keywords, some of them returns

Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-08-11 Thread Josh Radcliff (AdWords API Team)
Hi Giles, At this time the CustomerSyncService https://developers.google.com/adwords/api/docs/reference/v201406/CustomerSyncService.FeedChangeData does not return information about changed CustomerFeed, CampaignFeed or AdGroupFeed objects, so the only way to determine that this change

Re: Get Customer ID

2014-08-11 Thread Ray Tsang (AdWords API Team)
Phillip, Please make sure that the access token has the appropriate scope, and that it's for the user that has access to the MCC or the AW account. It's recommended that you perform such a test by using the client library https://developers.google.com/adwords/api/docs/clientlibraries. Thanks,

Re: TrafficEstimatorService Not giving equal monthly volume compared with Keyword Planner Tool volume

2014-08-11 Thread Josh Radcliff (AdWords API Team)
Hi, I'm not quite sure what the purpose/question was of your most recent post, but I would recommend reading through our new Estimating Traffic guide https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service to see if that answers your question. Thanks, Josh, AdWords

Re: Does Adewords offer mobile client

2014-08-11 Thread Ray Tsang (AdWords API Team)
Meng, This forum is for AdWords API related questions. Please refer non-AdWords API questions to the general AdWords community https://www.en.adwords-community.com/. Thanks! Ray On Sunday, August 10, 2014 11:52:12 PM UTC-4, Meng Wang wrote: see someone said that could use smart-phones to

Re: googlebot_keyword in Reports

2014-08-11 Thread Ray Tsang (AdWords API Team)
Mike, Could I trouble you to send me a sample request/response in private for such case? Thanks! Ray On Monday, August 11, 2014 4:19:17 AM UTC-4, Mike-Indiana wrote: I am noticing that googlebot_keyword is showing with a cost value from the KEYWORDS_PERFORMANCE_REPORT. It has been in the

Re: Apache Axis SAX2EventRecorder OutOfMemory exception after a while

2014-08-11 Thread Ray Tsang (AdWords API Team)
Dan, It could be worth checking the Apache Axis forum as well. Thanks! Ray On Monday, August 11, 2014 5:40:57 AM UTC-4, Dan wrote: Hi, I'm running a tomcat application which uses the AdWords API version 1.27.0. I have found that after around 7-10 days of running, the application gets

Re: AdWords API Form. HELP NEEDED

2014-08-11 Thread Ray Tsang (AdWords API Team)
Diana, There is no set template, but you should include the design documentation specific to your tool, screenshots, or UI mockups etc to let the reviewer know what how the API is intended to be used. Thanks, Ray On Monday, August 11, 2014 10:42:54 AM UTC-4, Diana brown wrote: I'm filling

Re: About GetKeywordIdeas help?

2014-08-11 Thread Ray Tsang (AdWords API Team)
Tim, The service response time may vary. Could I trouble you to clarify more on the second question around KEYWORD_TEXT? Thanks, Ray On Monday, August 11, 2014 4:48:43 AM UTC-4, Tim wrote: Hi, I'm a beginner to understanding your Adword API: I am using PHP client library. When I run

Re: TrafficEstimatorService Not giving equal monthly volume compared with Keyword Planner Tool volume

2014-08-11 Thread suga priya
Hi Josh, Avg position value is not matching with keyword planner tool. I set language,location and network parameters as well.For leasing software through api i am getting 3.35 but in keyword planner tool i am getting 3.31. Please help me to fix this issue Thanks, Sugappriya For eg

Re: Google PLA Categories vs Partition Categories

2014-08-11 Thread 'Eshaan Jayalath' via AdWords API Forum
Hi Sergio Unfortunately it is the whole structure (parent / child) which does not match correctly, not the individual categories. I do not believe we can do this to mass majority of customers as we cannot guess the structure for each of them. It should be kind of exact match with PLA don't you

Re: TrafficEstimatorService Not giving equal monthly volume compared with Keyword Planner Tool volume

2014-08-11 Thread Josh Radcliff (AdWords API Team)
Hi, Are you submitting the API request and the UI request at essentially the same time, and using the same account and credentials? Thanks, Josh, AdWords API Team On Monday, August 11, 2014 12:34:16 PM UTC-4, suga priya wrote: Hi Josh, Avg position value is not matching with keyword

RES: [5-9821000004395] Problema Ativação API

2014-08-11 Thread Lucas
Yes I am having problems with billing, how do I solve you could inform me? Is there another way to configure the billing to begin to use the API? We are developing a very good system for the improvement of our service to the customer, and we need it very urgently. De:

Re: googlebot_keyword in Reports

2014-08-11 Thread Mike-Indiana
Hi Ray, after more investigation this search adgroup triggered an automatic placement, and ended up returning it in the automatic placements performance report. This is a very closely related URL that shown the ad, so I am pretty sure it's legit. However it does not show up in Adwords, even

Keyword specific bidding?

2014-08-11 Thread Doug
From reading the API documentation, the only thing I can find to do is assign a bid to an AdGroup or Campaign level. Is there any way to assign a bid to a Keyword? We have many Campaigns, all with many AdGroups, and each AdGroup has tons of keywords in them. My marketing team wants to

Re: Keyword specific bidding?

2014-08-11 Thread Josh Radcliff (AdWords API Team)
Hi, You can set keyword level bids by creating a BiddableAdGroupCriterion https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.BiddableAdGroupCriterion for your keyword and including bids on its biddingStrategyConfiguration

QuotaCheckError.INCOMPLETE_SIGNUP

2014-08-11 Thread Noah
Hi, Setup a new test MCC account to develop a new software tool. All billing info is input, have agreed to all terms, have digitally signed and the necessary documents. When logging into the MCC account from the web side, it works fine, we can create ads, etc. But, when connecting

Re: TrafficEstimatorService Not giving equal monthly volume compared with Keyword Planner Tool volume

2014-08-11 Thread suga priya
Yes.I am getting other values like Clicks,Impression and Cost as same as UI, only Avg Position has variation in points.Also through API Is it possible to get weekly estimates? If so how to set Date Range and date range is not supported by API. Any solution? Thanks, Sugappriya On Monday, 11