v1Ressourcen/Connections/getBoost-Konfigurationen auflisten
Boost-Konfigurationen auflisten
Liefert die gespeicherten Boost-Konfigurationen (wiederverwendbare Targeting- und Budgetvorlagen zum Boosten eines Beitrags) auf einem verbundenen Konto.
get
connections:read/api/v1/connections/boost-configsQuery-Parameter
connectionIdstringerforderlich
Das abzurufende verbundene Konto. Erforderlich. Nachschlagen mit GET /api/v1/connections.
Antwort
dataobjectoptional
boostConfigsarray of objectoptional
Die auf diesem verbundenen Konto gespeicherten Boost-Konfigurationen.
idstringoptional
Eindeutige Kennung der Boost-Konfiguration.
connectionIdstringoptional
ID des verbundenen Kontos, zu dem diese Boost-Konfiguration gehört.
adAccountIdstringoptional
ID des Werbekontos, aus dem diese Boost-Konfiguration ausgibt.
namestringoptional
Name dieser Vorlage.
platformstringoptional
Plattform, auf der diese Boost-Konfiguration läuft, passend zu ihrem verbundenen Konto.
targetingobjectoptional
Targeting-Einstellungen für diese Vorlage.
ageMinnumberoptional
Mindestalter der Zielgruppe.
ageMaxnumberoptional
Höchstalter der Zielgruppe.
gendersarray of numberoptional
Anzusprechende Geschlechter der Zielgruppe: 1 für männlich, 2 für weiblich.
geoLocationsobjectoptional
Geografisches Targeting: Länder, Regionen, Städte und/oder Postleitzahlen.
interestsarray of objectoptional
Anzusprechende Interessenkategorien.
publisherPlatformsarray of stringoptional
Auf welchen Plattform-Oberflächen die Zielgruppe angesprochen werden soll, z. B. ["facebook", "instagram"].
pageFansstring (fans | fans_of_fans)optional
Die Zielgruppe auf Personen beschränken, denen die Seite gefällt (Fans), oder zusätzlich auf deren Freunde (fans_of_fans).
dailyBudgetnumberoptional
Tagesbudget, in der kleinsten Währungseinheit der Plattform (z. B. Cent).
durationDaysnumberoptional
Wie viele Tage der Boost nach Anwendung läuft.
delayHoursnumberoptional
Stunden, die nach Veröffentlichung eines Beitrags gewartet wird, bevor er geboostet wird.
publisherPlatformsarray of stringoptional
Auf welchen Plattform-Oberflächen diese Vorlage boostet.
archivedbooleanoptional
Ob diese Vorlage archiviert wurde.
createdAtstringoptional
Wann diese Vorlage erstellt wurde, als ISO-8601-Zeitstempel.
updatedAtstringoptional
Wann diese Vorlage zuletzt aktualisiert wurde, als ISO-8601-Zeitstempel.
adAccountobjectoptional
Eine kurze Zusammenfassung des Werbekontos, aus dem diese Vorlage ausgibt, oder null.
platformAccountIdstringoptional
Die eigene Kennung der Plattform für dieses Werbekonto.
namestringoptional
Anzeigename dieses Werbekontos.
currencystringoptional
Währung, in der dieses Werbekonto abrechnet, oder null.
Fehler
400Der Anfrage fehlt ein erforderlicher Parameter, oder sie ist anderweitig fehlerhaft.
401API-Schlüssel fehlt, ist ungültig, abgelaufen oder widerrufen.
403Dem Schlüssel fehlt die erforderliche Berechtigung, oder er ist für diesen Kunden/Standort nicht autorisiert.
404Die Ressource wurde nicht gefunden oder gehört nicht zu Ihrer Agentur.
429Zu viele Anfragen. Versuchen Sie es nach der im Retry-After-Header angegebenen Anzahl Sekunden erneut.
get/api/v1/connections/boost-configs
Ihr API-Schlüssel
connectionId *
{
"data": {
"boostConfigs": [
{
"id": "boost_1",
"connectionId": "conn_1",
"adAccountId": "adacct_1",
"name": "Local awareness — $10/day",
"platform": "facebook",
"targeting": {
"ageMin": 25,
"ageMax": 55,
"genders": [],
"geoLocations": {
"countries": [],
"regions": [],
"cities": [],
"zips": []
},
"interests": [],
"publisherPlatforms": [
"facebook"
]
},
"dailyBudget": 10,
"durationDays": 7,
"delayHours": 0,
"publisherPlatforms": [
"facebook"
],
"archived": false,
"createdAt": "2026-01-15T10:00:00.000Z",
"updatedAt": "2026-01-15T10:00:00.000Z"
}
]
}
}Anleitungen, die diese Ressource verwenden
- What Is a Business Listings API?A business listings API manages a business's name, address, hours and more across many publishers at once, with sync status and duplicate detection built in.
- Business Listings API: Complete Developer GuideHow a business listings API works and how to create, update, sync and monitor locations across Google, Apple, Bing and directories with the Synup API.
- Google Business Profile API vs a Listings Management APIHow Google's Business Profile API compares with a listings management API on scope, access, sync status, duplicates and reviews, and when to use each.
- How to Add Local Marketing Features to Your SaaSAdd listings management, reviews, Google posts, profile analytics, rank tracking and AI visibility to a SaaS product with the Synup API, tenant by tenant.
- How to Update Business Information Across Google, Apple, Bing and DirectoriesPush one business-information change to Google, Apple, Bing and the directory network through a single API call, and verify it reached each publisher.
- How to Manage Thousands of Business Locations via APIDesign a sync job for thousands of locations on the Synup API with cursor pagination, tags, rate-limit handling, an id map and rollup health checks.
- How Google Business Profile Synchronization WorksGoogle Business Profile sync rests on an owner's OAuth consent, matching a location to the right Google listing, then a write-and-verify loop.
- How to Build a Multi-Location Marketing DashboardBuild a multi-location marketing dashboard from the API's rollup endpoints, one call per panel, covering listings, reviews, rank, AI visibility and duplicates.
- How to Connect and Manage Google Business Profiles via APIConnect a Google Business Profile to a location, match the account's listings, keep the profile in sync and handle reconnects with the Synup API.
- Building Publisher Integrations Directly vs Using SynupWhat it really costs to integrate Google, Apple, Bing and directories yourself, versus one API, and how to decide between them or combine both.