Skip to main content

The All Assets Page

The All Assets page displays the following types of assets that are created by your organization or that your partners grant data permissions for you to access:

  • Segments

  • Tables and Views

  • User-Defined Functions (UDFs)

All_Assets_Page.png

From the navigation pane, select Data Assets → All Assets to open the All Assets page.

Alternatively, if you know the asset type that you want to view and manage, go to Data Assets and then click the User-Defined FunctionsTables and Views, or Segments options. These pages provide the same features as the All Assets page while displaying only one asset type.

Note

If your organization lacks access to the Segment Builder feature, the left navigation pane does not display the Segments option.

Column Headings on the All Assets Page

The All Assets page table displays the following columns:

Note

To change the columns that are displayed, column order or width, the table sort order, or the table row spacing, follow the instructions in "Changing the Table Display".

Column

Description

Asset Name

The full name of the asset so that you can search, sort, or filter for it.

Tags

The custom tag values you can create and apply to your assets in order to categorize them. For information, see "Manage Asset Tags".

Asset Type

The type of asset, such as Segment, Table, View, and UDF.

Date Modified

The date when the asset was last modified or when its data file was refreshed.

Date Created

The date when the asset was created.

Data Type

The type of data the segment contains (first partysecond party, or third party).

Owned By

The name of the organization that owns the data asset.

Created By

The name of the organization(s) that own the data in the asset (this column is not displayed by default).

Actions You Can Perform on the All Assets Page

You can perform the following actions from the All Assets page:

  • Create a data permission for a table, view, or UDF. You cannot create a data permission for a segment.

  • View asset details, including whether your organization or a partner owns the asset, the tags applied, its columns, when it was last modified, and when it was created.

  • If a data permission was created for the asset, the information is displayed in the asset's side panel.

  • For tables only, you can build segments from any boolean columns in the table so that you can activate those segments to destination platforms. For more information, see "Build Segments from Multiple Boolean Table Columns for Activation".

  • For segments only, you can also perform the following actions:

    • View segment details: From the details panel on the Segments page, you can view information about the segment, such as overview information, segment rules, and activity history. From the details panel you can also edit the segment description and the tags. To open the details panel, click anywhere in the row for that segment. For more information, see "View Segment Details".

    • Duplicate a segment: To create a new segment that is similar to a segment you've already created, you can duplicate the original segment and then edit it to create the new segment. For instructions on duplicating a segment, see "Duplicate a Segment".

    • Edit a segment: You can edit the segment rules and description for an existing first-party segment that was created by your organization in the Data Collaboration Platform. For instructions, see "Edit a Segment".

  • For UDFs only, you can also perform the following actions:

    • Open the definition: If you own the UDF, you can select Open Definition from the More Options menu (more-options-icon.png) to display the UDF's SQL code in SQL Editor.

    • Insert in Editor: If your partner shared a UDF with you, you can select Insert in Editor option from the More Options menu to view the SQL code used to query your partner's data. If you own the UDF, you can select this option to view what your partner will see when you grant permission to use the UDF.

      For more information about these options, see "View a User-Defined Function in SQL Editor".

    Note

    The side panel for UDFs includes parameter details. If your organization owns the function, its full SQL definition is displayed.

  • Delete a view or a UDF if your organization owns the asset. To delete a table or a segment, contact your LiveRamp representative.

To perform these actions, you can do either of the following:

  • Select one or more asset check boxes on the left of the row to display a set of buttons at the bottom of the page that you can click. The More button will display the View and Delete options if available for the asset.

    All_Assets_Page-Action_Buttons.png
  • Click the More Options menu (more-options-icon.png) that appears when you hover over an asset's row and then select one of the available options.

    DCP-All__Assets__Page-_More__Options__Menu.png

Side Panel Tabs

When you click on a row on the All Assets page, the side panel displays different tabs, sections, and actions depending on who owns the asset and the type of asset:

  • Details tab: Displays the following information about the asset:

    • The date it was created

    • The date it was last modified

    • The owner of the asset

    • Tags applied

    • Active & Scheduled Permissions: If the asset has been permissioned to a partner, the "Active & Scheduled Permissions" section displays which partners have the data permission, the name of the permission, and its expiration date. You can also see past permissions by clicking on the related link.

    • Schema: Columns or parameters that make up the asset

  • Collaboration Rules: If your partner owns the asset, the Collaboration Rules tab displays the following:

    • Partner name

    • Start and expiration dates of the permission

    • (UDFs only) Query visibility - if this option was enabled by your partner, the SQL tab displays the UDF’s function definition.

      All_Assey___Permissioned_UDF.png
    • Query restrictions imposed by your partner

    • Allowed data combinations

  • SQL: For UDFs, the SQL tab displays the full function definition.