[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[[["\u003cp\u003eThe Country resource provides information about countries targetable by ads, including their ID, name, country code, SSL support, and resource type.\u003c/p\u003e\n"],["\u003cp\u003eThis resource can be accessed using methods to retrieve a specific country by its ID or a list of all available countries.\u003c/p\u003e\n"],["\u003cp\u003eA country is identified by a unique DART ID and provides essential details like name, country code, and whether it supports secure ad serving.\u003c/p\u003e\n"]]],[],null,["- [Resource: Country](#Country)\n - [JSON representation](#Country.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Country Contains information about a country that can be targeted by ads.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------|\n| ``` { \"dartId\": string, \"name\": string, \"countryCode\": string, \"sslEnabled\": boolean, \"kind\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dartId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` DART ID of this country. This is the ID used for targeting and generating reports. |\n| `name` | `string` Name of this country. |\n| `countryCode` | `string` Country code. |\n| `sslEnabled` | `boolean` Whether ad serving supports secure servers in this country. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#country\"` . |\n\n| Methods ||\n|---------------------------------------------------------|--------------------------------|\n| [get](/doubleclick-advertisers/rest/v4/countries/get) | Gets one country by ID. |\n| [list](/doubleclick-advertisers/rest/v4/countries/list) | Retrieves a list of countries. |"]]