1. Packages
  2. Airbyte Provider
  3. API Docs
  4. SourceLinkedinAds
airbyte 0.7.0-beta2 published on Friday, Mar 7, 2025 by airbytehq

airbyte.SourceLinkedinAds

Explore with Pulumi AI

airbyte logo
airbyte 0.7.0-beta2 published on Friday, Mar 7, 2025 by airbytehq

    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 com.pulumi.airbyte.inputs.SourceLinkedinAdsConfigurationCredentialsOAuth20Args;
    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())
                        .oAuth20(SourceLinkedinAdsConfigurationCredentialsOAuth20Args.builder()
                            .clientId("...my_client_id...")
                            .clientSecret("...my_client_secret...")
                            .refreshToken("...my_refresh_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());
    
        }
    }
    
    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...'
              oAuth20:
                clientId: '...my_client_id...'
                clientSecret: '...my_client_secret...'
                refreshToken: '...my_refresh_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
    

    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 string
    The unique name of the resource.
    args SourceLinkedinAdsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args 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 string
    The unique name of the resource.
    args SourceLinkedinAdsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SourceLinkedinAdsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args 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",
    });
    
    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"),
    })
    
    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());
    
    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")
    
    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",
    });
    
    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
    

    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 SourceLinkedinAdsConfiguration
    WorkspaceId 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 SourceLinkedinAdsConfigurationArgs
    WorkspaceId 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 SourceLinkedinAdsConfiguration
    workspaceId 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 SourceLinkedinAdsConfiguration
    workspaceId 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 SourceLinkedinAdsConfigurationArgs
    workspace_id 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 Property Map
    workspaceId 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.
    SourceId string
    SourceType string
    CreatedAt float64
    Id string
    The provider-assigned unique ID for this managed resource.
    SourceId string
    SourceType string
    createdAt Double
    id String
    The provider-assigned unique ID for this managed resource.
    sourceId String
    sourceType String
    createdAt number
    id string
    The provider-assigned unique ID for this managed resource.
    sourceId string
    sourceType string
    created_at float
    id str
    The provider-assigned unique ID for this managed resource.
    source_id str
    source_type str
    createdAt Number
    id String
    The provider-assigned unique ID for this managed resource.
    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,
            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
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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.
    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.
    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.
    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.
    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.
    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.
    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 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 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 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 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 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 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 string
    The name for the custom report.
    PivotBy 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 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 string
    The name for the custom report.
    PivotBy 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 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 String
    The name for the custom report.
    pivotBy 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 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 string
    The name for the custom report.
    pivotBy 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 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 str
    The name for the custom report.
    pivot_by 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 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 String
    The name for the custom report.
    pivotBy 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 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 string
    The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.
    AccessToken string
    The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.
    accessToken String
    The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.
    accessToken string
    The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.
    access_token str
    The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.
    accessToken String
    The access token generated for your developer application. Refer to our \n\ndocumentation\n\n for more information.

    SourceLinkedinAdsConfigurationCredentialsOAuth20, SourceLinkedinAdsConfigurationCredentialsOAuth20Args

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

    Import

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

    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.
    airbyte logo
    airbyte 0.7.0-beta2 published on Friday, Mar 7, 2025 by airbytehq