Re: creating dynamic search ads campaign - errors = resource_not_found

2024-08-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hey Darshan, Thanks for giving that a try. I believe you're getting closer, but based on the guide I shared, it looks like your next step after creating the asset is to create an AssetSet containing that asset, and attach that AssetSet to the campaign. I recommend reading through that full guid

Re: creating dynamic search ads campaign - errors = resource_not_found

2024-08-05 Thread Darshan Dhabale
Hi Laura, I created a pageFeedAsset like you suggested with the following request. But the resource name it gave me was "customers/4926841893/assets/154931386256", and when I pass it in the feeds array while creating a DSA campaign, I get an error saying the format should be "customers/4926841

Re: creating dynamic search ads campaign - errors = resource_not_found

2024-08-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hey Darshan, Hope you're well! I've taken a look at the information you provided, and I believe you're using the incorrect endpoint to create a page feed for your DSA. I recommend taking a look at the "Dynamic Search Ads Page Feeds" guide, which explains the steps for creating a page feed asset

Creating Dynamic Search Ads Campaign - errors = RESOURCE_NOT_FOUND

2024-07-29 Thread Darshan Dhabale
I understand I need a feed to create these types of campaigns and ads, so I created one and added items to it and passed it in the feeds array, but it throws RESOURCE_NOT_FOUND for the feed. I am using REST because I have a go application. Thanks for your help. Here is the curl- curl --location