Re: Updating Feed Attributes (related to Upgraded URLs)

2015-05-26 Thread Stacie Waleyko
Hi Josh, Thank you for the pointers! It sounds like I am heading down the right track :-) Thanks, Stacie On Tuesday, May 26, 2015 at 12:17:27 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Stacie, > > Sorry, I misread your question on migrations. Unfortunately, we don't have > a gu

Re: Updating Feed Attributes (related to Upgraded URLs)

2015-05-26 Thread Josh Radcliff (AdWords API Team)
Hi Stacie, Sorry, I misread your question on migrations. Unfortunately, we don't have a guide specifically on using feed services to migrate to upgraded URLs. The closest example we have is the AddSiteLinksUsingFeeds.java example

Re: Updating Feed Attributes (related to Upgraded URLs)

2015-05-26 Thread Stacie Waleyko
Hi Josh, Thanks for the detailed response. Agreed that the best way is to use the attribute field mapping to figure out which placeholder field the attribute corresponds to. We create all our extensions with feed services (we don't use any extensions created by the AdWords UI/system) so it woul

Re: Updating Feed Attributes (related to Upgraded URLs)

2015-05-26 Thread Josh Radcliff (AdWords API Team)
Hi Stacie, You can only *add* attributes to a Feed. You won't be able to modify existing attributes of a Feed, e.g., you won't be able to change their types. I would recommend against relying on specific attribute IDs always being of a specific type. In particular, feeds created by the AdWords

Updating Feed Attributes (related to Upgraded URLs)

2015-05-22 Thread Stacie Waleyko
Hello, We are working on migrating our sitelinks to use upgraded URLs. We are using feed services to create sitelinks with link text going in attribute #1 and the URL in attribute #2. New sitelinks are created with upgraded URLs that are stored with attribute #2 (attribute #2 is of type URL_LIS

Re: Feed attributes

2013-11-14 Thread Takeshi Hagikura (AdWords API Team)
Hi Magnus, I got your point. I don't think it's possible to change the feed attributes once you create a feed. Please consider create a new feed. Best, - Takeshi, AdWords API Team On Wednesday, November 13, 2013 9:57:57 PM UTC+9, Magnus Ljung wrote: > > Hi Takeshi, > >

Re: Feed attributes

2013-11-13 Thread Magnus Ljung
Hi Takeshi, No, but I don't want to remove the FeedMapping attribute field mappings, I'd like to remove the FeedAttributes from the Feed. I've tried FeedService.mutate(SET) with a subset of the feed attributes that I already have. I have also tried to use FeedService.mutate(RE

Re: Feed attributes

2013-11-11 Thread Takeshi Hagikura (AdWords API Team)
> > Is there any way to remove feed attributes from a feed? If that is > impossible, can I change the name of a feed attribute somehow? > > I have some buggy code that have created some unwanted attributes on a > feed and I'd like to

Feed attributes

2013-11-01 Thread Magnus Ljung
Hi, Is there any way to remove feed attributes from a feed? If that is impossible, can I change the name of a feed attribute somehow? I have some buggy code that have created some unwanted attributes on a feed and I'd like to clean that up. Thanks /M