1. Packages
  2. Airbyte Provider
  3. API Docs
  4. SourceLinkedinAds
airbyte 0.10.0 published on Monday, Apr 14, 2025 by airbytehq

airbyte.SourceLinkedinAds

Explore with Pulumi AI

SourceLinkedinAds Resource

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.airbyte.SourceLinkedinAds;
import com.pulumi.airbyte.SourceLinkedinAdsArgs;
import com.pulumi.airbyte.inputs.SourceLinkedinAdsConfigurationArgs;
import com.pulumi.airbyte.inputs.SourceLinkedinAdsConfigurationCredentialsArgs;
import com.pulumi.airbyte.inputs.SourceLinkedinAdsConfigurationCredentialsAccessTokenArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var mySourceLinkedinads = new SourceLinkedinAds("mySourceLinkedinads", SourceLinkedinAdsArgs.builder()
            .configuration(SourceLinkedinAdsConfigurationArgs.builder()
                .account_ids(4)
                .ad_analytics_reports(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .credentials(SourceLinkedinAdsConfigurationCredentialsArgs.builder()
                    .accessToken(SourceLinkedinAdsConfigurationCredentialsAccessTokenArgs.builder()
                        .accessToken("...my_access_token...")
                        .build())
                    .build())
                .lookback_window(3)
                .start_date("2021-05-17")
                .build())
            .definitionId("6103991f-50f8-4ff5-a7c2-f07535bd7995")
            .secretId("...my_secret_id...")
            .workspaceId("a6809f5e-180e-4fd3-8ff7-576172bbda48")
            .build());

    }
}
Copy
resources:
  mySourceLinkedinads:
    type: airbyte:SourceLinkedinAds
    properties:
      configuration:
        account_ids:
          - 4
        ad_analytics_reports:
          - name: '...my_name...'
            pivotBy: MEMBER_JOB_TITLE
            timeGranularity: MONTHLY
        credentials:
          accessToken:
            accessToken: '...my_access_token...'
        lookback_window: 3
        start_date: 2021-05-17
      definitionId: 6103991f-50f8-4ff5-a7c2-f07535bd7995
      secretId: '...my_secret_id...'
      workspaceId: a6809f5e-180e-4fd3-8ff7-576172bbda48
Copy

Create SourceLinkedinAds Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new SourceLinkedinAds(name: string, args: SourceLinkedinAdsArgs, opts?: CustomResourceOptions);
@overload
def SourceLinkedinAds(resource_name: str,
                      args: SourceLinkedinAdsArgs,
                      opts: Optional[ResourceOptions] = None)

@overload
def SourceLinkedinAds(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      configuration: Optional[SourceLinkedinAdsConfigurationArgs] = None,
                      workspace_id: Optional[str] = None,
                      definition_id: Optional[str] = None,
                      name: Optional[str] = None,
                      secret_id: Optional[str] = None)
func NewSourceLinkedinAds(ctx *Context, name string, args SourceLinkedinAdsArgs, opts ...ResourceOption) (*SourceLinkedinAds, error)
public SourceLinkedinAds(string name, SourceLinkedinAdsArgs args, CustomResourceOptions? opts = null)
public SourceLinkedinAds(String name, SourceLinkedinAdsArgs args)
public SourceLinkedinAds(String name, SourceLinkedinAdsArgs args, CustomResourceOptions options)
type: airbyte:SourceLinkedinAds
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. SourceLinkedinAdsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. SourceLinkedinAdsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. SourceLinkedinAdsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. SourceLinkedinAdsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. SourceLinkedinAdsArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var sourceLinkedinAdsResource = new Airbyte.SourceLinkedinAds("sourceLinkedinAdsResource", new()
{
    Configuration = new Airbyte.Inputs.SourceLinkedinAdsConfigurationArgs
    {
        StartDate = "string",
        AccountIds = new[]
        {
            0,
        },
        AdAnalyticsReports = new[]
        {
            new Airbyte.Inputs.SourceLinkedinAdsConfigurationAdAnalyticsReportArgs
            {
                Name = "string",
                PivotBy = "string",
                TimeGranularity = "string",
            },
        },
        Credentials = new Airbyte.Inputs.SourceLinkedinAdsConfigurationCredentialsArgs
        {
            AccessToken = new Airbyte.Inputs.SourceLinkedinAdsConfigurationCredentialsAccessTokenArgs
            {
                AccessToken = "string",
            },
            OAuth20 = new Airbyte.Inputs.SourceLinkedinAdsConfigurationCredentialsOAuth20Args
            {
                ClientId = "string",
                ClientSecret = "string",
                RefreshToken = "string",
            },
        },
        LookbackWindow = 0,
    },
    WorkspaceId = "string",
    DefinitionId = "string",
    Name = "string",
    SecretId = "string",
});
Copy
example, err := airbyte.NewSourceLinkedinAds(ctx, "sourceLinkedinAdsResource", &airbyte.SourceLinkedinAdsArgs{
Configuration: &.SourceLinkedinAdsConfigurationArgs{
StartDate: pulumi.String("string"),
AccountIds: pulumi.Float64Array{
pulumi.Float64(0),
},
AdAnalyticsReports: .SourceLinkedinAdsConfigurationAdAnalyticsReportArray{
&.SourceLinkedinAdsConfigurationAdAnalyticsReportArgs{
Name: pulumi.String("string"),
PivotBy: pulumi.String("string"),
TimeGranularity: pulumi.String("string"),
},
},
Credentials: &.SourceLinkedinAdsConfigurationCredentialsArgs{
AccessToken: &.SourceLinkedinAdsConfigurationCredentialsAccessTokenArgs{
AccessToken: pulumi.String("string"),
},
OAuth20: &.SourceLinkedinAdsConfigurationCredentialsOAuth20Args{
ClientId: pulumi.String("string"),
ClientSecret: pulumi.String("string"),
RefreshToken: pulumi.String("string"),
},
},
LookbackWindow: pulumi.Float64(0),
},
WorkspaceId: pulumi.String("string"),
DefinitionId: pulumi.String("string"),
Name: pulumi.String("string"),
SecretId: pulumi.String("string"),
})
Copy
var sourceLinkedinAdsResource = new SourceLinkedinAds("sourceLinkedinAdsResource", SourceLinkedinAdsArgs.builder()
    .configuration(SourceLinkedinAdsConfigurationArgs.builder()
        .startDate("string")
        .accountIds(0)
        .adAnalyticsReports(SourceLinkedinAdsConfigurationAdAnalyticsReportArgs.builder()
            .name("string")
            .pivotBy("string")
            .timeGranularity("string")
            .build())
        .credentials(SourceLinkedinAdsConfigurationCredentialsArgs.builder()
            .accessToken(SourceLinkedinAdsConfigurationCredentialsAccessTokenArgs.builder()
                .accessToken("string")
                .build())
            .oAuth20(SourceLinkedinAdsConfigurationCredentialsOAuth20Args.builder()
                .clientId("string")
                .clientSecret("string")
                .refreshToken("string")
                .build())
            .build())
        .lookbackWindow(0)
        .build())
    .workspaceId("string")
    .definitionId("string")
    .name("string")
    .secretId("string")
    .build());
Copy
source_linkedin_ads_resource = airbyte.SourceLinkedinAds("sourceLinkedinAdsResource",
    configuration={
        "start_date": "string",
        "account_ids": [0],
        "ad_analytics_reports": [{
            "name": "string",
            "pivot_by": "string",
            "time_granularity": "string",
        }],
        "credentials": {
            "access_token": {
                "access_token": "string",
            },
            "o_auth20": {
                "client_id": "string",
                "client_secret": "string",
                "refresh_token": "string",
            },
        },
        "lookback_window": 0,
    },
    workspace_id="string",
    definition_id="string",
    name="string",
    secret_id="string")
Copy
const sourceLinkedinAdsResource = new airbyte.SourceLinkedinAds("sourceLinkedinAdsResource", {
    configuration: {
        startDate: "string",
        accountIds: [0],
        adAnalyticsReports: [{
            name: "string",
            pivotBy: "string",
            timeGranularity: "string",
        }],
        credentials: {
            accessToken: {
                accessToken: "string",
            },
            oAuth20: {
                clientId: "string",
                clientSecret: "string",
                refreshToken: "string",
            },
        },
        lookbackWindow: 0,
    },
    workspaceId: "string",
    definitionId: "string",
    name: "string",
    secretId: "string",
});
Copy
type: airbyte:SourceLinkedinAds
properties:
    configuration:
        accountIds:
            - 0
        adAnalyticsReports:
            - name: string
              pivotBy: string
              timeGranularity: string
        credentials:
            accessToken:
                accessToken: string
            oAuth20:
                clientId: string
                clientSecret: string
                refreshToken: string
        lookbackWindow: 0
        startDate: string
    definitionId: string
    name: string
    secretId: string
    workspaceId: string
