Configuration ============= Connector offers two ways of configuration, which provide different levels of flexibility and can be used in combination: .. toctree:: :maxdepth: 1 :glob: connector_admin_interface inpage_configuration/index The easiest way to get started is by using Connector Admin Interface. See chapter :doc:`connector_admin_interface` for more details. In-Page Configuration offers a more fine-grained control and additional features. Read more about it in chapter :doc:`inpage_configuration/index`. Connector Admin Interface and In-Page Configuration can be used in combination to fit the specific needs of your integration. .. _configuartion_feature_matrix: Configuration Feature Matrix ---------------------------- The following feature matrix gives an overview of the features each way of configuration offers +---------------------------------+-------------------+----------------------------------------+ | | Feature | | Connector Admin | In-Page Configuration | | | | | Interface | | | | +-------------------+--------------------+ | | | | Connector Script| | Connector Script | | | | | Classic | | for Video | +=================================+===================+===================+====================+ | **Foundation:** | +---------------------------------+-------------------+-------------------+--------------------+ | | Define which part of a page | |check| | |check| | | | | is paid content [#cs_c]_ | | | | +---------------------------------+-------------------+-------------------+--------------------+ | Set up Single Purchases | |check| | |check| | |check| | +---------------------------------+-------------------+-------------------+--------------------+ | Set up Time Passes | |check| | |check| [#setup]_ | |check| | +---------------------------------+-------------------+-------------------+--------------------+ | Set up Subscriptions | |check| | |check| [#setup]_ | |check| | +---------------------------------+-------------------+-------------------+--------------------+ | **User Interface:** | +---------------------------------+-------------------+-------------------+--------------------+ | | Customize appearance of user | | |check| | | | | interface elements | | | | +---------------------------------+-------------------+-------------------+--------------------+ | | Customize translations of user| | |check| ||check| | | | interface elements | | | | +---------------------------------+-------------------+-------------------+--------------------+ | **Behavior:** | +---------------------------------+-------------------+-------------------+--------------------+ | | Register In-Page | | |check| | |check| | | | Configuration callbacks | | | | +---------------------------------+-------------------+-------------------+--------------------+ | | Set up Custom | | |check| ||check| | | | Analytics Integration | | | | +---------------------------------+-------------------+-------------------+--------------------+ | Video Specific configuration | | ||check| | | [#video]_ | | | | +---------------------------------+-------------------+-------------------+--------------------+ .. [#cs_c] This feature applies to :ref:`connector_script_classic` only. Read :ref:`connector_script_classic_content_obfuscation` for details. .. [#setup] Setting up Time Passes and Subscription via In-Page Configuration requires Connector Script 3, which introduces :doc:`./inpage_configuration/config_token`. .. [#video] Read :doc:`inpage_configuration/video` for details. .. |check| unicode:: U+02705 .. CHECK MARK