Problem with get Assets

2021-11-17 Thread Денис Грязев
Can't get group-bound extensions. I make a request SELECT asset.id , ad_group.id FROM

RE: Problem with get Assets

2021-11-17 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Денис, Could you privately send us a request and response log of API communication that returns nothing combined with a screenshot of the assets attached at ad group level? The request and response appears similar to the JSON Mappings in our REST documentation. Our client libraries have log

Re: Problem with get Assets

2021-11-23 Thread Денис Грязев
Hi, Debug info [2021-11-23T15:03:12.710891+03:00] google-ads.NOTICE: Request --- Method Name: /google.ads.googleads.v9.services.GoogleAdsService/SearchStream Host: googleads.googleapis.com Headers: { "x-goog-api-client": "gl-php\/7.4.3 gccl\/12.1.0 gapic\/12.1.0 gax\/1.10.0 grpc\/1.41.0 rest\

RE: Problem with get Assets

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Денис, I responded to you on November 22, unfortunately you didn't receive my response so here's a redacted copy: Hi, Thank you for sending us privately your log. You are using a campaign Id, but that isn't the reason for your error, the field isn't an Id field, it's a resource name field.

Re: Problem with get Assets

2021-11-23 Thread Денис Грязев
Hi, fixed on customers/{ CID }/ adGroups/{ adgroupId}. But now I get this error [2021-11-24T08:46:24.398981+03:00] google-ads.INFO: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v9.services.GoogleAdsService/SearchStream", CustomerId: 2472654488, RequestId: "Wram

Re: Problem with get Assets

2021-11-24 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Денис, There doesn't seem to be an error in the partial response you sent me. My guess is nothing is returning since AdGroup is a segmenting resource in ad_group_asset, if there are no metrics no rows will be returned. For me to diagnose definitively, could you privately provide us with the

Re: Problem with get Assets

2021-11-25 Thread Денис Грязев
Hi, Is this the kind of information? Add in .ini *logLevel = "DEBUG"* [2021-11-25T11:02:15.984838+03:00] google-ads.INFO: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v9.services.GoogleAdsService/SearchStream", CustomerId: 2472654488, RequestId: "4JjhgMeqFkH-VI

Re: Problem with get Assets

2021-11-25 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Денис, Thank you for providing more details to your concern. I would like to inform you first that I am going to delete your latest post as it contains generated logs on your end. Please note that when sending logs, for privacy purposes, you can provide it via Reply privately to author optio

Re: Problem with get Assets

2021-11-26 Thread Денис Грязев
Hi, thanks for latest answer. Maybe I didn't understand you (or you didn't understand me). I need to get extensions (callouts, sitelinks, their data - text, description, URLs) that are bound to a specific group. Using ad_group_ad_asset_view and getting the announcement data (I don't need it). C

Re: Problem with get Assets

2021-11-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Денис, Thank you for providing more information. You can query the AdGroupAsset resource to determine which assets are linked to the ad group. If you want to get more information about a specific asset associated with an ad group, you will need to make another query to the Asset resource.

Re: Problem with get Assets

2021-11-28 Thread Денис Грязев
Hi. I still can't get the lines from the ad_group_asset. My query log: [2021-11-29T10:46:27.027021+03:00] google-ads.INFO: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v9.services.GoogleAdsService/SearchStream", CustomerId: 2472654488, RequestId: "RdGOt2_US6d37

Re: Problem with get Assets

2021-11-30 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Денис, My apologies for not realizing this, you don't have assets based extensions, you have the deprecated Extension Setting Services. I ran an ad_group_extension_setting report and found all your adGroup extensions. This account must have opted out of the migration schedule and these exten

Re: Problem with get Assets

2021-12-13 Thread Денис Грязев
Hi. There is another question) How do I switch a new account immediately to Asset, for example, for the 278-461-2703 account. I created an account today, created extensions and it was created on the basis of Feed, although I should be immediately based on Asset. Or am I wrong? Thank you. вторн

Re: Problem with get Assets

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Денис, You can start right away to use asset based extensions in the API in a new account, this would cause the account to be migrated for that type of asset based extension. You can also migrate your extensions, this would also cause the account to be migrated for that type of asset based

Re: Problem with get Assets

2021-12-13 Thread Денис Грязев
So how do I start using resource-based extensions right away? That when creating extensions from the interface, I immediately created them based on Assets понедельник, 13 декабря 2021 г. в 20:38:46 UTC+3, adsapi: > Hi Денис, > > You can start right away to use asset based extensions in the API

Re: Problem with get Assets

2021-12-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Денис, We have no visibility on UI extension creation, you may follow up with product support on that. Auto migration is still going on and not every account got auto migrated yet. To guarantee that you have asset based extensions you can follow our migrating extensions guide for already cr

RE: 自动回复: Problem with get Assets

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Could you kindly confirm if your concern is the same on this initially posted thread? If so, then please take note that you've included the campaign Id in your query, but that isn't the reason for your error, the field isn't an Id field, it's a resource name field. The correct way to reques