Copy

SourceLinkedinAds Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The SourceLinkedinAds resource accepts the following input properties:

Configuration This property is required. SourceLinkedinAdsConfiguration
WorkspaceId This property is required. string
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
Configuration This property is required. SourceLinkedinAdsConfigurationArgs
WorkspaceId This property is required. string
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. SourceLinkedinAdsConfiguration
workspaceId This property is required. String
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source e.g. dev-mysql-instance.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. SourceLinkedinAdsConfiguration
workspaceId This property is required. string
definitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name string
Name of the source e.g. dev-mysql-instance.
secretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. SourceLinkedinAdsConfigurationArgs
workspace_id This property is required. str
definition_id str
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name str
Name of the source e.g. dev-mysql-instance.
secret_id str
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. Property Map
workspaceId This property is required. String
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source e.g. dev-mysql-instance.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.

Outputs

All input properties are implicitly available as output properties. Additionally, the SourceLinkedinAds resource produces the following output properties:

CreatedAt double
Id string
The provider-assigned unique ID for this managed resource.
ResourceAllocation SourceLinkedinAdsResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
SourceId string
SourceType string
CreatedAt float64
Id string
The provider-assigned unique ID for this managed resource.
ResourceAllocation SourceLinkedinAdsResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
SourceId string
SourceType string
createdAt Double
id String
The provider-assigned unique ID for this managed resource.
resourceAllocation SourceLinkedinAdsResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
sourceId String
sourceType String
createdAt number
id string
The provider-assigned unique ID for this managed resource.
resourceAllocation SourceLinkedinAdsResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
sourceId string
sourceType string
created_at float
id str
The provider-assigned unique ID for this managed resource.
resource_allocation SourceLinkedinAdsResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
source_id str
source_type str
createdAt Number
id String
The provider-assigned unique ID for this managed resource.
resourceAllocation Property Map
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
sourceId String
sourceType String

Look up Existing SourceLinkedinAds Resource

Get an existing SourceLinkedinAds resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: SourceLinkedinAdsState, opts?: CustomResourceOptions): SourceLinkedinAds
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        configuration: Optional[SourceLinkedinAdsConfigurationArgs] = None,
        created_at: Optional[float] = None,
        definition_id: Optional[str] = None,
        name: Optional[str] = None,
        resource_allocation: Optional[SourceLinkedinAdsResourceAllocationArgs] = None,
        secret_id: Optional[str] = None,
        source_id: Optional[str] = None,
        source_type: Optional[str] = None,
        workspace_id: Optional[str] = None) -> SourceLinkedinAds
func GetSourceLinkedinAds(ctx *Context, name string, id IDInput, state *SourceLinkedinAdsState, opts ...ResourceOption) (*SourceLinkedinAds, error)
public static SourceLinkedinAds Get(string name, Input<string> id, SourceLinkedinAdsState? state, CustomResourceOptions? opts = null)
public static SourceLinkedinAds get(String name, Output<String> id, SourceLinkedinAdsState state, CustomResourceOptions options)
resources:  _:    type: airbyte:SourceLinkedinAds    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Configuration SourceLinkedinAdsConfiguration
CreatedAt double
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
ResourceAllocation SourceLinkedinAdsResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
SourceId string
SourceType string
WorkspaceId string
Configuration SourceLinkedinAdsConfigurationArgs
CreatedAt float64
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
ResourceAllocation SourceLinkedinAdsResourceAllocationArgs
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
SourceId string
SourceType string
WorkspaceId string
configuration SourceLinkedinAdsConfiguration
createdAt Double
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source e.g. dev-mysql-instance.
resourceAllocation SourceLinkedinAdsResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
sourceId String
sourceType String
workspaceId String
configuration SourceLinkedinAdsConfiguration
createdAt number
definitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name string
Name of the source e.g. dev-mysql-instance.
resourceAllocation SourceLinkedinAdsResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
secretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
sourceId string
sourceType string
workspaceId string
configuration SourceLinkedinAdsConfigurationArgs
created_at float
definition_id str
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name str
Name of the source e.g. dev-mysql-instance.
resource_allocation SourceLinkedinAdsResourceAllocationArgs
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
secret_id str
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
source_id str
source_type str
workspace_id str
configuration Property Map
createdAt Number
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source e.g. dev-mysql-instance.
resourceAllocation Property Map
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
sourceId String
sourceType String
workspaceId String

