Re: TargetingIdeaService, 800 keywords provided, the limit, yet still get an error

2016-08-25 Thread Chloe
Here is the `request_info.log`. This request was for test environment, but it don't work in production either. > > [Aug 25 2016 18:33:08.00 - ERROR] effectiveUser=9 > service=TargetingIdeaService method=get operators={} responseTime=163 > requestId=00053aecfb454cc

Re: TargetingIdeaService, 800 keywords provided, the limit, yet still get an error

2016-08-25 Thread Chloe
RECOMMENDED_PAGE_SIZE is 500 but I still tried to hardcode 800 but it didn't help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=

TargetingIdeaService, 800 keywords provided, the limit, yet still get an error

2016-08-25 Thread Chloe
I submitted 800 keywords for TargetingIdeaService. The limit is 800. https://developers.google.com/adwords/api/docs/reference/v201605/TargetingIdeaService#get It's giving me an error anyways. > $ yii kw/stats Warning: [CollectionSizeError.TOO_MANY @ > selector.searchParameters

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, The chart that I shared is specific to AdWords reports. Monthly stats available via the Keyword Planner <https://adwords.google.com/KeywordPlanner> or TargetingIdeaService <https://developers.google.com/adwords/api/docs/guides/targeting-idea-service> are not the actual fig

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-23 Thread jamgrzesik
Hi! Thank you very much! After analysing the guide you provided, I am still not 100% sure: *However, some metrics and reports take longer to process or are only > calculated once a day (rather than on a continuous basis). Daily processing > of these reports happens in Pacific Time [GMT-8], so

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Data available through AdWords API cannot be considered real time. Please refer to this guide to determine your data's freshness. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-22 Thread jamgrzesik
Ok. Thank you for the information. When does google update the monthly stats? Will the Monthly data for May be available from 1st June, or is there some delay? Regards W dniu piątek, 19 sierpnia 2016 22:13:39 UTC+2 użytkownik Vishal Vinayak (Adwords API Team) napisał: > > Hi, > > Since my te

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Since my team specializes in AdWords API related queries, I can confirm that the daily keyword search volume statistics are not available via AdWords API. Unfortunately, I would not be able to able to comment on any other Google APIs. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=

Re: TargetingIdeaService API

2016-08-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Matei, When you are using TargetingIdeaService <https://developers.google.com/adwords/api/docs/guides/targeting-idea-service> to get stats for keywords, if a particular keyword is not returned in the results, this means that there isn't enough search volume for this keyword in

TargetingIdeaService API

2016-08-19 Thread Matei Fesnic
I changed the type from GetKeywordIdeas.php friom 'IDEAS' to 'STATS' and added some code so that it will show me statistics for the keywords that I enter. However, if the keywords entered consist of more than one word or do not have any searches on Google, it doesn't take them into considerati

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-19 Thread jamgrzesik
Is there any other google API to get search volume for given keyword for a given day ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-18 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
/examples/adwords/v201607/optimization/get_keyword_ideas.py#L65>, you would get the targeted monthly searches on the keyword idea for the past 12 months. Unfortunately, there's no way to specify a custom date range. Also, I'm afraid TargetingIdeaService supports get operation only i.

TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-18 Thread jamgrzesik
I would like to get daily stats of search volumes for specified keywords. I can't find documentation on AWQL in TargetingIdeaService. I belive that the results from the TargetingIdeaService for example here: https://github.com/googleads/googleads-python-lib/blob/master/examples/ad

TargetingIdeaService: how to get search volume and keyword ideas for a specific period

2016-08-18 Thread jamgrzesik
I am looking for a way to get keyword search volumes and for a specific period (e.g. given day). I thought that AWQL may be useful, but TargetingIdeaService has no query method. Also, correct me if I am wrong - I belive the results from running this example script - https://github.com

Re: TargetingIdeaService with a postal location criterion

2016-08-17 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Jake, Currently, AdWords API does not support using the LocationSearchParameter for postal codes in the TargetingIdeaService. You can check our blog <http://googleadsdeveloper.blogspot.com/search/label/adwords_api> to see if this feature is added. Regards, Anthony AdWords AP

TargetingIdeaService with a postal location criterion

