- Jun 16, 2010
- 992
- 131
We have a what's called a postback file that sends conversions back to Facebook and other advertising networks. However, I want a postback to be sent to Facebook, but I don't want them to know the domain that is sending the postback. I have a file on www.secretdomain.com/postback.php. I then have the Facebook conversion pixel on www.facebookpixel.com/postback.php.
What's the best way to include the file from www.facebookpixel.com/postback.php into our www.secretdomain.com/postback.php? So when the conversion is sent back Facebook will think it's the www.facebookpixel.com/postback.php sent it in vs our secret domain?
I was thinking adding PHP fopen ? Or would this not work?
What's the best way to include the file from www.facebookpixel.com/postback.php into our www.secretdomain.com/postback.php? So when the conversion is sent back Facebook will think it's the www.facebookpixel.com/postback.php sent it in vs our secret domain?
I was thinking adding PHP fopen ? Or would this not work?