Coder Social home page Coder Social logo

Comments (9)

uerceg avatar uerceg commented on August 12, 2024 1

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

from unity_sdk.

uerceg avatar uerceg commented on August 12, 2024

Hi @alamboley

Sounds like this is the option you are looking for. On the Adjust dashboard, you have event which you have created and that has abc123 token. For it, you can set up callback URL which, when ever event is tracked, our backend will trigger and in there you format your URL and add what ever placeholders you would like to receive upon callback ping.

In case some of the things you want to see in that callback request from our backend to your servers which are only obtainable during app lifetime, this is the way how you can instruct to each key-value pair you set with call to addCallbackParameter method gets appended to your callback URL from the dashboard.

from unity_sdk.

alamboley avatar alamboley commented on August 12, 2024

Hi @uerceg, thanks for the answer but I'm a bit in trouble.

I will take an other example than Appsflyer with Google Analytics. Let say that I've an event:

googleAnalytics.LogEvent("Achievement", "Unlocked", "Slay 10 dragons", 5);

// Builder Hit with all Event parameters.
googleAnalytics.LogEvent(new EventHitBuilder()
    .SetEventCategory("Achievement")
    .SetEventAction("Unlocked")
    .SetEventLabel("Slay 10 dragons")
    .SetEventValue(5));

Does addCallbackParameter is the way to do it? I mean, I don't need callback URL, I just need to have a nice graph showing for specific events some custom data and being able to filter etc. The documentation isn't clear, but as I understand Adjust is not something like Google Analytics, right? It is more oriented on in app and sending data to other services.

The Web Analyst team send me to this SDK, but I'm not sure they have fully understand your product.

from unity_sdk.

uerceg avatar uerceg commented on August 12, 2024

@alamboley

I am still not sure I understand exactly what are you trying to achieve, probably since I am not really knowledgable in how Google Analytics dashboard work in this case. If you track event like above with Google Analytics, which options are you having on their dashboard later? Is it like, what ever you attach to the event, you have access to this data later on the dashboard and can do some actions based on that data (filter, etc)?

from unity_sdk.

alamboley avatar alamboley commented on August 12, 2024

Is it like, what ever you attach to the event, you have access to this data later on the dashboard and can do some actions based on that data (filter, etc)?

Yes, exactly.

from unity_sdk.

uerceg avatar uerceg commented on August 12, 2024

To be honest, I am not sure about this, this is definitely something that our Account Managers would be able to help you with. So when it comes to this, either ping you dedicated AM or simply send email with this question (and maybe referencing this issue) to [email protected].

from unity_sdk.

wei780901 avatar wei780901 commented on August 12, 2024

I have same question.
It's mean I need creat my HttpServer to keep my callbackparameter?
Dashborad just show the event count?

Thank you~

from unity_sdk.

wei780901 avatar wei780901 commented on August 12, 2024

@uerceg
I see, Thank for your answer

from unity_sdk.

alamboley avatar alamboley commented on August 12, 2024

@uerceg thanks for the detailed explanations.

from unity_sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.