Status is, the package is out there and a number of people are using it. We paused active development because we are waiting to see how segments and all that jazz can be implemented in Umbraco 8.
You are more than welcome to a copy of the source. By mistake we included all external nuget packages in the repo and we haven’t found the time to clean up.
If someone has time to clean up and throw it on github it would be totally appreciated. I can add you on the github repo if you are up to the task. :)
The functionality works great as is, but we are not extending with more data destinations or sources. Each project have different destinations and sources that can easily be connected as it is right now.
The segment size calculation part of the plugin backend UI is a bit unwieldy but usually that data would be readily available in external segmentation tools like customer.io, mailchimp, your crm or whatever you sync with. :)
Suggestions for improvements are welcome. they could be the kickoff for a backlog for the project. :)
We're looking at doing some development on this package to get it working for Umbraco 7.9.x, but had a question about the Umbraco instance that is included in the repo.
We are wanting to use this site for testing, but no DB is included with it. Any chance of grabbing a copy? The alternative is to go with a clean instance, however, I see there are some dependencies that we would need to carefully manage.
Any assistance or advice you can provide would be very helpful.
There is a create script, but I don't know if it is up to date. (a table was missing untill release 1.4.2 and I don't know if we remembered to include it in the create script) :)
It should be the same sql as in the packe action:
https://github.com/Novicell/Footprint/blob/master/src/create_script.sql
Thanks a bunch for the info. We have this setup & working now. FYI, the create_script.sql was indeed out of date, so we just used the script that is in the FootprintPackageAction.cs file.
Once we have it to a point where we're happy, we'll shoot through a pull request and see what happens :-).
Source available?
I see the Github repo just has documentation. Any chance of opening the source for Footprint?
I am also keen to look at the source.
Hi Alex and Shannon..
I'll try and figure out if there is any plan of releasing the source.
I'll get back to you guys asap.
/ Mark
Novicell
Hey Mark
Just seeing if you have progressed this at all
Thanks Shannon
Hey guys,
team working on the package is currently on vacation including me, so expect the source code in early August. Just be patient a little :).
/Martin Novicell
I am also interested in having a look at the source of this package. Any info on an ETA yet?
Thanks.
Will the source be made available of this package ?
Dave
I am also keen to look at the source and maybe do some tweaks for 7.6
Thanks, David
Copy of an email to David can de Vliet:
Status is, the package is out there and a number of people are using it. We paused active development because we are waiting to see how segments and all that jazz can be implemented in Umbraco 8.
You are more than welcome to a copy of the source. By mistake we included all external nuget packages in the repo and we haven’t found the time to clean up. If someone has time to clean up and throw it on github it would be totally appreciated. I can add you on the github repo if you are up to the task. :)
/Adam
Bump. I could really use this with 7.7; I don't mind helping to clean up whatever is needed...
Would really love the source code
Source is now on github: https://github.com/Novicell/Footprint
Hi team,
I was wondering if anyone is actively working on this at the moment?
I'm keen to look at this package but will hang on if you are.
Unfortunately I'm a mere product manager so unable to help with the code tidy up Adam has requested.
Thank you for sharing!
Lorraine
Not really working on it from here.
The functionality works great as is, but we are not extending with more data destinations or sources. Each project have different destinations and sources that can easily be connected as it is right now.
The segment size calculation part of the plugin backend UI is a bit unwieldy but usually that data would be readily available in external segmentation tools like customer.io, mailchimp, your crm or whatever you sync with. :)
Suggestions for improvements are welcome. they could be the kickoff for a backlog for the project. :)
Have a nice weekend Adam
Hi there,
We're looking at doing some development on this package to get it working for Umbraco 7.9.x, but had a question about the Umbraco instance that is included in the repo.
We are wanting to use this site for testing, but no DB is included with it. Any chance of grabbing a copy? The alternative is to go with a clean instance, however, I see there are some dependencies that we would need to carefully manage.
Any assistance or advice you can provide would be very helpful.
Cheers, Danny
Hi Danny
Great stuff. It should be straight forward. simply install umbraco and run the sql fired in the package action manually: https://github.com/Novicell/Footprint/blob/master/src/ncBehaviouralTargeting.Library/PackageActions/FootprintPackageAction.cs
Please note> you can't run it on SQL CE.
There is a create script, but I don't know if it is up to date. (a table was missing untill release 1.4.2 and I don't know if we remembered to include it in the create script) :) It should be the same sql as in the packe action: https://github.com/Novicell/Footprint/blob/master/src/create_script.sql
Happy querying. :) Adam
Hi Adam,
Thanks a bunch for the info. We have this setup & working now. FYI, the create_script.sql was indeed out of date, so we just used the script that is in the FootprintPackageAction.cs file.
Once we have it to a point where we're happy, we'll shoot through a pull request and see what happens :-).
Thanks Again.
Cheers, Danny
is working on a reply...