Re: Querying the search query report for accented charaters

2018-10-19 Thread manuel . lopes
Hi Milind, I sent you the query and Client Customer ID and the query in a private reply. Thanks, Manuel On Thursday, October 18, 2018 at 7:53:24 PM UTC+1, Milind Sankeshware (AdWords API Team) wrote: > > Hi Manuel, > > Could you please share your query along with the client customer id so > t

Re: Querying the search query report for accented charaters

2018-10-18 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Manuel, Could you please share your query along with the client customer id so that we can troubleshoot further? You can use 'Reply privately to the author' option while responding. Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Querying the search query report for accented charaters

2018-10-18 Thread manuel . lopes
Hello Michael, I did the same as Alex, and, for a long period of time, that solution worked. However, today, even after encoding the request with URL encode, no results are returned. Were there any changes to the API that make this solution obsolete? Thanks Manuel On Friday, November 13, 2015

Re: Querying the search query report for accented charaters

2015-11-13 Thread Michael Cloonan (AdWords API Team)
Hello, To my knowledge, this should work with other alphabets as well. If you run into issues with those, don't hesitate to reach out again. Regards, Mike, AdWords API Team On Friday, November 13, 2015 at 5:40:31 AM UTC-5, Axel Vermeil wrote: > > Hi Mike, > > That seems to work for me as well!

Re: Querying the search query report for accented charaters

2015-11-13 Thread Axel Vermeil
Hi Mike, That seems to work for me as well! It looks like I must URL escape all characters, and that I can even replace "+" with %20. So in the end, I can just stick the whole thing into encodeURIComponent() (I'm using nodejs) and get __fmt=XML&__rdquery=SELECT%20Impressions%2CClicks%2CCost%20

Re: Querying the search query report for accented charaters

2015-11-11 Thread Michael Cloonan (AdWords API Team)
Hello, I've gotten this to return results. Here's an example report request: __rdquery=SELECT+Impressions%2CClicks%2CCost+FROM+SEARCH_QUERY_PERFORMANCE_REPORT+WHERE+Query%3D%22structure+m%C3%A9tallique%22+DURING+20130206%2C20151103&__fmt=CSV It looks like, if you want to support accented charact

Re: Querying the search query report for accented charaters

2015-11-11 Thread Axel Vermeil
Hi Mike, I tried __fmt=XML&__rdquery=SELECT+Impressions,Clicks,Cost+FROM+SEARCH_QUERY_PERFORMANCE_REPORT+WHERE+Query="*structure > métallique*"+DURING+20130206,20151103 But still got no results. Axel On Tuesday, November 10, 2015 at 9:48:04 PM UTC, Michael Cloonan (AdWords API Team) wrote

Re: Querying the search query report for accented charaters

2015-11-10 Thread Michael Cloonan (AdWords API Team)
Hello, In your initial query, you have Query="structure+métallique" Try replacing the + in the quotes with a space character. This should hopefully allow you to query for accented characters. Let me know how it works out. Regards, Mike, AdWords API Team On Tuesday, November 10, 2015 at 10:51:

Re: Querying the search query report for accented charaters

2015-11-10 Thread Axel Vermeil
Hi Mike, I've sent you a private message with the customer ID. Axel On Tuesday, November 10, 2015 at 3:46:16 PM UTC, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > To help the engineering team look into this issue, we need some sample > queries. You've provided those, which is great

Re: Querying the search query report for accented charaters

2015-11-10 Thread Michael Cloonan (AdWords API Team)
Hello, To help the engineering team look into this issue, we need some sample queries. You've provided those, which is great, but unfortunately we also need your account ID for the right context. Please provide this to me whenever you get a chance; you can reply privately to me using the drop-

Re: Querying the search query report for accented charaters

2015-11-03 Thread Axel Vermeil
Thanks! I look forward to hearing more about this :). Note that I have not tested other characters such as arabic or cyrillic, but it would be great if those worked as well. Axel On Tuesday, November 3, 2015 at 6:44:32 PM UTC, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > Unfortuna

Re: Querying the search query report for accented charaters

2015-11-03 Thread Michael Cloonan (AdWords API Team)
Hello, Unfortunately, there are no ids for search queries like there are for other, more specific criteria like keywords. I'm going to follow up with the API team to see if there's something you can do to get this working with accented characters, or if not to add it as a feature request since

Querying the search query report for accented charaters

2015-11-03 Thread Axel Vermeil
Hi, When I search for a search_term in the search_query_performance_report, and this search term has an accent in it (in my case, é), it doesn't seem to find it. For example, in the account I'm looking at, doing the query: __fmt=XML&__rdquery=SELECT+Impressions,Clicks,Cost,Query+FROM+SEARCH_QUE