--- v15/common/segments.proto 2024-02-20 20:28:59.000000000 +0000 +++ v16/common/segments.proto 2024-02-20 20:29:03.000000000 +0000 @@ -65,9 +65,18 @@ // Activity account ID. optional int64 activity_account_id = 148; + // The city where the travel activity is available. + optional string activity_city = 185; + + // The country where the travel activity is available. + optional string activity_country = 186; + // Activity rating. optional int64 activity_rating = 149; + // The state where the travel activity is available. + optional string activity_state = 187; + // Advertiser supplied activity ID. optional string external_activity_id = 150;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["Three new fields have been added to the `segments.proto` file to capture the location of a travel activity: `activity_city`, `activity_country`, and `activity_state`."],["These fields provide more specific geographical information about travel activities, allowing for better targeting and filtering."],["The existing fields related to travel activities remain unchanged, including `activity_account_id`, `activity_rating`, and `external_activity_id`."]]],[]]