Crescendo Lab BigQuery Views (0.1.0)

Download OpenAPI specification:

This documentation provides the schema of all BigQuery views for analytics and data access.

📞 Support

For integration assistance or inquiries, contact us at help@cresclab.com.

📊 BigQuery Data Views

The following sections describe the available BigQuery views and their data schemas. Each view provides structured access to specific data sets for analysis and reporting.

Autoreply Report View

View Name: autoreply_report

Provides a summary of autoreply performance, including reply and trigger counts, revenue, and engagement metrics.

Schema Fields

Field Type Description
date Date The date of the report (YYYY-MM-DD format)
campaign_name String The name of the autoreply campaign
new_reply_count Integer The number of new replies
unbound_reply_count Integer The number of replies from unbound users
bound_reply_count Integer The number of replies from bound users
new_trigger_count Integer The number of new triggers
unbound_trigger_count Integer The number of triggers from unbound users
bound_trigger_count Integer The number of triggers from bound users
revenue Number The revenue generated from the campaign
unique_clicks Integer The number of unique clicks
orders Integer The number of orders

Channel Entity View

View Name: channel_entity

Provides detailed information about channel entities, including their profile, contact information, and engagement status.

Schema Fields

Field Type Description
channel_type String The type of the channel
external_member_id String The external member ID
display_name String The display name of the user
original_name String The original name of the user
display_mobile String The display mobile number of the user
original_mobile String The original mobile number of the user
display_email String The display email of the user
original_email String The original email of the user
custom_id String The custom ID of the user
connect_id String The connect ID of the user
birthday String The birthday of the user (YYYY-MM-DD format)
gender String The gender of the user
health String The health status of the user's profile
last_engaged String The last time the user was engaged (ISO 8601)
location String The location of the user
last_message_at String The last time a message was sent (ISO 8601)
last_member_message_send String The last time the member sent a message (ISO 8601)
company String The company of the user
full_name String The full name of the user
city String The city of the user
country String The country of the user
account_manager String The account manager for the user
member_level String The member level of the user
star_mark String Whether the user is marked with a star
status String The status of the user

Contact Profile Customer ID Update View

View Name: contact_profile_customer_id_update

Provides information about updates to the customer ID in a contact's profile.

Schema Fields

Field Type Description
line_uid String The LINE user ID
customer_id String The customer ID
source String The source of the event
timestamp Timestamp The timestamp of the event (ISO 8601)

Contact Profile Update View

View Name: contact_profile_update

Provides information about updates to a contact's profile.

Schema Fields

Field Type Description
line_uid String The LINE user ID
customer_id String The customer ID
attribute String The attribute that was updated
value String The new value of the attribute
source String The source of the event
timestamp Timestamp The timestamp of the event (ISO 8601)

Contact Tag View

View Name: contact_tag

Provides information about tags associated with a contact.

Schema Fields

Field Type Description
channel_type String The type of the channel
external_member_id String The external member ID
tag_source String The source of the tag
tag_id String The ID of the tag
tag_name String The name of the tag
timestamp Timestamp The timestamp of the event (ISO 8601)

Contact Tag Add View

View Name: contact_tag_add

Provides information about a tag being added to a contact.

Schema Fields

Field Type Description
line_uid String The LINE user ID
channel_type String The type of the channel
external_member_id String The external member ID
customer_id String The customer ID
source String The source of the event
timestamp Timestamp The timestamp of the event (ISO 8601)
campaign_id String The ID of the campaign
campaign_name String The name of the campaign
campaign_type String The type of the campaign
tag_id String The ID of the tag
tag_name String The name of the tag

Contact Tag Remove View

View Name: contact_tag_remove

Provides information about a tag being removed from a contact.

Schema Fields

Field Type Description
line_uid String The LINE user ID
channel_type String The type of the channel
external_member_id String The external member ID
customer_id String The customer ID
source String The source of the event
timestamp Timestamp The timestamp of the event (ISO 8601)
tag_id String The ID of the tag
tag_name String The name of the tag

