Adjust Callback Not Substituting `adj_custom_param`
Description: We’re using a deep link like:
https://app-custom-link/?adj_t=xxxxx&adj_custom_param=1
and our S2S callback template is currently:
https://<our-api>/v1/public/adjust?
&campaign_name={campaign_name}
&creative_name={creative_name}
&adgroup_name={adgroup_name}
&network_name={network_name}
&adjust_id={gps_adid}
&custom_param={adj_custom_param}
However, Adjust sends back custom_param={adj_custom_param} instead of custom_param=1, so our controller never receives the actual value. Is using &custom_param={adj_custom_param} the correct approach? If not, how should we configure Adjust (or our callback) so that the adj_custom_param from the click URL arrives as a usable parameter?
Hey @hrishikeshsoman,
Thanks for reaching out. Just to make sure I understand the question - are you expecting to get the value of this parameter inside of the SDK or as part of some callback we send to your end?
@uerceg Thanks for the quick reply! I am expecting to receive this parameter in a server callback that Adjust is suppose to call on an event.
Thanks for clarification. In here (GitHub repos) we who reply are helping with SDK related issues, but I'll try to see if I can find someone to help with this question on our end. Stay tuned.
@uerceg That will be awesome, if you could share any other repos that I can post the same question would be helpful as well.
Usually questions like this should go either to your dedicated account manager if you have one or to [email protected].
Hi @hrishikeshsoman,
I hope your issue has been resolved. I’ll go ahead and close this ticket for now. If you still have concerns or need assistance, please feel free to reopen it at any time.
Thanks