Appearance
@line/bot-sdk • Docs
@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
clickUrl?
optional
clickUrl:string
The URL that was specified when the audience was created.
See
created?
optional
created:number
When the audience was created (in UNIX time).
See
createRoute?
optional
createRoute:CreateRouteEnum
How the audience was created. MESSAGING_API
: An audience created with Messaging API.
See
description?
optional
description:string
The audience's name.
See
expireTimestamp?
optional
expireTimestamp:number
Time of audience expiration. Only returned for specific audiences.
See
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
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
requestId?
optional
requestId:string
The request ID that was specified when the audience was created.
See
type?
optional
type:AudienceGroupType
See
Defined in
lib/manage-audience/model/createClickBasedAudienceGroupResponse.ts:18