retarget by ip address?

chatmasta

New member
Jan 7, 2007
2,613
68
0
NYC
Do any retargeting companies offer this? I'm having trouble finding one that does.

I want to put a list of IP addresses into a form, and serve an ad to anyone with that IP address.
 


related

If anyone wants to drop a cookie in an image (e.g. forum signature), here's the code

Code:
from flask import send_file

from flask import Flask
from random import randint
app = Flask(__name__)


@app.route('/')
def cook():
    filename = 'flask.png'
    resp = send_file(filename, mimetype='image/png')
    resp.set_cookie('username', str(randint(5,100)))

    return resp

if __name__ == '__main__':
    app.run(debug=True)
 
Do any retargeting companies offer this? I'm having trouble finding one that does.

I want to put a list of IP addresses into a form, and serve an ad to anyone with that IP address.

Yes you can do this through email. Hit up HUGE emailers. Anyone who isn't like industry top 10 emailers probably doesn't have enough coverage to make it worthwhile.
 
You can check out Bluagile, they have a retargeting feature where you can add a whitelist to target those IP addresses