<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>RudderStack Docs – Management, Scheduling, and Data Activation</title><link>https://www.rudderstack.com/docs/archive/profiles/0.25/management/</link><description>Recent content in Management, Scheduling, and Data Activation on RudderStack Docs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://www.rudderstack.com/docs/archive/profiles/0.25/management/index.xml" rel="self" type="application/rss+xml"/><item><title>Archive: Import Profiles Project from Git</title><link>https://www.rudderstack.com/docs/archive/profiles/0.25/management/import-from-git/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.rudderstack.com/docs/archive/profiles/0.25/management/import-from-git/</guid><description>
&lt;p>You can import a Profiles project created using the &lt;strong>Profile Builder&lt;/strong> (PB) tool and stored in a &lt;a href="https://docs.github.com/en/repositories/creating-and-managing-repositories/quickstart-for-repositories" >Git repo&lt;/a> to:&lt;/p>
&lt;ul>
&lt;li>View the project, its details, and the output tables in the UI.&lt;/li>
&lt;li>&lt;a href="https://www.rudderstack.com/docs/archive/profiles/0.25/management/schedule/" >Schedule the Profiles project&lt;/a> to run at the specified frequency and time interval.&lt;/li>
&lt;li>Seamlessly collaborate with your teammates, with modular control over your model files.&lt;/li>
&lt;/ul>
&lt;!-- end-chunk -->
&lt;!-- begin-chunk data-anchor="prerequisites" data-heading="Prerequisites" data-level="2" data-permalink="https://www.rudderstack.com/docs/archive/profiles/0.25/management/import-from-git/" data-title="Import Profiles Project from Git" -->
&lt;h2 id="prerequisites">Prerequisites&lt;/h2>&lt;ul>
&lt;li>Profiles project in a Git repository.&lt;/li>
&lt;/ul>
&lt;html lang="en">
&lt;blockquote class="info">
&lt;div class="tip-quote">
&lt;img src=https://www.rudderstack.com/docs/docs/images/info.svg loading="lazy" alt="info" decoding="async" class="img__small" style="margin-top: 3px; width: 20px;height: 16px;" />
&lt;div class="tip-text">RudderStack recommends using a different target schema and user for Profiles for RudderStack app than the one used for CLI project. This will maintain differentiation in case of manual runs (using CLI) and scheduled runs (using RudderStack app):&lt;/div>
&lt;/div>
&lt;/blockquote>
&lt;/html>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/DifferentSchemasWebCLI.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/DifferentSchemasWebCLI.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/DifferentSchemasWebCLI.webp"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;!-- end-chunk -->
&lt;!-- begin-chunk data-anchor="steps" data-heading="Steps" data-level="2" data-permalink="https://www.rudderstack.com/docs/archive/profiles/0.25/management/import-from-git/" data-title="Import Profiles Project from Git" -->
&lt;h2 id="steps">Steps&lt;/h2>&lt;p>To import the Profiles project from a Git repository into the RudderStack platform:&lt;/p>
&lt;ol>
&lt;li>Log in to the &lt;a href="https://app.rudderstack.com" >RudderStack app&lt;/a> and go to &lt;strong>Unify&lt;/strong> &amp;gt; &lt;strong>Profiles&lt;/strong> from the left sidebar.&lt;/li>
&lt;li>Click &lt;strong>Create project&lt;/strong>.&lt;/li>
&lt;/ol>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/create-project.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/create-project.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/create-project.webp"
alt="Choose predefined template"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;ol start="3">
&lt;li>Select &lt;strong>Import project from Git Repo&lt;/strong> on the next screen.&lt;/li>
&lt;li>Enter a name and description for your Profiles project.&lt;/li>
&lt;li>Enter the SSH URL of your Git repository to be used for your Profiles project:&lt;/li>
&lt;/ol>
&lt;blockquote class="warning">
&lt;div class="tip-quote">
&lt;img src=https://www.rudderstack.com/docs/docs/images/warning.svg alt="warning" loading="lazy" decoding="async" class="img__small" style="
margin-top: 3px; width: 20px;height: 16px;" />
&lt;div class="tip-text">You cannot edit this Git repository URL later.&lt;/div>
&lt;/div>
&lt;/blockquote>
&lt;p>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/ssh-key.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/ssh-key.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/ssh-key.webp"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;br/>
&lt;blockquote class="warning">
&lt;div class="tip-quote">
&lt;img src=https://www.rudderstack.com/docs/docs/images/warning.svg alt="warning" loading="lazy" decoding="async" class="img__small" style="
margin-top: 3px; width: 20px;height: 16px;" />
&lt;div class="tip-text">&lt;p>Note that:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>The SSH URL you provide must contain the Profiles project, otherwise it will cause an error.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>The git SSH URL must match one of the below patterns:&lt;/p>
&lt;ul>
&lt;li>&lt;code>git@&amp;lt;provider-host&amp;gt;:&amp;lt;org-name&amp;gt;/&amp;lt;repo-name&amp;gt;/tree/&amp;lt;branch-name&amp;gt;&lt;/code>&lt;/li>
&lt;li>&lt;code>git@&amp;lt;provider-host&amp;gt;:&amp;lt;org-name&amp;gt;/&amp;lt;repo-name&amp;gt;&lt;/code>&lt;/li>
&lt;li>&lt;code>git@&amp;lt;provider-host&amp;gt;:&amp;lt;org-name&amp;gt;/&amp;lt;repo-name&amp;gt;/tree/main/path/to/project&lt;/code>&lt;/li>
&lt;li>&lt;code>ssh://git@host:port/path.git&lt;/code>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>RudderStack supports any subfolder in the git project without the &lt;code>.git&lt;/code> extension.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>See the respective documentation for more information:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://docs.github.com/en/authentication/connecting-to-github-with-ssh" >GitHub&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://docs.gitlab.com/ee/user/project/deploy_keys/#create-a-project-deploy-key" >GitLab&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://confluence.atlassian.com/bitbucketserver/ssh-access-keys-for-system-use-776639781.html" >BitBucket&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://learn.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops#step-2-add-the-public-key-to-azure-devops" >Azure DevOps&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;/div>
&lt;/div>
&lt;/blockquote>&lt;/p>
&lt;ol start="6">
&lt;li>Copy the SSH public key. Then, click &lt;strong>Add deploy key&lt;/strong> which will take you to your git repository&amp;rsquo;s &lt;strong>Deploy keys&lt;/strong> section. See &lt;a href="https://docs.github.com/en/authentication/connecting-to-github-with-ssh/managing-deploy-keys#set-up-deploy-keys" >Set up deploy keys&lt;/a> for more information.&lt;/li>
&lt;/ol>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/deploy-key.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/deploy-key.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/deploy-key.webp"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;ol start="7">
&lt;li>Click &lt;strong>Add deploy key&lt;/strong>. Then, add a &lt;strong>Title&lt;/strong>, paste your SSH public key, and click &lt;strong>Add key&lt;/strong>.&lt;/li>
&lt;li>Go back to the RudderStack app, then click &lt;strong>Continue&lt;/strong> to let RudderStack verify read access.&lt;/li>
&lt;li>Select the warehouse and enter its credentials to store this Profiles project.&lt;/li>
&lt;/ol>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/warehouse-details.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/warehouse-details.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/warehouse-details.webp"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;ol start="10">
&lt;li>Click &lt;strong>Create Profiles project&lt;/strong>.&lt;/li>
&lt;/ol>
&lt;p>Then, you can choose any of the following options:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>View Profiles project&lt;/strong> which takes you to the &lt;strong>Overview&lt;/strong> tab of the project to view project details.&lt;/li>
&lt;li>&lt;strong>Run Profiles project&lt;/strong> which takes you to the &lt;strong>History&lt;/strong> tab of the project from where you can click &lt;strong>Run&lt;/strong> to run the project.&lt;/li>
&lt;/ul>
&lt;p>You can also explore other project settings in the different tabs.&lt;/p>
&lt;blockquote class="warning">
&lt;div class="tip-quote">
&lt;img src=https://www.rudderstack.com/docs/docs/images/warning.svg alt="warning" loading="lazy" decoding="async" class="img__small" style="
margin-top: 3px; width: 20px;height: 16px;" />
&lt;div class="tip-text">Once you import a git project, you cannot edit the Git repository URL.&lt;/div>
&lt;/div>
&lt;/blockquote>
&lt;!-- end-chunk -->
&lt;!-- begin-chunk data-anchor="fetch-latest-project-changes" data-heading="Fetch latest project changes" data-level="2" data-permalink="https://www.rudderstack.com/docs/archive/profiles/0.25/management/import-from-git/" data-title="Import Profiles Project from Git" -->
&lt;h2 id="fetch-latest-project-changes">Fetch latest project changes&lt;/h2>&lt;p>RudderStack caches your imported project details (like the number of features) to power the RudderStack dashboard.&lt;/p>
&lt;p>If you have recently pushed changes to your Git repository and want to see them reflected in the dashboard immediately, go to the &lt;strong>Settings&lt;/strong> page of your Profiles project and click &lt;strong>Fetch latest&lt;/strong> to refresh the cache.&lt;/p>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/fetch-latest-setting.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/fetch-latest-setting.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/fetch-latest-setting.webp"
alt="Fetch latest button"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;html lang="en">
&lt;blockquote class="info">
&lt;div class="tip-quote">
&lt;img src=https://www.rudderstack.com/docs/docs/images/info.svg loading="lazy" alt="info" decoding="async" class="img__small" style="margin-top: 3px; width: 20px;height: 16px;" />
&lt;div class="tip-text">The &lt;strong>Fetch latest&lt;/strong> button only refreshes the dashboard view. When you trigger a Profiles run — either manually, via a schedule, or through the &lt;a href="https://www.rudderstack.com/docs/api/profiles-api/#run-project" >Profiles API&lt;/a> — RudderStack automatically fetches the latest code from your connected Git repository.&lt;/div>
&lt;/div>
&lt;/blockquote>
&lt;/html></description></item><item><title>Archive: Schedule</title><link>https://www.rudderstack.com/docs/archive/profiles/0.25/management/schedule/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.rudderstack.com/docs/archive/profiles/0.25/management/schedule/</guid><description>
&lt;p>Once you have &lt;a href="https://www.rudderstack.com/docs/archive/profiles/0.25/management/import-from-git/" >imported your Profiles project from Git repository&lt;/a> in the RudderStack app, you can schedule it to run at the specified frequency and time interval.&lt;/p>
&lt;p>Go to the &lt;strong>Settings&lt;/strong> tab of your project and click the edit icon in the &lt;strong>Schedule info&lt;/strong> section:&lt;/p>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/schedule-settings.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/schedule-settings.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/schedule-settings.webp"
alt="Schedule Profiles project"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;!-- end-chunk -->
&lt;!-- begin-chunk data-anchor="basic" data-heading="Basic" data-level="3" data-permalink="https://www.rudderstack.com/docs/archive/profiles/0.25/management/schedule/" data-title="Schedule" -->
&lt;h3 id="basic">Basic&lt;/h3>&lt;p>Use this setting to run syncs at a given time interval and specified time (in UTC).&lt;/p>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/predictive-features-snowflake/schedule-basic.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/predictive-features-snowflake/schedule-basic.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/predictive-features-snowflake/schedule-basic.webp"
alt="Schedule Profiles project"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Frequency&lt;/strong> - You can choose the data sync frequency from the following options:&lt;/p>
&lt;ul>
&lt;li>15 minutes&lt;/li>
&lt;li>30 minutes&lt;/li>
&lt;li>1 hour&lt;/li>
&lt;li>3 hours&lt;/li>
&lt;li>6 hours&lt;/li>
&lt;li>12 hours&lt;/li>
&lt;li>24 hours&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Sync Starting At&lt;/strong> - Specify the time (in UTC) at which the data sync should start.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;!-- end-chunk -->
&lt;!-- begin-chunk data-anchor="cron" data-heading="CRON" data-level="3" data-permalink="https://www.rudderstack.com/docs/archive/profiles/0.25/management/schedule/" data-title="Schedule" -->
&lt;h3 id="cron">CRON&lt;/h3>&lt;p>Schedule your project using CRON expressions for more specific scheduling, for example, daily on Tuesdays and Thursdays.&lt;/p>
&lt;html lang="en">
&lt;blockquote class="info">
&lt;div class="tip-quote">
&lt;img src=https://www.rudderstack.com/docs/docs/images/info.svg loading="lazy" alt="info" decoding="async" class="img__small" style="margin-top: 3px; width: 20px;height: 16px;" />
&lt;div class="tip-text">Use the &lt;a href="https://crontab.guru/" >CRON scheduler utility&lt;/a> to get the CRON expression.&lt;/div>
&lt;/div>
&lt;/blockquote>
&lt;/html>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/predictive-features-snowflake/schedule-cron.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/predictive-features-snowflake/schedule-cron.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/predictive-features-snowflake/schedule-cron.webp"
alt="Schedule Profiles project"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;!-- end-chunk -->
&lt;!-- begin-chunk data-anchor="manual" data-heading="Manual" data-level="3" data-permalink="https://www.rudderstack.com/docs/archive/profiles/0.25/management/schedule/" data-title="Schedule" -->
&lt;h3 id="manual">Manual&lt;/h3>&lt;p>This setting lets you run the Profiles project manually. RudderStack won&amp;rsquo;t start the run until you explicitly trigger it by navigating to the &lt;strong>History&lt;/strong> tab of your project and clicking &lt;strong>Run&lt;/strong>.&lt;/p>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/profiles-run-manual.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/profiles-run-manual.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/profiles-run-manual.webp"
alt="Schedule Profiles project run manually"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure></description></item><item><title>Archive: Activate Profiles Data</title><link>https://www.rudderstack.com/docs/archive/profiles/0.25/management/activations/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.rudderstack.com/docs/archive/profiles/0.25/management/activations/</guid><description>
&lt;p>Once you create &lt;a href="https://www.rudderstack.com/docs/archive/profiles/0.25/concepts/cohort/" >cohorts&lt;/a> and run the project successfully, you can use the Profiles &lt;strong>Activations&lt;/strong> feature to sync your target customer data to the downstream marketing tools like Braze, Mailchimp, etc. This will help you make informed decisions, run personalized marketing campaigns, and enhance the overall customer experience across multiple platforms.&lt;/p>
&lt;!-- end-chunk -->
&lt;!-- begin-chunk data-anchor="prerequisites" data-heading="Prerequisites" data-level="2" data-permalink="https://www.rudderstack.com/docs/archive/profiles/0.25/management/activations/" data-title="Activate Profiles Data" -->
&lt;h2 id="prerequisites">Prerequisites&lt;/h2>&lt;ul>
&lt;li>
&lt;p>&lt;a href="https://www.rudderstack.com/docs/archive/profiles/0.25/management/import-from-git/" >Import the Profiles project&lt;/a> from your Git repository and run it.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>For the warehouse used for your Profiles project, you must create the RudderStack schema and grant permissions to it. See the detailed steps for each warehouse:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://www.rudderstack.com/docs/sources/reverse-etl/snowflake/#creating-the-rudderstack-schema-and-granting-permissions" >Snowflake&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://www.rudderstack.com/docs/sources/reverse-etl/amazon-redshift/#creating-the-rudderstack-schema-and-granting-permissions" >Redshift&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://www.rudderstack.com/docs/sources/reverse-etl/databricks/#creating-the-rudderstack-schema-and-granting-permissions" >Databricks&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://www.rudderstack.com/docs/sources/reverse-etl/google-bigquery/#creating-the-rudderstack-schema-and-granting-permissions" >BigQuery&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;!-- end-chunk -->
&lt;!-- begin-chunk data-anchor="add-activations" data-heading="Add activations" data-level="2" data-permalink="https://www.rudderstack.com/docs/archive/profiles/0.25/management/activations/" data-title="Activate Profiles Data" -->
&lt;h2 id="add-activations">Add activations&lt;/h2>&lt;p>Once you have your Profiles project available in the RudderStack dashboard, you can view the cohorts data after the first successful run.&lt;/p>
&lt;p>Follow these steps to add an activation for a cohort:&lt;/p>
&lt;ol>
&lt;li>Click &lt;strong>Add activation&lt;/strong> next to the cohort for which you want to send data to the downstream destination.&lt;/li>
&lt;/ol>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/activation-view-ui.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/activation-view-ui.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/activation-view-ui.webp"
alt="Activation API"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;ol start="2">
&lt;li>Configure the following settings in the &lt;strong>Create Activation&lt;/strong> window:&lt;/li>
&lt;/ol>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th style="text-align:left">Setting&lt;/th>
&lt;th style="text-align:left">Description&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td style="text-align:left">Activation name&lt;/td>
&lt;td style="text-align:left">Assign a name to uniquely identify the activation.&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align:left">Select identifier&lt;/td>
&lt;td style="text-align:left">Select the type of ID you want to use for the activation from the dropdown menu.&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td style="text-align:left">Select your activation type&lt;/td>
&lt;td style="text-align:left">Choose a table or audience as your source.&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;ol start="3">
&lt;li>Click &lt;strong>Continue&lt;/strong> to verify your credentials.&lt;/li>
&lt;li>Review the details and click &lt;strong>Create activation&lt;/strong>.&lt;/li>
&lt;li>Choose from &lt;strong>Use existing destination&lt;/strong> or &lt;strong>Set up a new destination&lt;/strong> to connect your activation to the destination.&lt;/li>
&lt;li>Configure the destination-specific settings.&lt;/li>
&lt;li>Click &lt;strong>Turn on the connection&lt;/strong> to enable the connection.&lt;/li>
&lt;/ol>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/activation-connection.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/activation-connection.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/activation-connection.webp"
alt="Activation API"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;p>You can view your &lt;strong>Activations&lt;/strong> in the list of &lt;strong>Sources&lt;/strong> in the RudderStack dashboard.&lt;/p>
&lt;!-- end-chunk -->
&lt;!-- begin-chunk data-anchor="viewmodify-activations" data-heading="View/modify activations" data-level="2" data-permalink="https://www.rudderstack.com/docs/archive/profiles/0.25/management/activations/" data-title="Activate Profiles Data" -->
&lt;h2 id="viewmodify-activations">View/modify activations&lt;/h2>&lt;ol>
&lt;li>Click &lt;strong>[n] Activations&lt;/strong> next to your cohort:&lt;/li>
&lt;/ol>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/view-activation.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/view-activation.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/view-activation.webp"
alt="Activation API"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;ol start="2">
&lt;li>Click the &lt;strong>Activations&lt;/strong> tab to view the detailed list of all the connected activations:&lt;/li>
&lt;/ol>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/activation-list.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/activation-list.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/activation-list.webp"
alt="Activation API"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;ol start="3">
&lt;li>Click on the activation name. It will take you to the source overview page:&lt;/li>
&lt;/ol>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/connected-destinations.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/connected-destinations.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/connected-destinations.webp"
alt="Activation API"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;ol start="4">
&lt;li>Click the &lt;strong>Connection details&lt;/strong> next to the destination.&lt;/li>
&lt;/ol>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/connection-details.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/connection-details.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/connection-details.webp"
alt="Activation API"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure>
&lt;ol start="5">
&lt;li>Edit the &lt;strong>Schema&lt;/strong> or &lt;strong>Settings&lt;/strong> in the relevant tabs:&lt;/li>
&lt;/ol>
&lt;figure class="image--main " >
&lt;a
data-lightbox="image-images/profiles/connection-edit.webp" href="https://www.rudderstack.com/docs/docs/images/profiles/connection-edit.webp"
>
&lt;img src="https://www.rudderstack.com/docs/docs/images/profiles/connection-edit.webp"
alt="Activation API"
decoding="async" loading="lazy" class="img-shortcode"/>
&lt;/a>
&lt;/figure></description></item></channel></rss>