Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-05-29 Thread Антон Бендриков
Hello, when trying to create a new image asset, if the image with the same hash already exists, the following error is returned: error_code: "CANNOT_MODIFY_ASSET_NAME" message: "The asset has a name which is different from an existing duplicate that represents the same content". Is there any

Re: Error when creating Display Campaign - CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN: Cannot attach bidding strategy to campaign.

2021-05-26 Thread Антон Бендриков
Apologies, I thought I had checked that before posting... Switching to bidding strategy: { name: "Bidding Strategy (GJkF)", target_spend: {} } Worked. Thank you! On Wednesday, 26 May 2021 at 15:51:43 UTC+1 adsapiforumadvisor wrote: > Hello, > > It appears that the bid strategy that you

Error when creating Display Campaign - CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN: Cannot attach bidding strategy to campaign.

2021-05-26 Thread Антон Бендриков
Hello, when attempting to create a Display Campaign with advertising_channel_type "DISPLAY", I get the following error: error_code: {bidding_error: "CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN"} message: "Cannot attach bidding strategy to campaign." trigger: {string_value: ""} Campaign

Re: Querying aggregated metrics for custom intervals

2020-11-20 Thread Антон Бендриков
I realised I don't actually have data to test this with (don't think test ads accounts can have any data on them and my app is not yet allowed to work with live accouts). So I will just assume that this works as expected (the docs seem pretty convincing) and close this. tl;dr If you want to

Re: Querying aggregated metrics for custom intervals

2020-11-19 Thread Антон Бендриков
Hello, thank you for the answer! Ah so this looks to me like I can effectively do `SELECT segments.date` to achieve the `GROUP BY` functionality I want. Will test later and post if this helped. On Wednesday, 18 November 2020 at 20:39:21 UTC adsapiforumadvisor wrote: > Hi Антон, > > Thank you

Querying aggregated metrics for custom intervals

2020-11-18 Thread Антон Бендриков
Description: for the purposes of an example, lets say I have an Ad Group. I want to know how many impressions/clicks/other metrics I received on this Ad Group in the last 7 days (or any other from X to Y interval) daily (or hourly, or any other aggregate criteria). Problem: as far as I can