2016-08-17 Thread Jake Orr
Hello, I am attempting to execute a TargetingIdeaService get request with LocationSearchParameter as a postal code criterion ID. It works when a city criterion ID, but fails with TargetingIdeaError.INVALID_SEARCH_PARAMETERS when a postal criterion ID is used. I've seen questions about

TargetingIdeaService Criterion in Selector

2016-07-28 Thread Vaibhav Jajoo
Hi, I am trying to use the Criterion as documented in the latest version of API here https://developers.google.com/adwords/api/docs/reference/v201605/TargetingIdeaService.Criterion. I am not able to figure out how to build the selector for it. Has anybody tried that and had sucess with it??

Re: TargetingIdeaService Criterion in Selector

2016-07-28 Thread 'Joyce Lava' via AdWords API Forum
Hi VJ, Based on your codes, you are setting *CRITERION* in the AttributeType[] collection. However, the list of available attributeType can be found here

Re: Using TargetingIdeaService with Verticals to get a list of placements/urls

2016-07-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Gabriel, Placement URL is different from a Placement Category. Placement Categories are the categories based on the type of the content whereas the Placement URL is the domain of the destination website where your ad might be displayed. To obtain information about placements in your campa

Using TargetingIdeaService with Verticals to get a list of placements/urls

2016-07-26 Thread Gabriel Menegatti
Hello guys, How are you doing? Please, can you inform me if it's now possible to get a list of placements (URLs) filtered by verticals ID using the TargetingIdeaService? In the AdWords documentation link below there is a paragraph saying that it is possible, but I couldn't find ho

Re: Personal parameter in request TargetingIdeaService

2016-06-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
François-Régis, Unfortunately, there is no way to add a personal parameter (such as an ID) to the input criteria. You can add a list of keywords (or some other criteria, such as location, language, target website etc ) to the input and you can expect a list of related keywords in the response.

Personal parameter in request TargetingIdeaService

2016-06-27 Thread François-Régis Lancien
Hello, I'm using TargetingIdeaService and I analyze packages of keywords. Each data row has an id (from the database) and I want to store results (competition, CPC ...) in my database. the thing is, that, when i get the results, I'm not able to associate each result with the initia

Re: TargetingIdeaService not returning SearchParameters in results

2016-06-15 Thread Calin Ignat
Thank you, everything its a lot more clear now. I've already changed the seed keywords *just a bit* so i get the good keywords back too. In the keyword planer the seed keyword is returned if it has volume, if i am not mistaken... I don't always run multiple threads and when i do there are just tw

Re: TargetingIdeaService not returning SearchParameters in results

2016-06-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Calin, To include a particular keyword in the TargetingIdeaService response, you need to include that keyword in the IdeaTextFilterSearchParameter <https://developers.google.com/adwords/api/docs/reference/v201605/TargetingIdeaService.IdeaTextFilterSearchParameter>. If you ar

Re: TargetingIdeaService not returning SearchParameters in results

2016-06-15 Thread Calin Ignat
This is returned if the keyword exists in SearchParameter field *(car rental atlanta airport)*

Re: Maximum number of Keywords for TargetingIdeaService

2016-06-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I am referring to the AdWords API limitation. Thanks, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Maximum number of Keywords for TargetingIdeaService

2016-06-13 Thread François-Régis Lancien
Even for the API ? Or you're talking about the website ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Maximum number of Keywords for TargetingIdeaService

2016-06-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The current limit is 800. You may also refer here for the other limits for Targeting Idea. Thanks, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goo

Maximum number of Keywords for TargetingIdeaService

2016-06-13 Thread François-Régis Lancien
Hello, I'm wondering how many keywords can be passed in a single request for the TargetingIdeaService ? Thanks for you answer and have a good day :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Negative values in my TargetingIdeaService results

2016-06-13 Thread François-Régis Lancien
Ok, nice ! I changed my ID's to new values and that's ok. The results are good :) Le vendredi 10 juin 2016 18:21:57 UTC+2, Shwetha Vastrad (AdWords API Team) a écrit : > > Hi, > > Could you provide the SOAP XML request and response logs for this request > along with your clientCustomerId? You

Re: Negative values in my TargetingIdeaService results

