AI-generated Key Takeaways
-
The MobileCarrier resource contains information about mobile carriers that can be targeted by ads.
-
A MobileCarrier is represented by a JSON object with fields including id, name, countryCode, countryDartId, and kind.
-
You can retrieve a single mobile carrier by its ID using the
getmethod. -
You can retrieve a list of mobile carriers using the
listmethod.
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 |
ID of this mobile carrier. |
name |
Name of this mobile carrier. |
countryCode |
Country code of the country to which this mobile carrier belongs. |
countryDartId |
DART ID of the country to which this mobile carrier belongs. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
|---|---|
|
Gets one mobile carrier by ID. |
|
Retrieves a list of mobile carriers. |