Hi, For your use case you could still use a single feed containing all of your feed items. You would then use the matchingFunction<https://developers.google.com/adwords/api/docs/reference/v201402/CampaignFeedService.CampaignFeed#matchingFunction> on each Campaign's CampaignFeed<https://developers.google.com/adwords/api/docs/reference/v201402/CampaignFeedService.CampaignFeed> to select which feed items you want to use for that particular campaign. You could further refine the selection by AdGroup by creating an AdGroupFeed<https://developers.google.com/adwords/api/docs/reference/v201402/CampaignFeedService.CampaignFeed#matchingFunction> .
Note, however, that there is still a limit of 250,000 feed items per account, so you will not be able to create separate feed items for every ad group if you have over 1 million ad groups. This limitation applies to both the API and the UI. Could you elaborate a bit on why you need distinct sitelink URLs for every ad group? Thanks, Josh, AdWords API Team On Monday, March 31, 2014 9:02:26 PM UTC-4, Michael Ni wrote: > > from this page > > https://developers.google.com/adwords/api/docs/appendix/limits#feed > > it says > > Feeds per > account20EntityCountLimitExceeded.ACCOUNT_LIMIT<https://developers.google.com/adwords/api/docs/reference/latest/FeedService.EntityCountLimitExceeded>We > > recommend using only one feed per extension type whenever possible.Feed > items per > account250,000EntityCountLimitExceeded.ACCOUNT_LIMIT<https://developers.google.com/adwords/api/docs/reference/latest/FeedService.EntityCountLimitExceeded> > N/AFeed attributes per feed20 > > I am looking to put 4 site links per ad group. My issue is it seems > Google wants for us to create 1 feed, and in my case assign 4 site links to > that feed, > and reuse that feed for each group. > > My problem is I need to pass dynamic parameters for each group inside the > url of the site link > > > I know this is available with valuetrack params > > {copy:[name]} > > specified in here > > https://support.google.com/adwords/answer/2375447?hl=en > > > but it is not good enough. Since I have over a million groups, I would > like to be able to add additional information per group in the site link > parameters. That would be fine but it seems I would need a million feeds, > where as I am only allowed 20. However per feed, I only need 4 items. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. For more options, visit https://groups.google.com/d/optout.