2016-06-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the SOAP XML request and response logs for this request along with your clientCustomerId? You can find instructions to enable logging for the PHP client library here . Please use *Reply privately to auth

Negative values in my TargetingIdeaService results

2016-06-10 Thread François-Régis Lancien
Hello, I'm using the PHP API Library and when I'm displaying the results of my request, results and values are sometimes negative and composed by many figures (like 18 ...) ? What is the problem ? My fault or something to do with my account ? PS : I browsed the forum, but nothing worked :/ T

Re: error when using TargetingIdeaService to get STATS

2016-05-17 Thread 'Joyce Lava' via AdWords API Forum
Hi Daphna, Sorry for the delay. Glad to hear that the DUPLICATE_ELEMENT error was fixed. For this ascii error, you can file an issue in the python client library's issue tracker to track the analysis and resolution of this problem. Th

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread Daphna Wegner
Hi Joyce, I was able to resolve the DUPLICTE error however I am not sure how to resolve this suds unicode problem, I tried PEP 0263 suggestion but thats not doing anything can you please elaborate on how to resolve this issue, we are unable to move forward without resolving this problem. Thank

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread Daphna Wegner
Thanks for letting me know I will try to change that. I am still getting the other error: DistinctError.DUPLICATE_ELEMENT I have sent you a private message with the SOAP request Thanks, Daphna On Monday, May 16, 2016 at 3:53:28 PM UTC-7, Joyce Lava wrote: > > Hi Daphna, > > This seems to

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread 'Joyce Lava' via AdWords API Forum
Hi Daphna, This seems to be an issue with how suds handles Unicode in Python 2. However, as a workaround, you need to send Unicode content in a Unicode string rather than encoding it. You can change your default encoding as seen in PEP 0263

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread Daphna Wegner
Thanks Joyce! I will send you the SOAP request, one more thing I am noticing is that the error is inconsistent, I would sometimes get it and then sometimes get the following error using the same code and keywords: 'ascii' codec can't decode byte 0xe6 in position 13: ordinal not in range(128)

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread 'Joyce Lava' via AdWords API Forum
Hi Daphna, DistinctError.DUPLICATE_ELEMENT occurs when the request has duplicate parameters. Please check if you have duplicate parameters before making the request. If you find out that there are no duplicate or ide

error when using TargetingIdeaService to get STATS

2016-05-16 Thread Daphna Wegner
Hi, I am getting an error when trying to make a request to TargetingIdeaService, here is how I make the call (using python): PAGE_SIZE = 100 kw_search_volume = [] # Initialize appropriate service. targeting_idea_service = client.GetService('TargetingIdeaService'

Re: I am getting rate exceed error for standard account while using TargetingIdeaService

2016-04-29 Thread 'Yin Niu' via AdWords API Forum
Hello, Here are some suggestions that can help you with RateExceededError. Rate limits fluctuate based on different variables, including server load. Are you able to resend the requests after the retry? Thanks, Y

I am getting rate exceed error for standard account while using TargetingIdeaService

2016-04-28 Thread Deepa Varma
Hi, I am trying to get search volume for more than 7 crore keywords . I am sending 800 keywords per request . It is more than 1Lakh requests I am sending. I am getting rate exceed error with rateName=RequestsPerMinute and retryAfterSeconds=30 . I have given Sleep in between all 30 reques

Re: TargetingIdeaService vs Keyword Planner

2016-04-26 Thread Kamil R
n to get aprox. the same result count as UI? W dniu środa, 18 marca 2015 15:35:02 UTC+1 użytkownik András Révai napisał: > > Hi, > > If I enter the same location, language, etc. and keyword combinations into > TargetingIdeaService in the API and Keyword Planner online is it

Re: How to get data from Keyword Planner by using TargetingIdeaService.

2016-04-26 Thread Kamil R
ly words that you searched for. This is just for future user who will be search for something like this. Cheers, Kamil W dniu czwartek, 19 marca 2015 14:18:26 UTC+1 użytkownik keym napisał: > > Hi, > > I’ve been using the TargetingIdeaService to get AVERAGE_CPC and > SEARCH

Re: Negative and wrong values from TargetingIdeaService PHP

