> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/coin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/coin/troubleshooting/coin-and-googles-shopping-ad-policy-link-to-your-store-in-a-specific-currency.md).

# Coin & Google's Shopping Ad Policy: Link to your store in a specific currency

Displaying store prices in a specific currency can be done by defining a URL parameter.

This is a great way to comply with [Google's Shopping Ad Policy](https://support.google.com/merchants/answer/6149970?hl=en-IE\&sjid=6476357922619533999-NC) when trying to display ads in different countries.

Simply append the following text to your URL(s), and Coin will convert prices to the specified currency, regardless of the user's location.

```html
?shop_currency=CAD
```

For example:

```url
http://myid.myshopify.com/?shop_currency=CAD
```

Here's another example in case you already have URL variables defined:

```url
http://myid.myshopify.com/?othervariable=123&shop_currency=CAD
```