Contacts View

View Name: contacts

Provides a list of contacts with their basic information.

Schema Fields

Field Type Description
line_uid String The LINE user ID
line_display_name String The display name in LINE
email String The email of the contact
mobile String The mobile number of the contact
customer_id String The customer ID
gender String The gender of the contact
birthday Date The birthday of the contact (YYYY-MM-DD)
status String The status of the contact
created_at Timestamp The creation date of the contact (ISO 8601)

Game Report View

View Name: game_report

Provides a report on game performance, including participant and winner counts.

Schema Fields

Field Type Description
name String The name of the game
category String The category of the game
validity_started_at Timestamp The start date of the game's validity (ISO 8601)
validity_ended_at Timestamp The end date of the game's validity (ISO 8601)
activity_started_at Timestamp The start date of the game's activity (ISO 8601)
activity_ended_at Timestamp The end date of the game's activity (ISO 8601)
share_count Integer The number of times the game was shared
winner_count Integer The number of winners
participant_count Integer The number of participants

Journey Node Performance View

View Name: journey_node_performance

Provides performance metrics for each node in a journey, including traffic, engagement, and conversion data.

Schema Fields

Field Type Description
journey_name String The name of the journey
journey_status String The status of the journey
node_name String The name of the node
node_type String The type of the node
journey_created_at Timestamp The creation date of the journey (ISO 8601)
report_date Date The date of the report (YYYY-MM-DD)
traffic_count Integer The number of users who visited the node
line_message_sent Integer The number of LINE messages sent
open_count Integer The number of times the message was opened
keyword_repeat_clicks Integer The number of repeat clicks on keywords
url_repeat_clicks Integer The number of repeat clicks on URLs
unique_clicks Integer The number of unique clicks
adds_to_cart Integer The number of times items were added to cart
transactions Integer The number of transactions
transaction_revenue Float The revenue generated from transactions

LINE Broadcast Report View

View Name: line_broadcast_report

Provides a report on LINE broadcast performance, including sent counts, open rates, and engagement metrics.

Schema Fields

Field Type Description
name String The name of the broadcast
schedule_time Timestamp The scheduled time of the broadcast (ISO 8601)
status String The status of the broadcast
sent_count Integer The number of messages sent
open_count Integer The number of times the message was opened
unique_clicks Integer The number of unique clicks
repeat_clicks Integer The number of repeat clicks
revenue Float The revenue generated from the broadcast

Message Click View

View Name: message_click

Provides information about a click on a message.

Schema Fields

Field Type Description
line_uid String The LINE user ID
customer_id String The customer ID
source String The source of the event
timestamp Timestamp The timestamp of the event (ISO 8601)
campaign_id String The ID of the campaign
campaign_name String The name of the campaign
campaign_type String The type of the campaign
link String The link that was clicked

Message Open View

View Name: message_open

Provides information about an open on a message.

Schema Fields

Field Type Description
line_uid String The LINE user ID
customer_id String The customer ID
source String The source of the event
timestamp Timestamp The timestamp of the event (ISO 8601)
campaign_id String The ID of the campaign
campaign_name String The name of the campaign
campaign_type String The type of the campaign

Message Send View

View Name: message_send

Provides information about a send on a message.

Schema Fields

Field Type Description
line_uid String The LINE user ID
customer_id String The customer ID
source String The source of the event
timestamp Timestamp The timestamp of the event (ISO 8601)
campaign_id String The ID of the campaign
campaign_name String The name of the campaign
campaign_type String The type of the campaign

Prize Claim View

View Name: prize_claim

Provides information about a prize being claimed.

Schema Fields

Field Type Description
line_uid String The LINE user ID
customer_id String The customer ID
source String The source of the event
timestamp Timestamp The timestamp of the event (ISO 8601)
campaign_id String The ID of the campaign
campaign_name String The name of the campaign
campaign_type String The type of the campaign
code String The code of the prize

Prize Redeem View

View Name: prize_redeem

Provides information about a prize being redeemed.

Schema Fields

Field Type Description
line_uid String The LINE user ID
customer_id String The customer ID
source String The source of the event
timestamp Timestamp The timestamp of the event (ISO 8601)
campaign_id String The ID of the campaign
campaign_name String The name of the campaign
campaign_type String The type of the campaign
code String The code of the prize

Prize Send View

View Name: prize_send

Provides information about a prize being sent.

Schema Fields

Field Type Description
line_uid String The LINE user ID
customer_id String The customer ID
source String The source of the event
timestamp Timestamp The timestamp of the event (ISO 8601)
campaign_id String The ID of the campaign
campaign_name String The name of the campaign
campaign_type String The type of the campaign

Receipt Member View

View Name: receipt_member

Provides information about receipt members.

Schema Fields

Field Type Description
receipt_number String The receipt number
receipt_status String The status of the receipt
receipt_created_time Timestamp The creation time of the receipt (ISO 8601)
receipt_random_number String The random number on the receipt
seller_name String The name of the seller
seller_unified_business_number String The unified business number of the seller
total_amount Float The total amount of the receipt
buyer_unified_business_number String The unified business number of the buyer
receipt_campaign_name String The name of the receipt campaign
line_uid String The LINE user ID
customer_id String The customer ID

Rich Menu Report View

View Name: richmenu_report

Provides a report on rich menu performance, including revenue, clicks, and orders.

Schema Fields

Field Type Description
date Date The date of the report (YYYY-MM-DD)
scheduled_start_time Timestamp The scheduled start time of the rich menu (ISO 8601)
scheduled_end_time Timestamp The scheduled end time of the rich menu (ISO 8601)
campaign_name String The name of the campaign
revenue Float The revenue generated from the rich menu
clicks Integer The number of clicks on the rich menu
orders Integer The number of orders from the rich menu
utm_campaign String The UTM campaign parameter
utm_medium String The UTM medium parameter
utm_source String The UTM source parameter
trigger_code String The trigger code for the rich menu

SMS Broadcast Report View

View Name: sms_broadcast_report

Provides a report on SMS broadcast performance, including sent, delivered, and click counts.

Schema Fields

Field Type Description
name String The name of the broadcast
schedule_time Timestamp The scheduled time of the broadcast (ISO 8601)
status String The status of the broadcast
sent_count Integer The number of messages sent
delivered_count Integer The number of messages delivered
clicks Integer The number of clicks

SMS Plus Status Update View

View Name: sms_plus_status_update

Provides information about status updates for SMS Plus messages.

Schema Fields

Field Type Description
timestamp Timestamp The timestamp of the event (ISO 8601)
status String The status of the message
pnp_message_id String The PnP message ID
event_id String The event ID
phone_number String The phone number
line_push_template_id String The LINE push template ID
line_push_status String The status of the LINE push
line_push_delivered_at String The delivery time of the LINE push (ISO 8601)
line_push_error_category String The error category for the LINE push
pnp_status String The status of the PnP message
pnp_delivered_at String The delivery time of the PnP message (ISO 8601)
sms_status String The status of the SMS
sms_delivered_at String The delivery time of the SMS (ISO 8601)
sms_error_category String The error category for the SMS

Tags View

View Name: tags

Provides a list of tags associated with a LINE user.

Schema Fields

Field Type Description
line_uid String The LINE user ID
tag_name String The name of the tag

Transactions View

View Name: transactions

Provides a list of transactions with their associated campaign and attribution information.

Schema Fields

Field Type Description
line_uid String The LINE user ID
utm_campaign String The UTM campaign parameter
utm_content String The UTM content parameter
utm_medium String The UTM medium parameter
utm_source String The UTM source parameter
time Timestamp The time of the transaction (ISO 8601)
revenue Float The revenue from the transaction
transactions Integer The number of transactions
ref_name String The name of the referring entity
ref_type String The type of the referring entity