Retreive sitelink disapproval reason

2016-05-30 Thread jesus . romero
Hi, I'm trying to retreive the dissaproval reason thougth the API for all the sitelinks in my account, I don't get to find the field / service that I need. Can anyone guide me? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googl

Gender, Age and Device together in one report

2016-01-14 Thread jesus . romero
Hi I was wondering if there is any way to obtain a report containing the adgroup ID, with the Gender, Age and Device segments. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/

Re: Special Char in text ad

2015-11-17 Thread jesus . romero
Hi, I already try changing the default encoding but still doesn't works, can you tell me the encoding that the mutate function is suposed to read? becausa I have tried with unicode, UTF-8 and iso-8859-15 but with all of that I keep getting the same error. I don't know what the mutate function

Special Char in text ad

2015-11-16 Thread jesus . romero
Hi, I'm using the API with python everythin gis working fine until I try to upload a text ad with the word MaƱana in it. i'm using the Service: 'AdGroupAdService' and the version='v201509'. But I finded imposible to uploaded I kee getting the folloween error: UnicodeDecodeError:

Add label to textAd

2015-11-11 Thread jesus . romero
Hi, Im trying to add a label to a adGroup usnig this code def AddLabel(AdIDs,LabelID): ad_group_ad_service = ADWORDS_CLIENT.GetService('AdGroupAdService', version='v201509') operations = [] for AdID in AdIDs: operations += [{ 'operator': 'ADD', 'o

Trigger: Unable to read report data

2015-10-20 Thread jesus . romero
Hi, I work with the API in python, I was working with this report: report = { 'reportName': 'Camp', 'dateRangeType': 'CUSTOM_DATE', 'reportType': 'CAMPAIGN_PERFORMANCE_REPORT', 'downloadFormat': 'CSV', 'selector': { 'dateRange':{'min':PD,'max':U

Can't get QueryMatchTypeWithVariant nor Conversions

2015-10-08 Thread jesus . romero
Hi, I'm trying to get the next report: report = { 'reportName': 'Query Report', 'dateRangeType': 'ALL_TIME', 'reportType': 'SEARCH_QUERY_PERFORMANCE_REPORT', 'downloadFormat': 'CSV', 'selector': { 'fields': ['AdGroupId',