Re: Adding new feed item to existing campaigns from feed

2014-09-23 Thread Josh Radcliff (AdWords API Team)
Hi Anil,

No, they will not be assigned to existing campaigns automatically. You'll 
have to update your *CampaignFeed*'s matchingFunction 
https://developers.google.com/adwords/api/docs/reference/v201406/CampaignFeedService.CampaignFeed#matchingFunction
 to 
include the new feed item IDs.

Cheers,
Josh, AdWords API Team

On Monday, September 22, 2014 5:47:51 AM UTC-4, techpoi...@gmail.com wrote:

 Hi,


 Will new feeds items created using FeedItemService also get assigned to 
 existing campaigns to which Feed is already assigned?

 Thanks,
 Anil


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/309cde40-328b-4d91-9d6b-80c6c0928d2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adding new feed item to existing campaigns from feed

2014-09-22 Thread techpoint . 2015


 Hi,


Will new feeds items created using FeedItemService also get assigned to 
existing campaigns to which Feed is already assigned?

Thanks,
Anil

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/133d727c-f894-45a8-8a9f-87bd79a6c978%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adding new feed item to existing campaigns from feed

2014-09-18 Thread Mariusz
Hi,

Assuming you already create new feed items, you need to remove existing 
matching function and create new one.

Cheers,

Mariusz

On Thursday, 18 September 2014 07:03:10 UTC+1, techpoi...@gmail.com wrote:

 Hi,

 We have created sitelink feed and feed items and assigned to some 
 campaigns. Now we want to add more feed items in feed.
 We are getting error when trying to assign new feed items to existing 
 campaigns from Feed using CampaignFeed service. Already has this feed 
 assigned

 Can't we only assign the newly added feed items by passing feed item ids, 
 or do we need to remove the existing feed items from campaigns and then add 
 all again?

 Our requirement is to add new feed items to existing campaigns from feed.

 Thanks,





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/57d43855-6371-4ac7-96eb-b8118c748f54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adding new feed item to existing campaigns from feed

2014-09-18 Thread Tomas Rimkus
Just use FeedItemService to add new items. You can use FeedService to 
retrieve attribute IDs. There is no need to do anything with 
CampaignFeedService after the feed has been created.

On Thursday, September 18, 2014 8:03:10 AM UTC+2, techpoi...@gmail.com 
wrote:

 Hi,

 We have created sitelink feed and feed items and assigned to some 
 campaigns. Now we want to add more feed items in feed.
 We are getting error when trying to assign new feed items to existing 
 campaigns from Feed using CampaignFeed service. Already has this feed 
 assigned

 Can't we only assign the newly added feed items by passing feed item ids, 
 or do we need to remove the existing feed items from campaigns and then add 
 all again?

 Our requirement is to add new feed items to existing campaigns from feed.

 Thanks,





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ccb2cc36-c15d-437b-92c0-7652d32a1d36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.