android_sdk icon indicating copy to clipboard operation
android_sdk copied to clipboard

Adjust Callback Not Substituting `adj_custom_param`

Open hrishikeshsoman opened this issue 7 months ago • 5 comments

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?

hrishikeshsoman avatar Jun 05 '25 09:06 hrishikeshsoman

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 avatar Jun 05 '25 09:06 uerceg

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

hrishikeshsoman avatar Jun 05 '25 09:06 hrishikeshsoman

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 avatar Jun 05 '25 09:06 uerceg

@uerceg That will be awesome, if you could share any other repos that I can post the same question would be helpful as well.

hrishikeshsoman avatar Jun 05 '25 09:06 hrishikeshsoman

Usually questions like this should go either to your dedicated account manager if you have one or to [email protected].

uerceg avatar Jun 05 '25 09:06 uerceg

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

shashanksu avatar Oct 13 '25 11:10 shashanksu