unable to see (Tracking app installs from Adjust) in wizrocket campaign

38 views
Skip to first unread message

sheelend...@gmail.com

unread,
Aug 18, 2015, 10:56:35 AM8/18/15
to WizRocket support
i have integrated Adjust and WizRocket but install attribution data not showing in the wizrocket Campaign. Install attribution data is showing in Adjust Dashboard.In wizrocket campaign only showing one source (wizrocket) .how to see (Tracking app installs data) in wizrocket for testing purpose so confirm that everything is fine.
 i followed this code to integrate adjust 
String appToken = "{ADJUST_APP_TOKEN}";
String environment = AdjustConfig.ENVIRONMENT_PRODUCTION;
AdjustConfig config = new AdjustConfig(this, appToken, environment);
 
config.setOnAttributionChangedListener(new OnAttributionChangedListener() {
    @Override
    public void onAttributionChanged(AdjustAttribution attribution) {
        String source = attribution.network;
        String medium = attribution.trackerName;
        String campaign = attribution.campaign;
        wr.pushInstallReferrer(source, medium, campaign);
    }
});
Adjust.onCreate(config);

thanks

Ankit Arora

unread,
Aug 19, 2015, 1:04:16 PM8/19/15
to sheelend...@gmail.com, WizRocket support
What is the value of the source, medium, and campaign that you’re passing?

Best Regards,
Ankit.

--
You received this message because you are subscribed to the Google Groups "WizRocket support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wizrocket+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wizrocket/d2d06bdf-bda2-42ac-ab00-4cf5ce3252cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

sheelend...@gmail.com

unread,
Aug 19, 2015, 2:21:57 PM8/19/15
to WizRocket support, sheelend...@gmail.com
Values of source and medium are "Organic" but campaign is coming null from (attributon.campaign).
...

WizRocket support

unread,
Sep 11, 2015, 1:42:26 AM9/11/15
to WizRocket support, sheelend...@gmail.com
Hi Sheelendar,

Thanks for the update. Trust the issue was due to Adjust.


On Tuesday, August 18, 2015 at 8:26:35 PM UTC+5:30, sheelend...@gmail.com wrote:
...
Reply all
Reply to author
Forward
0 new messages