Provide standard access of Google Ads Api

2024-05-30 Thread Siebert Looije
Hi, I'v applied for the standard access two weeks ago but I still didn't get any response back on this? The message said that there is a waiting time of 3 business days but I got no response yet. MCC account: 574-926-4595. Is there also a place where I can see what the status is of the

after mutateAdGroups , how can i get group id

2024-05-30 Thread 'sun zhujian' via Google Ads API and AdWords API Forum
response without group id , where can i get group id -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

RE: issue with creating camp display upload ad in google ads api v14 - python

2024-05-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. I understand that you've encountered the error "MUTATE_NOT_ALLOWED " when trying to create a display upload ad. Could you please confirm if the recommended format / specifications for the HTML_5_UPLOAD_AD's media_bundle,

RE: any convenient way to verify legal ad text and asset?

2024-05-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Yes, you need to create adGroup first. If you would like to verify this, you need to upload an asset first then validate the ad with existing campaign or adGroup. If you encounter any issue/error, please provide us with the

RE: error: marketing image asset for a valid asset group is not enough.

2024-05-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ayang, Thank you for reaching out to the Google Ads API support team. Upon checking your concern, I understand that you are getting an error "asset_group_error" while making the request to MutateAssetGroups. Kindly note that the AssetGroup within a Performance Max campaign necessitates an

ERROR: Marketing image asset for a valid asset group is not enough.

2024-05-30 Thread surya sun
Hi, I am trying to clone an existing PMax campaign through Google Ads API by using all of its values in creating a new PMax campaign, including asset groups if there's any. When I am trying to duplicate the asset groups of the existing campaign and link it to the new campaign, I am fetching

Unable to get the click view data, the response body is always empty

2024-05-30 Thread kkll qi
Hi, I tried to get the report for the click_view resource through the google ads api, but the response body kept being empty The query is: ``` { "query": "SELECT click_view.gclid, click_view.ad_group_ad FROM click_view WHERE segments.date = '2024-05-29' } ``` response: ``` { "fieldMask":

Issue with Creating camp Display Upload Ad in Google Ads API v14 - python

2024-05-30 Thread Antony Kiên
I'm trying to create an display upload ad in Google Ads API v14, but I'm encountering issues. Specifically, I'm getting an "INVALID_ARGUMENT" error with the message "Mutates are not allowed for the requested resource." def create_display_upload_ad_group_ad( client, customer_id, ad_group_id,

Any convenient way to verify legal ad text and asset?

2024-05-30 Thread Spike
Hi, I wonder if there is a convenient way to verify the text in ad and asset. I found this example use validate only mode : https://developers.google.com/google-ads/api/samples/validate-ad But does it mean to use validate only mode to verify ad text, I should create an ad group actually first?