Developers

Our platform was built to be flexible and intuitive for developers like you. You own all the data you collect with Tradable Bits. Our API and SDK are designed to make it easy to access your fan data, tickets and campaigns at any time, on your terms. Customize the front end of any of your campaigns with the help of our documentation, complete with examples. Our RESTful API helps you access, send or receive fan data from our system to your endpoints quickly and securely. Enrich your Fan CRM and Tickets Analytics with data from other CRM systems through our many integrations. Have any questions about our developers platform? Our support team is happy to help.

Campaign Customization

Personalize your campaigns with custom CSS! Easily edit the look of our 28+ social campaign options to suit your brand aesthetic. Social campaign CSS can be edited from the Campaign Setup under 'Additional Settings'. Here are some examples of simple changes to get you started.


Container Background Colour

Example: Changes Campaign container background to grey

.standalone-content {
    background-color: #E7E7E7;
}
                    

Button Colour

Any buttons shown in an app, such as voting apps, can be styled. Remember to include a hover state when styling buttons.

Example: Changes default button background to purple and text to white

.btn-default {
    color: #FFFFFF;
    background-color: #8229A5;
    border-color: #000000;
}

.btn-default:hover {
    background-color: #63207E;
}
                    

Voting Containers

For voting apps, the default gray boxes that contain the item name and number of votes can be styled.

Example: Changes to name area to light blue and the voting area to green

.photopoll-view {
    background-color: lightblue;
}

.photopoll-vote {
    background-color: green;
}
                    
Please contact us and we'll be happy to help you to customize your Campaigns.