REST Resource: mobileCarriers

  • The MobileCarrier resource contains information about mobile carriers that can be targeted by ads.

  • A MobileCarrier is represented in JSON with fields for its ID, name, country code, country DART ID, and kind.

  • You can retrieve a specific mobile carrier by ID using the get method or a list of mobile carriers using the list method.

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

get

Gets one mobile carrier by ID.

list

Retrieves a list of mobile carriers.
Design a Mobile Site
View Site in Mobile | Classic
Share by: