From 49ed3eb8bc88d7edf1847bc86e3e801876d0af0a Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Mon, 19 Sep 2016 10:25:45 -0700 Subject: [PATCH] docs: Added descriptions of "Pricing Template ID" column to in-app products CSV guide Bug: 31507720 Change-Id: Ic95bd1dab5d1fb75a6dbab9dba5f0f8195f4090e --- .../html/google/play/billing/billing_admin.jd | 44 ++++++++++++++++--- 1 file changed, 39 insertions(+), 5 deletions(-) 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; ..."

  • @@ -335,11 +336,41 @@ separate subvalues. For example, the syntax for the CSV file is as follows:

    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. +

    +
    +
    pricing_template_id
    +
    +

    + 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. +

    @@ -432,8 +463,11 @@ with the locale field.

    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: