No Gallery Ad data in reports

2019-09-06 Thread Artem Poluyanov
Hi, My company trying out new Gallery Ad type, that apparently was just added. But I struggle to get ads of this type using report (Ad performance) and API call. In the report, I only get ad id and ad group id for Gallery Ads, but no other information, not even ad type. Is it a bug? Is there a

Custom columns for Google Ads views?

2019-09-06 Thread Chris Larkin
Hi - Is there a way, programmatically, to select columns and save views with custom names? One thing we frequently do with our clients' accounts after they are added to the MCC is create views that arrange the columns in the ways we prefer for our manual tuning. I recognize we could migrate

RE: Cant create Merchant Center API Key "We can't complete your request right now. Please reload..."

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hello, In this support channel we will discuss technical questions related to the AdWords API/Google Ads API only. Since your concern is related to the Content API. I recommend you to contact them form here. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHFxDl:ref -- -- =~=~=~=

RE: Merge "CityCriteriaId" and "Criteria"

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi, Unfortunately, you won't be able to combine the data from the reports since there is no common field you can use to map the reports together. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHFxDR:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

RE: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Alok, Thank you for sharing the complete logs. It looks like you're updating the targeting criteria for a search campaign. You will be able to target or exclude and adjust the bids for the Connected TV criteria only for Display/Video campaigns. Please refer to this blog post for more informa

RE: [Ads API Beta] MerchantCenterLinkService always seems to return with "internal error"

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hello Matej, Our team is aware of this issue. I will update you once I have more information on this Bug. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHFxDW:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot

RE: Empty Recommendations

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Duong, Thank you for reaching out. Could you please share the client customer id for me to investigate further? Please use Reply privately to author option while sharing the requested information. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UHFuSD:ref -- -- =~=~=~=~=~

RE: Google Ads API Get Expanded Text sample Code not working

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Reggie, Can you please reply privately to author with your API request and response so that I can take a closer look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001UHFw4m:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

RE: We are experiencing timeout issue while adding Keywords to AdGroup

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Prashant, We are not aware of any known issues. Could you please confirm if the issue is reproducible consistently? If so, could you please enable logging and share the API logs using Reply privately to author option. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UHFxDM:ref --

RE: Campaign Store visits

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hello Rich, Yes you should be able to get conversion metrics with those fields using campaign performance report. In case you are facing any error while doing so please look at the "Not compatible with the following fields:" section of each of the fields mentioned in your report definition and

RE: AddBudgetProposal error

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hello John, Could you please share the complete error log using reply privately to the author option to help further? Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHFxDN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

Re: Google Ads Api - Check if Image Asset existing duplicate check

2019-09-06 Thread Reggie Pasco
Adwords API has MediaUtilities.GetAssetDataFromUrl() method. I have never encounter this error on Adwords API before which uses this method when creating Image Asset. Is there a version of that method for the Google Ads API? On Saturday, September 7, 2019 at 2:11:06 AM UTC+8, Reggie Pasco wrot

Google Ads Api - Check if Image Asset existing duplicate check

2019-09-06 Thread Reggie Pasco
Hi, I just want to ask if how can I check if the Image im using already has existing duplicate? Im using different Image name but same image url for my testing and im getting the following error when i try to create asset using assetService.MutateAssets(). "errorCode": { "assetError": 6 }, "m

RE: CustomerClient resource not returning all fields

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Kenneth, We are not aware of any known issues at this time. Could you please share the request and response for the API call, so I can take a closer look? You may share the details privately via Reply privately to author option. For your second concern, I'm afraid, it is currently not possib

RE: Which API can get Country Data ?

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hello, You should be able to get this data for your locations by using the following query: SELECT geographic_view.country_criterion_id, geographic_view.location_type, metrics.clicks, metrics.cost_micros FROM geographic_view Let me know if you still have issues. Regards, Anthony Google Ads API

Re: CUSTOMER_NOT_ENABLED

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Anirudh, Unfortunately, there is no alternative query to avoid the errors for inactive/cancelled accounts when using client_customer resource via API. Let us know if you need any additional information. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UCZyNO:ref -- -- =~=~

RE: How can i get UAC Campaigns metrics

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for sharing the details privately. I was able to take a look at the specific campaign and see that there are no ad groups or ad group ads in this campaign. In this case, you may use the asset resource to pull the specific asset details. The ad_group_ad_asset_view should be used

Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-06 Thread Didier Roy
Hello PHP issue trying to get conversions and conversions_values from hotel_performance_view with Google Ads PHP client library V2 PHP Fatal error: Uncaught Exception: Expect float. in /home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php:182 St

Campaign store visits

2019-09-06 Thread Rich
Our google rep set up a "custom field" based on a single conversion action which we can see in the Google Ads UI. Is it possible to get this metric via the campaign performance API? The custom field appears to be compatible with all other metrics, unlike if I was to query ExternalConversionSour

