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 would have been 
nice to maintain that level of consistency across accounts.

Thank you for the migration guide for extension settings. While we would 
very much like to migrate to extension settings we have invested a lot of 
energy in creating a system that works with feed services and currently do 
not have the resources to migrate to extension settings. Hopefully we can 
do this in the future. I was mainly looking for a guide to update sitelinks 
using feed services (not extension settings) but I'm fairly certain that 
doesn't exist. 

Thanks again,

Stacie

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0c8f74ad-3467-422f-b332-bf4437ae2306%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 guide specifically on using feed services to migrate to upgraded URLs. 
 The closest example we have is the AddSiteLinksUsingFeeds.java example 
 https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/extensions/AddSiteLinksUsingFeeds.java,
  
 which you may be able to modify to:

- Add attributes to your Feed for the upgraded URL fields
- Remove your existing FeedMapping and replace it with a new 
FeedMapping that includes the upgraded URL fields
- Update your FeedItems, populating the new upgraded URL fields

 Cheers,
 Josh, AdWords API Team

 On Tuesday, May 26, 2015 at 11:24:33 AM UTC-7, Stacie Waleyko wrote:

 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 would have been 
 nice to maintain that level of consistency across accounts.

 Thank you for the migration guide for extension settings. While we would 
 very much like to migrate to extension settings we have invested a lot of 
 energy in creating a system that works with feed services and currently do 
 not have the resources to migrate to extension settings. Hopefully we can 
 do this in the future. I was mainly looking for a guide to update sitelinks 
 using feed services (not extension settings) but I'm fairly certain that 
 doesn't exist. 

 Thanks again,

 Stacie



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4191e2bf-414b-4faa-878c-2a958232db6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/extensions/AddSiteLinksUsingFeeds.java,
 
which you may be able to modify to:

   - Add attributes to your Feed for the upgraded URL fields
   - Remove your existing FeedMapping and replace it with a new FeedMapping 
   that includes the upgraded URL fields
   - Update your FeedItems, populating the new upgraded URL fields

Cheers,
Josh, AdWords API Team

On Tuesday, May 26, 2015 at 11:24:33 AM UTC-7, Stacie Waleyko wrote:

 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 would have been 
 nice to maintain that level of consistency across accounts.

 Thank you for the migration guide for extension settings. While we would 
 very much like to migrate to extension settings we have invested a lot of 
 energy in creating a system that works with feed services and currently do 
 not have the resources to migrate to extension settings. Hopefully we can 
 do this in the future. I was mainly looking for a guide to update sitelinks 
 using feed services (not extension settings) but I'm fairly certain that 
 doesn't exist. 

 Thanks again,

 Stacie


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a12c4a10-6d87-43eb-99b4-2966b99a0fe0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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,

 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(REMOVE) 
 but that removed the feed itself, unsurprisingly.

 Regards,
 Magnus

 Den tisdagen den 12:e november 2013 kl. 08:50:40 UTC+1 skrev Takeshi 
 Hagikura (AdWords API Team):

 Hi Magnus, 

 It should be possible. Have you tried 
 FeedMappingServicehttps://developers.google.com/adwords/api/docs/reference/v201309/FeedMappingService.mutate
  
 (REMOVE)?

 Best,
 - Takeshi, AdWords API Team

 On Friday, November 1, 2013 12:04:05 AM UTC+9, Magnus Ljung wrote:

 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
 /Magnus



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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(REMOVE) 
but that removed the feed itself, unsurprisingly.

Regards,
Magnus

Den tisdagen den 12:e november 2013 kl. 08:50:40 UTC+1 skrev Takeshi 
Hagikura (AdWords API Team):

 Hi Magnus, 

 It should be possible. Have you tried 
 FeedMappingServicehttps://developers.google.com/adwords/api/docs/reference/v201309/FeedMappingService.mutate
  
 (REMOVE)?

 Best,
 - Takeshi, AdWords API Team

 On Friday, November 1, 2013 12:04:05 AM UTC+9, Magnus Ljung wrote:

 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
 /Magnus



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Feed attributes

2013-11-11 Thread Takeshi Hagikura (AdWords API Team)
Hi Magnus, 

It should be possible. Have you tried 
FeedMappingServicehttps://developers.google.com/adwords/api/docs/reference/v201309/FeedMappingService.mutate
 
(REMOVE)?

Best,
- Takeshi, AdWords API Team

On Friday, November 1, 2013 12:04:05 AM UTC+9, Magnus Ljung wrote:

 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
 /Magnus


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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
/Magnus

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.