According to the documentation we can automatically create a teaser page if we supply the device copositeId [1].
When I created my device using the wizard there was no compositeID generated. The only IDs I have are:
- Device Model ID located on the device page
- LWA Client ID
- Security Profile ID
None of these are in the format of:
- amzn1.dash.v1.composite.315d909f-e392-4040-8dba-48f8ec170a1c
I tried substituting in the Device Model ID for the hex unique identifier portion and the request erroredd out with:
- Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://fls-na.amazon.com/1/batch/1/OE/. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘*’).
Is this feature to have teaser pages autogenerated still available? If it is, how does one generate a compositeID or what should be used instead?
Thanks!