Donations2 Tracking Code?

Options

I was hoping to get a good answer to this question... I was wondering how the tracking code gets generated after a transaction gets made.

When a donation is made the user gets a transaction summery at the end of the process... Now when you test drive your form you get: Transaction Code: Null so you can't really see what that transaction code is.

I would like to know how that gets generated to see what number we are at with transactions.

Thank You,

Matthew Andrade

Tagged:

Comments

  • Hello Matthew,

    A tracking code, or confirmation code wouldn't exist for a test transaction. This is why you will see the null value in a test drive.

    The user confirmation code breaks down like this:

    AAAA-BBBBB-C-DDDD-EEEE

    A- Site ID

    B- Campaign (or Event, not TeamRaiser) id

    C- Donation Type:

    1- regular donation

    3- sustaining gift

    4- ticket purchase

    20- TeamRaiser reg

    25- eCommerce purchase

    D- user_pledge_id on user_pledge table

    E- transaction_id on transaction table

    Regards,

    Steve

Categories