-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(cdp): document snapchat destination #9932
Open
MarconLP
wants to merge
5
commits into
master
Choose a base branch
from
snapchat-ads-docs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+61
−0
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
afe00b6
document snapchat destination
MarconLP 166e4f0
add to nav
ivanagas 2ab4092
Update contents/docs/cdp/destinations/snapchat-ads.md
MarconLP 88e9176
Update contents/docs/cdp/destinations/snapchat-ads.md
MarconLP a6b65c4
Merge branch 'master' into snapchat-ads-docs
ivanagas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: Send PostHog conversion events to Snapchat Ads | ||
templateId: template-snapchat-ads | ||
--- | ||
|
||
import Requirements from "../_snippets/requirements.mdx" | ||
import FeedbackQuestions from "../_snippets/feedback-questions.mdx" | ||
import PostHogMaintained from "../_snippets/posthog-maintained.mdx" | ||
|
||
<Requirements /> | ||
|
||
You'll also need access to the relevant Snapchat Ads account. | ||
|
||
## Installation | ||
|
||
1. In PostHog, click the [Data pipeline](https://us.posthog.com/pipeline/overview) tab in the left sidebar. | ||
|
||
2. Click the **Destinations** tab. | ||
|
||
3. Search for **Snapchat Ads Conversions** and select the destination. | ||
|
||
4. Next, get your Snapchat access token and pixel ID. Log in to [Snapchat Ads Manager](https://ads.snapchat.com/) then: | ||
|
||
1. Click the menu in the top corner and select **Events Manager**. | ||
2. Click **new event source** and select **Web**. | ||
3. For the connection method, select **Conversions API**. | ||
4. If you’ve already set up a Pixel for your website, we recommend that you use the same Pixel for your browser and server events. | ||
1. To create a new Pixel, click **Create new Pixel** and enter a name for your Pixel and click **Confirm**. | ||
5. Select **Create new token** and click **Generate**. | ||
6. Select **Set up manually** and click **Next**. | ||
7. You can create an access token by clicking **Generate Access Token**. | ||
8. Configure your Events and copy your **access token**. | ||
9. Select your Pixel from the event sources list and copy your **Pixel ID**. | ||
|
||
5. Back in PostHog, add the Pixel ID and Access token to the destination configuration. | ||
|
||
6. Set up your event and property filters to remove unnecessary events. You only want to send events that are conversions. Filter out unrelated events or ones missing required data. | ||
|
||
7. Press **Create & enable**, test your destination, and then watch your conversions get sent to Snapchat Ads. | ||
|
||
<HideOnCDPIndex> | ||
|
||
## Configuration | ||
|
||
<TemplateParameters /> | ||
|
||
## FAQ | ||
|
||
### Is the source code for this destination available? | ||
|
||
PostHog is open-source and so are all the destination on the platform. The [source code](https://github.com/PostHog/posthog/blob/master/posthog/cdp/templates/snapchat_ads/template_snapchat_ads.py) is available on GitHub. | ||
|
||
<PostHogMaintained /> | ||
|
||
<FeedbackQuestions /> | ||
|
||
</HideOnCDPIndex> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also not available at the moment: