> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

# Resource: Google Account V1

# Type: Google Account Object

# Link: https://dev.wix.com/docs/api-reference/business-management/marketing/ads/google-ads/google-account-v1/google-account-object.md

## Description: Create and manage the Google Ads account linked to a Wix site, including incentive offers and subscription details.

## Schema:

```json
 Type: Google Account Object | type: Account
 Description: Create and manage the Google Ads account linked to a Wix site, including incentive offers and subscription details.
       - name: id  | type: string | description: Account ID.
       - name: googleAccountId  | type: string | description: Google Ads customer account ID.
       - name: googleManagerAccountId  | type: string | description: Google Ads manager account ID that owns this account.
       - name: googleManagerSubAccountId  | type: string | description: Google Ads manager sub-account ID.
       - name: googleBillingSetupId  | type: string | description: Google Ads billing setup ID. Not set for test accounts.
           - name: value  | type: string | description: 
       - name: createdDate  | type: string | description: Date and time the account was created.
           - name: seconds  | type: string | description: 
           - name: nanos  | type: number | description: 
       - name: updatedDate  | type: string | description: Date and time the account was last updated.
       - name: premiumSubscriptionId  | type: string | description: ID of the premium subscription associated with this account.
       - name: currentBudget  | type: Money | description: Remaining ad budget on the account. Positive values indicate available credits; negative values indicate outstanding debt that has not yet been charged.
           - name: value  | type: string | description: Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative.
           - name: currency  | type: string | description: Currency code. Must be valid ISO 4217 currency code (e.g., USD).
           - name: formattedValue  | type: string | description: Monetary amount. Decimal string in local format (e.g., 1 000,30). Optionally, a single (-), to indicate that the amount is negative.
       - name: spentBudget  | type: Money | description: Total amount of the budget that has been spent on ads.
       - name: paymentStatus  | type: PaymentStatusEnum | description: Payment status of the account.
           - name: status  | type: string | description: Status of the account's payment.
               enum: UNSPECIFIED, PENDING_PAYMENT, PENDING_SUBSCRIPTION, PAID, CUSTOM_CHARGE
       - name: latestInvoiceId  | type: string | description: ID of the most recent invoice generated for this account.
       - name: currency  | type: string | description: Three-letter currency code in ISO-4217 alphabetic format. This is the currency selected by the site owner and may differ from the currency used by Google Ads directly. See `budgetInSupportedCurrency`.
       - name: budgetInSupportedCurrency  | type: Money | description: The current ad budget converted to a currency supported directly by Google Ads (USD, EUR, GBP, or JPY). This may differ from `currency` when the site owner selected a currency not natively supported by Google Ads.
       - name: couponInfo  | type: CouponInfo | description: Legacy coupon information assigned to the account. Use `appliedIncentive` for the full incentive lifecycle.
           - name: customerId  | type: string | description: Google Ads customer account ID associated with this coupon.
           - name: accountName  | type: string | description: Google Ads account name.
           - name: couponCode  | type: string | description: Unique coupon code returned by Google Ads when the incentive was applied.
           - name: status  | type: string | description: Current status of the coupon.
               enum: REDEEMED, FULFILLED, EXPIRED, REWARD_GRANTED, INVALIDATED
           - name: redemptionDate  | type: string | description: Date when the account became eligible for the coupon (coupon redemption date).
           - name: expirationDate  | type: string | description: Date until which spend is counted toward the coupon match requirements.
           - name: rewardGrantDate  | type: string | description: Date when the coupon reward was granted to the account.
           - name: redemptionTimeMs  | type: string | description: Same date as `redemptionDate`, represented as a Unix timestamp in milliseconds.
           - name: expirationTimeMs  | type: string | description: Same date as `expirationDate`, represented as a Unix timestamp in milliseconds.
           - name: rewardGrantTimeMs  | type: string | description: Same date as `rewardGrantDate`, represented as a Unix timestamp in milliseconds.
           - name: maxDaysToReward  | type: number | description: Total number of days over which the spend match is calculated. Equivalent to the number of days between `redemptionDate` and `expirationDate`.
               - name: value  | type: number | description: 
           - name: daysToReward  | type: number | description: Days remaining to fulfill the spend match requirements. Returns `0` when `expirationDate` has passed.
           - name: maxAmount  | type: Money | description: Maximum reward amount that can be granted for this coupon.
           - name: amountGranted  | type: Money | description: Actual reward amount that was granted.
           - name: rewardExpirationDate  | type: string | description: Date when the granted reward expires.
           - name: rewardExpirationTimeMs  | type: string | description: Same date as `rewardExpirationDate`, represented as a Unix timestamp in milliseconds.
       - name: merchantCenterAccountId  | type: string | description: ID of the Google Merchant Center account linked to this Google Ads account.
       - name: merchantCenterAccountLinkStatus  | type: MerchantCenterLinkStatusEnum | description: Link status between this account and the associated Google Merchant Center account.
           - name: status  | type: string | description: The Merchant Center link status.
               enum: UNSPECIFIED, UNKNOWN, ENABLED, PENDING
       - name: wixServiceFeePercentage  | type: number | description: Percentage of the subscription amount that Wix retains as a service fee.
       - name: boosterSubscriptions  | type: BoosterSubscriptions | description: Booster subscription details for this account.
           - name: subscriptions  | type: Array<BoosterSubscription> | description: Booster subscriptions for this account.
               - name: premiumSubscriptionId  | type: string | description: Premium subscription ID for this booster subscription.
               - name: invoiceId  | type: string | description: ID of the most recent invoice for this booster subscription.
               - name: currencyConversionInfo  | type: Money | description: The booster subscription's contribution, converted to the account's currency.
               - name: wixServiceFeePercentage  | type: number | description: Percentage of the booster subscription amount that Wix retains as a service fee.
       - name: accountStatus  | type: string | description: Current status of the account.
           enum: ACTIVE, BLOCKED, SUSPENDED, CANCELED
       - name: customChargeSubscription  | type: boolean | description: Whether the account uses a custom charge (pay-as-you-go) subscription model instead of a fixed premium subscription.
           - name: value  | type: boolean | description: 
       - name: blockReason  | type: BlockReasonEnum | description: Reason the account is blocked by Wix, if applicable. Set by fraud, unpaid balance, or chargeback handlers. Cleared when the block is lifted.
           - name: reason  | type: string | description: The block reason.
               enum: UNSPECIFIED, FRAUD, UNPAID_BALANCE, CHARGEBACK
       - name: blockedDate  | type: string | description: Date and time the account was blocked. Set together with `blockReason` and cleared when the block is lifted.
       - name: appliedIncentive  | type: AppliedIncentive | description: Details of the applied Google Ads promotional incentive, enriched from the Google Ads API. Tracks the lifecycle from `REDEEMED` through `FULFILLED` to `REWARD_GRANTED`.
           - name: resourceName  | type: string | description: Google Ads resource name for this incentive.
           - name: couponCode  | type: string | description: Coupon code returned by Google when the incentive was applied.
           - name: incentiveState  | type: string | description: Current lifecycle state of the applied incentive.
               enum: UNSPECIFIED, UNKNOWN, REDEEMED, FULFILLED, REWARD_GRANTED, EXPIRED, REWARD_EXPIRED, INVALIDATED, REWARD_EXHAUSTED
           - name: redemptionDate  | type: string | description: UTC date when the incentive was redeemed.
           - name: fulfillmentExpirationDate  | type: string | description: UTC date by which the incentive requirements must be fulfilled.
           - name: rewardGrantDate  | type: string | description: UTC date when the incentive reward was granted.
           - name: rewardExpirationDate  | type: string | description: UTC date when the granted reward expires.
           - name: rewardAmount  | type: Money | description: Maximum potential reward amount.
           - name: grantedAmount  | type: Money | description: Amount of the reward that was granted.
           - name: requiredMinSpend  | type: Money | description: Minimum amount that must be spent to fulfill the coupon requirements.
           - name: currentSpendTowardsFulfillment  | type: Money | description: Current amount spent towards the fulfillment requirements.
           - name: rewardBalanceRemaining  | type: Money | description: Remaining balance of the granted reward.
           - name: incentiveId  | type: string | description: Incentive ID returned by `SuggestionsService.GetIncentives`.
           - name: creationDate  | type: string | description: UTC date when the incentive was applied.
       - name: incentiveApplicationStatus  | type: IncentiveApplicationStatusEnum | description: Status of the incentive application process for this account.
           - name: status  | type: string | description: The incentive application status.
               enum: UNSPECIFIED, UNKNOWN, APPLIED, FAILED_TO_APPLY
       - name: selectedIncentiveId  | type: string | description: Incentive ID selected by the user before checkout, to be applied automatically after the account's budget is assigned.

```