Google Super

GOOGLESUPER_QUERY_AUDIENCE_EXPORT

Tool to query a completed audience export. Use when you need to fetch user rows with pagination.

Remote googlesuper

Other tools also called GOOGLESUPER_QUERY_AUDIENCE_EXPORT? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "title": "Name",
      "examples": [
        "properties/1234/audienceExports/abcd-5678"
      ],
      "description": "Required. Resource name of the audience export. Format: properties/{property}/audienceExports/{audienceExport}."
    },
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": null,
      "maximum": 250000,
      "minimum": 1,
      "examples": [
        1000
      ],
      "nullable": true,
      "description": "Optional. Number of rows to return. Must be between 1 and 250000. Defaults to 10000."
    },
    "offset": {
      "type": "integer",
      "title": "Offset",
      "default": null,
      "minimum": 0,
      "examples": [
        0
      ],
      "nullable": true,
      "description": "Optional. Zero-based start row index for pagination. Defaults to 0."
    }
  }
}