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

airbyte.SourceBingAds

Explore with Pulumi AI

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

    SourceBingAds 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.SourceBingAds;
    import com.pulumi.airbyte.SourceBingAdsArgs;
    import com.pulumi.airbyte.inputs.SourceBingAdsConfigurationArgs;
    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 mySourceBingads = new SourceBingAds("mySourceBingads", SourceBingAdsArgs.builder()
                .configuration(SourceBingAdsConfigurationArgs.builder()
                    .account_names(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .client_id("...my_client_id...")
                    .client_secret("...my_client_secret...")
                    .custom_reports(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .developer_token("...my_developer_token...")
                    .lookback_window(80)
                    .refresh_token("...my_refresh_token...")
                    .reports_start_date("2021-12-24")
                    .tenant_id("...my_tenant_id...")
                    .build())
                .definitionId("8a913fc3-a81b-4dc2-af5d-8db1e8246d7a")
                .secretId("...my_secret_id...")
                .workspaceId("4b3ac887-f124-40a8-ae8c-9b91fd955bc7")
                .build());
    
        }
    }
    
    resources:
      mySourceBingads:
        type: airbyte:SourceBingAds
        properties:
          configuration:
            account_names:
              - name: '...my_name...'
                operator: Equals
            client_id: '...my_client_id...'
            client_secret: '...my_client_secret...'
            custom_reports:
              - name: Account Performance
                reportAggregation: '...my_report_aggregation...'
                reportColumns:
                  - '...'
                reportingObject: AdExtensionDetailReportRequest
            developer_token: '...my_developer_token...'
            lookback_window: 80
            refresh_token: '...my_refresh_token...'
            reports_start_date: 2021-12-24
            tenant_id: '...my_tenant_id...'
          definitionId: 8a913fc3-a81b-4dc2-af5d-8db1e8246d7a
          secretId: '...my_secret_id...'
          workspaceId: 4b3ac887-f124-40a8-ae8c-9b91fd955bc7
    

    Create SourceBingAds Resource

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

    Constructor syntax

    new SourceBingAds(name: string, args: SourceBingAdsArgs, opts?: CustomResourceOptions);
    @overload
    def SourceBingAds(resource_name: str,
                      args: SourceBingAdsArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def SourceBingAds(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      configuration: Optional[SourceBingAdsConfigurationArgs] = None,
                      workspace_id: Optional[str] = None,
                      definition_id: Optional[str] = None,
                      name: Optional[str] = None,
                      secret_id: Optional[str] = None)
    func NewSourceBingAds(ctx *Context, name string, args SourceBingAdsArgs, opts ...ResourceOption) (*SourceBingAds, error)
    public SourceBingAds(string name, SourceBingAdsArgs args, CustomResourceOptions? opts = null)
    public SourceBingAds(String name, SourceBingAdsArgs args)
    public SourceBingAds(String name, SourceBingAdsArgs args, CustomResourceOptions options)
    
    type: airbyte:SourceBingAds
    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 SourceBingAdsArgs
    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 SourceBingAdsArgs
    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 SourceBingAdsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SourceBingAdsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SourceBingAdsArgs
    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 sourceBingAdsResource = new Airbyte.SourceBingAds("sourceBingAdsResource", new()
    {
        Configuration = new Airbyte.Inputs.SourceBingAdsConfigurationArgs
        {
            ClientId = "string",
            DeveloperToken = "string",
            RefreshToken = "string",
            AccountNames = new[]
            {
                new Airbyte.Inputs.SourceBingAdsConfigurationAccountNameArgs
                {
                    Name = "string",
                    Operator = "string",
                },
            },
            ClientSecret = "string",
            CustomReports = new[]
            {
                new Airbyte.Inputs.SourceBingAdsConfigurationCustomReportArgs
                {
                    Name = "string",
                    ReportColumns = new[]
                    {
                        "string",
                    },
                    ReportingObject = "string",
                    ReportAggregation = "string",
                },
            },
            LookbackWindow = 0,
            ReportsStartDate = "string",
            TenantId = "string",
        },
        WorkspaceId = "string",
        DefinitionId = "string",
        Name = "string",
        SecretId = "string",
    });
    
    example, err := airbyte.NewSourceBingAds(ctx, "sourceBingAdsResource", &airbyte.SourceBingAdsArgs{
    Configuration: &.SourceBingAdsConfigurationArgs{
    ClientId: pulumi.String("string"),
    DeveloperToken: pulumi.String("string"),
    RefreshToken: pulumi.String("string"),
    AccountNames: .SourceBingAdsConfigurationAccountNameArray{
    &.SourceBingAdsConfigurationAccountNameArgs{
    Name: pulumi.String("string"),
    Operator: pulumi.String("string"),
    },
    },
    ClientSecret: pulumi.String("string"),
    CustomReports: .SourceBingAdsConfigurationCustomReportArray{
    &.SourceBingAdsConfigurationCustomReportArgs{
    Name: pulumi.String("string"),
    ReportColumns: pulumi.StringArray{
    pulumi.String("string"),
    },
    ReportingObject: pulumi.String("string"),
    ReportAggregation: pulumi.String("string"),
    },
    },
    LookbackWindow: pulumi.Float64(0),
    ReportsStartDate: pulumi.String("string"),
    TenantId: pulumi.String("string"),
    },
    WorkspaceId: pulumi.String("string"),
    DefinitionId: pulumi.String("string"),
    Name: pulumi.String("string"),
    SecretId: pulumi.String("string"),
    })
    
    var sourceBingAdsResource = new SourceBingAds("sourceBingAdsResource", SourceBingAdsArgs.builder()
        .configuration(SourceBingAdsConfigurationArgs.builder()
            .clientId("string")
            .developerToken("string")
            .refreshToken("string")
            .accountNames(SourceBingAdsConfigurationAccountNameArgs.builder()
                .name("string")
                .operator("string")
                .build())
            .clientSecret("string")
            .customReports(SourceBingAdsConfigurationCustomReportArgs.builder()
                .name("string")
                .reportColumns("string")
                .reportingObject("string")
                .reportAggregation("string")
                .build())
            .lookbackWindow(0)
            .reportsStartDate("string")
            .tenantId("string")
            .build())
        .workspaceId("string")
        .definitionId("string")
        .name("string")
        .secretId("string")
        .build());
    
    source_bing_ads_resource = airbyte.SourceBingAds("sourceBingAdsResource",
        configuration={
            "client_id": "string",
            "developer_token": "string",
            "refresh_token": "string",
            "account_names": [{
                "name": "string",
                "operator": "string",
            }],
            "client_secret": "string",
            "custom_reports": [{
                "name": "string",
                "report_columns": ["string"],
                "reporting_object": "string",
                "report_aggregation": "string",
            }],
            "lookback_window": 0,
            "reports_start_date": "string",
            "tenant_id": "string",
        },
        workspace_id="string",
        definition_id="string",
        name="string",
        secret_id="string")
    
    const sourceBingAdsResource = new airbyte.SourceBingAds("sourceBingAdsResource", {
        configuration: {
            clientId: "string",
            developerToken: "string",
            refreshToken: "string",
            accountNames: [{
                name: "string",
                operator: "string",
            }],
            clientSecret: "string",
            customReports: [{
                name: "string",
                reportColumns: ["string"],
                reportingObject: "string",
                reportAggregation: "string",
            }],
            lookbackWindow: 0,
            reportsStartDate: "string",
            tenantId: "string",
        },
        workspaceId: "string",
        definitionId: "string",
        name: "string",
        secretId: "string",
    });
    
    type: airbyte:SourceBingAds
    properties:
        configuration:
            accountNames:
                - name: string
                  operator: string
            clientId: string
            clientSecret: string
            customReports:
                - name: string
                  reportAggregation: string
                  reportColumns:
                    - string
                  reportingObject: string
            developerToken: string
            lookbackWindow: 0
            refreshToken: string
            reportsStartDate: string
            tenantId: string
        definitionId: string
        name: string
        secretId: string
        workspaceId: string
    

    SourceBingAds 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 SourceBingAds resource accepts the following input properties:

    Configuration SourceBingAdsConfiguration
    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 SourceBingAdsConfigurationArgs
    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 SourceBingAdsConfiguration
    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 SourceBingAdsConfiguration
    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 SourceBingAdsConfigurationArgs
    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 SourceBingAds 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 SourceBingAds Resource

    Get an existing SourceBingAds 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?: SourceBingAdsState, opts?: CustomResourceOptions): SourceBingAds
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            configuration: Optional[SourceBingAdsConfigurationArgs] = 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) -> SourceBingAds
    func GetSourceBingAds(ctx *Context, name string, id IDInput, state *SourceBingAdsState, opts ...ResourceOption) (*SourceBingAds, error)
    public static SourceBingAds Get(string name, Input<string> id, SourceBingAdsState? state, CustomResourceOptions? opts = null)
    public static SourceBingAds get(String name, Output<String> id, SourceBingAdsState state, CustomResourceOptions options)
    resources:  _:    type: airbyte:SourceBingAds    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 SourceBingAdsConfiguration
    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 SourceBingAdsConfigurationArgs
    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 SourceBingAdsConfiguration
    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 SourceBingAdsConfiguration
    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 SourceBingAdsConfigurationArgs
    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

    SourceBingAdsConfiguration, SourceBingAdsConfigurationArgs

    ClientId string
    The Client ID of your Microsoft Advertising developer application.
    DeveloperToken string
    Developer token associated with user. See more info \n\n in the docs\n\n.
    RefreshToken string
    Refresh Token to renew the expired Access Token.
    AccountNames List<SourceBingAdsConfigurationAccountName>
    Predicates that will be used to sync data by specific accounts.
    ClientSecret string
    The Client Secret of your Microsoft Advertising developer application. Default: ""
    CustomReports List<SourceBingAdsConfigurationCustomReport>
    You can add your Custom Bing Ads report by creating one.
    LookbackWindow double
    Also known as attribution or conversion window. How far into the past to look for records (in days). If your conversion window has an hours/minutes granularity, round it up to the number of days exceeding. Used only for performance report streams in incremental mode without specified Reports Start Date. Default: 0
    ReportsStartDate string
    The start date from which to begin replicating report data. Any data generated before this date will not be replicated in reports. This is a UTC date in YYYY-MM-DD format. If not set, data from previous and current calendar year will be replicated.
    TenantId string
    The Tenant ID of your Microsoft Advertising developer application. Set this to "common" unless you know you need a different value. Default: "common"
    ClientId string
    The Client ID of your Microsoft Advertising developer application.
    DeveloperToken string
    Developer token associated with user. See more info \n\n in the docs\n\n.
    RefreshToken string
    Refresh Token to renew the expired Access Token.
    AccountNames []SourceBingAdsConfigurationAccountName
    Predicates that will be used to sync data by specific accounts.
    ClientSecret string
    The Client Secret of your Microsoft Advertising developer application. Default: ""
    CustomReports []SourceBingAdsConfigurationCustomReport
    You can add your Custom Bing Ads report by creating one.
    LookbackWindow float64
    Also known as attribution or conversion window. How far into the past to look for records (in days). If your conversion window has an hours/minutes granularity, round it up to the number of days exceeding. Used only for performance report streams in incremental mode without specified Reports Start Date. Default: 0
    ReportsStartDate string
    The start date from which to begin replicating report data. Any data generated before this date will not be replicated in reports. This is a UTC date in YYYY-MM-DD format. If not set, data from previous and current calendar year will be replicated.
    TenantId string
    The Tenant ID of your Microsoft Advertising developer application. Set this to "common" unless you know you need a different value. Default: "common"
    clientId String
    The Client ID of your Microsoft Advertising developer application.
    developerToken String
    Developer token associated with user. See more info \n\n in the docs\n\n.
    refreshToken String
    Refresh Token to renew the expired Access Token.
    accountNames List<SourceBingAdsConfigurationAccountName>
    Predicates that will be used to sync data by specific accounts.
    clientSecret String
    The Client Secret of your Microsoft Advertising developer application. Default: ""
    customReports List<SourceBingAdsConfigurationCustomReport>
    You can add your Custom Bing Ads report by creating one.
    lookbackWindow Double
    Also known as attribution or conversion window. How far into the past to look for records (in days). If your conversion window has an hours/minutes granularity, round it up to the number of days exceeding. Used only for performance report streams in incremental mode without specified Reports Start Date. Default: 0
    reportsStartDate String
    The start date from which to begin replicating report data. Any data generated before this date will not be replicated in reports. This is a UTC date in YYYY-MM-DD format. If not set, data from previous and current calendar year will be replicated.
    tenantId String
    The Tenant ID of your Microsoft Advertising developer application. Set this to "common" unless you know you need a different value. Default: "common"
    clientId string
    The Client ID of your Microsoft Advertising developer application.
    developerToken string
    Developer token associated with user. See more info \n\n in the docs\n\n.
    refreshToken string
    Refresh Token to renew the expired Access Token.
    accountNames SourceBingAdsConfigurationAccountName[]
    Predicates that will be used to sync data by specific accounts.
    clientSecret string
    The Client Secret of your Microsoft Advertising developer application. Default: ""
    customReports SourceBingAdsConfigurationCustomReport[]
    You can add your Custom Bing Ads report by creating one.
    lookbackWindow number
    Also known as attribution or conversion window. How far into the past to look for records (in days). If your conversion window has an hours/minutes granularity, round it up to the number of days exceeding. Used only for performance report streams in incremental mode without specified Reports Start Date. Default: 0
    reportsStartDate string
    The start date from which to begin replicating report data. Any data generated before this date will not be replicated in reports. This is a UTC date in YYYY-MM-DD format. If not set, data from previous and current calendar year will be replicated.
    tenantId string
    The Tenant ID of your Microsoft Advertising developer application. Set this to "common" unless you know you need a different value. Default: "common"
    client_id str
    The Client ID of your Microsoft Advertising developer application.
    developer_token str
    Developer token associated with user. See more info \n\n in the docs\n\n.
    refresh_token str
    Refresh Token to renew the expired Access Token.
    account_names Sequence[SourceBingAdsConfigurationAccountName]
    Predicates that will be used to sync data by specific accounts.
    client_secret str
    The Client Secret of your Microsoft Advertising developer application. Default: ""
    custom_reports Sequence[SourceBingAdsConfigurationCustomReport]
    You can add your Custom Bing Ads report by creating one.
    lookback_window float
    Also known as attribution or conversion window. How far into the past to look for records (in days). If your conversion window has an hours/minutes granularity, round it up to the number of days exceeding. Used only for performance report streams in incremental mode without specified Reports Start Date. Default: 0
    reports_start_date str
    The start date from which to begin replicating report data. Any data generated before this date will not be replicated in reports. This is a UTC date in YYYY-MM-DD format. If not set, data from previous and current calendar year will be replicated.
    tenant_id str
    The Tenant ID of your Microsoft Advertising developer application. Set this to "common" unless you know you need a different value. Default: "common"
    clientId String
    The Client ID of your Microsoft Advertising developer application.
    developerToken String
    Developer token associated with user. See more info \n\n in the docs\n\n.
    refreshToken String
    Refresh Token to renew the expired Access Token.
    accountNames List<Property Map>
    Predicates that will be used to sync data by specific accounts.
    clientSecret String
    The Client Secret of your Microsoft Advertising developer application. Default: ""
    customReports List<Property Map>
    You can add your Custom Bing Ads report by creating one.
    lookbackWindow Number
    Also known as attribution or conversion window. How far into the past to look for records (in days). If your conversion window has an hours/minutes granularity, round it up to the number of days exceeding. Used only for performance report streams in incremental mode without specified Reports Start Date. Default: 0
    reportsStartDate String
    The start date from which to begin replicating report data. Any data generated before this date will not be replicated in reports. This is a UTC date in YYYY-MM-DD format. If not set, data from previous and current calendar year will be replicated.
    tenantId String
    The Tenant ID of your Microsoft Advertising developer application. Set this to "common" unless you know you need a different value. Default: "common"

    SourceBingAdsConfigurationAccountName, SourceBingAdsConfigurationAccountNameArgs

    Name string
    Account Name is a string value for comparing with the specified predicate.
    Operator string
    An Operator that will be used to filter accounts. The Contains predicate has features for matching words, matching inflectional forms of words, searching using wildcard characters, and searching using proximity. The Equals is used to return all rows where account name is equal(=) to the string that you provided. must be one of ["Contains", "Equals"]
    Name string
    Account Name is a string value for comparing with the specified predicate.
    Operator string
    An Operator that will be used to filter accounts. The Contains predicate has features for matching words, matching inflectional forms of words, searching using wildcard characters, and searching using proximity. The Equals is used to return all rows where account name is equal(=) to the string that you provided. must be one of ["Contains", "Equals"]
    name String
    Account Name is a string value for comparing with the specified predicate.
    operator String
    An Operator that will be used to filter accounts. The Contains predicate has features for matching words, matching inflectional forms of words, searching using wildcard characters, and searching using proximity. The Equals is used to return all rows where account name is equal(=) to the string that you provided. must be one of ["Contains", "Equals"]
    name string
    Account Name is a string value for comparing with the specified predicate.
    operator string
    An Operator that will be used to filter accounts. The Contains predicate has features for matching words, matching inflectional forms of words, searching using wildcard characters, and searching using proximity. The Equals is used to return all rows where account name is equal(=) to the string that you provided. must be one of ["Contains", "Equals"]
    name str
    Account Name is a string value for comparing with the specified predicate.
    operator str
    An Operator that will be used to filter accounts. The Contains predicate has features for matching words, matching inflectional forms of words, searching using wildcard characters, and searching using proximity. The Equals is used to return all rows where account name is equal(=) to the string that you provided. must be one of ["Contains", "Equals"]
    name String
    Account Name is a string value for comparing with the specified predicate.
    operator String
    An Operator that will be used to filter accounts. The Contains predicate has features for matching words, matching inflectional forms of words, searching using wildcard characters, and searching using proximity. The Equals is used to return all rows where account name is equal(=) to the string that you provided. must be one of ["Contains", "Equals"]

    SourceBingAdsConfigurationCustomReport, SourceBingAdsConfigurationCustomReportArgs

    Name string
    The name of the custom report, this name would be used as stream name
    ReportColumns List<string>
    A list of available report object columns. You can find it in description of reporting object that you want to add to custom report.
    ReportingObject string
    The name of the the object derives from the ReportRequest object. You can find it in Bing Ads Api docs - Reporting API - Reporting Data Objects. must be one of ["AccountPerformanceReportRequest", "AdDynamicTextPerformanceReportRequest", "AdExtensionByAdReportRequest", "AdExtensionByKeywordReportRequest", "AdExtensionDetailReportRequest", "AdGroupPerformanceReportRequest", "AdPerformanceReportRequest", "AgeGenderAudienceReportRequest", "AudiencePerformanceReportRequest", "CallDetailReportRequest", "CampaignPerformanceReportRequest", "ConversionPerformanceReportRequest", "DestinationUrlPerformanceReportRequest", "DSAAutoTargetPerformanceReportRequest", "DSACategoryPerformanceReportRequest", "DSASearchQueryPerformanceReportRequest", "GeographicPerformanceReportRequest", "GoalsAndFunnelsReportRequest", "HotelDimensionPerformanceReportRequest", "HotelGroupPerformanceReportRequest", "KeywordPerformanceReportRequest", "NegativeKeywordConflictReportRequest", "ProductDimensionPerformanceReportRequest", "ProductMatchCountReportRequest", "ProductNegativeKeywordConflictReportRequest", "ProductPartitionPerformanceReportRequest", "ProductPartitionUnitPerformanceReportRequest", "ProductSearchQueryPerformanceReportRequest", "ProfessionalDemographicsAudienceReportRequest", "PublisherUsagePerformanceReportRequest", "SearchCampaignChangeHistoryReportRequest", "SearchQueryPerformanceReportRequest", "ShareOfVoiceReportRequest", "UserLocationPerformanceReportRequest"]
    ReportAggregation string
    A list of available aggregations. Default: "[Hourly]"
    Name string
    The name of the custom report, this name would be used as stream name
    ReportColumns []string
    A list of available report object columns. You can find it in description of reporting object that you want to add to custom report.
    ReportingObject string
    The name of the the object derives from the ReportRequest object. You can find it in Bing Ads Api docs - Reporting API - Reporting Data Objects. must be one of ["AccountPerformanceReportRequest", "AdDynamicTextPerformanceReportRequest", "AdExtensionByAdReportRequest", "AdExtensionByKeywordReportRequest", "AdExtensionDetailReportRequest", "AdGroupPerformanceReportRequest", "AdPerformanceReportRequest", "AgeGenderAudienceReportRequest", "AudiencePerformanceReportRequest", "CallDetailReportRequest", "CampaignPerformanceReportRequest", "ConversionPerformanceReportRequest", "DestinationUrlPerformanceReportRequest", "DSAAutoTargetPerformanceReportRequest", "DSACategoryPerformanceReportRequest", "DSASearchQueryPerformanceReportRequest", "GeographicPerformanceReportRequest", "GoalsAndFunnelsReportRequest", "HotelDimensionPerformanceReportRequest", "HotelGroupPerformanceReportRequest", "KeywordPerformanceReportRequest", "NegativeKeywordConflictReportRequest", "ProductDimensionPerformanceReportRequest", "ProductMatchCountReportRequest", "ProductNegativeKeywordConflictReportRequest", "ProductPartitionPerformanceReportRequest", "ProductPartitionUnitPerformanceReportRequest", "ProductSearchQueryPerformanceReportRequest", "ProfessionalDemographicsAudienceReportRequest", "PublisherUsagePerformanceReportRequest", "SearchCampaignChangeHistoryReportRequest", "SearchQueryPerformanceReportRequest", "ShareOfVoiceReportRequest", "UserLocationPerformanceReportRequest"]
    ReportAggregation string
    A list of available aggregations. Default: "[Hourly]"
    name String
    The name of the custom report, this name would be used as stream name
    reportColumns List<String>
    A list of available report object columns. You can find it in description of reporting object that you want to add to custom report.
    reportingObject String
    The name of the the object derives from the ReportRequest object. You can find it in Bing Ads Api docs - Reporting API - Reporting Data Objects. must be one of ["AccountPerformanceReportRequest", "AdDynamicTextPerformanceReportRequest", "AdExtensionByAdReportRequest", "AdExtensionByKeywordReportRequest", "AdExtensionDetailReportRequest", "AdGroupPerformanceReportRequest", "AdPerformanceReportRequest", "AgeGenderAudienceReportRequest", "AudiencePerformanceReportRequest", "CallDetailReportRequest", "CampaignPerformanceReportRequest", "ConversionPerformanceReportRequest", "DestinationUrlPerformanceReportRequest", "DSAAutoTargetPerformanceReportRequest", "DSACategoryPerformanceReportRequest", "DSASearchQueryPerformanceReportRequest", "GeographicPerformanceReportRequest", "GoalsAndFunnelsReportRequest", "HotelDimensionPerformanceReportRequest", "HotelGroupPerformanceReportRequest", "KeywordPerformanceReportRequest", "NegativeKeywordConflictReportRequest", "ProductDimensionPerformanceReportRequest", "ProductMatchCountReportRequest", "ProductNegativeKeywordConflictReportRequest", "ProductPartitionPerformanceReportRequest", "ProductPartitionUnitPerformanceReportRequest", "ProductSearchQueryPerformanceReportRequest", "ProfessionalDemographicsAudienceReportRequest", "PublisherUsagePerformanceReportRequest", "SearchCampaignChangeHistoryReportRequest", "SearchQueryPerformanceReportRequest", "ShareOfVoiceReportRequest", "UserLocationPerformanceReportRequest"]
    reportAggregation String
    A list of available aggregations. Default: "[Hourly]"
    name string
    The name of the custom report, this name would be used as stream name
    reportColumns string[]
    A list of available report object columns. You can find it in description of reporting object that you want to add to custom report.
    reportingObject string
    The name of the the object derives from the ReportRequest object. You can find it in Bing Ads Api docs - Reporting API - Reporting Data Objects. must be one of ["AccountPerformanceReportRequest", "AdDynamicTextPerformanceReportRequest", "AdExtensionByAdReportRequest", "AdExtensionByKeywordReportRequest", "AdExtensionDetailReportRequest", "AdGroupPerformanceReportRequest", "AdPerformanceReportRequest", "AgeGenderAudienceReportRequest", "AudiencePerformanceReportRequest", "CallDetailReportRequest", "CampaignPerformanceReportRequest", "ConversionPerformanceReportRequest", "DestinationUrlPerformanceReportRequest", "DSAAutoTargetPerformanceReportRequest", "DSACategoryPerformanceReportRequest", "DSASearchQueryPerformanceReportRequest", "GeographicPerformanceReportRequest", "GoalsAndFunnelsReportRequest", "HotelDimensionPerformanceReportRequest", "HotelGroupPerformanceReportRequest", "KeywordPerformanceReportRequest", "NegativeKeywordConflictReportRequest", "ProductDimensionPerformanceReportRequest", "ProductMatchCountReportRequest", "ProductNegativeKeywordConflictReportRequest", "ProductPartitionPerformanceReportRequest", "ProductPartitionUnitPerformanceReportRequest", "ProductSearchQueryPerformanceReportRequest", "ProfessionalDemographicsAudienceReportRequest", "PublisherUsagePerformanceReportRequest", "SearchCampaignChangeHistoryReportRequest", "SearchQueryPerformanceReportRequest", "ShareOfVoiceReportRequest", "UserLocationPerformanceReportRequest"]
    reportAggregation string
    A list of available aggregations. Default: "[Hourly]"
    name str
    The name of the custom report, this name would be used as stream name
    report_columns Sequence[str]
    A list of available report object columns. You can find it in description of reporting object that you want to add to custom report.
    reporting_object str
    The name of the the object derives from the ReportRequest object. You can find it in Bing Ads Api docs - Reporting API - Reporting Data Objects. must be one of ["AccountPerformanceReportRequest", "AdDynamicTextPerformanceReportRequest", "AdExtensionByAdReportRequest", "AdExtensionByKeywordReportRequest", "AdExtensionDetailReportRequest", "AdGroupPerformanceReportRequest", "AdPerformanceReportRequest", "AgeGenderAudienceReportRequest", "AudiencePerformanceReportRequest", "CallDetailReportRequest", "CampaignPerformanceReportRequest", "ConversionPerformanceReportRequest", "DestinationUrlPerformanceReportRequest", "DSAAutoTargetPerformanceReportRequest", "DSACategoryPerformanceReportRequest", "DSASearchQueryPerformanceReportRequest", "GeographicPerformanceReportRequest", "GoalsAndFunnelsReportRequest", "HotelDimensionPerformanceReportRequest", "HotelGroupPerformanceReportRequest", "KeywordPerformanceReportRequest", "NegativeKeywordConflictReportRequest", "ProductDimensionPerformanceReportRequest", "ProductMatchCountReportRequest", "ProductNegativeKeywordConflictReportRequest", "ProductPartitionPerformanceReportRequest", "ProductPartitionUnitPerformanceReportRequest", "ProductSearchQueryPerformanceReportRequest", "ProfessionalDemographicsAudienceReportRequest", "PublisherUsagePerformanceReportRequest", "SearchCampaignChangeHistoryReportRequest", "SearchQueryPerformanceReportRequest", "ShareOfVoiceReportRequest", "UserLocationPerformanceReportRequest"]
    report_aggregation str
    A list of available aggregations. Default: "[Hourly]"
    name String
    The name of the custom report, this name would be used as stream name
    reportColumns List<String>
    A list of available report object columns. You can find it in description of reporting object that you want to add to custom report.
    reportingObject String
    The name of the the object derives from the ReportRequest object. You can find it in Bing Ads Api docs - Reporting API - Reporting Data Objects. must be one of ["AccountPerformanceReportRequest", "AdDynamicTextPerformanceReportRequest", "AdExtensionByAdReportRequest", "AdExtensionByKeywordReportRequest", "AdExtensionDetailReportRequest", "AdGroupPerformanceReportRequest", "AdPerformanceReportRequest", "AgeGenderAudienceReportRequest", "AudiencePerformanceReportRequest", "CallDetailReportRequest", "CampaignPerformanceReportRequest", "ConversionPerformanceReportRequest", "DestinationUrlPerformanceReportRequest", "DSAAutoTargetPerformanceReportRequest", "DSACategoryPerformanceReportRequest", "DSASearchQueryPerformanceReportRequest", "GeographicPerformanceReportRequest", "GoalsAndFunnelsReportRequest", "HotelDimensionPerformanceReportRequest", "HotelGroupPerformanceReportRequest", "KeywordPerformanceReportRequest", "NegativeKeywordConflictReportRequest", "ProductDimensionPerformanceReportRequest", "ProductMatchCountReportRequest", "ProductNegativeKeywordConflictReportRequest", "ProductPartitionPerformanceReportRequest", "ProductPartitionUnitPerformanceReportRequest", "ProductSearchQueryPerformanceReportRequest", "ProfessionalDemographicsAudienceReportRequest", "PublisherUsagePerformanceReportRequest", "SearchCampaignChangeHistoryReportRequest", "SearchQueryPerformanceReportRequest", "ShareOfVoiceReportRequest", "UserLocationPerformanceReportRequest"]
    reportAggregation String
    A list of available aggregations. Default: "[Hourly]"

    Import

    $ pulumi import airbyte:index/sourceBingAds:SourceBingAds my_airbyte_source_bing_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