E-commerce
July 1, 2026
"The bot sends the wrong product from the reel." "The AI promises an unlisted UGC reward." "The chatbot invents a creator code on the fly." Three failures where a poorly calibrated creator campaign bot hallucinates SKUs or credits outside of policy.
An e-commerce UGC creator campaign AI chatbot does not replace UGCCAMP agents (#941). It reads UGCCAMP-MAP, finds the video product, cites discount_code creator_promise reward_rules, and hands off a reward promise outside the map to humans.
This guide #942 covers intents bot_ugccamp_*, flow UGCCAMPBOT, and KPI ugccamp_bot. Pair bot of the UGCCAMP playbook (#941). Usecase: retrieve the code offer of the product shown without issuing a code or crediting a reward.
Summary
Why botify UGC creator campaigns?
"Which product in the video?", "the code doesn't work" and "how to participate in the hashtag?" explode 24 to 72 hours post-creator reel. A bot calibrated to lookup UGCCAMP-MAP, sku_video_map, verify Shopify discount without improvising TikTok promise.
What the tier 1 bot solves
Video product: sku_video_map → grounded PDP link
Campaign code: status discount_code Shopify API
Participation: hashtag_challenge participation_rules cite
Submission rights: ugc_rights_copy map grounded
Official offer: creator_promise discount_value map
Gorgias notes that approximately 1 in 9 tickets is pre-purchase and that response speed influences post-creator conversion (Gorgias, pre-purchase speed 2025). The bot intercepts bot_ugccamp_product_from_video before agent invented SKU.
UGCCAMPBOT #942 vs UGCCAMP #941, AMBbot #576, UGCbot #870 and INFLU #223
Seven UGC creator bot contents, seven distinct roles.
Quick Matrix
#942 UGCCAMPBOT: tier 1 bot find offer product code creator video
UGCCAMP #941: reward promise escalate verify agents
AMBbot #576: long-term ambassador code distinct from TTL UGC campaign
UGCbot #870: moderation deletion rights tier 1 UGC
UGC #215: use customer photos answer support distinct from campaign
INFLU #223: upstream preparation distinct from post-live tickets
COBRANDBOT #940: collab two brands distinct from UGC creator
Pipeline: product bot code participation cites → #941 reward_missing promise escalate execute.
Which bot_ugccamp_* intents should be configured?
Eight creator campaign bot intents mapped to typologies #941.
Eight bot_ugccamp intents
bot_ugccamp_campaign_detect: detect creator_handle hashtag reel landing
bot_ugccamp_product_from_video: sku_video_map → PDP link
bot_ugccamp_code_status: discount_code Shopify API status
bot_ugccamp_participate: hashtag_challenge participation_rules
bot_ugccamp_rights_info: ugc_rights_copy quote
bot_ugccamp_promise_info: creator_promise discount_value map
bot_ugccamp_submit_info: submission_portal_url review_sla
bot_ugccamp_handoff: reward_missing promise unmapped → #941
Tier 1 auto: campaign_detect, product_from_video, code_status, participate, rights_info, promise_info if UGCCAMP-MAP + guardrails.
bot_ugccamp_handoff, reward_missing, submission_status dispute → agents #941 payload ugccamp_campaign_id creator_handle.
How do I consume UGCCAMP-MAP #941?
The bot reads UGCCAMP-MAP #941: ugccamp_campaign_id, creator_handle, hashtag_challenge, discount_code, discount_value, creator_promise, sku_video_map, secondary_skus, reward_rules, ugc_rights_copy, participation_rules, submission_portal_url, campaign_expiry, agent_handoff_url.
Lookup grounded
Creator lookup: @handle → UGCCAMP-MAP row
Hashtag lookup: #challenge → campaign row
Shopify Discount API: code status live exclusions
SKU-LINK-GATE: PDP from sku_video_map only
CREATOR-PROMISE-SCOPE-BOT: cites creator_promise map only
Widget reel landing: badge bot_ugccamp_product_from_video entry + discount_code chip.
UGCCAMPBOT-SUP Policy in Six Rules
Six bot rules for a safe creator campaign.
CAMP-REGISTRY-GATE: generates reward code from UGCCAMP-MAP only
SKU-LINK-GATE: PDP link sku_video_map, do not guess real SKU
NO-CODE-ISSUE-BOT: bot does not issue or replace creator code
NO-REWARD-ISSUE-BOT: bot does not credit UGC reward, handoff #941
CREATOR-PROMISE-SCOPE-BOT: quotes creator_promise map, not real verbal
AMB-UGCREM-REROUTE-BOT: ambassador → #576, deleted content → #870
Flow UGCCAMPBOT UCB-1 to UCB-8
Eight-step flow: ingest detect lookup classify answer reroute handoff log.
UCB-1 Ingest: product message real code hashtag participation
UCB-2 Campaign detect: bot_ugccamp_campaign_detect handle hashtag
UCB-3 Registry lookup: CAMP-REGISTRY-GATE UGCCAMP-MAP
UCB-4 Classify: ugccamp_* vs ambassador vs ugcrem
UCB-5 Tier 1 answer: product code participate rights promise submit
UCB-6 Reroute: AMBbot #576 UGCbot #870 COBRANDBOT #940
UCB-7 Handoff: reward_missing promise → agent #941
UCB-8 Log: deflect product_from_video code_status handoff KPI
Example TPL-UGCCAMP-PRODUCT
“Product {{creator_handle}}: {{sku_name}}. Link: {{pdp_url sku_video_map}}. Code: {{discount_code statut}}.”
TPL-UGCCAMP templates and touchpoints
Four short creator templates embed reel landing widget.
TPL-UGCCAMP-PRODUCT
[sku_name map.] [pdp_url sku_video_map.] SKU-LINK-GATE.
TPL-UGCCAMP-CODE
[discount_code status map.] [discount_value.] [campaign_expiry.] Shopify verify.
TPL-UGCCAMP-JOIN
[hashtag_challenge map.] [participation_rules.] [ugc_rights_copy.] JOIN + RIGHTS.
TPL-UGCCAMP-HANDOFF
[agent_handoff_url.] Request [reward / promise unmapped] transmitted. Campaign [ugccamp_campaign_id]. Delay [handoff_sla].
Touchpoints
Shoppable reel landing: product_from_video + code_status entry
"Which product in the video?": sku_video_map PDP
Creator checkout error code: code_status reason Shopify
"How to participate?": participate + rights_info
Edge cases: multi-SKU, gifted without code, reward, deleted content
Five cases outside tier 1 standard creator bot.
Multi-product Reel: sku_video_map + secondary_skus list, not a single guessed SKU
Gifted creator without code: product_from_video only, NO-CODE-ISSUE-BOT
Missing UGC reward: handoff #941 UGCCAMP-REWARD-01 submission verify
Deleted gallery content: reroute UGCbot #870
Permanent ambassador code: reroute AMBbot #576
Bot never credits reward: strict NO-REWARD-ISSUE-BOT, handoff #941 marketing creator ops.
Essential ugccamp_bot KPIs
Five UGCCAMPBOT steering metrics and correlation #941.
ugccamp_bot_deflect: product participation code resolved without agent
ugccamp_bot_product_link_rate: % sessions with PDP sku_video_map provided
ugccamp_bot_code_deflect: code_status resolved by bot without handoff
ugccamp_bot_hallucination_rate: SKU code out of map audit target 0
ugccamp_bot_handoff_rate: reward promise / total ugccamp bot
Target: hallucination_rate at zero and product_link_rate greater than 85% post sync UGCCAMP-MAP D-7.
UGCCAMPBOT Anti-patterns
Five common mistakes in creator bot campaigns.
Guessing real SKU: SKU-LINK-GATE map only
Issuing compensatory code: NO-CODE-ISSUE-BOT handoff #941
Crediting UGC reward: NO-REWARD-ISSUE-BOT handoff #941
Quoting verbal TikTok promise: CREATOR-PROMISE-SCOPE map only
Duplicating AMBbot #576: #942 distinct UGC TTL campaign ambassador
UGCCAMPBOT with Qstomy
Qstomy on Shopify: detect bot_ugccamp intent, UGCCAMP-MAP RAG grounded, Shopify discount verify, templates PRODUCT CODE JOIN, handoff #941 reward payload ugccamp_campaign_id.
Pipeline: #942 product code participation bot → #941 execute reward escalate marketing.
Scenario: DTC beauty #GlowWithUs, 11 tickets/month. Registry sync D-7. ugccamp_bot_deflect +46 %, ugccamp_ tickets -34 % in 6 weeks.
Explore AI support and request a demo.
Checklist, FAQ and going further
UGCCAMPBOT Checklist (8 steps)
Sync UGCCAMP-MAP #941: RAG bot + Shopify discount API
Policy UGCCAMPBOT-SUP: 6 SKU-LINK NO-REWARD-ISSUE rules
8 intents bot_ugccamp_*: flow UCB-1 to UCB-8
4 templates TPL-UGCCAMP-*: PRODUCT CODE JOIN HANDOFF
Reel landing chip: product_from_video code_status entry
sku_video_map each reel: secondary_skus if multi-product
Red team 10 prompts: Fake SKU, issued code, credited reward
Dashboard KPI: ugccamp_bot_* section 9
FAQ
Difference #941?
#941 = agents reward escalate verify execute. #942 = bot tier 1 product code participation handoff.
Does the bot create a code?
No. NO-CODE-ISSUE-BOT. Handoff #941 marketing ops.
Does the bot credit UGC rewards?
No. NO-REWARD-ISSUE-BOT. Handoff #941 submission portal.
Difference from AMBbot #576?
#576 = long-term ambassador. #942 = campaign creator UGC TTL challenge.
Going further
This week: sync UGCCAMP-MAP #941, reel landing chip, PRODUCT CODE templates, measure ugccamp_bot_deflect.

Enzo
July 1, 2026





