PassMark Logo
Home » Forum

Append search results URL with affiliate ID

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • polkadotbugs
    Newbie
    • Sep 2020
    • 1

    #1

    Append search results URL with affiliate ID

    I'd like to append search results URL with affiliate ID, even if it requires manual update to exported php.

    How, where would I make this happen?

    Thanks!
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    Do all the URLs end in some type of constant string. (e.g. .html or .php, etc..)

    If so, then you can use the Rewrite links option to do something like this.

    Find in URL: .html
    Replace with: .html?refid=12345

    Comment

    Working...