- date.startOfYear.format(“yyyyMMdd”)
- date.addMonths(-1).format()
- date.startOfMonth.format(“yy MMM dd”)
- date.add(-5).format(“yy MMM dd”)
- date.addMonths(-1).endOfMonth.format()
Klipfolio Expert Certification
-
Ivan Is Writing An Api Query, And From The Api’s Documentation He Finds Out That The Response Can Be Filtered To Only Show Data Created Since A Defined Date (Using The “Created_since” Parameter). Ivan Wants To Filter The Data That Was Created Since The Beginning Of The Month, And The Input Format Of The “Create_since” Parameter Should Be “Yy MMM Dd”. What Is The Date/Time Function Ivan Should Pass To The “Created_since” Paramter In His Query?
-
With The Appropriate Role(S) And Permission(S) A Klipfolio User Can Add A Klip To A Dashboard In Which Of The Following Ways? Select ALL That Apply.
- From the Gallery
- From their Account Settings
- From the Library
- From scratch using the Klip Editor
- By emailing [email protected]
- By using the Klipfolio API
-
Pick The Correct Syntax Of The SLICE( ) Function Which Removes The Last Row From Column A.
- SLICE(@A:A, -1)
- SLICE(@A:A, -1, 0)
- SLICE(@A:A,0,-1)
- SLICE(@A:A,1,-1)
-
In Which Of The Following Scenarios Is DATE_IN The Optimal Date Function To Use? Select ALL That Apply.
- To find values in the last 30 days
- To find values in the current day
- To find values between two randomly selected dates
- To find values from “last week”
- To find values between the start of last month, and the end of the current month
-
When Importing Dashboards Or Klips, The Variables In Formulas Do Not Get Imported
- True
- False
-
What Are The Different Ways I Can Log Into A Client Account?
- Admin & View Only
- Admin only
- Admin & Editor
- Admin, Editor & View Only
-
Users In The Parent (Partner) Account Cannot Have Access To Certain Client Accounts
- True
- False
-
How Many Different Ways Can You Manage The Billing For Your Client Accounts?
- 1
- 2
- 3
- 4
-
If A Klipfolio Partner Wants To Build A Template Facebook Dashboard, Import To His Client Accounts And Have It Show Their Specific Facebook Data, Is This The Correct Order Of Operations For The Import Procedure? 1.Create The Custom Company Properties First 2.Set Their Valid Values 3.Import The Dashboard
- True
- False
-
Stephen Is A Builder Of A Klipfolio Partner Account, Which Manages 10 Clients. Also Within Facebook Business Manager, Stephen Has Permission To Access Insights Of His Clients’ Facebook Pages And Ad Accounts. He Wants To Build Out A Template Facebook Dashboard In Klipfolio, Which He Then Wants To Import To His Clients Accounts And Have It Configured To Show Their Specific Facebook Data. What Is The Best Practice To Create Such A Template Dashboard?
- a) Set the Facebook page and Facebook ad account id as company properties, create dynamic datasources which uses the company properties as variables, create the template Klips using the dynamic datasources and import the template dashboard into a client account
- b) Create static datasources where Facebook page and ad account id are hard coded, create the template Klips using the static datasources, import the dashboard into a client account and reconfigure all the datasource to change the Facebook page and ad account ids after import
- c) Don’t bother with importing a dashboard, build all the Klips that a specific client account needs individually
- d) None of the above