Supporting Types

SourceLinkedinAdsConfiguration
, SourceLinkedinAdsConfigurationArgs

StartDate This property is required. string
UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated.
AccountIds List<double>
Specify the account IDs to pull data from, separated by a space. Leave this field empty if you want to pull the data from all accounts accessible by the authenticated user. See the \n\nLinkedIn docs\n\n to locate these IDs.
AdAnalyticsReports List<SourceLinkedinAdsConfigurationAdAnalyticsReport>
Credentials SourceLinkedinAdsConfigurationCredentials
LookbackWindow double
How far into the past to look for records. (in days). Default: 0
StartDate This property is required. string
UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated.
AccountIds []float64
Specify the account IDs to pull data from, separated by a space. Leave this field empty if you want to pull the data from all accounts accessible by the authenticated user. See the \n\nLinkedIn docs\n\n to locate these IDs.
AdAnalyticsReports []SourceLinkedinAdsConfigurationAdAnalyticsReport
Credentials SourceLinkedinAdsConfigurationCredentials
LookbackWindow float64
How far into the past to look for records. (in days). Default: 0
startDate This property is required. String
UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated.
accountIds List<Double>
Specify the account IDs to pull data from, separated by a space. Leave this field empty if you want to pull the data from all accounts accessible by the authenticated user. See the \n\nLinkedIn docs\n\n to locate these IDs.
adAnalyticsReports List<SourceLinkedinAdsConfigurationAdAnalyticsReport>
credentials SourceLinkedinAdsConfigurationCredentials
lookbackWindow Double
How far into the past to look for records. (in days). Default: 0
startDate This property is required. string
UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated.
accountIds number[]
Specify the account IDs to pull data from, separated by a space. Leave this field empty if you want to pull the data from all accounts accessible by the authenticated user. See the \n\nLinkedIn docs\n\n to locate these IDs.
adAnalyticsReports SourceLinkedinAdsConfigurationAdAnalyticsReport[]
credentials SourceLinkedinAdsConfigurationCredentials
lookbackWindow number
How far into the past to look for records. (in days). Default: 0
start_date This property is required. str
UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated.
account_ids Sequence[float]
Specify the account IDs to pull data from, separated by a space. Leave this field empty if you want to pull the data from all accounts accessible by the authenticated user. See the \n\nLinkedIn docs\n\n to locate these IDs.
ad_analytics_reports Sequence[SourceLinkedinAdsConfigurationAdAnalyticsReport]
credentials SourceLinkedinAdsConfigurationCredentials
lookback_window float
How far into the past to look for records. (in days). Default: 0
startDate This property is required. String
UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated.
accountIds List<Number>
Specify the account IDs to pull data from, separated by a space. Leave this field empty if you want to pull the data from all accounts accessible by the authenticated user. See the \n\nLinkedIn docs\n\n to locate these IDs.
adAnalyticsReports List<Property Map>
credentials Property Map
lookbackWindow Number
How far into the past to look for records. (in days). Default: 0

SourceLinkedinAdsConfigurationAdAnalyticsReport
, SourceLinkedinAdsConfigurationAdAnalyticsReportArgs

