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?

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()
read more

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
read more

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)
read more

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...
read more

When importing dashboards or klips, the variables in formulas do not get imported

True False
read more

What are the different ways I can log into a Client Account?

Admin & View Only Admin only Admin & Editor Admin, Editor & View Only
read more

Users in the Parent (Partner) account cannot have access to certain Client accounts

True False
read more

How many different ways can you manage the billing for your Client accounts?

1 2 3 4
read more

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
read more

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 accoun...
read more
1 2 3 18