tiktok ads documentation

Find out your best tiktok products and tiktok ads in less than two minutes

Find TikTok dropshipping products — it's free
No difficulty
No complicated process
Find winning products
BACK

TikTok Ads API Tutorial: Ad groups, Ads and creating a report

so now that we have,successfully,gotten our access token and we were able,to get some campaign data for one of our,ad accounts let's actually move through,the other steps a little bit more,quickly and if we look over here,at my,blog article what we can see is that the,next step in our list is to get all ad,groups belonging to a tick tock campaign,and what we want to do after is once we,have,the ad group we want to get the ad or,get ad level data,for this particular,ad set or number of ads and we just want,to take a look at what does the data,look like what does the reporting data,look like can we,spot some similarities to something like,facebook for example,so i'm just going to,start over here so as before let's,revisit what we did,in our other in our previous video so we,were pulling data from,the,campaign,from our ad account on campaign level so,the structure that we used here was this,business api businessapi.tech.com,we have version 1.2 and then we have,campaign get and then we use this,advertiser id,over here and we have a page size as,well and let's duplicate this request,over here,and do this call so let's just try this,i think it's called ad group so i'm just,going to try that same structure it was,a campaign before let's just see if that,works,looks like it does um so that's great,let's see,if we can figure out how we can get,data,just belonging to our just just ad,groups belonging to our particular,campaign that we set up,so let's go over here i'm going to go,over to the official documentation and i,can see there is some campaign ids,filter that we can apply and let's take,a look at the official documentation so,we're here at the get ad groups part um,so if you need a refresher we were in,the api reference ad groups get ad,groups before we looked at the campaigns,and let's take a look at what of the,what are the fields that are available,so we can see that we have the,advertiser id this one we already,supplied and then we can,define what fields we want to get,by default all fields are returned,that's good for us and then we can use,filtering so,and filtering is an object so we need to,supply an object and then we need to,supply campaign ids as a list of as a,list of numbers so let's see if we can,do that over here,i'm going to add the,filtering parameter and then we need an,object,and this object should use campaign ids,and then now this is always the tricky,part uh do we now need just a list,um do we just need a list of ids or,is it,comma separated values so let's try out,a few things i'm just going to take,this campaign id over here,from our other request,and send that through,and now it says not a valid list which,is fair,so i'm going to try,just a list of integers,okay so that's where that that worked so,what we can see is that we supplied this,campaign id not in quotation marks but,just as is let's see if we could have,supplied quotation marks,that also works,let's see what is the difference here,i think there is no difference but maybe,we get these in a different slightly,different order,unsure about it um,so yeah but that works um i'm gonna use,the quotation marks because i think it's,a terrible idea to have,ids,um,formed as integers,so i want to keep these as strings so,this works fine uh looks like this is,how we can get some ad groups so let's,try um,the same i'm going to duplicate this one,and say get all ads,belonging to an ad group,and this really is also doing that so,i'm just going to rename this,belonging to a campaign okay,cool so now this should be pretty,straightforward now so we should just,pick an ad group that we uh got over,here so i'm just going to choose one,so this is the idea world copy over,let's try that so we should just change,the structure here so now we want to get,ad level data so we want to get the add,and instead of a campaign id filter i,want to supply an add group ids filter,and the ad group id i'm supplying is,this one,and it looks like that worked because we,only got back one uh ad so that looks,good,cool um so we have now successfully been,able to get,campaigns ad groups ads,belonging to different,different objects and if i wanted to you,know add a different filter here of,course i could,i choose not to and let's look over the,last step that we want to do so we got,ad groups belonging to a ticker campaign,and we got,all ads belonging to a tick tock app,group,so now let's take a look at the,reporting part so,let's say we,in this case we're now saying let's,create a report that gets ad level data,but we just saw actually that this,particular ad group just has one ad so i,don't really,need to get the reporting broken down by,add if there's just one there,so maybe we can actually get ad level,data,or asset level data entire across the,entire campaign because it looked like,there were a few more that we could,choose from,um so what we need is something called a,basic report and i'm not going to go,through our own blog article but i'm,just going to go through the

The above is a brief introduction to tiktok ads documentation

Let's move on to the first section of tiktok ads documentation

TikTok Ads API Tutorial: Getting access

TikTok Ads API Tutorial: Getting access

in this tutorial i'm going to give you a,practical introduction to the tick tock,ads api,so at first we're going to learn how to,get access to the ticktack ads api then,we'll examine your account campaigns ad,groups and ads,then you'll learn how you can report on,your ads and lastly how you can find the,best performing ad by ad spend,so this tutorial is targeted,at marketers,who,run some type of tick tock ads and,should be ideally comfortable in a,somewhat technical environment so,maybe you're a spreadsheet pro or you've,dabbled with some,some sort of apis before,maybe you have some programming,experience um,yeah but you must feel somewhat,comfortable,with these terms and,with accessing your tick tock ad account,programmatically,but this introduction will guide you,step by step through how you can do this,yourself,so before we get started,we need to get access to the tiktok ads,api and,if you watched one of our other,tutorials on the facebook ads api it was,very straightforward to get an access,token by creating an application and,then working with a facebook graph api,explorer,on ticktop on ticktalk it's not so easy,so,in order to,make your first api call through the,ticktalk ads api what you need to do,first is register as a developer,then get approved which usually takes a,few days,and then,use your credentials to create an access,token but let's get started,so first of all um you can go to,ads.ticktalk.com,marketing api,and you could should get to a page that,look uh looks some something like this,um this is the home page uh over here,and if you have not created a tick tock,account before there should be a button,here saying register as a developer,and once you've registered as a,developer so you go through a few,different steps here,once you've registered as a developer,you can go and create an app so i'm,going to go to my apps over here,and as you can see i previously already,created,two apps one that we actually use in our,business the kitchen io app and then we,have the kitchen i o demo app which i,specifically created,for this tutorial,i will just run you through how you can,create your own app as well,so first of all let's go over here,create new so,first we need to give it a name so i'm,just going to call this the kitchen,aisle demo at,number two,and yeah,we need to provide a short description,um,we want to,pull some reporting data,all right that did not work,kitchen io demo app number two,pull some reporting data,so these two things are fairly,straightforward now we have two more,points that may,are not so straightforward for you,so we have the advertiser redirect url,and we have the scope of permissions,the advertiser redirect url,is the place where ticktalk will send,advertisers after connecting their ad,account to your app,of course in our case we just want to,create an app that we use ourselves so,there is no advertiser connecting their,ad account this is just us,connected on our own account so you can,just put your home page here i'm just,going to put hours as well,and then we need to select some scope of,permission so in order to protect,advertisers which again in our case is,not so relevant but technically in order,to predict advertisers from accidentally,sharing crucial information with a third,party app like the kitchen io app,the api access is broken up in different,scopes that means if you want to build,an app for other people to use that can,create ads or that can report on ads or,upload assets or something like that,then you can specify what type of,permission is relevant in our case,we can ignore the ad account management,part this would only be relevant if you,were building an app that was about,sharing access to your accounts or,something like that in our case we just,want to do ad management so we want to,read out campaign information etc,we want to be able to report so all of,the reporting levels are relevant and,then,if you,also want to create an ad we also need,creative management in order to upload,videos or images,and that's it so as you can see there,are a bunch of different,scopes of permissions here as well so,for example things like automated rules,things like add comments etc and those,are not really relevant right now,for us for this intro tutorial but feel,free to select anything or everything,as you please and then,once you hit confirm i'm not going to do,this now but once you hit confirm um you,will see that your app will be pending,and this usually takes two to three days,um so,if you're hitting confirm now,stop the video right now and get back to,us in uh two to three days,hopefully you're back and,watching again after two to three days,after being approved so this is what,this should look like for you you'll see,an app id over here,a verification status and a secret and,let's,now,go through the steps of,generating an access token,from our credentials,so i'm going to go open up the this app,over here and what we can see now is,that we have an app id we have a sec

After seeing the first section, I believe you have a general understanding of tiktok ads documentation

Continue the next second section about tiktok ads documentation

How to Create a Tik Tok Ads Account (+ FREE $300 AD CREDIT)

How to Create a Tik Tok Ads Account (+ FREE $300 AD CREDIT)

hey what's going on guys team eff here,back with another video and in today's,video,we're going to be going over how you can,create your very first tick tock ads,account or,tick tock ads business manager on this,channel we like to talk about e-commerce,tick-tock ads facebook ads shopify drop,shipping everything of that nature guys,and if you want to learn more you can,join our free facebook group called the,ecom huddle,we have a pretty you know large growing,community,on that channel you guys can join that,completely for free and we talk about,everything,digital marketing so guys join that but,let's get straight into this video,so we have our tick tock ads you know,business page up here this is the very,first page,uh when you want to make your account,we're going to go ahead in the top right,and click,get started all right so we're going to,click get started,and then this page should load and pop,up where it has the tick tock ads,login right so this is the login you're,going to click the sign up below,and it's gonna bring you to a page like,this i already filled some of this out,for you guys so you have to wait,just put your email address in password,for your account and then just go ahead,send the code to your email,and the code should pop up here for me,okay here's the code let's see boom boom,i'm just gonna go ahead and copy this,code,and then we're gonna paste it in here,guys right paste in the verification,code so it's pretty quick pretty easy,and then we'll click sign up and it's,going to load up for us,and now it's going to you know you put,your country and region and this is,super important guys because once you,put your country and,region in you can't change it and that's,the same with the time zone i know it,kind of sucks,but that's just the way it is i'm from,the united states so i'm gonna click u.s,and if you're from the us put that as,well new york obviously kind of like,calculates where you're from i'm from,pennsylvania so it kind of you know,already filled in what i had,put your phone number in there and then,your account name whatever you want to,name it,um you know just,literally call this test tick tock,doesn't really matter this is a test,test account for you guys um i would,recommend,like you guys can put say yes i work at,an agency,and i think from what i know the,approval process is much quicker because,they do favor agencies,you could just put that it's not really,a big deal it's up to you guys uh,confirm that there,and i'm gonna put a phone number in,that's just the random phone number,let's see what goes advertiser name,already exists okay,so you have to put whatever you want,let's see what comes up okay boom so,that's registered up let's see what it,goes to,now and it should open the tick tock wow,guys boom so right we have the tick tock,ads manager said we're all signed up,i know a ton of people were saying like,how hard it was but guys i literally,walked you step by step through it's,super easy and super simple,and then you can launch your very first,campaign right but like i said before,you do any of this,set up your pixel watch my initial,launch strategy it will be linked above,so how so you guys know how you can,launch your tick tock ads effectively,without blowing through your budget and,guys now let's go to the profile right,let's go to our um our account info here,and i'm going to show you guys how you,can,uh get your free credit right so tick,tock gives you up to,300 in free ad credit if you verify your,business i just bought a giant room full,of gold coins and i'm gonna dive into it,like scrooge mcduck,ah it's not a liquid,it's a great many pieces of solid matter,that form a hard floor-like surface,and then on top of that they will match,up to two thousand dollars,um in ad credit i don't i don't know if,they're still running that offer but,they were running it,oh yeah see they are still running it,verify your business now and get up to,three hundred dollars in u.s,in uh you know ad credit and like i got,like i said guys,fill out your business name here your,your company website,you know your industry your street,street address all that good stuff,all this right and then verify your,business uh this this should be pretty,simple and,you know straight forward if you're from,the us especially just put your you know,business name verification and then,you know your ein with the documents and,that should take around 24 to 48 hours,guys,and then once you have that in,everything should be you know completely,good to go,they'll give you the 300 in free ad,credit and you'll be able to start,running your tick tock ads pretty you,know quickly,but guys like i've gone through so many,videos like this on the opportunity of,tick tock ads obviously it's it's still,a very new platform,and the algorithm is still trying to,learn it's not as good as facebook yet,guys but it's getting there,in terms of like consistency and you,know the way you're able to run,ads but guys like i have a like i s

After seeing the second section, I believe you have a general understanding of tiktok ads documentation

Continue the next third section about tiktok ads documentation

How To Get US TikTok Ad Account - Target Any Location In the World

How To Get US TikTok Ad Account - Target Any Location In the World

what's up guys welcome to another video,in this video i'm going to share with,you how you can create tick-tock ads for,any country in the world so if you are,based in europe and you want to start,advertising on tech talk to people in,the us i'm going to show you exactly how,to get account and surprisingly enough,you do not even need,u.s phone number like more most gurus,tell you to actually get that done on,the other hand if you are based in the,us and you want to start advertising to,uk australia new zealand or wherever,else that video is going to help you get,the accounts you need to do that stay,tuned,welcome back guys welcome to the channel,if you're new here my name is jacob,wikowski and in this channel i document,my journey of starting new dropshipping,stores basically to see if dropshipping,is still alive in 20 and 22. so on the,beginning of this year i decided to,devote most of my time and most of my,money into creating new stores to see,again if it's possible to make money,with drop shipping and to be honest with,you for the first seven months of my,journey i didn't win anything i've lost,over 18 000,probably tested 20 25 different products,nothing worked for me until about four,weeks ago i found first true winning,product that actually brings me,consistent profit and right now i'm,averaging between two to even 500 profit,every single day so this changed a lot,for me now i'm in the phase where i'm,transitioning or scaling,and not only running ads to us-based,customers but now i moved a couple days,ago to uk as well which is doing great,for me but this basically begs the,question,how did i create multiple different,accounts to be able to target multiple,different countries with tiktok because,as you know tick tock only allows you to,target the countries where you are based,or the surrounding countries if you like,however if you're based in europe you,will not be able,by the default to target us-based,customers and vice versa so in this,video i'm going to share with you,exactly how i was able to create,my first us-based account now it's worth,to mention that my very first us-based,account,i didn't create it myself i've actually,paid 50 for it on app work i found one,person who were was basically creating,those accounts and after he created that,account he didn't even needed my,telephone number or he didn't need us,telephone number for to create my,account so,that was pretty interesting to me,because most of gurus on youtube tell,you that you need to have us-based,telephone number and all those different,things to be able to create your account,all i needed to do is to have a vpn and,change my ip to us,and then,basically,go ahead with an email i had and i used,my uk uh telephone number and that,seemed to do the trick so,we're in my computer right now like i,said all you need is vpn and email,address that have not been used with,tiktok yet so,when it comes to vpn i'm using nordvpn,and fun fact you only need it when,creating an account now,after i create the account i've never,used this vpn to login into my account i,logged in from my normal usual,ip address from my internet provider and,i never had any issues so,even if you have to buy a paid version,of nordvpn i think it will cost you,under 10 dollars per month and you only,really need it once you don't need to,keep this subscription to keep logging,into your account so that's what i did,vpn is nord,vpn i'm connected to united states right,now so go ahead and create a new account,so what you need to do is to go to,ticktalk.com forward slash business it,will redirect you to us,page,but you have to have vpn,active and then basically click click on,create new account so this will take you,to a form that you need to fill out with,your details,and again make sure that you have an,email address that have not been used,with tick tock yet,okay so we're on the sign up page so,what you need to do is to just use your,email 123,gmail.com and then from here obviously,choose your password,and then click on send code and this,will send a verification code to this,email address that you have provided so,let's see,all right there's one more step the,verification to see if you're not a,robot,and that's it so let's go ahead,move on to my email and see if we will,received,email from tiktok there it is,go back here,paste,agree to their terms and conditions and,sign up,okay so us is where we want to target,the country that we want to target,industry obviously e-commerce you can,choose any sub-category in here i think,because you will be testing multiple,products anyway so,choose anything business name if you,don't have a business and then i,probably assume that you would be using,your own name,uh right here,okay time zone and telephone number now,i personally left it as a us plus one,code um just to not give tick tock any,i don't know doubt that i'm based in the,uk and then what i did is i simply put,in my,normal uk telephone number here,three oh,there you go and i left th

After seeing the third section, I believe you have a general understanding of tiktok ads documentation

Continue the next fourth section about tiktok ads documentation

[TOO EASY] My $15k+ Per Day TikTok Ads Strategy For 2023! - Shopify Dropshipping

[TOO EASY] My $15k+ Per Day TikTok Ads Strategy For 2023! - Shopify Dropshipping

all right guys just gonna do a real,quick refresh check right here,it's too easy,yo what is going on guys this is Boy,Soldier back in the game with a brand,new video 15K plus per day Tick Tock ad,strategy and it is simply too easy now,last year I made another video very,similar to this but this is going on in,current time and exactly what I'm doing,to scale my ads with ease in a,three-step plan so you guys can do this,too so guys make sure to stick around to,the end of the video I'll be doing a,full kind of walk through campaign setup,here,to kick off the New Year I'm going to be,doing a giveaway in the black hat,Discord group I'm gonna be taking one,student I'm gonna be scaling their store,alongside with them setting everything,up as I would my own store so if you,guys are interested in that mentorship,it is going to be absolutely free all,you have to do is be in black hat that's,where we have all the sauce anything,goes and I hope to see you in there soon,so I'm not gonna waste any time here and,we're gonna drop into a Google Docs I'm,pretty much gonna walk you through it,and then I'm actually going to walk you,through the full setup uh and we're,physically going to set up a campaign,together just so you guys can see but,yes so this is the 0 to 15K plus per day,Tick Tock ad strategy things people,always ask me about that I don't cover,too often in my videos let's go over,that one your store set up in back end I,don't pay too much attention to the,store I think what really comes first is,going to be the ads and the ad strategy,that's where I spend most of my time and,what I focus on so three Stepping Stones,before we get into the side do you want,to add on to this document is the,product the store and the creative so I,just want to go over it really fast,these are kind of requirements that you,guys really need to have in order to,have this backbone this consistent,scalability uh and as you will see as,you guys saw in my previous video I was,able to use this backbone and actually,scale it to 100K a day which is very,Advanced it's very extreme over the last,couple weeks I've spent about 500 000 in,ads and I plan on doubling that tripling,that so just these are some things you,can do to your store as well so product,I definitely always will recommend a,saturated product with a lower undercut,offer something where you can uh you,know price out your opponents using such,an offer like free plus shipping on a,very saturated process product that,doesn't cost a lot to supply places you,can find these products where you can,kind of see all the backing costs it's,not PP ads the only spy tool I currently,use and most likely will ever use just,because I like the analysis that it,actually does in current time again we,work in current time now I'm going to be,getting into some free game this is,Mania and it is absolutely free no,credit card required okay I don't think,it's like in my opinion this product,research tool is the best and it's,currently what I've been using a lot,lately and obviously you know the price,factor is huge uh if you guys want you,can go check that down below I do have,an affiliate code if you do plan on,getting like some upgraded features and,things like that but yes you can,literally go and get your first launch,launch you can find winning products,that are generated by AI you get an,analysis of all the ads on the shop how,these ads are performing um and just,different things like that it's,absolutely free go check it out so if,you guys need a link for that is down,below and you guys can get you know a,discount on that as well now when it,comes to the store the SMS bump I,typically use the five minute,abandonment flow and the 45 minute,abandonment flow I don't use emails I,think they're very cost um inefficient I,mean 100 of the traffic is on their,mobile phone along with Tick Tock so it,makes sense it adds up simplify ocu I,just keep re-up selling the same product,after the customer purchases um there's,you're gonna have a guaranteed 15 hit,rate on that so free money free free aov,increase why not and quantity breaks,bundle bear things like that um you know,those are just to wear on the front you,know before they get into checkout,they're able to increase the average,order value as well so these I believe,are Essentials to have on the store and,if I didn't have them I doubt I'd be,profitable in fact I wouldn't be so when,it comes to the creative now you're,going to need a very controlled ugc what,I mean by controlled ugc is something,that focuses directly on the product the,function the offer you can scale it,indefinitely without hitting the wrong,audience in Tick Tock everything does,come down to creative and you are,leveraging that again I don't run pixel,we're fully and only leveraging the,creative so it needs to be good and it,needs to check off all the right boxes,really quick I do want to give a huge,shout out to Celebration as well for the,New Year's you guys are able to get ugc,this is ac

After seeing the fourth section, I believe you have a general understanding of tiktok ads documentation

Continue the next fifth section about tiktok ads documentation

TikTok for Business | TikTok Ads Tutorial for Beginners | How to Advertise on TikTok

TikTok for Business | TikTok Ads Tutorial for Beginners | How to Advertise on TikTok

tik tok has over 700 million monthly,active users and over 130 million users,are based in the us alone now as a small,business you can get in front of your,target audience on tick tock through the,advertising platform called tick tock,for business hey team spirit here,welcome along and thanks for clicking,through to this video if it's your first,time here now today i'm excited to help,you create and launch your first video,ad on tick tock using tiktok for,business now tick tocks ads manager is,very similar to facebook's ads manager,however with tick tock you have limited,targeting options in comparison with,facebook and therefore your video ads,need to stand out so at the end of this,video i will also share how you can,simply create engaging video ads in,minutes for tick tock okay now before we,go ahead and create your first tick tock,ad consider subscribing if you haven't,done so already or if you're new to this,channel and that way you'll stay updated,with actionable videos and tutorials,designed to equip you with the skills,knowledge and tools to grow your small,business online and with that quick note,let's go ahead and start advertising on,tick tock to grow your business,okay so diving right into this tick tock,ads tutorial for beginners what we want,to do is head over to tick tock for,business now you can type in tick tock,for business on google or simply head,straight over to ticktock.com,forward slash business and that will,take you to this page here,then to simply create an ads account,with tiktok all we need to do is,navigate up to the top right hand corner,and then click on create now,then come down and go ahead and sign up,with either email or your phone simply,fill in the details down here what we're,going to do is enter our email address,and then fill in these details so go,ahead and do that now either with your,email or phone number then once you've,gone ahead and added your email address,or phone number and you've added your,password and confirmed your password,then come down to verification code and,click send code and simply go through,the verification process,then you'll receive a verification code,in your email or on your phone what you,want to do is simply add that,verification code in here,then come down and make sure you take,the time to have a look at the tick tock,ads terms and conditions and the privacy,policy then simply select here and come,down and click sign up here what we need,to do is quickly go ahead and fill in,our account information so i'm going to,quickly do that now,then once you've added your account,information simply come down and click,register,okay so to quickly finish setting up our,account what we want to do is add our,website address in here and then come,down and add your billing address and,then tax information so i'm going to go,ahead and quickly do that now,and then once you've added your,information come down to payment type,now at the moment we only have access to,manual payments and later on we'll be,able to set up automatic payments for,now what we're going to do is come down,and click this arrow down here,and then what you want to do is go ahead,and add a balance to your tick tock ads,manager so go ahead and add a balance,that you're comfortable starting with,you can always come back and add more to,your balance later on now for the,purpose of this tutorial we're not,actually going to be delivering our ads,because this is just a example and a,practice account that we're setting up,so what we're going to do is come down,and click next but what you want to do,is add a balance and then come down and,click next if you want to create your,ads and actually run those,ads and just like that we've completed,setting up our account and now we're on,our tech talk ads manager now before we,go ahead and create and launch our tick,tock ads what we want to do is talk,about the pixel now the tick tock pixel,is a code that you can install on your,website so that you can track specific,events so for example what you would do,is navigate up to assets and then come,down to event,and then down here ideally what you want,to do is configure a piece of code to,define your website event this is,basically if you want to track,conversions or any other specific call,to actions it could be booking forms,submissions app installs or particular,website pages that your visitors are,landing on from your ad,so what we're going to do is create a,separate video tutorial that's going to,take you through the process of,installing your tick tock pixel on your,website so what we'll do is link that,down in the description below the pixel,is not essential especially if you're,just getting started with tick-tock ads,okay so let's go ahead and create our,first campaign by navigating up to,campaign and then down here because this,is a beginner's tutorial what we want to,do is get started with the simplified,mode then as you gain more experience,you start creating more ads and you,understand how the

