Re: Sitelinks upgraded URLS

2015-06-30 Thread Josh Radcliff (AdWords API Team)
Hi, Do you have the *requestId* from the SOAP response for a request where you encountered the *INVALID_URL* error? If so, please send that over so I can investigate further. Thanks, Josh, AdWords API Team On Tuesday, June 30, 2015 at 10:11:32 AM UTC-4, Francesco Della Vedova wrote: > > Hello

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

Re: Sitelinks upgraded URLS

2015-06-30 Thread Anthony Madrigal
Hi, Could you try using *sitelinkUrl *instead of *sitelinkFinalUrls*? The URL you provided should not be giving an error. Also, please make sure you are using the CampaignExtensionSettingService .

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'