Re: How to get asset-level reports

2020-05-18 Thread st4rlight
I'm sorry that I didn't give enough information. It seems that your solution uses the Google Ads API, but our system uses AdWords API for history issue, can I deal it with AdWords API ? 在 2020年5月18日星期一 UTC+8下午9:33:43,st4rlight写道: > > Hey, I’m trying to get my statistics report from my

Re: How to get asset-level reports

2020-05-18 Thread st4rlight
I'm sorry that I didn't give enough information. It seems that your solution uses the Google Ads API, but our system uses AdWords API for history problem, can I deal it with AdWords API ? 在 2020年5月19日星期二 UTC+8上午3:17:04,adsapiforumadvisor写道: > > Hi, > > Thanks for reaching out. With regards

Re: Unpublished app till appears in App Extension

2020-05-18 Thread Martin SangDo
Hi, In question 1, I want to know why that app appears in Adwords App Extension. User chose it unintentionly. It should not be shown there. On Tuesday, 19 May 2020 03:09:31 UTC+7, adsapiforumadvisor wrote: > > Hi Martin, > > Thank you for the update. You'll find my answers to your concerns

Re: How can I use the canonical_link for product in the data feed

2020-05-18 Thread Wentao Li
reposting this question in the Content API's forum. Not sure how to delete this thread here, I thought this forum is a general Google ads forum, but feel free to add any comment if you have any insight about this. Thanks! On Monday, May 18, 2020 at 3:50:33 PM UTC-7, Wentao Li wrote: > > >

Demographics in Criterion Reports?

2020-05-18 Thread Christopher Taylor
Noticed there are demographics such as "household income" available through the adwords UI. Are there plans to expose any of this information at the criterion report level in the API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Bid Landscape & bid modifier questions

