Skip to content

@line/bot-sdkDocs


@line/bot-sdk / manageAudience / CreateClickBasedAudienceGroupResponse

Type Alias: CreateClickBasedAudienceGroupResponse

CreateClickBasedAudienceGroupResponse: object

Create audience for click-based retargeting

Type declaration

audienceGroupId?

optional audienceGroupId: number

The audience ID.

See

audienceGroupId Documentation

clickUrl?

optional clickUrl: string

The URL that was specified when the audience was created.

See

clickUrl Documentation

created?

optional created: number

When the audience was created (in UNIX time).

See

created Documentation

createRoute?

optional createRoute: CreateRouteEnum

How the audience was created. MESSAGING_API: An audience created with Messaging API.

See

createRoute Documentation

description?

optional description: string

The audience's name.

See

description Documentation

expireTimestamp?

optional expireTimestamp: number

Time of audience expiration. Only returned for specific audiences.

See

expireTimestamp Documentation

isIfaAudience?

optional isIfaAudience: boolean

The value indicating the type of account to be sent, as specified when creating the audience for uploading user IDs. One of: true: Accounts are specified with IFAs. false (default): Accounts are specified with user IDs.

See

isIfaAudience Documentation

permission?

optional permission: PermissionEnum

Audience's update permission. Audiences linked to the same channel will be READ_WRITE. - READ: Can use only. - READ_WRITE: Can use and update.

See

permission Documentation

requestId?

optional requestId: string

The request ID that was specified when the audience was created.

See

requestId Documentation

type?

optional type: AudienceGroupType

See

type Documentation

Defined in

lib/manage-audience/model/createClickBasedAudienceGroupResponse.ts:18