After seeing the fifth section, I believe you have a general understanding of tiktok ads documentation

Continue the next sixth section about tiktok ads documentation

How to Create Gambling Ads for Tik Tok in 2022 | GBC Time

How to Create Gambling Ads for Tik Tok in 2022 | GBC Time

hi everyone you are watching gbc time,today we will talk about ads for tik tok,we all know that advertising should be,different from facebook but what should,it look like that's what we're going to,talk about today in this video we will,learn what should be good ads for tick,tock and how to avoid mistakes in,creating advertising have a comfortable,seat and let's get started tik tok has,manual moderation that's why we can't,use aggressive approaches because we,will get banded from them we have to,hide the casino subtext in our ad,somehow,scratch cards,this type of advertising goes well,through moderation and yields a high,conversion rate because it keeps the,balance between white topics and,gambling but it can give poor quality,traffic and the meager conversion rate,so we use it in a split test with other,ads,what to avoid when creating such,advertising don't indicate the bank any,indication of currencies music that use,curse words use the following text in,your ads,earned,double money,lifestyle ads here it is necessary to,demonstrate a good life expensive card,the bonds of your credit card beautiful,mentions and other what to avoid when,creating such advertising demonstration,of money keep a balance between the,aggressiveness of your ads and abroad,from the tick tock moderator think about,the text of the ads and check out what,comes next,friends besides youtube we have a,website where the published news blog,posts articles and interview about,gambling marketing and business,follow the link in the description to be,the first to know the latest trends,we also have instagram and facebook,subscribe and follow us there as well,emotions and now we are going to talk,about the most popular approach that,marketers have been using for a long,time when generating traffic for the,gaming niche the advertising that is,dominated by emotion to make a cool,conversion advertising for tick tock you,need to show people's emotions for,winning,what to avoid when creating such,advertising don't indicate currencies,don't use music with curse words don't,mention the name of the bank at the push,notification,news approaches very cool approach the,main difficulty is the voicing of the,news itself each of the approaches above,can provide you with both good traffic,and not so good many factors play a role,here and it's difficult to say which of,the elements will affect the quality of,the traffic positively or negatively the,important thing to remember is that the,user must be interested in playing and,make deposit again and again and spin,the reels of their favorite slots,advertising for tick tock must have a,balance between white topics and,gambling to understand what's working,for you and what's not you need to run,some tests and look at basic metrics,such as cpm cpi cpl and cpa and draw,concreteness about your bundles you can,find the best approach and them scale,the given bundle you have watched gbc,time if you found this video useful,subscribe to our channel and don't,forget to give your likes,don't miss the new video bye everyone,you

After seeing the sixth section, I believe you have a general understanding of tiktok ads documentation

Continue the next seventh section about tiktok ads documentation

Live Login - $402,710 With TikTok Ads Since April in Clickbank Commissions?

Live Login - $402,710 With TikTok Ads Since April in Clickbank Commissions?