2020-05-18 Thread 'Howard Wu' via AdWords API and Google Ads API Forum
Hi - we had several questions related to the Bid Simulator and the related Bid Landscape in the API: 1. I see in the Google Ads Bid Simulator docs [ https://support.google.com/google-ads/answer/9634060] that it can also be used to simulate the impact of different Smart Bidding targets and

How can I use the canonical_link for product in the data feed

2020-05-18 Thread Wentao Li
Hello, In order to split our Ads traffic and unpaid traffic, we are following this guide to make use of the *canonical_link *attribute. Based on what's described here , the

CampaignType - where is it

2020-05-18 Thread Jackson Pan
Hello, When I look at Campaign reports on ads.google.com, I am able to see CampaignType field. It counties values such as "Video" or "Search". How can I add this field to CAMPAIGN_PERFORMANCE_REPORT , which I pull from AdWords API? Thank you, [image: Screen Shot 2020-05-18 at 3.29.29 PM.png]

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Thanks so much, Bryan! On Monday, May 18, 2020 at 1:22:52 PM UTC-7, adsapiforumadvisor wrote: > > Hi Ky, > > I've taken a look and can see that Keywords Reports has a Quality Score > field, and to retrieve it, you need to query > ad_group_criterion.quality_info.quality_score >

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Ky, I've taken a look and can see that Keywords Reports has a Quality Score field, and to retrieve it, you need to query ad_group_criterion.quality_info.quality_score. For your convenience, if you're having trouble writing the query, you can use this interactive query builder at your

Re: Unpublished app till appears in App Extension

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Martin, Thank you for the update. You'll find my answers to your concerns below. 1. For this concern, you may have to reach out to the Google Play Help support team to see why your app does not show up in the Google Play store. 2. This currently isn't possible in Google Ads API, so I've

Re: Question about Campaign Serving Status Suspended

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Jared, The API should reflect the current state of your Google Ads UI. Please let me know if you run into any other delays. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zq0iN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Google Ads / Media Bundle Upload (Python)

2020-05-18 Thread Fabio Szostak
Hi Mitchell, Thanks for your reply. We enable the logging and the problem was shown, we managed to follow. Now, we stop in this point, this code is ok? ad_media_bundle_asset = client.get_type('AdMediaBundleAsset', version='v3') string_value = client.get_type('StringValue', version='v3')

RE: How to loop through and remove url_custom_parameters

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Sam, Thanks for reaching out to us. With regards to your concern about remove a url_custom_parameter, you can use AdGroupService with Mutate operation. As for the REMOVE operation concern, you can call REMOVE on the custom parameters. If you perform remove() operations, it will remove the

RE: "Device" not compatible with "Days to conversion"

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Maria, Thanks for reaching out. As per your concern, could you please send the complete request and response logs for me to further investigate? Please reply privately to the author option. You can find information on enabling logging in the ReadMe of your client library. Thanks, Nirmita

RE: How to get asset-level reports

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. With regards to your concern about retrieving data, you could query the asset or the ad_group_ad_asset_view resources to pull data at the asset level and you can pull fields from the reports in the "attributed resources”, Please see the below query for example.

Re: Question about Campaign Serving Status Suspended

2020-05-18 Thread Jared Allen
Thanks for the confirmation! I have another follow-up: How quickly can we expect the API the reflect that an account is suspended? In other words, if my account has been suspended, how long will it take for the API to start responding with that error message? The reason I ask is that we've has

RE: Question about Campaign Serving Status Suspended

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Jared, You will continue to see this error when making API calls from a suspended account. For your initial question, you should reach out to the product team as they are more suited to help with these issues. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zq0iN:ref -- --

RE: partialFailure and validateOnly not supposrted with UserListservices

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out to us. Could you show where in the documentation it states that for UserListServices and OfflineUserDataJob the settings are ['partialFailure' => false, 'validateOnly' => true]? Could you also provide your request and response logs for where this error occurs so

RE: How to group keywords using the AdWords Api.

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Byron, Unfortunately, it is not available in Google Ads API either. I will update the feature request to include both APIs. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q1zpVn5:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Unable to pull ad_group and ad_group_ad data

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Kelly, In order for me to take a closer look, can you please provide the CIDs of the accounts in which you are making this query against? Additionally, can you specify which account returns values and which one doesn't? When providing this information, please "Reply privately to author."

RE: Not permit AREA_OF_INTEREST

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The AREA_OF_INTEREST field is not available for the UniversalAppCampaign in the Adwords API. One possible workaround for this is to use the Google Ads API instead. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q1zpuZh:ref -- --

Re: Can't create test account

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hello, I'll work with you offline on this since it looks like a separate issue. I see your private message, and I'll get back to you there. Cheers, Nadine, Google Ads API Team ref:_00D1U1174p._5004Q1zLiHa:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Unpublished app till appears in App Extension

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Martin, Thank you for reaching out to us. I see that you have two concerns. I will address them below. 1. Could you confirm if you can't see the app using the UI? Is this an issue stemming from the UI or the API? 2. Could you provide an image of where you see this in the UI? Thank you,

RE: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Ky, Thank you for reaching out to us. For a keyword's quality score, could you show me a screenshot of what quality score you want to retrieve from the UI? For the conversion rate, there is the conversions from interactions rate from the keywords report in Google Ads API. Let me know if you

Re: Setting or Retrieving Campaign Goal through Adwords API

2020-05-18 Thread Silvia
Hi Mitchell, thank you so much for your helpful support. I was looking for *selectiveOptimization.* Regards, Silvia Il giorno venerdì 15 maggio 2020 16:50:48 UTC+2, adsapiforumadvisor ha scritto: > > Hi Silvia, > > I am a colleague of Dannison's and will be responding on his behalf. A >

Re: Can developer token work with any test account?

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Tal, The userAgent is optional. You can enable your logs and provide me the SOAP requests and responses so that I can take a closer look at why you are getting that error. For example, here is how to enable logs in the Java client library Please send your logs via reply privately to author.

Re: Question about Campaign Serving Status Suspended

2020-05-18 Thread Jared Allen
Hi, Another follow-up question: Will *any *AdWords API request that specifies a *suspended* customerId return the error: AuthorizationError.CUSTOMER_NOT_ACTIVE? Thank you! On Monday, May 18, 2020 at 10:40:50 AM UTC-4, Jared Allen wrote: > > Hello, > > My team is trying to understand more

Question about Campaign Serving Status Suspended

2020-05-18 Thread Jared Allen
Hello, My team is trying to understand more about how account suspensions work, and we have a specific question regarding campaign serving statuses. If an account gets suspended, will all campaign serving statuses for that account also be 'suspended'? Please let me know if I can clarify

RE: Get auto fill data & suggestions when create new Ad

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hello, You can run the Recommendation Services to get suggestions for your ads and also apply them if you want. Here is our guide on it. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zpwMB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to group keywords using the AdWords Api.

2020-05-18 Thread byron fichardt
Hi, Does this feature maybe exist on the Google Ads Api? On Friday, May 15, 2020 at 8:10:44 AM UTC+2, byron fichardt wrote: > > In the google ads console, in the keyword planner, > once you have selected a website, your keywords suggestions are shown, > in the top left there is an option to

How to get asset-level reports

2020-05-18 Thread st4rlight
Hey, I’m trying to get my statistics report from my *UniversalAppCampaign* I have gotten the account statistics and campaign statistics, and I know that I can't get the adgroup statistics and ad statistics because it's an app campaign. It's no matter, because all of my campaigns just have

How to get asset-level reports

2020-05-18 Thread st4rlight
Hey, I’m trying to get my statistics report from my *UniversalAppCampaign* I have gotten the account statistics and campaign statistics, and I know that I can't get the adgroup statistics and ad statistics because it's an app campaign. It's no matter, because all of my campaigns just have

"Device" not compatible with "Days to conversion"

2020-05-18 Thread Maria Ravander
Hi Google Ads API team, We're looking into your new Google Ads API and it seems like the fields "device" and "conversion_lag_bucket" aren't compatible in the Ad Group Ad report. They are however compatible in the Adwords API, *is this something you plan to fix?* It doesn't say anything in your

Re: How to loop through and remove url_custom_parameters

2020-05-18 Thread Sam
One more update in case anyone looking for this info - I managed to get this working using the reference here: https://developers.google.com/protocol-buffers/docs/reference/python-generated#fields Understanding .remove() would be useful though! Thanks -- --