Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Tracking user location in Mobile SDK

Avatar

Level 2

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. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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

Avatar

Administrator

Hi @TokyoTye,

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

Thanks!



Sukrity Wadhwa