Error, missing Report Suite ID in AppMeasurement initialization | Community
Skip to main content
Level 2
July 26, 2017
Solved

Error, missing Report Suite ID in AppMeasurement initialization

  • July 26, 2017
  • 11 replies
  • 12735 views

I started getting this error from DTM: Error, missing Report Suite ID in AppMeasurement initialization.

The reporting suite working just right, but i'm not sure what is causing it.

Any help would be appreciated!

Thank you

Teo

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 Brian_Johnson_

Starting with either AppMeasurement v2.2.0 or v2.3.0, when setting var s = new AppMeasurement(), AppMeasurement expects you to pass a parameter containing the RSID(s). If you exclude the parameter, you get the "missing report suite ID" message you are seeing.

I haven't researched the purpose or need for the new parameter enough to tell you why it is now "required," but I can confirm that passing the parameter gets rid of the message. I've tried passing in both invalid data (ie// "xxxx") and legitimate RSIDs ("ie// "mydevrsid" or "myprodrsid"), with both having the same result.

EDIT: A quick example:

var myrsid = (prod) ? "myprodrsid" : "mydevrsid";

var s = new AppMeasurement(myrsid);

11 replies

SarahEOwen
Level 9
January 3, 2018

Hi all -

I realize this is a little bit of an older post and thread, but wanted to chime in that I reached out to Adobe Customer Support about this error and this was their reply:

Thanks -

Sarah