Re: Retrieve loner sitelinks using extension setting service

2015-06-29 Thread mm
Hey Juergen, asAdlucentSitelinks is semantically the same as the getSiteLinksFromFeed method in that sample code you linked to (that code is actually probably clearer than mine) -mm On Monday, June 29, 2015 at 12:59:34 PM UTC-5, Juergen Henning wrote: > > Hey Margaret, > > can you please post

Re: Retrieve loner sitelinks using extension setting service

2015-06-29 Thread Juergen Henning
Hey Margaret, can you please post the method "asAdlucentSitelinks"? I think the "magic" will be there. Do you know the sample code https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/migration/MigrateToExtensionSettings.java ?

Re: Retrieve loner sitelinks using extension setting service

2015-06-29 Thread mm
Hey Juergen - FWIW, after digging around some more, it looks like I might need to use the CustomerExtensionSettingService to read all the sitelinks for an account. Haven't had time to confirm yet. Perhaps I misspoke slightly when I said I was reading the sitelinks for a feed. I am looking at t

Re: Retrieve loner sitelinks using extension setting service

2015-06-29 Thread Juergen Henning
Hi Magaret, I don't know how to read all existing sitelinks with the CampaignExtensionSettingService. But I want to know, how I can filter all sitelinks with the FeedItemService. Do you have a code example? Thanks in advance and - sorry for the offtopic question... Juergen Am Samstag, 27. Juni

Retrieve loner sitelinks using extension setting service

2015-06-26 Thread mm
Hey guys - I was looking at moving all of my current feed-based sitelink management code to the CampaignExtensionSettingService. Right now, with Feed services I can retrieve all sitelinks for an account regardless of whether they have been associated with a Campaign or AdGroup. When using these