RE: How to get keywords top of page bid through API

2019-09-15 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Unfortunately, you could not retrieve Top page bid and Cost data using the TargetingIdeaService. However, average CPC is supported. You can refer to this link for the list of supported attributes in the TargetingIdeaService. Regardsm Dannison Google Ads API Team

How to get keywords top of page bid through API

2019-09-13 Thread Иван Красуля
Hi everybody! I use TargetingIdeaService to get targetingIdeaPage for my keywords and locations. When I use the Google keyword planner tool for similar purposes, I can see the Top of page bid columns. Can I get the same values using the AdWords API? Also, in the "Google keyword planner" when I

How to get keywords name/text from Keyword Performance report?

2017-01-04 Thread shubham
I cannot see any selector field for keyword name. Why? Is it available and not visible to me or it is not available at all? What alternative can i use to get the keyword text/name if its not availble? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to get keywords/ads count per adgroup?

2016-06-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Justinas, There is no way to get the counts directly from an adgroup. Normally, you can fetch the ads in an adgroup using the AdGroupAdService.get and then count the number of ads. Similarly you can use the AdGroupCriterionService.get to fetch the keywords in an adgroup. For an account wi

How to get keywords/ads count per adgroup?

2016-06-14 Thread Justinas Ringaila
Hi, lets say I a customer that has 20 000 adgroups, I want to get keywords and ads for theses adgroups. I can only get this data in chunks because of the limits. How to get count of entities in one api request? response should return the following info: adgroup: 1 has 20 ads and 50 keywords,

Re: How to get keywords statistics of Shopping campaigns

2016-01-27 Thread Anthony Madrigal
Hi, You will want to use the Search Query Performance Report for shopping campaigns. In AdWords, shopping campaigns only have negative keywords and search terms, *not *keywords. Cheers, Anthony A

How to get keywords statistics of Shopping campaigns

2016-01-26 Thread Bala Murugan
keywords statistics for non-shopping campaigns. Can anyone help me, how to get keywords report of Shopping campaigns? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Googl

Re: How to get keywords from shopping campaign?

2016-01-26 Thread CFJ
You should be able to use the SEARCH_QUERY_PERFORMANCE_REPORT to retrieve the user queries that actually triggered ads. However, you cannot bid against those queries. You can only add them as neg

Re: How to get keywords from shopping campaign?

2016-01-26 Thread Yin Niu
Hello, Product Listing Ads use your existing Merchant Center *product data* -- not keywords -- to decide how and where to show your ads. In fact, you can only set up negative keywords for shopping campaigns and AdGroups. You may use Shopping Performance Report

How to get keywords from shopping campaign?

2016-01-25 Thread Sivanath
Hi Guys, I am using "KEYWORDS_PERFORMANCE_REPORT" to get the keywords for particular AdWords client. Here, i can't able to get the "Shopping" campaign type keywords from this report type. Any one please suggest me how do i can get the shopping campaign's keywords from the AdWords API? Thanks

Re: how to get Keywords special status via API

2014-05-19 Thread Michael Cloonan (AdWords API Team)
Hi, I'm not sure that the API can do exactly what you are asking, but we do have services that make predictions on these kinds of stats, or report on these stats. I think the easiest thing to use would be the Keywords Performance Report

how to get Keywords special status via API

2014-05-19 Thread assaf
Hi, I was wondering if/what keyword statuses can be fetched via API (either by report or AdGroupCriterion*) :* ** *Rarely shown due to low quality score * Low search volume * Below First page bid Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Googl

Re: How to get keywords

2012-07-04 Thread AdWordsAPIAdvisor
Hello Sean, Thank you for the feedback. Please also check this guide out regarding v13 reports migration: https://developers.google.com/adwords/api/docs/reportguide -Danial, AdWords API Team. Original Message Follows: From: Sean Subject: Re: How to get keywords

Re: How to get keywords

2012-07-04 Thread Sean
Hi Danial, Thank you for your response. I thought this was the case but it was not obvious to me that the userstatus needed to be status. I had gone through the examples as you point out below in your link but again there is just one keywords example and there is no mention in it about biddable

Re: How to get keywords

2012-07-03 Thread Danial Klimkin
Hello Sean, It appears you are requesting a wrong field in the predicate. You can find the list of available fields in this reference article: https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201206-AdGroupCriterionService Particularly, for 'userStatus' you need to us

Re: How to get keywords

2012-07-03 Thread Sean
Hi I'm sure the above code is obviously wrong and someone will see straight off, what is should be but I should have mentioned that the errors I'm getting are [SelectorError.INVALID_PREDICATE_FIELD_NAME @ serviceSelector; trigger:'UserStatus'] I get the same error also for the BIDDABLE predic

How to get keywords

2012-07-03 Thread Sean
Hi there, I am trying to convert some code from v13 to v201109_1 Adwords API. I have spent hours looking around and cannot find any examples of this. Any help would be much appreciated!!! Thank you. The old code is the following: UserStatus[] userStatus = new UserStatus[] { UserStatus.ACTIVE,

Re: How to get keywords quality info

2012-02-27 Thread Hudarsono Hu
Yeah, thats correct, Thanks! Pada Senin, 27 Februari 2012 20.44.16 UTC+7, David Bonner menulis: > > Did you remember to include QualityScore in the list of fields you > requested? > > > http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201109-AdGroupCriterionService > > On Mo

Re: How to get keywords quality info

2012-02-27 Thread David Bonner
Did you remember to include QualityScore in the list of fields you requested? http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201109-AdGroupCriterionService On Monday, 27 February 2012 04:17:08 UTC-5, Hudarsono Hu wrote: > > Hi All, > > Note : This is in Sandbox mode. > >

How to get keywords quality info

2012-02-27 Thread Hudarsono Hu
Hi All, Note : This is in Sandbox mode. When we submit a keyword, we get return value that contains 'Quality Info". But when we try to run "Get" on "AdgroupCriterionService", we get the return value without qualityinfo. THis is what was returned : http://www.w3.org/2001/XMLSchema-instance"; x

Re: How to Get Keywords for Site with New API

2010-05-18 Thread AdWords API Advisor
Hi Gary, In the v200909 version of the API this functionality is exposed in the TargetingIdeaService: http://adwordsapi.blogspot.com/2009/11/discover-v2009-getting-ideas-with.html Take a look at this related example that gets keywords related to a keyword: http://code.google.com/p/google-a

How to Get Keywords for Site with New API

2010-05-17 Thread search test
Hi, I'm new to the AdWords API. How do I use the client library in Java to get a list of keywords per site? I cannot find the KeywordToolInterface in either v13 and 2009 libraries. Thanks, Gary -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

AdWords API Re: How to get keywords given URL using V2009

2010-03-30 Thread AdWords API Advisor
Hi Grady, As I mentioned on your other thread, you must now use the TargetingIdeaService. http://groups.google.com/group/adwords-api/browse_thread/thread/128cc4b690784b2d/ Specifically you would use the RelatedToUrlSearchParameter, ideaType of KEYWORD, and requestType of IDEAS. Best, - Eric

AdWords API How to get keywords given URL using V2009

2010-03-29 Thread Grady Laksmono
I see the example in V13, but since it's deprecated, I wanted on how to achieve this in V2009 in Java. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogs