REST Resource: mobileCarriers
Stay organized with collections
Save and categorize content based on your preferences.
Resource: MobileCarrier
Contains information about a mobile carrier that can be targeted by ads.
JSON representation |
{
"id": string,
"name": string,
"countryCode": string,
"countryDartId": string,
"kind": string
} |
Fields |
id |
string (int64 format)
ID of this mobile carrier.
|
name |
string
Name of this mobile carrier.
|
countryCode |
string
Country code of the country to which this mobile carrier belongs.
|
countryDartId |
string (int64 format)
DART ID of the country to which this mobile carrier belongs.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#mobileCarrier"
.
|
Methods |
|
Gets one mobile carrier by ID. |
|
Retrieves a list of mobile carriers. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThe MobileCarrier resource provides details about mobile carriers that can be targeted in advertising campaigns.\u003c/p\u003e\n"],["\u003cp\u003eIt includes information like carrier ID, name, country code, and DART ID.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve information about individual mobile carriers or a list of carriers using the provided methods.\u003c/p\u003e\n"],["\u003cp\u003eThe resource is represented in JSON format with specific fields for each data point.\u003c/p\u003e\n"]]],[],null,["# REST Resource: mobileCarriers\n\n- [Resource: MobileCarrier](#MobileCarrier)\n - [JSON representation](#MobileCarrier.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: MobileCarrier\n-----------------------\n\nContains information about a mobile carrier that can be targeted by ads.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"name\": string, \"countryCode\": string, \"countryDartId\": string, \"kind\": string } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this mobile carrier. |\n| `name` | `string` Name of this mobile carrier. |\n| `country``Code` | `string` Country code of the country to which this mobile carrier belongs. |\n| `country``Dart``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` DART ID of the country to which this mobile carrier belongs. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#mobileCarrier\"` . |\n\n| Methods ------- ||\n|------------------------------------------------------------------|--------------------------------------|\n| ### [get](/doubleclick-advertisers/rest/v4/mobileCarriers/get) | Gets one mobile carrier by ID. |\n| ### [list](/doubleclick-advertisers/rest/v4/mobileCarriers/list) | Retrieves a list of mobile carriers. |"]]