Re: RESOURCE_NOT_FOUND during MutateAdGroupAssets

2022-06-01 Thread Evgeniy Lepikov
log response --- Method: /google.ads.googleads.v10.services .AdGroupAssetService/MutateAdGroupAssets Host: googleads.googleapis.com Headers: { "developer-token": "REDACTED", "login-customer-id": "8711936425", "x-goog-api-client": "gl-python/3.7.5 grpc/1.46.0 gax/2.7.3 gccl/16.0.0", "x-goog-req

Re: remove multiple assets in one query

2022-05-31 Thread Evgeniy Lepikov
the question is still relevant понедельник, 30 мая 2022 г. в 18:49:29 UTC+2, Evgeniy Lepikov: > Thanks for help > But I still can't find a solution. It's now clear that I have to remove > the link between the *asset* and the *ad*. But how to do it? With what? > What

Re: RESOURCE_NOT_FOUND during MutateAdGroupAssets

2022-05-31 Thread Evgeniy Lepikov
Thanks Nirmita above, I have attached the server response with the *request_id: "O2UzgHHqJylZiNtTL5YGhA"*. Isn't that enough? вторник, 31 мая 2022 г. в 18:21:54 UTC+2, adsapi: > Hi Evgeniy, > > Thank you for reaching out to the Google Ads API support team. > > To investigate the issue further,

RESOURCE_NOT_FOUND during MutateAdGroupAssets

2022-05-31 Thread Evgeniy Lepikov
Hi support! I want to remove link between the asset and the ad in Ap_Add ad_group. Assets may be youtube_videos or html5_media_bundles. Using AdGroupAssetOperation

Re: remove multiple assets in one query

2022-05-30 Thread Evgeniy Lepikov
Thanks for help But I still can't find a solution. It's now clear that I have to remove the link between the *asset* and the *ad*. But how to do it? With what? What type of *Service* and *Operation* to use (e.g. AdGroupAdService AdGroupAdOperation and the like)? I can't find any examples in goog

Re: remove multiple assets in one query

2022-05-29 Thread Evgeniy Lepikov
steel need help пятница, 27 мая 2022 г. в 13:17:29 UTC+2, Evgeniy Lepikov: > Hi Carmela, thank you > About* do I understand correctly that deleting ad will delete all the > associated assets?* Yes, exactly. > That is, I want help on the first question, which tool (as I

Re: remove multiple assets in one query

2022-05-27 Thread Evgeniy Lepikov
Hi Carmela, thank you About* do I understand correctly that deleting ad will delete all the associated assets?* Yes, exactly. That is, I want help on the first question, which tool (as I have already understood it cannot be used AssetService

Re: remove multiple assets in one query

2022-05-26 Thread Evgeniy Lepikov
<https://developers.google.com/google-ads/api/reference/rpc/v10/AssetOperation?hl=en> does not support delete operations, I am looking for a way to do this via AdGroupAdOperation if possible for my ad type. четверг, 26 мая 2022 г. в 13:10:23 UTC+2, Evgeniy Lepikov: > Thank you for h

Re: remove multiple assets in one query

2022-05-26 Thread Evgeniy Lepikov
Thank you for help! I really confused the concepts of assets and ads. Thank you for clarifying this point. Since there is no way to remove assets, I tried removing ad. The first question is, do I understand correctly that deleting ad will delete all the associated assets? And second - when I try

remove multiple assets in one query

2022-05-25 Thread Evgeniy Lepikov
Hi there! I'm looking for a way to delete multiple assets in one query. The corresponding code example using python library shows how to perform the operation to remove one asset. *resource_na

How to get text asset group by type

2022-04-26 Thread Evgeniy Lepikov
Hi there! I'm looking for a way to get text type from asset: *Headline* or *Description* Now I can get both type of text asset using this query SELECT asset.text_asset.text FROM asset . And it return this data results { asset { resource_name: "customers/2309565764/assets/17999745303" t

How to solve upload click conversions error

2022-04-13 Thread Evgeniy Lepikov
Hi there! Then I try to run this script from documentation the response is conversion_upload_response: partial_failure_error { code: 3 message: "Customer is not allowlisted for accessing this feature.

Upload Click Conversions with wbraid

2022-03-02 Thread Evgeniy Lepikov
Hi there! According to the documentation link , it is now possible to add *wbraid* and *gbraid* parameter. And below is an example with the API request code link

Old Google api version support

2022-01-14 Thread Evgeniy Lepikov
Hi there! I use GOOGLE_API_VERSION = 'v8' in my project, is there any time limit when support for this version will be terminated? Do I have to upgrade to a new version anyway? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.

Re: Video to be registered wasn't found

2021-12-24 Thread Evgeniy Lepikov
Thank you for reply! I got this error response from APi pv4:172.217.13.74:443","file":"src/core/lib/surface/call.cc","file_line":1062,"grpc_message":"Request contains an invalid argument.","grpc_status":3}"\n>, <_InactiveRpcError of RPC that terminated with:\n\tstatus = StatusCode.INVALID_ARGUM

Video to be registered wasn't found

2021-12-23 Thread Evgeniy Lepikov
Hi there! Could you please tell me what it means (*Video to be registered wasn't found*)? I found it in the documentation link , but nowhere could I find a description

Creating companies with locations criteria

2021-11-30 Thread Evgeniy Lepikov
Hi there! I use the gogle-ads-python library and am looking for a way to specify locations to exclude when creating a company. I found an example of adding locations where I plan to run the company here https://developers.google.com/google-ads/api/docs/samples/add-app-campaign https://develop

Re: Get only active asset from adgroup

2021-11-19 Thread Evgeniy Lepikov
Great advice, it all worked out. Thank you! пятница, 19 ноября 2021 г. в 08:00:29 UTC, adsapi: > Hi Evgeniy, > > Thank you for getting back to us. > > With regard to your concern, you may utilize the ad_group_ad_asset_view >

Re: Get only active asset from adgroup

2021-11-18 Thread Evgeniy Lepikov
Hi Aryeh, I mean, when I use the Edit Ad button in the GA user interface and delete some assets, it looks like this https://ibb.co/NrCf7CC and then query for a list of Assets within the group, I will get all the Assets as in the image, i.e. active and deleted. Is there a way to filter out only

Get only active asset from adgroup

2021-11-18 Thread Evgeniy Lepikov
Hi there, The addgroup shows both active and deleted assets. When I make a request for assets in the group query = f""" SELECT asset.type, asset.resource_name, asset.text_asset.text FROM ad_group_ad_asset_view WHERE ad_group.id = '{ad_group_id}' """ then I get all the Assets, regardless of

Filling the existing Ad with new assets using Google Api(python)

2021-11-17 Thread Evgeniy Lepikov
Hi there, I faced the problem of adding new assets to an existing ad (*Ad Type=AppAd*). The problem is that if, for example, I have an ad that has 4 video assests + 3 text assests (description and two headers) It looks like this https://ibb.co/hMBRJf8 And now I want to upload one more video ad

Re: How to properly update the assets in an ad group

2021-11-15 Thread Evgeniy Lepikov
Hi Aryeh, Thank you for help! Perhaps there is an example of a query using GetAdGroupAd via API ? What parameters are returned? Optimally if for python пятница, 12 ноября 2021 г. в 20:07:32 UTC, adsapi: > Hi Evgeniy, > > I reproduced this behavior that and app ad cannot be removed with a remov

How to properly update the assets in an ad group

2021-11-12 Thread Evgeniy Lepikov
Hi there! Initially, my goal was to run a query to add new assets to an existing group. The Ad Type of exist Ad is AppAd . In the process of adding new asserts I got an error *"Field 'ad_group' cannot be modified by 'UPDA

Re: relationship between AdGroupAd , AdGroup and Ad

2021-11-10 Thread Evgeniy Lepikov
Hi Aryeh, Thank for help! I encountered an error while running the query and created a new question (https://groups.google.com/g/adwords-api/c/liJR11m4p-E), maybe you can help среда, 10 ноября 2021 г. в 15:38:49 UTC, adsapi: > Hi Evgeniy, > > I work with Kevin and will assist you. An ad can b

Error when adding an ad to an existing group

2021-11-10 Thread Evgeniy Lepikov
I am using Google Ads API Client Library for Python and trying to add new ads (youtube video) to an existing group. The commitments are videos with 4 different resolutions, i.e. eventually 4 new video assets + 3 text (description and two headers) are expected to be added. For easy reading I put

Re: relationship between AdGroupAd , AdGroup and Ad

2021-11-10 Thread Evgeniy Lepikov
Thank you for your answer! So, do I understand correctly that every time I create an Ad, I also need to create an AdGroupAd? I.e. if I create 3 Ads in one AdGroup, the final structure will be one AdGroup three AdGropAd three Ads Is it correct? среда, 10 ноября 2021 г. в 08:31:57 UTC, adsapi: >

relationship between AdGroupAd , AdGroup and Ad

2021-11-09 Thread Evgeniy Lepikov
What is the relationship between AdGroupAd , AdGroup and Ad? I can't find any mention of AdGroupAd in the description of the structure https://developers.google.com/google-ads/api/docs/concepts/api-structure But when I look at the Google Ads API code example https://developers.google.com/google

Re: RESOURCE_LIMIT error adding ads to groups

2021-11-08 Thread Evgeniy Lepikov
Thank you. I'll try to figure it out. понедельник, 8 ноября 2021 г. в 17:21:33 UTC, adsapi: > Hi Evgeniy, > > The trigger for this error message is > "ENABLED_UNIVERSAL_APP_CREATIVES_PER_AD_GROUP". A Universal App creative > refers to an ad from an App Campaign >

Re: RESOURCE_LIMIT error adding ads to groups

2021-11-08 Thread Evgeniy Lepikov
still need help понедельник, 8 ноября 2021 г. в 09:30:23 UTC, Evgeniy Lepikov: > Hi, Matt, > Thanks for help! > I'm not quite sure what's wrong. Could you explain in more detail exactly > where the problem appears? What is the relationship between the Ad and the >

Re: RESOURCE_LIMIT error adding ads to groups

2021-11-08 Thread Evgeniy Lepikov
Hi, Matt, Thanks for help! I'm not quite sure what's wrong. Could you explain in more detail exactly where the problem appears? What is the relationship between the Ad and the App? What is an App? I don't see this relationship in my code. пятница, 5 ноября 2021 г. в 19:52:32 UTC, adsapi: > H

Re: RESOURCE_LIMIT error adding ads to groups

2021-11-05 Thread Evgeniy Lepikov
A little formatting of the error output for a better perception https://pastebin.com/Nfc7jPbW пятница, 5 ноября 2021 г. в 12:38:07 UTC, Evgeniy Lepikov: > Hi there! > I try to add a new ad to the group (using python lib), but I get an error > File > "/home/jekson/virtuale

RESOURCE_LIMIT error adding ads to groups

2021-11-05 Thread Evgeniy Lepikov
Hi there! I try to add a new ad to the group (using python lib), but I get an error File "/home/jekson/virtualenvs/marketing/lib/python3.7/site-packages/google/ads/googleads/interceptors/exception_interceptor.py", line 169, in intercept_unary_unary self._handle_grpc_failure(response) File "/