The “course” object contains information about a course. It can be accessed and used in things like Render Conditions and the Dynamically Populated advanced setting.
Requirements:
- An active ClickFunnels 2.0 account
- A course
TABLE OF CONTENTS
Context:
The “course” object and its properties are directly available on the Course Home, Course Module, and Course Lesson template pages, as well as a Course Lesson’s Dynamic Content Body.
Properties:
- id: Every course needs a unique ID which allows it to be identified directly without getting confused for a different course. This property returns a number represented as a String.
- title: This is the title you set for your course in the Course Settings.
- description: This is the description you set for your course in the Course Settings.
- url: This is the path for the Course URL you set for your course in the Course Settings.
- published_at: This property will contain the date the course was published using the format “, , ”.
- image: This will contain the full URL to the Image you set for your course in the Course Settings.
- image_hash: A base64 encoding of a blurred version of the image you set for your course in the Course Settings.
- sections: This property contains information about the top-level modules in the course. It returns an array of objects where each object contains information about the associated module.
Example: An array with a single object representing a module.
Example: Accessing a property of one of the module objects. - published_at_timestamp: This property will contain the date and time the course was published, represented as Unix epoch seconds (the number of seconds that have elapsed since January 1st, 1970, 00:00:00 UTC).
- theme_id: The unique ID of the Theme currently used by the course. This property returns a number represented as a String.
- unauthorized_redirect_url: Unavailable (coming soon)
Additional Information:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article