Re: Adding sitelink to AdGroup via API returns error

2013-08-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see another thread . Best, - Takeshi On Friday, August 16, 2013 10:03:16 PM UTC+9, Heidi Schuster wrote: > > > Hi there, I have managed to add a sitelink to a campaign using the > following code: > > Site

Adding sitelink to AdGroup via API returns error

2013-08-20 Thread Heidi Schuster
Hi there, I have managed to add a sitelink to a campaign using the following code: Sitelink[] links = new Sitelink[]{new Sitelink("API TEST", "http://bla.com";)}; SitelinksExtension se = new SitelinksExtension(); se.setSitelinks(links); CampaignAdExtension ad =