Re: request size limit exceeded on sitelinks only

2016-04-18 Thread Francesco Della Vedova
50 operations per request, > which is smaller than the normal limit of 5000. Please use under 250 > operations per request and let me know if that works. > > Regards, > Mike, AdWords API Team > > On Thursday, April 14, 2016 at 6:01:34 AM UTC-4, Francesco Della Vedova &

request size limit exceeded on sitelinks only

2016-04-14 Thread Francesco Della Vedova
Hi all, I started to see 'REQUEST_SIZE_LIMIT_EXCEEDED' on sitelinks recently, and I'm not sure what's due to. http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201601";> 00053061fa7ab9080ac11e56ec08cac2 CampaignExtensionSettingService mutate 1620 196 soap:Serv

Re: INVALID FIELD NAME error: Conversions on keywords performance report

2016-01-15 Thread Francesco Della Vedova
After a double check, it's indeed a version problem. Thank you! On Thursday, January 14, 2016 at 11:05:06 PM UTC+1, Anthony Madrigal wrote: > > Hi Francesco, > > Are you using AdWords v201509? If not, please migrate to the new version > by following the Migration guide >

INVALID FIELD NAME error: Conversions on keywords performance report

2016-01-14 Thread Francesco Della Vedova
As the title states. I see the field 'Conversions' in the report reference but the API responds with: Type: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT Trigger: None Field Path: Conversions Here's the query: SELECT Criteria, KeywordMatchType, Clicks, ConversionValue, Conversion

Re: Sitelinks upgraded URLS

2015-06-30 Thread Francesco Della Vedova
Hello Anthony, the service is the CampaignExtensionSettingService, the url works fine with 'sitelinkUrl', in fact I'm just upgrading due to the deprecation. All im doing is moving the url from 'sitelinkUrl' to 'sitelinkFinalUrls'. Is this a possible bug? On Tuesday, June 30, 2015 at 3:38:29 PM

Sitelinks upgraded URLS

2015-06-30 Thread Francesco Della Vedova
Hi, I'm trying to upload sitelinks with upgraded urls via ExtensionSettingsService. the operation looks something like the following (python) 'campaignId': CAMPAIGN_ID, 'extensionType': 'SITELINK', 'extensionSetting': { 'extensions': [{ 'xsi_type'

search term performance report is incosistent with the UI

2014-06-10 Thread Francesco Della Vedova
Hi all, I tried downloading a SEARCH_QUERY_PERFORMANCE_REPORT for an adgroup, but the report via API only returned 697 search terms, out of the 740 available on the SEARCH TERM segment on the UI. I double checked that the adgroup and time range is the same, so that's not the issue. Is there any

Re: GET call raises "Too many entries on result page"

2014-02-03 Thread Francesco Della Vedova
neral> > as > for the maximum number of results per request. > > Best, > - Takeshi, AdWords API Team > > On Friday, January 31, 2014 12:51:57 AM UTC+9, Francesco Della Vedova > wrote: >> >> As from the title. How many is "too

GET call raises "Too many entries on result page"

2014-01-30 Thread Francesco Della Vedova
As from the title. How many is "too many"? what are the best practices to avoid this error or manage the exception? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords

Impossible to ADD sitelinks: matching function fails to be pushed with strange error

2013-10-09 Thread Francesco Della Vedova
Hi all, I'm trying work out the new way to push sitelinks with the feed services, but i'm getting a very strange error: the trigger seems to be a malformed string, but it's not coming from my outgoing SOAP attached the SOAP log thanks for your help -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-10-07 Thread Francesco Della Vedova
Hi all...I'm trying to retrieve the site links as well, with the python library. I tried following the instructions in this thread but all I get is: adspygoogle.adwords.AdWordsErrors.AdWordsApiError: Fault occurred while processing. I tried providing FeedId when GETting from feeditemservice, I

Mutate job not working when setting experiment delta status

2013-07-24 Thread Francesco Della Vedova
here the sanitized SOAP. the request seems completed and successful but no changes appear online. This only happens when trying to set Experiment data: *** Outgoing SOAP ** http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords

Re: Experiments (ACE) for adcopies: 'get' method doesn't seem to work for ExperimentDeltaStatus and ExperimentDataStatus

2013-07-22 Thread Francesco Della Vedova
> > Could you please post a sanitized sample of your SOAP logs? or just the > requestId will suffice. > > Best, > > - David Torres - AdWords API Team > > On Tuesday, July 16, 2013 11:38:01 AM UTC-4, Francesco Della Vedova wrote: >> >> hello, >> i'

Re: Experiments (ACE) for adcopies: 'get' method doesn't seem to work for ExperimentDeltaStatus and ExperimentDataStatus

2013-07-22 Thread Francesco Della Vedova
On Tuesday, 16 July 2013 17:38:01 UTC+2, Francesco Della Vedova wrote: > > hello, > i'm trying to set up my application to run experiments. After setting up > the experiment at campaign level, I try to get the ExperimentDeltaStatus of > the adcopies, that I assume to be mod

Experiments (ACE) for adcopies: 'get' method doesn't seem to work for ExperimentDeltaStatus and ExperimentDataStatus

2013-07-16 Thread Francesco Della Vedova
hello, i'm trying to set up my application to run experiments. After setting up the experiment at campaign level, I try to get the ExperimentDeltaStatus of the adcopies, that I assume to be modified (or on adwords online, 'control and experiment'). But the field seems to always be empty...I adde

Re: Duplicate Ad Copies being pushed

2013-06-26 Thread Francesco Della Vedova
in it for instance? Which campaign id and adgroupid are you seeing this > issue for? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Tuesday, June 25, 2013 3:28:20 PM UTC+5:30, Francesco Della Vedova > wrote: >> >> I forgot to mention that I use Bulk

push destination url override at keyword level

2013-05-07 Thread Francesco Della Vedova
Hi All, I'm using the latest version of the api in python. I'm trying to push new keywords, but i get the following error: adspygoogle.common.Errors.ValidationError: Field 'destinationUrl' is not in type 'AdGroupCriterion' with the following request to AdGroupCriterionService: {'AdGr

mutatejobservice on a existing and new campaigns

2013-02-06 Thread Francesco Della Vedova
hello, i manage to post a campaign through the python library, using a series of 'for' loops that follow the objects hierarchy in adwords. ie for campaigns in campaigns_list: operations- try: camp = campaign.mutate #with 'ADD' operator except AdWordsRequestError: camp = campaign.

set the xml parser for oauth2 to ElementTree

2013-02-03 Thread Francesco Della Vedova
Hi all, I am trying to use the python library to connect to my account. I manage to get through the authentication, but then i get the error OAuth2 authorization successful! Traceback (most recent call last): File "use_oauth2.py", line 134, in oauth2_client_secret) File "use_oauth2.py",