Kroger Ad Platform API

Advertiser

object
idinteger

The id of the advertiser.

Default:0

namestring

The name of the advertiser.

Default:

accountIdinteger

The account id of the advertiser.

Default:0

descriptionstring

The description of the advertiser.

Default:

activeboolean

Whether the advertiser is active.

Default:true

Example

AdvertiserAddress

object
idinteger

Id of the address.

Default:0

companyNamestring

The name of the company the address is for.

Default:

addressLine1string

The first line of the address.

Default:

addressLine2string

The second line of the address.

Default:

citystring

The city of the address.

Default:

statestring

The state of the address.

Default:

postalCodestring

The postal code of the address.

Default:

countrystring

The country of the address.

Default:

addressTypestring

Allowed values:CPGAGENCY

activeboolean

Whether the address is active or not.

Default:true

Example

AdvertiserAddressResponse

object
dataarray[object]required

List of Addresses.

Show Child Parameters
metaobjectrequired
Show Child Parameters
Example

AdvertiserContact

object
idinteger

Id of this contact.

Default:0

firstNamestring

First name of this contact.

Default:

lastNamestring

Last name of this contact.

Default:

emailstring

Email address of this contact.

Default:

contactTypestring

Allowed values:CPGAGENCY

activeboolean

Whether this contact is active or not.

Default:true

accountIdsarray[string]

List of account ids this contact belongs to.

Example

AdvertiserContactResponse

object
dataarray[object]required

List of Contacts

Show Child Parameters
metaobjectrequired
Show Child Parameters
Example