Name This property is required. string
The name for the custom report.
PivotBy This property is required. string
Choose a category to pivot your analytics report around. This selection will organize your data based on the chosen attribute, allowing you to analyze trends and performance from different perspectives. must be one of ["COMPANY", "ACCOUNT", "SHARE", "CAMPAIGN", "CREATIVE", "CAMPAIGNGROUP", "CONVERSION", "CONVERSATIONNODE", "CONVERSATIONNODEOPTIONINDEX", "SERVINGLOCATION", "CARDINDEX", "MEMBERCOMPANYSIZE", "MEMBERINDUSTRY", "MEMBERSENIORITY", "MEMBERJOBTITLE", "MEMBERJOBFUNCTION", "MEMBERCOUNTRYV2", "MEMBERREGIONV2", "MEMBERCOMPANY", "PLACEMENTNAME", "IMPRESSIONDEVICE_TYPE"]
TimeGranularity This property is required. string
Choose how to group the data in your report by time. The options are:\n\n- 'ALL': A single result summarizing the entire time range.\n\n- 'DAILY': Group results by each day.\n\n- 'MONTHLY': Group results by each month.\n\n- 'YEARLY': Group results by each year.\n\nSelecting a time grouping helps you analyze trends and patterns over different time periods. must be one of ["ALL", "DAILY", "MONTHLY", "YEARLY"]
Name This property is required. string
The name for the custom report.
PivotBy This property is required. string
Choose a category to pivot your analytics report around. This selection will organize your data based on the chosen attribute, allowing you to analyze trends and performance from different perspectives. must be one of ["COMPANY", "ACCOUNT", "SHARE", "CAMPAIGN", "CREATIVE", "CAMPAIGNGROUP", "CONVERSION", "CONVERSATIONNODE", "CONVERSATIONNODEOPTIONINDEX", "SERVINGLOCATION", "CARDINDEX", "MEMBERCOMPANYSIZE", "MEMBERINDUSTRY", "MEMBERSENIORITY", "MEMBERJOBTITLE", "MEMBERJOBFUNCTION", "MEMBERCOUNTRYV2", "MEMBERREGIONV2", "MEMBERCOMPANY", "PLACEMENTNAME", "IMPRESSIONDEVICE_TYPE"]
TimeGranularity This property is required. string
Choose how to group the data in your report by time. The options are:\n\n- 'ALL': A single result summarizing the entire time range.\n\n- 'DAILY': Group results by each day.\n\n- 'MONTHLY': Group results by each month.\n\n- 'YEARLY': Group results by each year.\n\nSelecting a time grouping helps you analyze trends and patterns over different time periods. must be one of ["ALL", "DAILY", "MONTHLY", "YEARLY"]
name This property is required. String
The name for the custom report.
pivotBy This property is required. String
Choose a category to pivot your analytics report around. This selection will organize your data based on the chosen attribute, allowing you to analyze trends and performance from different perspectives. must be one of ["COMPANY", "ACCOUNT", "SHARE", "CAMPAIGN", "CREATIVE", "CAMPAIGNGROUP", "CONVERSION", "CONVERSATIONNODE", "CONVERSATIONNODEOPTIONINDEX", "SERVINGLOCATION", "CARDINDEX", "MEMBERCOMPANYSIZE", "MEMBERINDUSTRY", "MEMBERSENIORITY", "MEMBERJOBTITLE", "MEMBERJOBFUNCTION", "MEMBERCOUNTRYV2", "MEMBERREGIONV2", "MEMBERCOMPANY", "PLACEMENTNAME", "IMPRESSIONDEVICE_TYPE"]
timeGranularity This property is required. String
Choose how to group the data in your report by time. The options are:\n\n- 'ALL': A single result summarizing the entire time range.\n\n- 'DAILY': Group results by each day.\n\n- 'MONTHLY': Group results by each month.\n\n- 'YEARLY': Group results by each year.\n\nSelecting a time grouping helps you analyze trends and patterns over different time periods. must be one of ["ALL", "DAILY", "MONTHLY", "YEARLY"]
name This property is required. string
The name for the custom report.
pivotBy This property is required. string
Choose a category to pivot your analytics report around. This selection will organize your data based on the chosen attribute, allowing you to analyze trends and performance from different perspectives. must be one of ["COMPANY", "ACCOUNT", "SHARE", "CAMPAIGN", "CREATIVE", "CAMPAIGNGROUP", "CONVERSION", "CONVERSATIONNODE", "CONVERSATIONNODEOPTIONINDEX", "SERVINGLOCATION", "CARDINDEX", "MEMBERCOMPANYSIZE", "MEMBERINDUSTRY", "MEMBERSENIORITY", "MEMBERJOBTITLE", "MEMBERJOBFUNCTION", "MEMBERCOUNTRYV2", "MEMBERREGIONV2", "MEMBERCOMPANY", "PLACEMENTNAME", "IMPRESSIONDEVICE_TYPE"]
timeGranularity This property is required. string
Choose how to group the data in your report by time. The options are:\n\n- 'ALL': A single result summarizing the entire time range.\n\n- 'DAILY': Group results by each day.\n\n- 'MONTHLY': Group results by each month.\n\n- 'YEARLY': Group results by each year.\n\nSelecting a time grouping helps you analyze trends and patterns over different time periods. must be one of ["ALL", "DAILY", "MONTHLY", "YEARLY"]
name This property is required. str
The name for the custom report.
pivot_by This property is required. str
Choose a category to pivot your analytics report around. This selection will organize your data based on the chosen attribute, allowing you to analyze trends and performance from different perspectives. must be one of ["COMPANY", "ACCOUNT", "SHARE", "CAMPAIGN", "CREATIVE", "CAMPAIGNGROUP", "CONVERSION", "CONVERSATIONNODE", "CONVERSATIONNODEOPTIONINDEX", "SERVINGLOCATION", "CARDINDEX", "MEMBERCOMPANYSIZE", "MEMBERINDUSTRY", "MEMBERSENIORITY", "MEMBERJOBTITLE", "MEMBERJOBFUNCTION", "MEMBERCOUNTRYV2", "MEMBERREGIONV2", "MEMBERCOMPANY", "PLACEMENTNAME", "IMPRESSIONDEVICE_TYPE"]
time_granularity This property is required. str
Choose how to group the data in your report by time. The options are:\n\n- 'ALL': A single result summarizing the entire time range.\n\n- 'DAILY': Group results by each day.\n\n- 'MONTHLY': Group results by each month.\n\n- 'YEARLY': Group results by each year.\n\nSelecting a time grouping helps you analyze trends and patterns over different time periods. must be one of ["ALL", "DAILY", "MONTHLY", "YEARLY"]
name This property is required. String
The name for the custom report.
pivotBy This property is required. String
Choose a category to pivot your analytics report around. This selection will organize your data based on the chosen attribute, allowing you to analyze trends and performance from different perspectives. must be one of ["COMPANY", "ACCOUNT", "SHARE", "CAMPAIGN", "CREATIVE", "CAMPAIGNGROUP", "CONVERSION", "CONVERSATIONNODE", "CONVERSATIONNODEOPTIONINDEX", "SERVINGLOCATION", "CARDINDEX", "MEMBERCOMPANYSIZE", "MEMBERINDUSTRY", "MEMBERSENIORITY", "MEMBERJOBTITLE", "MEMBERJOBFUNCTION", "MEMBERCOUNTRYV2", "MEMBERREGIONV2", "MEMBERCOMPANY", "PLACEMENTNAME", "IMPRESSIONDEVICE_TYPE"]
timeGranularity This property is required. String
Choose how to group the data in your report by time. The options are:\n\n- 'ALL': A single result summarizing the entire time range.\n\n- 'DAILY': Group results by each day.\n\n- 'MONTHLY': Group results by each month.\n\n- 'YEARLY': Group results by each year.\n\nSelecting a time grouping helps you analyze trends and patterns over different time periods. must be one of ["ALL", "DAILY", "MONTHLY", "YEARLY"]

