How to get the ad asset installs data via Ads API

2019-12-31 Thread wei liu
Hi, Adwords API support team! I want to fetch the ad asset installs performance data,the table column in web UI: [image: APP install.png] But in the interactive query builder, nothing about like this. [image: 20191231174310.png] Thanks so much in advance! -- --

Re: ad_group_ad_asset_view return nothing

2019-07-25 Thread wei liu
Hi,Bharani How assets are associated with ads? There are no ads setting when create app campaign in UI. [image: 20190726105521.png] 在 2019年7月26日星期五 UTC+8上午1:18:13,adsapiforumadvisor写道: > > Hello Wei, > > The ad_group_ad_asset_view returns the details if the assets are > associated with the

ad_group_ad_asset_view return nothing

2019-07-23 Thread wei liu
Hi, Googleads api team. I searched and found that there is a ad_group_ad_asset_view seems could fetch adasset metrics report. I also tried with GAQL. but result is : no error and no data. The GAQL like this: "SELECT asset.name,campaign.name,metrics.impressions FROM ad_group_ad_asset_view

Re: how to get client_customer status under a mcc customer

2019-05-24 Thread wei liu
Hi,Peter. The google ads UI display: http://sd.domob.cn/ugc/e/_v2_23864d84fe58a0f9e8388b44.png ,and I try to requests the client_customer(492-651-8637) which return: "The customer can't be used because it isn't enabled.".But Ican create campaign through UI operation under this

Re: how to get client_customer status under a mcc customer

2019-05-23 Thread wei liu
thanks,ads. Through the CustomerClientLinkService ,and get the CustomerClientLink

Re: how to get client_customer status under a mcc customer

2019-05-23 Thread wei liu
thanks,ads. Through the CustomerClientLinkService ,and get the CustomerClientLink

Re: how to get client_customer status under a mcc customer

2019-05-23 Thread wei liu
[image: TIM截图20190523193630.png] 在 2019年5月23日星期四 UTC+8下午7:37:52,wei liu写道: > > thanks,ads. > > Through the CustomerClientLinkService > <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.Custome

Re: how to get client_customer status under a mcc customer

2019-05-23 Thread wei liu
thanks,ads. Through the CustomerClientLinkService ,and get the CustomerClientLink

how to get client_customer status under a mcc customer

2019-05-23 Thread wei liu
I want to know the status(wthether is removed) of client_customer under a customer? and I call the query like this "SELECT customer_client.resource_name,customer_client.status FROM customer_client", but the CustomerClient resource has no status field, can anybody tell me how to get the

Use Ads api and Adwords api to get campaigns return different response

2019-04-03 Thread wei liu
I get campaigns via Adwords api,the response is right,and then,I use Ads api to get campaigns which the same refresh token and customer id,but return the response error:USER_PERMISSION_DENIED, why the response is different? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Run the first example error(python client library)

2019-03-21 Thread wei liu
Hi,google. I run the the first example(get_campaigns.py) through python client library,but get something error,I retried the request many times,but it did not work.here is the log: [2019-03-21 09:56:36 - INFO] Request --- Method: /google.ads.googleads.v1.services.GoogleAdsService/Search

Re: Google.Ads.GoogleAds.Examples return Deadline Exceeded

2019-03-21 Thread wei liu
I have the same problem with you. Can you resolve it? 在 2019年3月21日星期四 UTC+8上午3:29:00,Haik写道: > > I am trying to run one of the > Google.Ads.GoogleAds.Example: GetAccountInformation > > I get an error that does not describe how to solve the > problem: DeadlineExceeded > > We have an MCC

Ads api (python sdk) example error

2019-03-19 Thread wei liu
Hi,I follow the help doc, and run the first example(get_campaigns.py), but get error: google.api_core.exceptions.DeadlineExceeded: 504 Deadline Exceeded. Is something wrong of my network? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: