http://www.mysite.com?source=MyCampaign
gator.logEvent('Order', { id: 'ORD123', revenue: 99.95 });
                                        See our full API on what you can track.
                                    
                                            Ecommerce is tracked by logging events with specifice attributes.  For example:
gator.logEvent('Purchase', { revenue: 99.95 });
                                            | Path | Does it count? | 
| A - B - C | Yes | 
| A - C - B | No. The sequence is out of order. | 
| A - B - A - C | Yes. Even though the path was loose, the steps were completed in order | 
| A - B - C - C | Yes, but only one unique user is counted, even though the last step happened twice. | 
| A - B - C - A - B - C | Yes, but only one unique user is counted, even though the whole sequence happened twice. | 
| Situation | How to Setup | 
| Campaigns in Adwords or another ad product | Make sure these campaigns are tagged with query string parameters to indicate the campaign.  For
                                                    example, the referral should be like
www.mysite.com?source=myCampaign The ids 'source' and 'utm-campaign' are automatically tracked. If you have other parameters, you can add them from the projects page.  | 
                                            
| Ads already placed that do not have a campaign parameter. | In this case, you can set up specific referrers to a campaign. You can do that from the projects page. | 
Yes. You can set up specific referrers to a campaign. You can do that from the projects page by clicking on the 'Campaign Referrers' button.
| Name | Explanation | 
| Latest Campaign | If a user is referred to you via multiple campaigns, this is the latest campaign. It could have occurred many sessions ago. This is carried forward on all sessions after the referral. | 
| First Campaign | This is the first campaign the user was referred by. This is also carried forward on every session. | 
| Current Campaign | This is the campaign for the current session only. It is not carried forward. |