question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sending params with Event tracking

See original GitHub issue

Hello,

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:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
uercegcommented, Feb 12, 2018

@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.

0reactions
alamboleycommented, Feb 12, 2018

@uerceg thanks for the detailed explanations.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found