PixelMe Destination
quick info
PixelMe Smart Attribution works by gathering all your traffic from any source and attributing it instantly using UTMs. Combined with our event tracking, you can easily see which traffic is causing which conversions on your website.
This destination is maintained by PixelMe. For any issues with the destination, contact the PixelMe team.
This document is about a destination which is in beta
This means that the PixelMe Destination is in active development, and some functionality may change before it becomes generally available.
Getting Started
- From the Segment web app, click Catalog.
- Search for “PixelMe” in the Catalog, select it, and choose which of your sources to connect the destination to.
- Enter the “API Key” into your Segment Settings UI which you can directly copy-paste from your PixelMe dashboard.
- To find the API Key, go to Settings > Integrations
Page
If you’re not familiar with the Segment Specs, take a look to understand what the Page method does. An example call would look like:
analytics.page()
Unique page calls will be sent to PixelMe as a Visitor
.
Screen
If you’re not familiar with the Segment Specs, take a look to understand what the Screen method does. An example call would look like:
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
Screen
calls are saved but not processed by default. If you want to use screen
calls with PixelMe, let the PixelMe team know.
Identify
If you’re not familiar with the Segment Specs, take a look to understand what the Identify method does. An example call would look like:
analytics.identify('userId123', {
email: 'john.doe@example.com'
});
Identify
calls are saved but not processed at the moment. PixelMe will use these calls shortly to merge users path to attribute a conversion event to the correct anonymous id. Of course, all Identify
calls received will be used to merge users, so PixelMe recommends to send them as soon as you can.
Track
If you’re not familiar with the Segment Specs, take a look to understand what the Track method does. An example call would look like:
analytics.track('SignUp')
Track calls will be sent to PixelMe as conversion events. In the previous example, a SignUp
conversion event will be sent to PixelMe.
This page was last modified: 20 Oct 2020
Need support?
Questions? Problems? Need more info? Contact us, and we can help!