Skip to content

Several "default" possible

edited October 2014 in GSA Search Engine Ranker
Is it possible de define several default value ?

Exemple:

[alternative1]
type=extract
url=./1
find link=%target%

[alternative2]
type=extract
url=./2
find link=%target%


[profile_url]
type=extract
url=./page
find link=%target%
default=%alternative1%
default=%alternative2%

Will profile_url get value of alternative2() is alternative1 is empty?


Comments

  • SvenSven www.GSA-Online.de

    you should use this like this...

    
    [alternative1]
    type=extract
    url=./1
    find link=%target%
    default=%alternative2%
    
    [alternative2]
    type=extract
    url=./2
    find link=%target%
    
    
    [profile_url]
    type=extract
    url=./page
    find link=%target%
    default=%alternative1%
    
    
Sign In or Register to comment.