We are experiencing timeout issue while adding Keywords to AdGroup

2019-09-06 Thread Prashant Barot
Hello there, We are having timeout issue while adding keywords to AdGroup. We are sending 160+ keywords to Adgroups and it was working fine till last week, however we are facing issue this week, I check API documentation to confirm there is no change in API. Can anyone help here? Thanks! Prasha

Merge "CityCriteriaId" and "Criteria"

2019-09-06 Thread Анатолий Бекиш
Hello. Is it possible to get Google Ads in one or more reports and then combine the data of "Criteria" and "CityCriteriaId"? As far as I understand, in one type of report they get unrealistic. But maybe there is an opportunity in a few to get with some unique variable, such as id click, to then

[Ads API Beta] MerchantCenterLinkService always seems to return with "internal error"

2019-09-06 Thread Matej Lach
Hello, Is the MerchantCenterLinkService of the new gRPC-based Google Ads API Beta complete & expected to be working. Whenever we try to use it at work, it returns with an internal error, without any further specifics. Other services work as expected, so am wondering whether the MerchantCent

Campaign Store visits

2019-09-06 Thread Rich
Our google rep set up a "custom field" based on a single conversion action which we can see in the Google Ads UI. Is it possible to get this metric via the campaign performance API? The custom field appears to be compatible with all other metrics, unlike if I was to query ExternalConversionSour

AddBudgetProposal error

2019-09-06 Thread John Yi
I used the API to add account budget proposal. This Monday I got an error message "Request contains an invalid argument", but I didn't change anything. It still worked last Friday. I changed the argument to be the same as the example. The error message is the same. -- -- =~=~=~=~=~=~=~=~=~=~=

Cant create Merchant Center API Key "We can't complete your request right now. Please reload..."

2019-09-06 Thread IAM C
When I try and create an API key it gives an error "We can't complete your request right now. Please reload this page to try again.:" I've refreshed, cleared cache, logged in and out, went incognito etc.. nothing seems to work, any ideas? Is something broken on the api key generation side? [im

RE: Google Ads API Beta: Retrieve relevant customer_client data for oauthed MCC account

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Kenneth, Thank you for reaching support. Please find my response to your queries below: Using the customer_client resource, is there any way to filter out accounts that are cancelled to return only active accounts? It is not possible to check the status of the account and filter out the acco

Re: How to use AdWordsUserListService on an existing campaign/adgroups

2019-09-06 Thread Arnab Ganguly
I can zipcode like this 'campaignCriteria': [{'id': '21137', 'xsi_type': ' Location'}, {'id': '2484', 'xsi_type': 'Location'} What's the use of email address.I see sha-256 hashed for email address.But not clear as how it is included in campaign. On Friday, September 6, 2019 at 4:03:13 AM UTC-

Google Ads API Get Expanded Text sample Code not working

2019-09-06 Thread Reggie Pasco
Hi, I'm currently trying to get the necessary ID's from my ads using Google Ads API. I found the code sample from: https://developers.google.com/google-ads/api/docs/samples/get-expanded-text-ads . When I tried the same sample, I'm getting error "Failure {{ "errors": [ { "errorCode": { "queryErr

RE: Maximum accounts in Google Analytics reached - using iam.gserviceaccount.com Email.

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Laura, Thanks for posting your concern. It appears that your concern is related to Google Analytics API. However, I am afraid that this is out of our expertise as I can only provide support to AdWords API related concerns. As a workaround, you may reach out to the concerned team by referrin

Maximum accounts in Google Analytics reached - using iam.gserviceaccount.com Email.

2019-09-06 Thread Laura Höß
Hi, we are using a iam.gserviceaccount.com Email adresss to connect our tool with the Google Analytics accounts from our clients. We have reached the maximum connected accounts, but an upgrade is not possible because we can't response to the emails sent by analytics support. Is there another wa

RE: How to use AdWordsUserListService on an existing campaign/adgroups

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Arnab, Thank you for posting your concern. The AdwordsUserListService is used to manage user lists by using get, mutate and mutateMembers methods. Please see the provided link for more details. So I can provide proper support, could you further elaborate what you are trying to achieve using

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-09-06 Thread John
Thanks, the new fields of CustomerClient now work with my client. On Thursday, September 5, 2019 at 3:50:23 PM UTC+2, adsapiforumadvisor wrote: > > Hi John, > > Thanks for your patience here. We've updated the protocol buffer > definitions for v2 on GitHub >

Scope has changed from [...] to [...]

2019-09-06 Thread jia Jimmy
I want to use scopes [ https://www.googleapis.com/auth/userinfo.email, https://www.googleapis.com/auth/adwords, https://www.googleapis.com/auth/userinfo.profile ] But when I setSCOPES = ['https://www.googleapis.com/auth/adwords', 'https://www.googleapis.com/auth/userinfo.profile',