Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Rereading this, I noticed your earlier statement of: I know that the KeywordMatchType returns the exact nature of KeywordText, > but I'd like anyway to download the KeywordText exactly as it appears on > adwords. Is it possible? > *No, this is not possible, but your idea below is exactly

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-20 Thread Pippo
Hello, sorry again but I've some privacy issues in my company and really can't provide the ids (I know, it's a really weird thing but it's not my decision)... Just a question: are you able to download a KeywordText with square brackets with Python API v201607 ? The issue is not only for one

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-13 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Could you send the IDs *only to me* by clicking *Reply privately to author* on this message? Thanks, Josh, AdWords API Team On Tuesday, September 13, 2016 at 5:39:28 AM UTC-4, Pippo wrote: > > Unfortunately I'm not allowed to publish neither the adgroupid nor the id > in a public forum,

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-13 Thread Pippo
Unfortunately I'm not allowed to publish neither the adgroupid nor the id in a public forum, I'm sorry... However I've even tried to use DownloadReportAsStream function, using different download formats, and the result is the same: I can see keywords like: "+aaa +bbb" (and KeywordMatchType is

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Could you share the *AdGroupId* and (criterion) Id where you are seeing this issue? I'd like to try to reproduce your exact report output on my side. Thanks, Josh, AdWords API Team On

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread Pippo
I use the Keywords Performance Report and the following code ... report_downloader = self.adwords_client.GetReportDownloader(version= 'v201607') report = { 'reportName': 'KEYWORDS_PERFORMANCE_REPORT', 'dateRangeType': self.dateRangeType, # set as

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread Pippo
I use the Keywords Performance Report and the following code ... report_downloader = self.adwords_client.GetReportDownloader(version= 'v201607') report = { 'reportName': 'KEYWORDS_PERFORMANCE_REPORT', 'dateRangeType': self.dateRangeType, # set as

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread 'Joyce Lava' via AdWords API Forum
Hello, Please feel free to ask your concerns about AdWords API and we're very much happy to assist you. Regarding your question above, I am not totally sure on what report type you tried to download that for the keyword = [aaa bbb], it was downloaded as aaa bbb. I tried to download Keywords

Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread Pippo
Sorry in advance fot this probably-naive question but I haven't been able to find any discussion on internet about this issue (if it's an issue)... I'm using the v201607 API for Python and I've noticed that KeywordText which on adwords web page appear as [aaa bbb] are downloaded by the API as