Skip to content

βœ¨πŸ›πŸš¨ Source Google Ads: add new streams + convert list of string to list of dict Β #34443

Open
@KimPlv

Description

@KimPlv

Topic

No response

Relevant information

  • New streams

    • bidding_strategy
    • lead_form_submission_data
    • ad_group_ad_performance_report
    • ad_group_audience_performance_report
    • ad_group_performance_report
    • campaign_performance_report
    • geographic_performance_report
    • keywords_performance_report
  • Convert list of string to list of array :
    example :

    • actual :
      "campaign.url_custom_parameters": ["key: \"medium\"\nvalue: \"cpc\"\n", "key: \"source\"\nvalue: \"adwords\"\n"]
    • would like :
      "campaign.url_custom_parameters": [{"key": "medium", "value": "cpc"}, {"key": "source", "value": "adwords"}]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions