Sending params with Event tracking
See original GitHub issueHello,
Moving from Appsflyer to Adjust, I’ve to sent custom params (let say which character has been choosen for example) to an event. Does Callback parameters
is the way to do it? The documentation is a ambiguous.
Example:
AdjustEvent adjustEvent = new AdjustEvent("abc123");
adjustEvent.addCallbackParameter("character", "John");
adjustEvent.addCallbackParameter("character_strength", "5");
Adjust.trackEvent(adjustEvent);
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Set up event parameters | Google Analytics 4 Properties
This guide shows you how to set up parameters for recommended events and custom events on your website so you can collect more...
Read more >Google Universal Analytics: Send additional parameters in ...
I've set up an event tracker with UA, and I'm interested in passing extra key-value pairs with each event tracker call. Google's documentation ......
Read more >How To Set Up Event Tracking in Google Analytics (via ...
Event type tags allow you to send event tracking 'parameters' to your Google Analytics reports. How you configure these 'parameters' defines what information...
Read more >GA4 Event Parameters Explained: A Practical Overview
GA4 event parameters can be confusing. This overview explains all you need to know to understand and use event parameters.
Read more >Event parameters in Google Analytics 4 - YouTube
With Google Analytics 4, you can track events and send event parameters with them. But what event parameters, really? How to properly send...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@alamboley @wei780901
Callback parameters on our platform are made to be sent via callbacks to an S3 bucket or client BI (so if you wanna get it like this, yes, it requires your own backend server to run). In same way, partner parameters are used to be sent to one of the partners. But in both cases we do not display contents of these parameters in our dashboard.
@uerceg thanks for the detailed explanations.