Advertisement
filipr27

submit_ad_listing

Jun 8th, 2023 (edited)
886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dataLayer.push({
  2.   event: "HaloOglasi",
  3.   eventCategory: "user_interaction",
  4.   eventLabel: "business",
  5.   eventAction: "submit_ad_listing",
  6.   ad_tier: "paid",  //paid, free
  7.   value: 1200,
  8.   currency: "RSD",
  9.   funds: "enough funds",  //enough funds, not enough funds
  10.   ad_type: "premium",  //premium, top, standard
  11.   ad_category: "books",  //books, real estate, etc.
  12.   ad_duration_in_days: 15, //7, 15, 30, etc.
  13.   renewal: "no renewal",  //no renewal, free renewal, paid renewal
  14.   business_type: "b2c"  // b2b or b2c
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement