제품 피드를 위한 Branch 링크 생성
Overview
제품 피드 또는 카탈로그는 기본적으로 모든 제품의 인벤토리이며 이미지, 가격, 설명 등과 같은 정보를 포함합니다. 이러한 어트리뷰트는 유니크한 방식으로 각 제품을 정의하는 데 사용됩니다. 제품 피드 또는 카탈로그는 제품과 관련된 다양한 속성으로 설정된 비즈니스 유형을 반영해야 합니다.
Branch 링크를 통해 유저는 올바른 제품 피드 또는 카탈로그 콘텐츠로 이동할 수 있으며, 다이나믹하고 반응이 빠른 마케팅 활동의 일부로 사용될 때 웹과 앱 모두에서 다양한 제품에 관심을 표명한 유저와 효과적으로 교류할 수 있습니다.
제품 피드에 대한 전제 조건
- Branch SDK
- Branch 웹 SDK
- Branch 대시보드에서 딥링크(Deep Link) 라우팅 설정
- Branch 대시보드에서 활성화된 Facebook 및/또는 구글 애즈 연동
- 제품 피드 아이템 별 링크
구글 애즈용 앱(웹뿐 아니라)으로의 라우팅을 서포트하려는 경우
- 기본 홈 도메인을 통해 구현된 유니버셜 링크(Universal Links) 및/또는 앱 링크(App Links)
Google 피드
Branch 트래킹 링크 만들기
중요 - 완료해야 함
캠페인 생성 이후 캠페인 설정 필드의 추적 템플릿에 Branch 링크를 포함시켜야 합니다
크로스 도메인 리디렉션 불가
제품 피드 항목의 랜딩 페이지가 표시 URL과 일치해야 하고 크로스 도메인 리디렉션이 포함되어 있지 않으므로 Branch 링크를 최종 URL 필드에 직접 넣을 수 없습니다.
- 기본 도메인으로 시작하십시오.
- 예 :
https://example.app.link
- 예 :
- 딥링크(Deep Link) 데이터를 쿼리 파라미터로 추가하십시오. 참고 : 각 쿼리 파라미터를 URI 인코딩해야 합니다.
- 예 :
https://example.app.link?product_id=123&category=shoes
- 예 :
- Add fallback URLs to point to your website (i.e., Google's
{lpurl}
macro will auto-populate the final url of the ad)- 예 :
https://example.app.link?product_id=123&category=shoes&$fallback_url={lpurl}
- 예 :
- 마지막으로 데이터를 정확하게 분류하는 데 필요한 다음 분석 파라미터를 추가합니다.
- 일반 Branch 분석 파라미터
- 구글 애즈 분석 파라미터 :
파라미터 | 값 |
$3p | a_google_adwords |
~advertising_partner_name | Google AdWords |
$one_time_use | false |
~branch_ad_format | Cross-Platform Display 또는 App Only |
~channel | Display OR Shopping |
~feature | paid advertising |
~campaign | {{campaign.name}} |
~ ad_id | {{ad.id}} |
~ ad_set_id | {{adset.id}} |
~ campaign_id | {{campaign.id}} |
구글 애즈용 Branch Long Link는 다음과 같습니다.
https://example.app.link?product_id=123&category=shoes&$fallback_url=https://branch.io/universal-ads/&$3p=a_google_adwords&~advertising_partner_name=Google-Adwords&$one_time_use=false&branch_ad_format=Cross-Platform Search&~channel=Google Adwords&~feature=paid advertising&~ad_set_id={adgroupid}&~campaign_id={campaignid}&~keyword={keyword}&~placement={placement}&~gclid={gclid}&~lpurl={lpurl}&$android_deepview=false&$ios_deepview=false&$desktop_deepview=false&$android_passive_deepview=false&$ios_passive_deepview=false
Google 피드 생성
The type of feed you create should match the business type you selected when creating your Dynamic remarketing campaign. Use the "Custom" feed only if the other business types don't apply to your products or services.
Please refer to Google’s Create a feed for your responsive ads for the following:
- 피드 정보
- 비즈니스 유형에 대한 피드 템플릿 및 사양 받기
- 새 피드 생성 및 업로드
- 피드 문제 해결
제품 피드에 링크 배치
모바일 앱 오픈
If you are using Universal links and/or Android App links on your primary domain, including those links in the
link
column will result in the app opening for users with the app installed. By default, all links will open your webpage in your mobile browser, unless Universal Links and/or Android App links are enabled on your primary domain.
When creating your product feed, one of the required parameters is the link
parameter. The link
parameter is typically a URL link to merchant's site (website landing page) where you can purchase or learn more about the item.
구글 애즈에 피드 업로드
There are limits to the number of feeds and feed items per account. Learn more About Google Ads account limits.
To upload your product feed to Google Ads, please follow Google’s help document on Create a feed for your responsive ads.
If you're a retail business, use the Google Merchant Center to upload your product feed.
캠페인 설정에 Branch Long Link를 포함시키려면 :
- 캠페인을 만든 후 캠페인의 Settings로 가세요.
- Settings 페이지에서 Campaign URL options 섹션을 확장합니다.
- Campaign URL options 섹션에서 Branch 긴 link를 Tracking Template 필드에 배치하십시오.
- Save를 클릭합니다.
Facebook 데이터 피드
Branch 링크 만들기
제품 피드에 포함되는 제품은 유니크하기 때문에 각 유저를 올바른 컨텐츠로 이동시키는 것 뿐 아니라 Branch가 이벤트를 올바르게 어트리뷰션하도록 하기 위해 각 제품 별 Branch 링크가 필요합니다.
제품 피드에 대해 Branch 딥링크(Deep Link)를 만드는 가장 좋은 방법은 각 제품 피드 항목에 대해 "Long Link"를 만드는 것입니다.
Branch 링크를 만들려면
- 기본 도메인으로 시작하십시오.
- 예 :
https://example.app.link
- 딥링크(Deep Link) 데이터를 쿼리 파라미터로 추가하십시오. 참고 : 각 쿼리 파라미터를 URI 인코딩해야 합니다.
- 예 :
https://example.app.link?product_id=123&category=shoes
- 앱이 설치되지 않은 경우 적절한 라우팅을 위해 대체 fallback URL을 추가합니다.
- 예 :
https://example.app.link?product_id=123&category=shoes&$fallback_url=https%3A%2F%2Fbranch.io%2Funiversal-ads%2F
- 마지막으로 데이터를 정확하게 분류하는 데 필요한 다음 분석 파라미터를 추가합니다.
- 일반 Branch 분석 파라미터
- Facebook 분석 파라미터 :
파라미터 | 값 |
$3p | a_facebook |
~advertising_partner_name | |
$one_time_use | false |
~branch_ad_format | Cross-Platform Display 또는 App Only |
~channel | |
~feature | paid advertising |
~campaign | {{campaign.name}} |
~ ad_id | {{ad.id}} |
~ ad_set_id | {{adset.id}} |
~ campaign_id | {{campaign.id}} |
Facebook에 대한 최종 링크는 다음과 같습니다.
https://example.app.link?product_id=123&category=shoes&$fallback_url=https%3A%2F%2Fbranch.io%2Funiversal-ads%2F&%243p=a_facebook&~advertising_partner_name=Facebook&%24one_time_use=false&branch_ad_format=App%20Only&~channel=Facebook&~feature=paid%20advertising&~campaign=%7B%7Bcampaign.name%7D%7D&~ad_id=%7B%7Bad.id%7D%7D&~ad_set_id=%7B%7Bad.set.id%7D%7D&~campaign_id=%7B%7Bcampaign.id%7D%7D
Facebook 데이터 피드 생성
카탈로그에 항목을 추가하는 방법에는 여러 가지가 있습니다. 한 가지 방법은 카탈로그에 여러 항목을 한 번에 추가할 수있는 데이터 피드를 사용하는 것입니다. 데이터 피드는 인벤토리에 대한 정보를 입력하는 스프레드 시트 파일입니다.
다음 사항에 대해서는 Facebook의 광고 문서를 참고하세요.
제품 피드에 링크 배치
제품 피드의 각 아이템에 대해 Branch Long Link를 만든 후에는 Facebook에 업로드하기 전에 제품 피드 파일에 해당 링크들을 포함시켜야 합니다.
When creating your product feed, one of the required parameters is the link
parameter. The link
parameter is typically a URL link to merchant's site (website landing page) where you can purchase or learn more about the item.
여러 시나리오에 대한 모든 적절한 라우팅이 이미 포함된 Branch Long Link를 Facebook에 사용하는 경우, 웹사이트 랜딩 페이지 URL을 Branch Long Link로 대체해야 합니다.
Facebook에 피드 업로드
We recommend using Facebook’s Product Feed Debug Tool to test and debug your Product Feed format. The largest file size accepted by the tool is 50MB.
To upload your product feed to Facebook, please follow Facebook’s help document on Add Catalog Items with a Data Feed.
Updated 1 day ago