詳しくは、自動車業界向けAdvantage+ カタログ広告のピクセルおよび/またはモバイルSDKを実装するをご覧ください。
use FacebookAds\Object\ProductCatalog; $product_catalog = new ProductCatalog(<PRODUCT_CATALOG_ID>); $product_catalog->createExternalEventSource(array(), array( 'external_event_sources' => array( <PIXEL_ID> ), ));
コードブロックにページイベントソースのセクションを追加します。
{ "type": "page", "id": "<PAGE_ID>", }
以下は、ピクセル、アプリ、ページイベントからのシグナルを使用してリターゲティングオーディエンスを作成する方法の例です。特定の自動車セットに属する自動車ページにアクセスしたオーディエンスをキャプチャします。
ページイベントは、Facebook上のリンク先で自動車業界向け在庫広告を使用する場合にのみ適用されます。
curl \ -F 'name=Viewed vechicles in vehicle set in Last 30 days' \ -F 'subtype=CLAIM' \ -F 'claim_objective=VEHICLE' \ -F 'content_type=VEHICLE' \ -F 'event_sources=[ { "type": "pixel", "id": "<PIXEL_ID>" }, { "type": "app", "id": "<APP_ID>" } ]' \ -F 'rule={"vehicle_set_id":{"eq":"<VEHICLE_SET_ID>"}}' \ -F 'inclusions=[ { "event": "ViewContent", "retention": {"min_seconds":0,"max_seconds":2592000} }, { "event": "Search", "retention": {"min_seconds":0,"max_seconds":2592000} }, { "event": "AddToWishlist", "retention": {"min_seconds":0,"max_seconds":2592000} } ]' \ -F 'exclusions=[{ "event":"Lead", "retention": {"min_seconds":0,"max_seconds":2592000} }]' \ -F 'access_token=<ACCESS_TOKEN>' \ https://graph.facebook.com/<API_VERSION>/act_<AD_ACCOUNT_ID>/customaudiences
成功すると、オーディエンスIDが返されます。広告を作成する際に、広告セットレベルのdynamic_audience_ids
フィールドでこのオーディエンスIDを使用して、シグナルに基づいてユーザーをリターゲティングすることができます。
自動車業界向け在庫広告のリターゲティングに関するベストプラクティスについて詳しくは、こちらをご覧ください。