send date_filter in the url that is set up to embed in another site?

Where should the data be sent so that the dasboard is embedded with a specific date filter?

 const urlData = {

    host: 'looker.com',

    secret: 'secretsecretsecret',

    external_user_id: '91',

    first_name: 'name',

    last_name: 'last_name',

    group_ids: [1],

    external_group_id: '',

    permissions: ['access_data',

      'clear_cache_refresh',

      'download_without_limit',

      'schedule_look_emails',

      'see_drill_overlay',

      'see_lookml_dashboards',

      'see_looks',

      'see_user_dashboards',

      'send_to_integration'],

    models: ['mode’],

    access_filters: {

    },

    user_attributes: {

    },

    session_length: fifteenMinutes,

    embed_url: `/embed/dashboards-next/${reporteId}`,

    force_logout_login: true

  }

Field that I want to load dynamic

2e74cd94-8bda-4d55-a5d7-57bd52a25c57.png

thanks.

0 0 34