Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.1.9 #35

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,074 changes: 1,044 additions & 30 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

477 changes: 455 additions & 22 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/ActionType.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ActionType

Ad group billable event type.
Ad group billable event type. For update, only draft ad groups may update billable event.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **str** | Ad group billable event type. | must be one of ["CLICKTHROUGH", "IMPRESSION", "VIDEO_V_50_MRC", ]
**value** | **str** | Ad group billable event type. For update, only draft ad groups may update billable event. | must be one of ["CLICKTHROUGH", "IMPRESSION", "VIDEO_V_50_MRC", ]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/AdAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**owner** | [**AdAccountOwner**](AdAccountOwner.md) | | [optional]
**country** | [**Country**](Country.md) | | [optional]
**currency** | [**Currency**](Currency.md) | | [optional]
**permissions** | **[str, none_type]** | | [optional]
**permissions** | [**[BusinessAccessRole]**](BusinessAccessRole.md) | | [optional]
**created_time** | **int, none_type** | Creation time. Unix timestamp in seconds. | [optional]
**updated_time** | **int, none_type** | Last update time. Unix timestamp in seconds. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
16 changes: 16 additions & 0 deletions docs/AdAccountCreateSubscriptionRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# AdAccountCreateSubscriptionRequest


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**webhook_url** | **str** | Standard HTTPS webhook URL. |
**lead_form_id** | **str** | Lead form ID. | [optional]
**partner_access_token** | **str** | Partner access token. Only for clients that requires authentication. We recommend to avoid this param. | [optional]
**partner_refresh_token** | **str** | Partner refresh token. Only for clients that requires authentication. We recommend to avoid this param. | [optional]
**partner_metadata** | [**AdAccountCreateSubscriptionRequestPartnerMetadata**](AdAccountCreateSubscriptionRequestPartnerMetadata.md) | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


13 changes: 13 additions & 0 deletions docs/AdAccountCreateSubscriptionRequestPartnerMetadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# AdAccountCreateSubscriptionRequestPartnerMetadata

Partner metadata. Only for clients that requires special handling. We recommend to avoid this param.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subscriber_key** | **str** | Text field value that uniquely identifies a subscriber. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


15 changes: 15 additions & 0 deletions docs/AdAccountCreateSubscriptionResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# AdAccountCreateSubscriptionResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | Subscription ID. | [optional]
**cryptographic_key** | **str, none_type** | Base64 encoded key for client to decrypt lead data. | [optional]
**cryptographic_algorithm** | **str, none_type** | Lead data encryption algorithm. | [optional]
**created_time** | **int** | Subscription creation time. Unix timestamp in milliseconds. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


20 changes: 20 additions & 0 deletions docs/AdAccountGetSubscriptionResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# AdAccountGetSubscriptionResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**lead_form_id** | **str, none_type** | Lead form ID. | [optional]
**webhook_url** | **str** | Standard HTTPS webhook URL. | [optional]
**id** | **str** | Subscription ID. | [optional]
**user_account_id** | **str** | User account used to subscribe lead data. | [optional]
**ad_account_id** | **str** | The Ad Account ID that this lead form belongs to. | [optional]
**api_version** | **str** | API version. | [optional]
**cryptographic_key** | **str, none_type** | Base64 encoded key for client to decrypt lead data. | [optional]
**cryptographic_algorithm** | **str, none_type** | Lead data encryption algorithm. | [optional]
**created_time** | **int** | Lead form creation time. Unix timestamp in milliseconds. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


14 changes: 14 additions & 0 deletions docs/AdAccountGetSubscriptionResponseAllOf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# AdAccountGetSubscriptionResponseAllOf

Lead ads subscription response common fields.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**lead_form_id** | **str, none_type** | Lead form ID. | [optional]
**webhook_url** | **str** | Standard HTTPS webhook URL. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


18 changes: 18 additions & 0 deletions docs/AdAccountGetSubscriptionResponseAllOf1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# AdAccountGetSubscriptionResponseAllOf1


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | Subscription ID. | [optional]
**user_account_id** | **str** | User account used to subscribe lead data. | [optional]
**ad_account_id** | **str** | The Ad Account ID that this lead form belongs to. | [optional]
**api_version** | **str** | API version. | [optional]
**cryptographic_key** | **str, none_type** | Base64 encoded key for client to decrypt lead data. | [optional]
**cryptographic_algorithm** | **str, none_type** | Lead data encryption algorithm. | [optional]
**created_time** | **int** | Lead form creation time. Unix timestamp in milliseconds. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading
Loading