Skip to main content

Community

Connector Improvement: Request additional custom reports from the Google Ads connector

Please sign in to leave a comment.

Comments

5 comments

  • Official comment

    Hi, Drew from the product team here.

    Could you share more about the specific configuration of the request you need? Dimensions and Metrics?

    Is there a reason that the custom report feature of the connector does not solve your needs currently?

    It seems that the same explanation was given a long time ago or twice by e-mail.

    I can't explain clearly, so it's going to be a bit long.

    SELECT customer.id (http://customer.id/), asset.id (http://asset.id/), asset.image_asset.file_size, asset.image_asset.full_size.height_pixels, asset.image_asset.full_size.url, asset.image_asset.full_size.width_pixels, asset.source, asset.type FROM asset

    There is no Customer Report running the above query.

    What I need is the asset.image_asset.full_size.url column.

     

    Perhaps in the ERD, it will be the position in the picture below.

     

    Facebook Ads provides an image URL for each ad unit.

    Google supports Asset Resource IDs, but there are no tables that can be joined to each other.

     


    Is my explanation good enough?

    Ah, I understand. You would like a table to represent this endpoint: https://developers.google.com/google-ads/api/reference/rpc/v14/Asset

    This could be used in conjunction with AdGroupAsset to link up assets with the ad groups they are related to.

    It looks like AdGroupAdAssetView is only applicable to certain types of ads so might not be optimal.

    Would that solve your needs?

    No, AdGroupAdAssetView doesn't solve the problem...

     


    Anything that should come out as a URL is not extracted.

     


    Can't you add that asset table?

    My content is behind.

    There are different functions that take a long time to solve this part...?