How To Integrate Landing Cube with Google Analytics
Setting up the Integration
LandingCube integrates seamlessly with Google Analytics. You can set up tracking in the “Integrations” page of your campaign. Tracking is campaign specific in case you need to use different accounts for different products.
To set this up, simply paste your Google Analytics tracking ID into LandingCube on the "Integrations" page of your chosen promotion. Your Google Analytics tracking ID will look something like this: UA-000000-2
.
How to find your Google Analytics tracking ID
1. Sign in to your Analytics account.
2. Click Admin(Cog icon) from the bottom left side of the screen.
3. Select an account from the menu in the ACCOUNT column.
4. Select a property from the menu in the PROPERTY column.
5. Under PROPERTY, click Tracking Info > Tracking Code.
Your tracking ID and property number are displayed at the top of the page.
How LandingCube tracks Google Analytics events
LandingCube tracks the following Google Analytics events.
Event 1: Upon pageview we will pass the following standard event to Google:
ga(“send”, “pageview”)
Event 2: When a viewer has successfully signed up and claimed their promo we will pass the following information along to Google:
ga(“send”, “event”, “LandingCube”, “optin”, “campaign name”)
Event 3: When a viewer has continued on through to your Amazon product, we will send this event:
ga(“send”, “event”, “LandingCube”, “click through to Amazon”, “campaign name”)
Tip:
Unfamiliar with Google Analytics events? Read this primer.
Problems, or questions? Please feel free to contact our support Here.