2016-04-18 Thread 'Umesh Dengale' via AdWords API Forum
Hello, To make production AdWords API, you need to provide your production AdWords account Id to the client_customer_id in above code. Please check out OAuth2.0 Ruby guide and AdWords-Readme

Re: Negative and wrong values from TargetingIdeaService PHP

2016-04-16 Thread Jiří Zapletal
Thank you for your response. I found in documentation that object TargetingIdeaService returns dummy data for Test Accounts. Is there any way to turn-on PRODUCTION mode in PHP API and work with real data? I can't find anything about it. *Something like that: * adwords = AdwordsApi::Ap

Re: Negative and wrong values from TargetingIdeaService PHP

2016-04-15 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Looking at your code, it seems you have a STATS requestType. If you want the data to return similar to the Keyword Planner , you should use IDEAS instead. Regards, Anthony AdWords

Negative and wrong values from TargetingIdeaService PHP

2016-04-15 Thread Jiří Zapletal
Hi, I use PHP API v201603. If I make request via *TargetingIdeaService* It returns wrong values for *SEARCH_VOLUME*, *AVERAGE_CPC* and *SEARCH_VOLUME,* *AVERAGE_CPC* in *TARGET_MONTHLY_SEARCHES* only *KEYWORD_TEXT* is correct. In the picture from *Google AdWords -> Tools -> Keyword planne

Re: parse data from TargetingIdeaService with Python

2016-04-06 Thread 'Yin Niu' via AdWords API Forum
Hi, I am afraid you would have to convert the data in your own code. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~

parse data from TargetingIdeaService with Python

2016-04-06 Thread John Stanton-Geddes
The data format returned by the Python client for the TargetingIdeaService isn't in a standard format (e.g. JSON) and difficult to parse. Is there an easy way to ask for the data to be returned in JSON or a column based format? Note that I've cross-posted this question on

Re: KWs mobile search volume using TargetingIdeaService

2016-03-22 Thread SEA Spil
Ok, thanks for confirming I will follow up on any updates On Tuesday, March 22, 2016 at 2:31:52 PM UTC+1, Anthony Madrigal wrote: > > Hi Nadir, > > I, unfortunately, cannot say whether or not there are plans on adding this > feature again. > > However, you can follow our blog >

Re: KWs mobile search volume using TargetingIdeaService

2016-03-22 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Nadir, I, unfortunately, cannot say whether or not there are plans on adding this feature again. However, you can follow our blog regarding any updates on this. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~

Re: KWs mobile search volume using TargetingIdeaService

2016-03-22 Thread SEA Spil
Hey Anthony Do you have plans to make the Mobile Search Volumes available again? Thanks Nadir On Thursday, October 29, 2015 at 7:45:25 PM UTC+1, Anthony Madrigal wrote: > > Hi Sendoh, > > Unfortunately, the TargetingIdeaService no longer supports Mobile Search > Volumes. >

Re: TargetingIdeaService suggested keywords relevance and data integrity

2016-03-07 Thread 'Yin Niu' via AdWords API Forum
Hi Yonatan, About ad relevance, please view a related discussion on AdWords forum. For UI and API discrepancy, please send SOAP request and response logs and a screenshot of

TargetingIdeaService suggested keywords relevance and data integrity

2016-03-07 Thread yonatan
Hi, Using the TargetingIdeaService to get KW ideas, I'm having several problems: 1. I don't know how the "relevance" order works. (I saw an old post about it and 1 answer said that it's based on competition, but it'a just not true) 2. The data for SEARCH_VOLUME, A

Re: Internal API Error with TargetingIdeaService

2016-02-28 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
gt; >>>>> I'm having the same issue trying to run GetKeywordIdeas.php in the >>>>> 8.0.0 client library for PHP. >>>>> >>>>> Daniel >>>>> >>>>> fredag 19.

Re: Internal API Error with TargetingIdeaService

2016-02-28 Thread Zvi Schutz
;> >>>> I'm having the same issue trying to run GetKeywordIdeas.php in the >>>> 8.0.0 client library for PHP. >>>> >>>> Daniel >>>> >>>> fredag 19. februar 2016 17.33.49 UTC+1 skrev Jansen Brewster følgende:

Re: Charges for queries against TargetingIdeaService

