mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
fix: Resolves Domain keyword Ideas generation issue.
This commit is contained in:
parent
50160f5b23
commit
252ae9aa84
@ -171,7 +171,7 @@ export const getAdwordsKeywordIdeas = async (credentials:AdwordsCredentials, adw
|
||||
language: `languageConstants/${language}`,
|
||||
pageSize: test ? '1' : '1000',
|
||||
};
|
||||
if (seedType === 'custom' && seedKeywords.length > 0) {
|
||||
if (['custom', 'searchconsole', 'tracking'].includes(seedType) && seedKeywords.length > 0) {
|
||||
reqPayload.keywordSeed = { keywords: seedKeywords.slice(0, 20) };
|
||||
}
|
||||
if (seedType === 'auto' && domain) {
|
||||
|
Loading…
Reference in New Issue
Block a user