Campaigns

The Campaign Object

Properties

idstring

The Rutter generated unique ID of the campaign.

platform_idstring

The platform specific ID of the campaign.

account_idstringnullable

The Rutter ID of the Ad Account linked to the campaign.

start_datestring

The date when campaign started.

end_datestringnullable

The date when campaign ended. Null if the campaign in ongoing.

objectiveenum

The objective of the campaign.

One ofimpressionsclicks, or other.
statusenum

The status of the campaign.

One ofactiveinactive, or deleted.
total_clicksnumber

The number of total clicks for the campaign.

total_impressionsnumber

The number of total impressions for the campaign.

total_spendnumber

The total budget for the campaign.

currency_codestringnullable

The ISO 4217 currency code of the campaign.

namestringnullable

The name of the campaign.

total_budgetnumbernullable

The total budget for the campaign.

created_atstringnullable

The ISO 8601 timestamp that the campaign was created.

updated_atstringnullable

The ISO 8601 timestamp that the campaign was last updated.

last_synced_atstring

The ISO 8601 timestamp when the campaign was last synced by Rutter.

platform_dataobjectOptional

The raw platform data corresponding to the Rutter object.

Endpoints
GET
/ads/campaigns
GET
/ads/campaigns/:id

List Campaigns

GEThttps://production.rutterapi.com/versioned/ads/campaigns

Request Parameters

    access_tokenstringqueryRequired

    The access token of the connection.

    cursorstringqueryOptional

    Used to paginate to the next batch of objects. Should be a copy of the next_cursor value from the previous response.

    expandenumqueryOptional

    Include platform specific data (includes additional fields not provided by the Rutter object).

    Must beplatform_data.
    force_fetchenumqueryOptional

    Used to force a response even if the underlying connection has not finished its initial sync.

    One oftrue or false.
    last_synced_at_minintegerqueryOptional

    Used to filter objects with a last_synced_at value greater than or equal to the supplied value. Should be a Unix time in milliseconds.

    limitintegerqueryOptional

    Used to limit the number of returned objects. Defaults to 50.

    sortstringqueryOptional

    Used to sort the returned objects, e.g. last_synced_at ASC. Currently supports the fields: updated_at or last_synced_at. If a field is provided but ASC or DESC is not, defaults to ASC. If this field is omitted, defaults to updated_at DESC.

    updated_at_maxintegerqueryOptional

    Used to filter objects with a updated_at value less than or equal to the supplied value. Should be a Unix time in milliseconds.

    updated_at_minintegerqueryOptional

    Used to filter objects with a updated_at value greater than or equal to the supplied value. Should be a Unix time in milliseconds.

Response Body

    connectionobject
    Show connection attributes
    campaignsarray
    Show campaigns attributes
    next_cursorstringnullableOptional
Support by integration
  • Facebook
    Facebook
  • Google
    Google
  • TikTok
    TikTok

Fetch a Campaign

GEThttps://production.rutterapi.com/versioned/ads/campaigns/:id

Request Parameters

    idstringpathRequired

    The unique ID of the object.

    access_tokenstringqueryRequired

    The access token of the connection.

    force_fetchenumqueryOptional

    Used to force a response even if the underlying connection has not finished its initial sync.

    One oftrue or false.

Response Body

    connectionobject
    Show connection attributes
    campaignobject
    Show campaign attributes
Support by integration
  • Facebook
    Facebook
  • Google
    Google
  • TikTok
    TikTok

Have questions?

Contact support for personalized guidance.

Contact support