2016-02-26 Thread 'Yin Niu' via AdWords API Forum
Hello, Please check out the Rate Sheet . A get call that generates 10 results is counted as one operation. For TargettingIdeaService, you can pass in an array of keywords in one get operation. Thanks, Yin, AdWords API

Charges for queries against TargetingIdeaService

2016-02-26 Thread Aaron
If querying the TargetingIdeaService a single Keyword at a time to get Search_Volume results, will these charges be lumped together and fall under the batch rate or will each individual query be charged at the batch rate? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Internal API Error with TargetingIdeaService

2016-02-25 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
gt; > When using the TargetingIdeaService, ideaType KEYWORDS, requestType STATS, > and searchParameter RelatedToQuerySearchParameter, an > InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The > program follows the AdWords limits ( > https://developers.google.com/adw

Re: Internal API Error with TargetingIdeaService

2016-02-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
wster følgende: >>>> >>>> Hello, >>>> >>>> I hadn't seen any recent results that approached this subject. >>>> >>>> When using the TargetingIdeaService, ideaType KEYWORDS, requestType >>>> STATS, and searchPa

Re: Internal API Error with TargetingIdeaService

2016-02-22 Thread Zvi Schutz
et_keyword_ideas), It worked 5 days ago. > > On Monday, February 22, 2016 at 12:42:40 PM UTC+2, Daniel Walø wrote: >> >> I'm having the same issue trying to run GetKeywordIdeas.php in the 8.0.0 >> client library for PHP. >> >> Daniel >> >> fredag 19.

Re: Internal API Error with TargetingIdeaService

2016-02-22 Thread Zvi Schutz
HP. > > Daniel > > fredag 19. februar 2016 17.33.49 UTC+1 skrev Jansen Brewster følgende: >> >> Hello, >> >> I hadn't seen any recent results that approached this subject. >> >> When using the TargetingIdeaService, ideaType KEYWORDS, requestTy

Re: Internal API Error with TargetingIdeaService

2016-02-22 Thread Daniel Walø
I'm having the same issue trying to run GetKeywordIdeas.php in the 8.0.0 client library for PHP. Daniel fredag 19. februar 2016 17.33.49 UTC+1 skrev Jansen Brewster følgende: > > Hello, > > I hadn't seen any recent results that approached this subject. > > When us

Re: Internal API Error with TargetingIdeaService

2016-02-20 Thread Jansen Brewster
at approached this subject. > > When using the TargetingIdeaService, ideaType KEYWORDS, requestType STATS, > and searchParameter RelatedToQuerySearchParameter, an > InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The > program follows the AdWords limits ( > ht

Re: Internal API Error with TargetingIdeaService

2016-02-19 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Jansen, Could you please provide me with the SOAP request and response that resulted in this error so that I could further investigate it? Please send it through *reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Internal API Error with TargetingIdeaService

2016-02-19 Thread Jansen Brewster
Hello, I hadn't seen any recent results that approached this subject. When using the TargetingIdeaService, ideaType KEYWORDS, requestType STATS, and searchParameter RelatedToQuerySearchParameter, an InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The program follow

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-18 Thread Charles Michael
t; the >>>> time. Here's an example I'm looking at to see if this correlation is true: >>>> Stoney Creek, Ontario (ID: 1002435). According to a simple google search, >>>> Stoney Creek is a community within Hamilton, Ontario (ID: 1002287). So I'm >

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
ieve that a user in Stoney Creek, Ontario would come up >>> as true for both the criterion of a Neighborhood (1002435) and for the city >>> of Hamilton (1002287). If this is true in general, I can eliminate >>> neighborhoods and boroughs from my lists since I'm l

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-17 Thread Charles Michael
in Stoney Creek, Ontario would come up >> as true for both the criterion of a Neighborhood (1002435) and for the city >> of Hamilton (1002287). If this is true in general, I can eliminate >> neighborhoods and boroughs from my lists since I'm looking to target to >> just

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-12 Thread Charles Michael
criterion of a Neighborhood (1002435) and for the city >> of Hamilton (1002287). If this is true in general, I can eliminate >> neighborhoods and boroughs from my lists since I'm looking to target to >> just the city level. >> >> Thank you Nadine. >> &g

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-11 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
> of Hamilton (1002287). If this is true in general, I can eliminate > neighborhoods and boroughs from my lists since I'm looking to target to > just the city level. > > Thank you Nadine. > > > > > > > On Wednesday, February 10, 2016 at 5:26:32 PM UTC-5

Re: Using the TargetingIdeaService to get search estimates on London Boroughs

2016-02-10 Thread Charles Michael
Hi Paul, Nadine has updated the ticket I had with the list of types that are searchable, Boroughs and Neighborhoods are not searchable by volume. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.g

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-10 Thread Charles Michael
The team got back to me. The geo types that are supported for > TargetingIdeaService are: > "Country", "Region", "Other", "Province", "State", "Territory", "City", > "Canton", "Autonomous Community", "County&

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-10 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Charles, The team got back to me. The geo types that are supported for TargetingIdeaService are: "Country", "Region", "Other", "Province", "State", "Territory", "City", "Canton", "Autonomous Community&quo

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-10 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
to the general AdWords Community forum >>> <https://www.en.advertisercommunity.com/t5/Google-AdWords/ct-p/Google_AdWords>. >>> >>> They may have the reason why, and they may be able to put in a general >>> feature request for something like this. >>> >>

Re: Using the TargetingIdeaService to get search estimates on London Boroughs

2016-02-10 Thread Charles Michael
I've experienced the same thing, some neighborhoods that are in Canada have 600,000+ population but I can't get search volumes for them. What I ended up doing was submitting my entire keyword list assuming there is search volume and once the keywords are live, the low volume keywords would show

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-10 Thread Charles Michael
Regards, >> Nadine, AdWords API Team >> >> On Monday, February 8, 2016 at 3:33:17 PM UTC-5, Charles Michael wrote: >>> >>> Hello, >>> >>> I've come to the assumption that it has to do with the type of >>> criterion, if its a neighborhoo

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-10 Thread Charles Michael
o, which >> timezone)? >> >> Thank you. >> >> >> >> >> On Tuesday, February 9, 2016 at 9:39:40 AM UTC-5, Nadine Sundquist >> (AdWords API Team) wrote: >>> >>> Hello Charles, >>> >>> I don't currently know

Re: Using the TargetingIdeaService to get search estimates on London Boroughs

2016-02-10 Thread Paul NMP
Thanks Charles. It's frustrating that I can get data on low income/low population places in rural areas, but not on high income/high density areas in major centres. There's definitely a commercial incentive for Google to offer this! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-09 Thread Nadine Sundquist (AdWords API Team)
t;> >> Hello Charles, >> >> I don't currently know of an an existing list, but I'll send the question >> over to the TargetingIdeaService engineers to see if they have a >> published list. In the meantime, the workaround that I can think of is that >

Re: Using the TargetingIdeaService to get search estimates on London Boroughs

2016-02-09 Thread Charles Michael
ds are not searchable, although don't quote me on this, its just from my experience in the last few days. On Tuesday, February 9, 2016 at 1:03:29 PM UTC-5, Paul NMP wrote: > > Hi, > > Is there a way to use the TargetingIdeaService to get search estimates for > municipal areas wi

Using the TargetingIdeaService to get search estimates on London Boroughs

2016-02-09 Thread Paul NMP
Hi, Is there a way to use the TargetingIdeaService to get search estimates for municipal areas within large cities? So, for example, (in New York) Manhattan and Brooklyn; or (in London) Westminster and Camden... Thanks Paul -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-09 Thread Charles Michael
ebruary 9, 2016 at 9:39:40 AM UTC-5, Nadine Sundquist (AdWords API Team) wrote: > > Hello Charles, > > I don't currently know of an an existing list, but I'll send the question > over to the TargetingIdeaService engineers to see if they have a > published list. In the

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Charles, I don't currently know of an an existing list, but I'll send the question over to the TargetingIdeaService engineers to see if they have a published list. In the meantime, the workaround that I can think of is that you could do one run-through of all the geo targetin

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-08 Thread Charles Michael
2016 at 3:33:17 PM UTC-5, Charles Michael wrote: >> >> Hello, >> >> I've come to the assumption that it has to do with the type of criterion, >> if its a neighborhood, it seems to always lead to an error. I'm looking at >> the documentation for TargetingIdeaS

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-08 Thread Nadine Sundquist (AdWords API Team)
Hello, > > I've come to the assumption that it has to do with the type of criterion, > if its a neighborhood, it seems to always lead to an error. I'm looking at > the documentation for TargetingIdeaService. The documentation for the API > does state "Warning: Not a

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-08 Thread Charles Michael
Hello, I've come to the assumption that it has to do with the type of criterion, if its a neighborhood, it seems to always lead to an error. I'm looking at the documentation for TargetingIdeaService. The documentation for the API does state "Warning: Not all back-ends supp

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-08 Thread Anthony Madrigal
Hi Charles, As far as I know, there is no list other than the link you provided that shows the geo targeting criteria codes. If you would like me to further investigate this issue, please *reply privately to author *the SOAP request and response you used to get this error. Thanks, Anthony AdWo

TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-05 Thread Charles Michael
Hello, I'm trying to use TargetingIdeaService with specific cities / regions within a state and to conduct searchvolume lookups on my keywords. I'm running just one location at a time to keep things simple and I'm using the most recent Geographical Targeting database for the Adwo

Re: TargetingIdeaService (STATS) Results Less Than Input

2016-02-05 Thread Yin Niu
Hello, Thanks for posting your solution so that other developers can get help when they run into the same esituation. Let us know if you have other issues. Regards, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

Re: TargetingIdeaService (STATS) Results Less Than Input

2016-02-04 Thread Charles Michael
Hi again, I was able to resolve the issue, I have closed the thread and posted my solution should any other developers run into the same issue. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goo

Re: TargetingIdeaService (STATS) Results Less Than Input

2016-02-04 Thread Charles Michael
Hello again, I was able to resolve this on my own. For those experiencing similar issues, I had 2 errors. First I was not reading my input as UTF-8, which evidently is necessary (I knew the results were returned in UTF-8, but apparently I have to submit it as well in this encoding). Second, I ha

Re: TargetingIdeaService (STATS) Results Less Than Input

2016-02-04 Thread Charles Michael
Thank you, I just replied to you privately. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received thi

Re: TargetingIdeaService (STATS) Results Less Than Input

2016-02-04 Thread Yin Niu
Hello, Could you please send the SOAP logs? Please include your clientCustomerID as well. Click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googl

TargetingIdeaService (STATS) Results Less Than Input

2016-02-04 Thread Charles Michael
I'm building my code based on the recent Perl implementation of AdwordsAPI 201601 and I'm noticing that output returned by TargetingIdeaService (STATS) doesn't match the input count. All keywords have active search volumes via the web UI (KeywordPlanner), but the TargetingIdeaS

Re: TargetingIdeaService

2016-01-26 Thread Yin Niu
Hello, The Required Minimum Functionality rules apply to tool developers and for tokens with standard access only. If you are not a tool developer, you don't have to meet these requirements. Thanks, Yin, AdWords API Team. -- --

TargetingIdeaService

2016-01-26 Thread bkwmanager
Based on this: https://developers.google.com/adwords/api/docs/requirements I need to implement ALL the required functionality in order to use the TargetingIdeaService? This seems a bit heavy handed. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Re: Getting UNEXPECTED_INTERNAL_API_ERROR for TargetingIdeaService

2016-01-14 Thread Umesh Dengale
Hi Adam, Could you please provide the TargetingIdeaService SOAP XML request and response logs? Just click *Reply privately to author* in the forum when responding. Don't forget to remove the developer token in the output. Thanks, Umesh, AdWords API

Getting UNEXPECTED_INTERNAL_API_ERROR for TargetingIdeaService

2016-01-14 Thread Adam Tomecek
Hello, for the last three days I've been getting AdwordsApi::V201506::TargetingIdeaService::ApiException - [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ +com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] for every API request. Is there anything I can do about

Re: How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2016-01-12 Thread roberto . malcotti
Saturday, 28 June 2014 09:04:08 UTC+2, Vishal Chawla wrote: > > I am trying to get Average Monthly Search for a keyword using the Adwords > API (v201402) in PHP. For this I am using the TagretingIdeaService > <https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIde

<    1   2   3   4   5   6   7   8   9   10   >