Google Super

GOOGLESUPER_CREATE_AUDIENCE_EXPORT

Tool to create an audience export. Use after configuring the audience and dimensions to produce a long-running Operation.

Remote googlesuper

Other tools also called GOOGLESUPER_CREATE_AUDIENCE_EXPORT? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "parent": {
      "type": "string",
      "title": "Parent",
      "pattern": "^properties/[^/]+$",
      "examples": [
        "properties/1234"
      ],
      "description": "Parent resource name. Format: properties/{property_id}."
    },
    "audience": {
      "type": "string",
      "title": "Audience",
      "pattern": "^properties/[^/]+/audiences/[^/]+$",
      "examples": [
        "properties/1234/audiences/5678"
      ],
      "description": "Audience resource name to export. Format: properties/{property_id}/audiences/{audience_id}."
    },
    "dimensions": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "AudienceDimension",
        "properties": {
          "dimensionName": {
            "type": "string",
            "title": "Dimension Name",
            "default": null,
            "nullable": true,
            "description": "API name of the dimension to include."
          }
        },
        "description": "Dimension to include in the audience export."
      },
      "title": "Dimensions",
      "description": "List of dimensions to include in the export."
    }
  }
}