Page Load
Unique identifier for your program.
1000Required. Destination URL that is intercepted by the app.
- If the app open occurs from an impact.com tracking link, send the full tracking link (e.g.,
https://mysite.pxf.io/c/1234567/12345/1234?sharedid=abcd). - If the app is opened directly (e.g., not redirected from a URL), do not send any value.
- If the app open occurs from a non-Impact URL, send the actual URL with
https:(e.g.,https://www.example.com?name=value). - If the app open occurs using a custom URI scheme, send the full URI (e.g.,
app://view?sharedid=abcd).
Tip: When testing clicks and events, append ?impacttest=1 to your PageUrl.
https://www.acme.com/products/tennis-ballsRequired for mobile/app opens. For mobile app opens, this value is the "System App ID" of your app in impact.com. Found in Settings → Mobile Apps.
12345Required for iOS app opens. Apple ID for Advertising (IDFA) associated with the mobile device the customer converted on. Used for attribution purposes. Typically only available for iOS in-app conversions.
38400000-8cf0-11bd-b23e-10b96e40000dRequired for Android app opens. Google Advertising ID associated with the mobile device the customer converted on. Used for attribution purposes. Typically only available for Android in-app conversions.
38400000-8cf0-11bd-b23e-10b96e40000dISO 8601 format of the event time.
2026-09-10T22:55:32-08:00URL of the referring website.
https://www.google.com/Anonymous user identifier. If CustomProfileId is not provided, please provide at least one of the following identifiers: GoogAId, AndroidId, AppleIfa, AppleIfv, ClickId, or CustomerId.
a1b2c3d4e5f6Your unique non-PII customer identifier.
BCZ2WVSH674563PDPYOTM3AXDQSHA-1 hashed email address.
customer@gmail.comUser tracking consent status.
trueUser agent of the customer, used to provide device reporting. Primarily used for web traffic. See DeviceMfr and DeviceModel for the equivalent for in-app requests.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36Apple ID for Vendors (IDFV).
38400000-8cf0-11bd-b23e-10b96e40000dIP address of the customer. The IP address is used to help the system identify fraudulent activity. The IP address can be used for attribution in the case of installs.
72.194.216.61Name of the mobile app. Only for mobile events.
Acme AppPackage name for the mobile app the user installed. Only for mobile events.
com.acme.appVersion of the mobile app. Only for mobile events.
1.2.3Mobile device's manufacturer. impact.com expects this to be passed in a specific format—refer to the code below that needs to be included in your mobile app to capture the value in the appropriate format.
AppleMobile device's model. impact.com expects this to be passed in a specific format—refer to the code below that needs to be included in your mobile app to capture the value in the appropriate format.
iPhone 15Successfully tracked the event. The response contains tracking data such as clickId, and may include landingPage, sessionStart, or warnings.
The request was invalid due to missing or malformed parameters. The response contains an errors object.
Last updated
