Performance max video asset

2022-09-05 Thread 'Joseph Chung' via Google Ads API and AdWords API Forum
Hello! I am building a performance asset group, and was wondering if we need to upload all videos to youtube first if we want to use them (because i don't see a VIDEO type asset). Is there any other way to add videos (via REST API) without having to upload on youtube? Thank you! -- -- =~=~=

Re: Creating asset or assetGroup

2022-08-26 Thread 'Joseph Chung' via Google Ads API and AdWords API Forum
Hi, thanks for the reply. I've already sent the issue log with request-id, but here I am just asking about the steps to create assetGroup, because it seems like creating a headline asset is shown as textAsset, and thereby throwing this error. Thank you On Thursday, August 25, 2022 at 10:42:58

Creating asset or assetGroup

2022-08-25 Thread 'Joseph Chung' via Google Ads API and AdWords API Forum
Hello, I've been having difficulty creating assetGroup via REST API. This is the error message I get `"errors": [ { "errorCode": { "assetGroupError": "NOT_ENOUGH_HEADLINE_ASSET" }, "message": "Headline asset for a valid asset group is not enough.", "trigger": { "stringValue": "Asset type: headlin

Re: Issues on creating assetGroup through REST

2022-08-24 Thread 'Joseph Chung' via Google Ads API and AdWords API Forum
Hi Darwin, thanks for the reply. Yes I am aware of the asset requirements document, and checked it several times. I am using REST API, and using `https://developers.google.com/google-ads/api/rest/reference/rest/v11/AssetGroup` as a guide document. It doesn't provide a way to add/create asse

Re: Issues on creating assetGroup through REST

2022-08-23 Thread 'Joseph Chung' via Google Ads API and AdWords API Forum
Hi, thanks for your reply! I was not sure if my follow-up request has been sent. (I sent it with 'Reply to author'). If it did, would I receive the reply via my email? Thank you! Best, Joseph On Tuesday, August 23, 2022 at 3:09:41 PM UTC-4 adsapi wrote: > Hi Joseph, > > Here is our Ensure min

Issues on creating assetGroup through REST

2022-08-23 Thread 'Joseph Chung' via Google Ads API and AdWords API Forum
I tried creating an assetGroup via REST API on a campaign that was created in console, I constantly get the following errors. I used POST `https://googleads.googleapis.com/v11/customers/{customerId}/assetGroups:mutate` with all required fields from the google document. {