You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/AccountWithFollowerStats.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@
18
18
|**followersLastUpdated**|**OffsetDateTime**| Last time follower count was updated (only included if user has analytics add-on) |[optional]|
19
19
|**parentAccountId**|**String**| Reference to the parent posting SocialAccount. Set for ads accounts that share or derive from a posting account's OAuth token. null for standalone ads (Google Ads) and all posting accounts. |[optional]|
20
20
|**enabled**|**Boolean**| Whether the user explicitly activated this account. false means the account was created as a side effect (e.g., posting account auto-created when user connected ads first). Posting UI and scheduler ignore accounts with enabled: false. |[optional]|
21
-
|**adsStatus**|[**AdsStatusEnum**](#AdsStatusEnum)|**Deprecated.** With the new ads account model, ads accounts are separate SocialAccount documents. Check for accounts with ads platform values (metaads, linkedinads, pinterestads, tiktokads, xads, googleads) instead. Legacy behavior: - `connected`: Ads are ready to use (same-token platforms like Meta/LinkedIn, or separate ads token is present). - `not_connected`: Platform supports ads but requires a separate ads OAuth. Use `GET /v1/connect/{platform}/ads` to connect. - `not_available`: Platform does not support ads (e.g., YouTube, Reddit, Bluesky). |[optional]|
22
21
|**metadata** | **Object** | Platform-specific metadata. Fields vary by platform. For WhatsApp accounts, includes: - `qualityRating`: Phone number quality rating from Meta (`GREEN`, `YELLOW`, `RED`, or `UNKNOWN`) - `nameStatus`: Display name review status (`APPROVED`, `PENDING_REVIEW`, `DECLINED`, or `NONE`). Messages cannot be sent until the display name is approved by Meta. - `messagingLimitTier`: Maximum unique business-initiated conversations per 24h rolling window (`TIER_250`, `TIER_1K`, `TIER_10K`, `TIER_100K`, or `TIER_UNLIMITED`). Scales automatically as quality rating improves. - `verifiedName`: Meta-verified business display name - `displayPhoneNumber`: Formatted phone number (e.g., \"+1 555-123-4567\") - `wabaId`: WhatsApp Business Account ID - `phoneNumberId`: Meta phone number ID | [optional] |
23
22
|**profilePicture**|**String**||[optional]|
24
23
|**currentFollowers**|**BigDecimal**| Current follower count |[optional]|
|[**disconnectAds**](AccountsApi.md#disconnectAds)|**POST** /v1/accounts/{accountId}/disconnect-ads | Disconnect ads from an account |
10
-
|[**disconnectAdsWithHttpInfo**](AccountsApi.md#disconnectAdsWithHttpInfo)|**POST** /v1/accounts/{accountId}/disconnect-ads | Disconnect ads from an account |
11
9
|[**getAccountHealth**](AccountsApi.md#getAccountHealth)|**GET** /v1/accounts/{accountId}/health | Check account health |
12
10
|[**getAccountHealthWithHttpInfo**](AccountsApi.md#getAccountHealthWithHttpInfo)|**GET** /v1/accounts/{accountId}/health | Check account health |
13
11
|[**getAllAccountsHealth**](AccountsApi.md#getAllAccountsHealth)|**GET** /v1/accounts/health | Check accounts health |
**Deprecated.** Ads accounts are now standalone SocialAccount documents. Use `DELETE /v1/accounts/{accountId}` instead, passing the ads account's own ID. This endpoint is kept for backward compatibility. It soft-deletes the ads SocialAccount identified by `accountId` (which must be an ads account, not a posting account). The parent posting account is left untouched.
**Deprecated.** Ads accounts are now standalone SocialAccount documents. Use `DELETE /v1/accounts/{accountId}` instead, passing the ads account's own ID. This endpoint is kept for backward compatibility. It soft-deletes the ads SocialAccount identified by `accountId` (which must be an ads account, not a posting account). The parent posting account is left untouched.
0 commit comments