Hi,

Could you share the *AdGroupId* and (criterion) Id 
<https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report#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 Friday, September 9, 2016 at 6:37:30 AM UTC-4, Pippo wrote:
>
> 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 today in my 
> code
>             'reportType': 'KEYWORDS_PERFORMANCE_REPORT',
>             'downloadFormat': 'TSV',
>             'selector': {
>                 'fields': ['Date', 'Id', 'Criteria', 'KeywordMatchType', 
> 'AdGroupId', 'AdGroupName', 'CampaignId', 'CampaignName', 'AverageCpc', 
> 'AveragePosition', 'Impressions', 'Clicks','Conversions', 'ConversionRate'
> , 'Ctr', 'AverageTimeOnSite', 'BounceRate', 'Cost', 'CostPerConversion', 
> 'QualityScore'],
>             }
>         }
>         result = report_downloader.DownloadReportAsString(
>             report, skip_column_header=True, skip_report_header=True,
>  skip_report_summary=True)
>         return result
>
> and in the result list it returns aaa bbb when on adwords web page appears 
> as [aaa bbb] .
> Are there maybe some options which remove brackets from report download?
>
> Thanks again!
>
> Il giorno venerdì 9 settembre 2016 11:20:48 UTC+2, Joyce Lava ha scritto:
>>
>> 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 Performance Report 
>> <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report>
>>  with 
>> my test account using Java client library and the keyword that has square 
>> brackets [] were downloaded as it is. Could you please provide the report 
>> type where you see this behavior and I'll try that in Java client library 
>> to see if this is specific to Python client library?
>>
>> Also, for keyword that begins with plus sign (+), they are returned in 
>> the CSV reports as double quoted to avoid treating them as formula. The 
>> same thing applies for text that begins with minus sign (-). 
>>
>> Thanks,
>> Joyce, AdWords API Team
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/89c87b92-caa9-4c13-a8d4-03191f013220%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to