تدعم حملات الدردشة الحية في الموقع أنماط عناوين URL باستخدام wild card. عند إنشاء نمط عنوان URL، ضع السلوك التالي في اعتبارك.

في Chatwoot، يجب أن يبدأ كل نمط عنوان URL بـ `http://` أو `https://`.

## **تشغيل الحملة على عنوان URL محدد بالضبط**[**​**](https://www.chatwoot.com/docs/product/features/campaigns/wild-card-url-in-campaigns/#running-the-campaign-on-the-exact-url "Direct link to Running the campaign on the exact URL")

إذا قمت بإضافة عنوان URL محدد مثل `https://chatwoot.com/app`، فإن العناوين التي تحتوي على شرطة مائلة في النهاية أو معلمات URL أو معلمات التجزئة لن تتطابق. بعض الأمثلة لتعريفات التطابق الدقيق كما يلي:

* `https://chatwoot.com/app` لن يتطابق مع `https://chatwoot.com/app/` أو `https://chatwoot.com/app?test_param=1`

* `https://chatwoot.com/app?test_param=test_value` لن يتطابق مع `https://chatwoot.com/app` أو `https://chatwoot.com/app#test_hash_param`

## **تشغيل الحملة مع تجاهل معلمات عنوان URL**[**​**](https://www.chatwoot.com/docs/product/features/campaigns/wild-card-url-in-campaigns/#running-the-campaign-ignoring-the-url-parameters "Direct link to Running the campaign ignoring the URL parameters")

لتجاهل معلمات URL أو معلمات التجزئة، يمكنك إضافة شرطة مائلة في نهاية العنوان. على سبيل المثال: `https://chatwoot.com/app/` سيتطابق مع جميع عناوين URL التالية.

* `https://chatwoot.com/app/`

* `https://chatwoot.com/app`

* `https://chatwoot.com/app/?test=1`

* `https://chatwoot.com/app/#test`

## **تشغيل الحملة في جميع الأدلة الفرعية**[**​**](https://www.chatwoot.com/docs/product/features/campaigns/wild-card-url-in-campaigns/#running-the-campaign-in-all-sub-directories "Direct link to Running the campaign in all sub-directories")

يمكنك استخدام الرمز `*` في العنوان إذا كنت ترغب في التطابق مع جميع الأدلة الفرعية. على سبيل المثال: `https://chatwoot.com/*` سيتطابق مع عناوين URL التالية

* `https://chatwoot.com/`

* `https://chatwoot.com/app`

* `https://chatwoot.com/app/subdirectory`

### **تشغيل الحملة في جميع النطاقات الفرعية**[**​**](https://www.chatwoot.com/docs/product/features/campaigns/wild-card-url-in-campaigns/#running-the-campaign-in-all-subdomains "Direct link to Running the campaign in all subdomains")

لمطابقة النطاق الحالي والنطاقات الفرعية، يمكنك استخدام النمط `{*.}?` في العنوان. على سبيل المثال: `https://{*.}?chatwoot.com/` سيتطابق مع عناوين URL التالية

* `https://chatwoot.com`

* `https://app.chatwoot.com`

* `https://www.chatwoot.com`