Contains information about an internet connection type that can be targeted by ads. Clients can use the connection type to target mobile vs. broadband users.
[[["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 2024-09-19 UTC."],[[["\u003cp\u003eThe ConnectionType resource provides information about internet connection types, enabling ad targeting based on mobile or broadband usage.\u003c/p\u003e\n"],["\u003cp\u003eConnectionType objects contain an ID, name, and kind, with the ID representing a specific connection type and the name providing a descriptive label.\u003c/p\u003e\n"],["\u003cp\u003eAdvertisers can utilize methods like \u003ccode\u003eget\u003c/code\u003e and \u003ccode\u003elist\u003c/code\u003e to retrieve connection type data for targeting purposes.\u003c/p\u003e\n"]]],[],null,["# REST Resource: connectionTypes\n\n- [Resource: ConnectionType](#ConnectionType)\n - [JSON representation](#ConnectionType.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ConnectionType\n------------------------\n\nContains information about an internet connection type that can be targeted by ads. Clients can use the connection type to target mobile vs. broadband users.\n\n| JSON representation |\n|----------------------------------------------------------|\n| ``` { \"id\": string, \"name\": string, \"kind\": string } ``` |\n\n| Fields ||\n|--------|-----------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this connection type. |\n| `name` | `string` Name of this connection type. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#connectionType\"` . |\n\n| Methods ------- ||\n|-------------------------------------------------------------------|---------------------------------------|\n| ### [get](/doubleclick-advertisers/rest/v4/connectionTypes/get) | Gets one connection type by ID. |\n| ### [list](/doubleclick-advertisers/rest/v4/connectionTypes/list) | Retrieves a list of connection types. |"]]