Baselight

CTR In Advertisement

Predict the ad click rate of a customer

@kaggle.arashnic_ctr_in_advertisement

Ad Click Prediciton Test
@kaggle.arashnic_ctr_in_advertisement.ad_click_prediciton_test

  • 1.96 MB
  • 128858 rows
  • 14 columns
session_id

Session Id

datetime

DateTime

user_id

User Id

product

Product

campaign_id

Campaign Id

webpage_id

Webpage Id

product_category_1

Product Category 1

product_category_2

Product Category 2

user_group_id

User Group Id

gender

Gender

age_level

Age Level

user_depth

User Depth

city_development_index

City Development Index

var_1

Var 1

411705Sat Jul 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)732573J4043475358715Male53
208263Sat Jul 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)172910I11860128529382527nan1
239450Sat Jul 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)172910I11860128529482527nan1
547761Sat Jul 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)557318G118601285295825271Male131
574275Sat Jul 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)923896H118601285295825279Female311
394913Sat Jul 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)854182I118601285294825271Male1341
562747Sat Jul 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1101628D118601285294825272Male2321
224359Sat Jul 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1101628D118601285295825272Male2321
395004Sat Jul 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1088284I118601285294825272Male231
572855Sat Jul 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)972585H118601285295825272Male232

CREATE TABLE ad_click_prediciton_test (
  "session_id" BIGINT,
  "datetime" TIMESTAMP,
  "user_id" BIGINT,
  "product" VARCHAR,
  "campaign_id" BIGINT,
  "webpage_id" BIGINT,
  "product_category_1" BIGINT,
  "product_category_2" DOUBLE,
  "user_group_id" DOUBLE,
  "gender" VARCHAR,
  "age_level" DOUBLE,
  "user_depth" DOUBLE,
  "city_development_index" DOUBLE,
  "var_1" BIGINT
);

Share link

Anyone who has the link will be able to view this.