SourceLinkedinAdsConfigurationCredentials
, SourceLinkedinAdsConfigurationCredentialsArgs

SourceLinkedinAdsConfigurationCredentialsAccessToken
, SourceLinkedinAdsConfigurationCredentialsAccessTokenArgs

AccessToken This property is required. string
The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.
AccessToken This property is required. string
The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.
accessToken This property is required. String
The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.
accessToken This property is required. string
The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.
access_token This property is required. str
The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.
accessToken This property is required. String
The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.

SourceLinkedinAdsConfigurationCredentialsOAuth20
, SourceLinkedinAdsConfigurationCredentialsOAuth20Args

ClientId This property is required. string
The client ID of your developer application. Refer to our \n\ndocumentation\n\n for more information.
ClientSecret This property is required. string
The client secret of your developer application. Refer to our \n\ndocumentation\n\n for more information.
RefreshToken This property is required. string
The key to refresh the expired access token. Refer to our \n\ndocumentation\n\n for more information.
ClientId This property is required. string
The client ID of your developer application. Refer to our \n\ndocumentation\n\n for more information.
ClientSecret This property is required. string
The client secret of your developer application. Refer to our \n\ndocumentation\n\n for more information.
RefreshToken This property is required. string
The key to refresh the expired access token. Refer to our \n\ndocumentation\n\n for more information.
clientId This property is required. String
The client ID of your developer application. Refer to our \n\ndocumentation\n\n for more information.
clientSecret This property is required. String
The client secret of your developer application. Refer to our \n\ndocumentation\n\n for more information.
refreshToken This property is required. String
The key to refresh the expired access token. Refer to our \n\ndocumentation\n\n for more information.
clientId This property is required. string
The client ID of your developer application. Refer to our \n\ndocumentation\n\n for more information.
clientSecret This property is required. string
The client secret of your developer application. Refer to our \n\ndocumentation\n\n for more information.
refreshToken This property is required. string
The key to refresh the expired access token. Refer to our \n\ndocumentation\n\n for more information.
client_id This property is required. str
The client ID of your developer application. Refer to our \n\ndocumentation\n\n for more information.
client_secret This property is required. str
The client secret of your developer application. Refer to our \n\ndocumentation\n\n for more information.
refresh_token This property is required. str
The key to refresh the expired access token. Refer to our \n\ndocumentation\n\n for more information.
clientId This property is required. String
The client ID of your developer application. Refer to our \n\ndocumentation\n\n for more information.
clientSecret This property is required. String
The client secret of your developer application. Refer to our \n\ndocumentation\n\n for more information.
refreshToken This property is required. String
The key to refresh the expired access token. Refer to our \n\ndocumentation\n\n for more information.

SourceLinkedinAdsResourceAllocation
, SourceLinkedinAdsResourceAllocationArgs

Default SourceLinkedinAdsResourceAllocationDefault
optional resource requirements to run workers (blank for unbounded allocations)
JobSpecifics List<SourceLinkedinAdsResourceAllocationJobSpecific>
Default SourceLinkedinAdsResourceAllocationDefault
optional resource requirements to run workers (blank for unbounded allocations)
JobSpecifics []SourceLinkedinAdsResourceAllocationJobSpecific
default_ SourceLinkedinAdsResourceAllocationDefault
optional resource requirements to run workers (blank for unbounded allocations)
jobSpecifics List<SourceLinkedinAdsResourceAllocationJobSpecific>
default SourceLinkedinAdsResourceAllocationDefault
optional resource requirements to run workers (blank for unbounded allocations)
jobSpecifics SourceLinkedinAdsResourceAllocationJobSpecific[]
default SourceLinkedinAdsResourceAllocationDefault
optional resource requirements to run workers (blank for unbounded allocations)
job_specifics Sequence[SourceLinkedinAdsResourceAllocationJobSpecific]
default Property Map
optional resource requirements to run workers (blank for unbounded allocations)
jobSpecifics List<Property Map>

SourceLinkedinAdsResourceAllocationDefault
, SourceLinkedinAdsResourceAllocationDefaultArgs

SourceLinkedinAdsResourceAllocationJobSpecific
, SourceLinkedinAdsResourceAllocationJobSpecificArgs

JobType string
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
ResourceRequirements SourceLinkedinAdsResourceAllocationJobSpecificResourceRequirements
optional resource requirements to run workers (blank for unbounded allocations)
JobType string
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
ResourceRequirements SourceLinkedinAdsResourceAllocationJobSpecificResourceRequirements
optional resource requirements to run workers (blank for unbounded allocations)
jobType String
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
resourceRequirements SourceLinkedinAdsResourceAllocationJobSpecificResourceRequirements
optional resource requirements to run workers (blank for unbounded allocations)
jobType string
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
resourceRequirements SourceLinkedinAdsResourceAllocationJobSpecificResourceRequirements
optional resource requirements to run workers (blank for unbounded allocations)
job_type str
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
resource_requirements SourceLinkedinAdsResourceAllocationJobSpecificResourceRequirements
optional resource requirements to run workers (blank for unbounded allocations)
jobType String
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
resourceRequirements Property Map
optional resource requirements to run workers (blank for unbounded allocations)

SourceLinkedinAdsResourceAllocationJobSpecificResourceRequirements
, SourceLinkedinAdsResourceAllocationJobSpecificResourceRequirementsArgs

Import

$ pulumi import airbyte:index/sourceLinkedinAds:SourceLinkedinAds my_airbyte_source_linkedin_ads ""
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
airbyte airbytehq/terraform-provider-airbyte
License
Notes
This Pulumi package is based on the airbyte Terraform Provider.