diff --git a/docs/html/google/play/billing/billing_admin.jd b/docs/html/google/play/billing/billing_admin.jd index 292cfcce0c36f..ad09f1f53b408 100644 --- a/docs/html/google/play/billing/billing_admin.jd +++ b/docs/html/google/play/billing/billing_admin.jd @@ -235,7 +235,7 @@ separate subvalues. For example, the syntax for the CSV file is as follows:
"product_id","publish_state","purchase_type","autotranslate ","locale; title; description","autofill","country; -price" +price", "pricing_template_id"
Descriptions and usage details are provided below.
@@ -316,8 +316,9 @@ separate subvalues. For example, the syntax for the CSV file is as follows:"true","default_price_in_home_currency"
If autofill is set to false, you need to specify a country
- and a price for each currency, and you must use the following syntax:
If autofill is set to false, you need to either specify the pricing_template_id
+ that is linked to the in-app product or specify a country and a price for each currency.
+ If you choose to specify countries and prices, you must use the following syntax:
"false", "home_country; default_price_in_home_currency; country_2; country_2_price; country_3; country_3_price; ..."
+ If you use this value, you shouldn't specify a value for the pricing_template_id. +
+
This is equivalent to the Price in the In-app Products UI. The price must be specified in
micro-units. To convert a currency value to micro-units, you multiply the real value by
1,000,000.
For example, if you want to sell an in-app item for $1.99, you specify 1990000 in the
price field.
+
+ If you use this value, you should set autofill to
+ false and leave the price column empty.
+
+ This value represents the ID of the pricing template that you've linked to + the in-app product. This ID appears under a pricing template's name + on the Pricing template page. If an in-app product isn't + linked to a pricing template, its pricing_template_id value is + empty. +
++ If you import a CSV file and choose to overwrite the product list, you can + update the links between in-app products and pricing templates by changing + the value of an in-app product's pricing_template_id. Leave the + value empty to unlink an in-app product from all pricing templates. +
++ Note: You can link up to 100 app prices or in-app product + prices with a particular pricing template. Therefore, don't specify the same + pricing_template_id value in more than 100 rows of your CSV file. +
When creating a pricing template, you provide new pricing information that you - can apply to paid apps and in-app products. To add a pricing template, do the - following: + can apply to paid apps and in-app products. You can link the prices of up to + 100 apps and in-app products to a single pricing template. +
+ + To add a pricing template, do the following: