Re: error RESOURCE_NOT_FOUND while creating Ad

2020-07-22 Thread Noud Adrichem
I migrated to v4 and same error still occurs. Op woensdag 22 juli 2020 om 16:26:05 UTC+2 schreef Noud Adrichem: > This is the create operation I'm sending to 'adGroupAds:mutate' endpoint. > Using V2 > > { > "create": { > "stat

Re: error RESOURCE_NOT_FOUND while creating Ad

2020-07-22 Thread Noud Adrichem
"display_upload_product_type": "HTML5_UPLOAD_AD", "media_bundle": { "asset": "customers/1941479551/assets/9655229657" } } } } } Op woensdag 22 juli 2

error RESOURCE_NOT_FOUND while creating Ad

2020-07-22 Thread Noud Adrichem
I'm getting an error that the Resource I'm creating an ad with is not found. While in the UI and in the fetching of Ad Groups it's clearly there. .. *Info* *The error response:* "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT",

OR clause in Query language grammar?

2020-06-03 Thread Noud Adrichem
I'm unable to find the OR clause in the query language. Is this with reason? I need an OR clause in my report fetching for specific IDs So it's going to be WHERE id = 1 OR id = 2 etc. But I'm unable to find the OR clause in the grammar on this page : https://developers.google.com/google-ads/

Report gives different results from Adwords API -> Google Ads API

2020-06-03 Thread Noud Adrichem
I'm fetching report for specific ad Ids. But when I fetch from the adwords API (current situation in production) I get different result in terms of ad reports than I'm getting on the new Google Ads API. I used the migration page to migrate my query from AWQL to GAQL : https://developers.google.c

Re: How to; Filter out dynamic campaigns when fetching all display campaigns

2020-05-20 Thread Noud Adrichem
of the Adwords. And can't seem to find any other way than what you're suggesting. The bad thing imo is that you have to chain fetches which makes the service very slow.. Op dinsdag 12 mei 2020 17:08:45 UTC+2 schreef Noud Adrichem: > > I'm trying to filter out all 'dynamic

How to; Filter out dynamic campaigns when fetching all display campaigns

2020-05-12 Thread Noud Adrichem
I'm trying to filter out all 'dynamic' campaigns while fetching all display campaigns. I can't seem to find any 'dynamic' related attributes/properties on the Campaign entity ( https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.Campaign ) I then tried to match fee