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.
Solved! Go to Solution.
Views
Replies
Total Likes
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:
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
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:
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
Hi @TokyoTye,
Were you able to resolve this query with the given solution? Do let us know.
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies