event_type
and marketing_channel
properties that help Shopify to rank your app and surface it withinhttps://storename.com/product?utm_source=facebook&utm_medium=cpc&utm_campaign=Christmas2022-12142018
curl --location --request POST 'https://demo.myshopify.com//admin/api//marketing_events.json'
{
"marketing_event": {
"id": 1069063883,
"event_type": "ad",
"remote_id": null,
"started_at": "2023-12-14T19:00:00-05:00",
"ended_at": null,
"scheduled_to_end_at": null,
"budget": null,
"currency": null,
"manage_url": null,
"preview_url": null,
"utm_campaign": "Christmas2023",
"utm_source": "facebook",
"utm_medium": "cpc",
"budget_type": null,
"description": null,
"marketing_channel": "social",
"paid": true,
"referring_domain": "facebook.com",
"breadcrumb_id": null,
"marketing_activity_id": 1063897333,
"admin_graphql_api_id": "gid://shopify/MarketingEvent/1069063883",
"marketed_resources": []
}
}