Tracking user location in Mobile SDK | Community
Skip to main content
Level 2
September 28, 2020
Solved

Tracking user location in Mobile SDK

  • September 28, 2020
  • 2 replies
  • 1090 views

Good evening, 

 

Do you know if when using the Mobile Sdk when Sending out push notifications to our app, if any data back, such as user location, is pushed back into ACC?  I cannot find anything that says it does thus why I am asking. 

 

Thanks in advance. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

 

The ootb tracking function has fixed usage afaik:

 

The function's purpose is to make an http get request to the tracking module, with 3 values in the url:

  • broadLog id
  • delivery id
  • 'tag id' - weird name for action taken, e.g. '2' is click.

 

You can overload tagId with arbitrary data, e.g. json payload, after changing the tracking col type from number to varchar.

Probably better off making a separate service outside tracking to handle custom data though.

 

Thanks,

-Jon

2 replies

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
October 7, 2020

Hi,

 

The ootb tracking function has fixed usage afaik:

 

The function's purpose is to make an http get request to the tracking module, with 3 values in the url:

  • broadLog id
  • delivery id
  • 'tag id' - weird name for action taken, e.g. '2' is click.

 

You can overload tagId with arbitrary data, e.g. json payload, after changing the tracking col type from number to varchar.

Probably better off making a separate service outside tracking to handle custom data though.

 

Thanks,

-Jon

Sukrity_Wadhwa
Community Manager
Community Manager
October 21, 2020

Hi @tokyotye,

Were you able to resolve this query with the given solution? Do let us know.

Thanks!

Sukrity Wadhwa