hey guys how's it going it's it's johnny,here and,i'm just here at the,aflabs hq's quite late at night i'm,actually just working on the final,touches of the first,session for,the,rapid profit tick tock ads 30 day,challenge and case study which is,actually starting tomorrow depending on,when you're watching this,video,and,basically i just wanted to show you a,couple of things in this video right now,the first,is actually something,pretty,uh crazy so,obviously if you've been following me,following along,i've been focusing on tick tock ads uh,over the last,four and a half,months right or just like since the,start of this year but we've really got,seriously into it,around four and a half months ago,and,i'm about to show you some some crazy,proof and results of some of the results,that,we've been getting using,tick-tock ads now,if you're not running tik-tok ads at the,moment,then quite frankly,you're missing out on a massive,opportunity because,you know if you know the formula for,making money on the internet it's simple,it's traffic plus conversions,right and tiktok ads,is,an amazing way to get,super targeted super cheap traffic,right now,and then turn that traffic into,profits now depending on whether you're,an affiliate or if it's your own product,currently i've been doing it just as an,affiliate and over the past few months,i've been producing just three different,affiliate offers i'm about to show you,some crazy results right now what i'm,about to show you now,is are the results of a clickbank,digital product that i've been promoting,and,let's just have a,quick,look uh,log in here so let's just quickly,log in,i'll just sort of,put that here so you can't see the,actual uh,password and stuff,so let's just,give me one sec,the reason i'm doing this on my phone is,so you can see that this is an actual,real video right because,you know some people,some people fake this you know to be,quite blunt uh some people face so,let's have a look at this so,today we're currently at,eight thousand six hundred and twenty,eight yesterday we was we made 14k,the day before that ten thousand,and,before that we went down to like 1.47,1.8 and that's because i'm currently,using an aggressive scaling strategy and,that's something i'm going to be sharing,is one of the methods once you get into,profit i have,three different ways of scaling,now as you can see here we know we do we,were doing that consistent 12 10 12 5k,days which is,that's pretty crazy and,this is,it's affiliate okay look,this is all affiliate commissions this,is not as a vendor,okay,if you wanna you know some people,they'll pretend uh that this is they've,done this as an affiliate but they,actually have done it as a vendor,right,so let's look here,our biggest month so far was 144 000,okay last uh did 77k last month we only,done 31k but,this month we're we're only it's only,like,where are we right now,it's,just like the first week of august and,we're already at 41,k so far,okay so that's around,more than 350 almost 400k,in total and i'm going to just quickly,show you,under the reporting,area so let's go here,one second,okay,let's go to reporting and i'm just going,to go on,because we started promoting this around,i think it was like mid or april i just,show you since like the start of april,today,we have done,where are we okay,in total commissions gross sales amount,402 k thousand,okay,and this is,let me just turn the screen back to me,oops,this is by,promoting,two different click mount products in,two totally weird niches outside of the,im slash make money niche,one of them was a niche that i totally,i never expected this would even sell,and the other one was,so basically both of them the niches,that they're in i can't reveal it here,because i'm saving that for members of,my of my platform aflabs that i'm going,to show you how to get,access to uh in a moment after at the,end of this video however the third one,the third uh product sorry the the third,affiliate,offer that i've been promoting um,i've i've only shown you clickbank the,other one is something called paid on,action where,we get paid between ten dollars fifteen,dollars all the way up to forty dollars,per lead so that's not even anyone,buying anything what i showed you here,this is people buying,the a product through clickbank,after they see our ad on tick tock go,through a specific sequence which is the,reason why this works so well,and also if you're wondering how much we,spent on this by the way,we've spent on ads around 100 and i,think it's a hundred and seven thousand,to bring back,over four thousand okay now,i'll have to look at the total numbers,but that's kind of we've spent about a,hundred to make that 400k basically so,getting like four times so so 100k to,make about 400k and that's because,ticktock ads is,it's blowing up right now it's a,goldmine and if you're not using it then,quite frankly you're missing out and i,mean whatever else you're doing right,now i'd suggest you stop because,the traffic y

Congratulation! You bave finally finished reading tiktok ads documentation and believe you bave enougb understending tiktok ads documentation

Come on and read the rest of the article!