
## Attributes/Tags


<details class="accordion"><summary>Is there a limit of events/attributes/tags I can create in my workspace?</summary><div class="accordion-content"><p>No, you can create as many of them as you wish.</p></div></details>



<details class="accordion"><summary>How does it affect the system when I translate the event names?</summary><div class="accordion-content"><p>When you translate the event names, you can start searching the system using the new names. The names will also be replaced in all existing events.</p> <div class="admonition admonition-tip"><div class="admonition-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z" /></svg></div><div class="admonition-body"><div class="admonition-content"> <p>One exception to this is: when querying for events using the Synerise API, you need to use the original event names.</p> </div></div></div></div></details>



<details class="accordion"><summary>Why should I use enrichment of events?</summary><div class="accordion-content"><p>Enrichment of events is especially useful when you want to limit your data usage. </p></div></details>


## Blocks


<details class="accordion"><summary>Where can I use a block of code?</summary><div class="accordion-content"><p>You can use blocks of code in message templates: emails, dynamic contents, landing pages, etc... </p> <p>In order to use the block content, go to your template creator and click the &quot;Insert&quot; button.</p></div></details>



<details class="accordion"><summary>If I update my block content, is this content also updated in the templates in which I have already used it?</summary><div class="accordion-content"><p>No. If you update the block content, you also need to update it in every template where it was used previously.</p></div></details>


## Catalogs 


<details class="accordion"><summary>How do I create a catalog of products?</summary><div class="accordion-content"><p>A <strong>Catalog of products</strong> is created automatically based on the site&#39;s <code>og:tags</code>. Make sure the <code>og:tags</code> contain <code>product:retailer_part_no</code> (identical to the product SKU in the product feed) and <code>og:type</code>.</p> <p>Also, note that you can upload a CSV file to create a product catalog. However, in this case, you have to remember that the content of the file should be the same as the og:tags on your website. You need to provide a CSV (comma-separated values) file that is UTF-8 encoded. The file must contain the column names and during the import, you need to set one of the columns as a primary key. Each row can then be identified by this key while using the catalog content in your template.</p> <p>You can read more about catalogs <a href="/docs/assets/catalogs/">here</a>.</p></div></details>



<details class="accordion"><summary>How can I edit my catalog?</summary><div class="accordion-content"><p>You cannot edit your catalog, but you can overwrite it by importing a CSV file with new content.</p></div></details>



<details class="accordion"><summary>How can I insert the catalog content into my template?</summary><div class="accordion-content"><p>You can do it by using <a href="/developers/inserts/">inserts</a> in the templates of emails, dynamic content, and so on.</p></div></details>


## Events


<details class="accordion"><summary>What’s the difference between webpush.permissionBlock and webpush.subscribeBlock events?</summary><div class="accordion-content"><p>The <code>webpush.subscribeBlock</code> event is related to web push communication in Synerise. The event is generated when a customer subscribed for notifications, but the browser is blocked from displaying them.</p> <p>The <code>webpush.permissionBlock</code> event is related to a browser and it is sent to Synerise when a customer denied permission to display notifications from this website. If the customer uses multiple browser, it is possible that only some of them block notifications from the website.</p></div></details>


## File explorer


<details class="accordion"><summary>Can I import a movie file by File explorer?</summary><div class="accordion-content"><p>Unfortunately, you cannot import files with <code>.mp4</code> or <code>.gif</code> extensions.</p></div></details>



<details class="accordion"><summary>Can I change the file name on the platform after uploading?</summary><div class="accordion-content"><p>Unfortunately, this is not possible. To change the name of the file, delete it from the file explorer and upload it with a new name.</p></div></details>


## Reports


<details class="accordion"><summary>What kind of data does a report downloaded from this section contain?</summary><div class="accordion-content"><p>Reports downloaded from this section contain exported profile attributes (email, name, surname, custom attributes, etc.).</p></div></details>


## Voucher Pools


<details class="accordion"><summary>How should I prepare a CSV file to import a code pool?</summary><div class="accordion-content"><p>The file must be a single column representing the list of coupons (strings). Please make sure that each coupon is unique. Your CSV file must be UTF-8 encoded.</p></div></details>



<details class="accordion"><summary>Can I edit a code pool that I have already uploaded?</summary><div class="accordion-content"><p>No, this is not possible. You can delete a code pool and upload a new one to replace it.</p></div></details>



<details class="accordion"><summary>How do I know if a certain coupon from my pool has been assigned?</summary><div class="accordion-content"><p>You can display the full view by clicking the code pool name in the list. Each coupon has information about assignment status, assignment date, and when it was redeemed.</p></div></details>



<details class="accordion"><summary>Can I change the view of the code pool?</summary><div class="accordion-content"><p>Yes, you can sort the coupons by each of their attributes - assignment date, date of use, etc. To do so, click the arrow icon next to the chosen attribute.</p></div></details>



<details class="accordion"><summary>What is a barcode and which barcode types do you support?</summary><div class="accordion-content"><p>A barcode is a visual, machine-readable representation of data; the data usually describes something about the object that carries the barcode. Synerise supports the following barcode types: UPC, EAN-13, CODE-39, CODE-128, ISBN, ISSN, QR-CODE.</p></div></details>



<details class="accordion"><summary>How do I assign a coupon to a user?</summary><div class="accordion-content"><p>The most popular way is to assign one is via automation, after the user performs some action. You can find the full description <a href="/docs/automation/">here</a>. You can also assign a coupon by inserting it in your template (click &quot;Insert&quot; and choose a coupon from the list of available fields).</p></div></details>



<details class="accordion"><summary>How do I know if a user's coupon has been used?</summary><div class="accordion-content"><p>When you insert a coupon into your message template, it is automatically assigned to the user who receives the message and marked as &quot;assigned&quot; in the code pool. Each coupon can only be assigned to one customer.</p></div></details>

