Re: Conversion Action as Segment for ad_group_ad_asset_view

2021-01-04 Thread 'Dong Chen' via AdWords API and Google Ads API Forum
Hi , Is there any update about this feature request? My clients all ask about this because this can be used to calculate CPI(cost/install), which is a very fundamental metric from App campaigns. If you need any evidence or cases, please let me know. Thanks! On Tuesday, November 17, 2020 at

Re: Testing Billing on Test Account

2021-01-04 Thread market test
Hi, Yeah, that's what i was afraid, then my only option is to directly test when we get to production. Thank you for the answer! El lunes, 4 de enero de 2021 a las 20:35:19 UTC-6, adsapiforumadvisor escribió: > Hi, > > Thank you for reaching out. > > In order to setup billing >

RE: The Google Ads API doc is down

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi Alfonso, Thank you for reaching out. Upon checking from our end, the Google Ads API documentation appears to be working. As well as the specific Reporting > Paging view. That being said, could you confirm if you are still encountering issues accessing the above links/documentation? Best

Store Sales Upload Using API Data Not Reflecting

2021-01-04 Thread Ketav Sharma
I have done upload to Store Sales upload using Adwords API, status of the job is successful. However neither do i see anything in the uploads nor i have the conversions attribution to the conversion id against which i sent data from the API. How can i check if the conversion got attributed and

RE: How to get view-through store visits per store

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi Hisashi, The report I provided earlier was only an example of which other report would support the metric you were looking for since it was not supported in the extension feed item report that you were using. That said, allow me to create a feature request, subject for review, on the

RE: Negative Conversion Value

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi Chris, Thank you for raising your concern. The returned value of the metrics.all_conversions_value should only be equal or greater than to 0. With this, could you provide the customer ID and the complete request and response logs with request ID generated on your end for this report to

Re: ChangeStatusResourceType map to UI

2021-01-04 Thread cv
Hello Matt, Yes, I can relate AD_GROUP_AD as ad changes but when we can ask for Feed or Criterion changes intuition is not helpful. Thanks, On Monday, 4 January 2021 at 23:32:02 UTC+5:30 adsapiforumadvisor wrote: > Hello, > > As mentioned in Change Status types section of the documentation

Re: How to get view-through store visits per store

2021-01-04 Thread Hisashi Hayashi
Thanks Peter But what I want is per store(feed item level) view_through_conversions, not campaign level view_through_conversions. I understand there is no way to get it. I hope future updates will add the extension_feed_item.metrics.view_through_conversions. Best regards -- --

RE: How to get view-through store visits per store

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi Hisashi, The metrics.view_through_conversions is unfortunately not available in the extension feed item report. The said metrics however, is supported in higher level entity reports such as the Campaign report. For both the campaign and in the extension feed item report, you should also be

RE: Testing Billing on Test Account

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. In order to setup billing via the Google Ads API, your Google Ads account would need to be linked first to a payment account (invoice setup). However, linking a payment account to a test account may not be possible since test accounts generally do not generate

RE: update ad with REST throws fieldMask error

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi Antonio, Thank you for reaching out. Could you please confirm you are not making API calls using the third party Node.js client library? Please make sure the resource name you are using is following this pattern: customers/{customer_id}/ads/{ad_id}. Please also give it a try to use

Re: Failed to retrieve responsive video ad

2021-01-04 Thread Dihan Cheng
Hello, is there any progress? thanks, Dihan On Monday, December 28, 2020 at 9:07:15 PM UTC-5 adsapiforumadvisor wrote: > Hi Dihan, > > Thank you for providing the requested details privately. > > I will raise the issue to my team to have a deeper analysis to the issue. > Rest assured that we

Re: Getting User ID of authenticated user.

2021-01-04 Thread john p
Thanks Peter I've managed to get the email address by decoding the IDToken property of the UserCredential as a JwtSecurityToken. This contains the email address as a claim. On Monday, January 4, 2021 at 6:32:15 AM UTC adsapiforumadvisor wrote: > Hi John, > > Thank you for reaching out. > > If

RE: Is there an API to create Manager Account programmatically?

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi Levon, Manager accounts can only be created through the Google Ads UI. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2AHBx5:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: [PHP] mutateCustomerManagerLink PERMISSION_DENIED

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi Artem, Thank you for reaching out. There are two issues in your case. The first issue is that the client account 9083557029 is cancelled so that the "CUSTOMER_NOT_ENABLED" error occurred. The second issue is that 5817238941 is already a parent account for account 9083557029, and hence there

RE: OAuth2 refresh token expiration?

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi Samir, Thank you for reaching out. As you are using the Google Ads API client library, the refresh token would be regenerated automatically when you issue a call and the system detects that the refresh token has expired. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google

Re: Regarding the Google Ads API client library fo Go language

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi Justin, Thanks for providing further input. I will relay this request for examples using compiled protobufs to our team. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q29Rahn:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

How to get view-through store visits per store

2021-01-04 Thread Hisashi Hayashi
Hello, I've been trying to get view-through store visits as shown in per store report on UI. I could get all_conversions_from_store_visit metrics from extension_feed_item report, but there is no view-through metrics. Are there any good methods for that? -- --

Testing Billing on Test Account

2021-01-04 Thread market test
Hi, I'm integrating Ads API on a platform, and until now, i've tested most of the things(Sub accounts, campaigns), but there is one thing that i don't seem capable to test, and it's the Billing Setup. I used one the examples provided on the Github Python library to try to set a Setup, but it

RE: How to pull cumulative data of gender and agegroup for adword account

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi Nishant, Unfortunately, these criteria reports cannot be aggregated from the account level. They can only be done from either the campaign or ad group criteria level. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2AH50a:ref -- --

Re: OfflineUserDataJob do not appears in Conversions/Uploads

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hello Oleksandr, As far as I know, there aren't any minimums for transactions. So we will need to take a closer look at your requests and see why you are facing these errors. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q29Uh63:ref -- --

RE: ChangeStatusResourceType map to UI

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hello, As mentioned in Change Status types section of the documentation, additional resources will be added in future releases. At the moment, the API does not support all change types shown in the UI. There is no current documentation that maps resource types from the API to the change types

Is there an API to create Manager Account programmatically?

2021-01-04 Thread Levon Hayrapetyan
Hello, Is there an API to create a Manager Account (MCC) programmatically? Thank you, Levon -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Negative Conversion Value

2021-01-04 Thread chris...@funnel.io
Hello, I am receiving negative values for 'All Conversions Value' from the Google Ads API. For context, we are using the Search Term View report. As well, in the same row where we have a negative value for 'All Conversions Value', the value for both 'Conversions' and 'All Conversions' is 0.

Re: Regarding the Google Ads API client library fo Go language

2021-01-04 Thread Justin Knight
+1 to request for Go lang client library. In the meantime some documentation and examples of using compiled protobufs would be useful. https://github.com/googleapis/googleapis says "It is difficult to generate Go gRPC source code from this repository, since Go has different directory

Re: Change Summary Not matched with UI

2021-01-04 Thread cv
HI Matt, Details shared privately. Thanks, On Friday, 1 January 2021 at 01:54:36 UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Thanks for reaching out. Can you provide more details about this > discrepancy? Can you please respond privately, and provide us with the CID, > the date range of

update ad with REST throws fieldMask error

2021-01-04 Thread Antonio Cortina
Hi, Im using google ads api REST in an angular + node app. I can modify final_urls from google ads but not expanded_text_ad properties. I tried several paths and I cant achieve it. This is part of my code in node with the endpoint and payload object: const url =

Update ad with REST, fieldMask error

2021-01-04 Thread Antonio Cortina
Hi, Im using google ads api REST in an angular + node app. I can modify final_urls from google ads but not expanded_text_ad properties. I tried several paths and I cant achieve it. This is part of my code in node with the endpoint and payload object: const url =

Re: [PHP] mutateCustomerManagerLink PERMISSION_DENIED

2021-01-04 Thread Artem Konyukhov
Hi Peter, thx for your answer! I enable logging and get new details. But I don't understand, what addition scope I need or what I need enable. Details from log: Array ( [0] => Array ( [0] => NOTICE [1] => Request --- Method Name:

OAuth2 refresh token expiration?

2021-01-04 Thread Samir Sabri
Hello As we have a setup for using Ads API via OAuth2, would the refresh token get expired after a while? do we need to maintain the credentials from time to time or is it active for ever? Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: OfflineUserDataJob do not appears in Conversions/Uploads

2021-01-04 Thread Oleksandr Hrebeniuk
Thank you for your answers, seems that "you wouldn't be able to see the uploaded store sale conversion if API is used" is what I'm looking for. The last question according to error I have "InsufficientMatchedTransactions" what the minimum matched transactions count should I upload? I found

Re: ad_group_audience_view API - get interest name as viewed in UI

2021-01-04 Thread Tom Nahum
Thanks again Ernie! the taxonomy seems as what i missed. i'll follow the blog to see if and when the feature request will be in line for updates. have a great week and happy new year. On Monday, January 4, 2021 at 6:02:43 AM UTC+2 adsapiforumadvisor wrote: > Hi Tom, > > Thank you for the reply.

Re: Error with Basic access

2021-01-04 Thread Krzysztof Rodo
Hi, do you have some information? poniedziałek, 28 grudnia 2020 o 16:59:33 UTC+1 adsapiforumadvisor napisał(a): > Hi Chris, > > It appears as though these errors may be caused by a bug in our system, > possibly due to the size of the query. > > I'm going to correspond with our engineering