Hi,

Your use case is a bit different from the norm.  Usually an account 
contains far fewer AdGroups where each AdGroup contains multiple Ads that 
all share common sitelinks.  Sitelinks are meant to provide information 
that's relevant to the AdGroup but not necessarily set at a fine-grained 
level such as a per-keyword basis.

I'm not an expert on the AdWords Editor, but if it is using feed-based 
extensions then the same limits would apply.  The help 
center<https://support.google.com/adwords/editor/?hl=en#topic=3290839> for 
AdWords Editor may contain more information on the type of extensions it 
uses.

Cheers,
Josh, AdWords API Team

On Tuesday, April 1, 2014 4:15:49 PM UTC-4, Michael Ni wrote:
>
> My site is not a traditional web site with pages like a hierarchy.
>
> Site links should jump the user to highlighted sub sections or parts of 
> the site that the user would be most interested in.
>
> However, for my site, the most interesting parts of the site require 
> information passed by parameter.  So I may have to either show less 
> interesting parts of the site that don't require parameter like About Us , 
> which doesn't benefit the search experience, or I will have to just 
> maximize the 250k limit.
>
> By the way, with the Adwords editor, is that using the old ad extension 
> service?  or is it using the feed service?  and if using the feed service, 
> does the 250k limit also apply?
>
>
>
> On Tuesday, April 1, 2014 7:16:47 AM UTC-7, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> 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.

Reply via email to