Hello Cesar, Thank you for sharing the details privately. It looks like there are more than 500 feed extensions in your account. Can you try increasing the index range and retry the API request? If you continue to have an issue with this, can you try the API request for a specific campaign by filtering for the ExtensionType as Sitelink? Please find the sample request below:
Selector selector = new SelectorBuilder() .fields(CampaignExtensionSettingField.CampaignId, CampaignExtensionSettingField.ExtensionType, CampaignExtensionSettingField.Extensions) .equals(CampaignExtensionSettingField.CampaignId, Long.toString(campaignId)) .equals(CampaignExtensionSettingField.ExtensionType, FeedType.SITELINK.getValue()) .build(); Can you give this a try and let me know how it goes? Regards, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/cdaa6734-03a0-462b-9039-928d041a1b02%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
