New Tracking System

As far as bulk upload for creatives, yea it really is a pain to upload 1 by 1. My options are:
1) Create some Java applet (or maybe Flash can do this? I don't know) that allows multiple upload kind of like Facebook's image upload tool.
2) Make the creative uploader automatically recognize zip files and extract any images from it.

Personally #2 seems preferable but I'm open to suggestions. Also I think being able to upload directly from the 'Create Ads' section would be nice too, instead of having to go to the creatives section to do that.

#2 wouldn't be too bad, however I think there is a relatively easy way to do #1 (upload multiple files at once) in php... pretty sure I did it in a project a couple years ago, I'll ask my old biz partner and let you know how we did it.

For split testing ages you select the age range, and the increment to split test.

21c6m4m.gif


so that splits it into 20-25,25-30,30-35 and so on. I can't really think of a better way to do it, what exactly are you trying to do in this case?

Thanks for explaining this, I didn't understand exactly how that all worked. That makes sense to me. On some of the other ad creators, they just have a textbox that lets you put in "21-25,26-30,31-33" etc, comma delimited like that, which seems to work well.. might consider switching to that since the "increment" thing wasnt obvious to me and might not be to other people either

For linking to your LP without redirecting through the tracker you can use either 'Javascript' type tracking or none at all. Here's a screenshot:

10wpamc.gif


When you select 'none' you can enter the URL for that ad, and it wont go through the tracking system at all. The <%ad_id%> variable will be replaced with the ad's LambdaTracker id, but not a unique id for the visitor.

If you use the javascript method, when it submits the ad it will do all the things a normal redirect would do (just make sure you included the javascript tracking script on the landing page, the link is under the 'tracking' section). The actual URL would look something like www.yourlpdomain/yourlp.html#1234 where 1234 is the Ad Id. Once the page is loaded the javascript will strip that 1234 so all the visitor sees is the hash at the end of the url. This then sets all the variables on your tracking domain's PHP session, including the unique visitor ID for subid tracking.

So really javascript is your best bet, 'none' is for people who just want to use the mass upload feature without tracking through LambdaTracker at all.

Thanks, I'll try again with the javascript redirect and see how that works for me.

I also have one feature request to throw at you: multivariate testing (so you can test multiple parts of a landing page such as different headers, titles, graphics, etc) a good example of this is Affiliate Prophet. I'd love it if all these variables were to pass through lambdatracker and I wouldn't have to setup multiple systems for every campaign, tracking through one place would be epic. Another way you might be able to swing the multivar would be to integrate google website optimizer or create a GWO plugin that creates the split tests for you and spits out what code to put in your lander or something.

---------
All that aside, I want to give you a huge pat on the back because this thing really shows a lot of promise, and will definitely kick ass in the next versions, keep up the good work!
 


wow. first thread i read and this is awesome. your stuff is a game changer, automatica!
 
I got everything working except facebook syncing, I tried with 2 accounts but downloading data and submitting ads isn't working for me. Thanks for the great free code though!
 
I got everything working except facebook syncing, I tried with 2 accounts but downloading data and submitting ads isn't working for me. Thanks for the great free code though!


Did you create a campaign named 'lambda'?

LT will only work within that campaign on Facebook in order to not mess up any of your other ads and to keep things organized. If its still giving you problems send me a PM or email.
 
All common browsers will strip the http-referer from SSL requests.
HTTP/1.1: Security Considerations

so:
https://site-a > http://site-b = no referer sent

However - Mozilla based browsers (Firefox,Netscape,SeaMonkey..) have the following configurable option: Network.http.sendSecureXSiteReferrer
Network.http.sendSecureXSiteReferrer - MozillaZine Knowledge Base
I assume other browsers have similar options

thus:
https://site-a > https://site-b = referer sent
(if Network.http.sendSecureXSiteReferrer = true)

HTH
dhamma
The issue with SSL to hide refferers is that on IE it will point out that you are leaving a "secure website" which reduces conversions.
 
Did you create a campaign named 'lambda'?

LT will only work within that campaign on Facebook in order to not mess up any of your other ads and to keep things organized. If its still giving you problems send me a PM or email.

Are you actually planning to keep it this way? I always found this a little odd. Wouldn't this make your Facebook account a mess (or rather, that one campaign) once you run several FB campaigns through Lambda?
 
First, off props to you man. What you go going is great and it can only get better as time goes by.

I am having one problem though.

I installed everything like you said, and by the looks of it, everythings seems fine. I go to the login page and enter my username and password, and click login, but it doesn't log me in.

Can you offer any guidance on that?

Thanks!
 
First, off props to you man. What you go going is great and it can only get better as time goes by.

I am having one problem though.

I installed everything like you said, and by the looks of it, everythings seems fine. I go to the login page and enter my username and password, and click login, but it doesn't log me in.

Can you offer any guidance on that?

Thanks!

Heres a picture of what I mean:

sexg.png
 
First, off props to you man. What you go going is great and it can only get better as time goes by.

I am having one problem though.

I installed everything like you said, and by the looks of it, everythings seems fine. I go to the login page and enter my username and password, and click login, but it doesn't log me in.

Can you offer any guidance on that?

Thanks!

The default username when you install is 'admin' with the password you used when you installed. Unless you logged in and created another user the username should be admin.

If thats not it, let me know so I can get some more details
 
The default username when you install is 'admin' with the password you used when you installed. Unless you logged in and created another user the username should be admin.

If thats not it, let me know so I can get some more details

fuck I feel like a retard... ah but its my first time installing something beyond wordpress... thought i needed to use my database username

christ i am sorry

ps. ill donate way more once im a little more ballin lol
 
Thanks for releasing this man, much props to you. Can't wait to see the upcoming updates.