Technical Specification - OnDevice - OttSupplementaryActionService - Instagram
Technical Specification - OnDevice - OttSupplementaryActionService - Instagram
OnDeviceOttSupplementaryActionService
Instagram
www.Infovista.com | 1
Copyright Infovista Sweden AB 2022
TEMS is a trademark of Infovista. All other trademarks are the property of their respective holders.
No part of this document may be reproduced in any form without the written permission of the copyright holder.
The contents of this document are subject to revision without notice due to continued progress in methodology, design and
manufacturing. Infovista shall have no liability for any error or damage of any kind resulting from the use of this document.
www.Infovista.com | 2
Contents
1 Introduction....................................................................................................................................................... 4
2 Versions ........................................................................................................................................................... 5
3 KPIs .................................................................................................................................................................. 6
3.1 Supported KPIs ......................................................................................................................................... 6
4 Configurations .................................................................................................................................................. 6
4.1 Example Script Parameters ....................................................................................................................... 6
4.2 Common Configurations............................................................................................................................ 6
4.3 Unique Configurations ............................................................................................................................... 7
5 Error Codes ...................................................................................................................................................... 8
6 Known Limitations .......................................................................................................................................... 12
7 Other Notes .................................................................................................................................................... 13
www.Infovista.com | 3
1 Introduction
This document provides information for understanding and implementing support for TEMS OnDevice OTT
Supplementary Action service for Instagram.
www.Infovista.com | 4
2 Versions
Versions Device * Support Date
2.0 Samsung S21+ GM-996B ODM+ Android 12 25 Jan 2024
* The list of devices listed above only represent the devices that were used to verify the python script. In general, the python script
should work for all TEMS connectable devices.
www.Infovista.com | 5
3 KPIs
Refer to General Technical Specifications for OnDeviceOttSupplementaryActionService document for the list of
supported KPIs.
4 Configurations
-a searchhashtag -ht football -pwis False -cs 1000000 -nat 5 -dnst 6 -ttfbt 7
Refer to General Technical Specifications for OnDeviceOttSupplementaryActionService document for the list of
common configurations.
www.Infovista.com | 6
The chunk size will dramatically affect the performance if is set too small.
Recommended value to be above 10000 bytes.
Omit or set to 0 to disable.
www.Infovista.com | 7
5 Error Codes
www.Infovista.com | 8
114 report_supplementary_action_ui_automation_action• Error when calling
error report_supplementary_action
ui_automation_action python interface
• Unlikely to be caused by the Instagram App.
• Requires trp and logcat for troubleshooting
by R&D.
120 Empty hashtag text input in the script argument • The search input is empty
121 Failed to find the search input bar. • Failed to find search input bar during search
hashtag.
• Could be due to page failed to load
• A very slow internet connection could cause
this error.
122 Failed to load search results • Failed to load the search results of the
hashtag
• A very slow internet connection could cause
this error.
www.Infovista.com | 9
122 Failed to load search results. • Failed to load search result during search.
• Could be due to page failed to load
• A slow internet connection could cause this
error.
130 Could not find feed tab • Failed to load the user screen page during
load user timeline.
• Could be due to user page does not exists.
• A very slow internet connection could cause
this error.
131 Failed to load feed • Failed to load the feed page during load user
timeline.
• Could be due to user page does not exist.
A slow internet connection could cause this
error.
www.Infovista.com | 10
150 Failed to load Instagram application • Failed to load Instagram app.
• Instagram app is not installed.
www.Infovista.com | 11
6 Known Limitations
www.Infovista.com | 12
7 Other Notes
www.Infovista.com | 13