Re: [ADS API v9] Metrics (cost per click) from Keyword Plan Ad Group Keywords

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Lasse, Thank you for providing updates to our team. To further investigate the issue, could you provide the following details? Sample comparison where we can see the issue about data discrepancies Complete SOAP request and response logs generated in the AdWords API Complete request and

RE: What is the best way to monitor the volume of conversion of our campaigns?

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Alexandre, Thank you for your questions. You may refer below for my responses : What is the exact impact on the performance of the automatic campaigns when pausing and activating them several times (between 2 and 16 changes) a day? Performance related concerns are unfortunately already

Re: CriteriaId and other Id's in click_view

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi everyone, You can use the click_view.keyword field, this should then return a resource name for the said keyword (ex. customers/{customer_id}/keywordViews/{ad_group_id}~{criterion_id}). The same should then be applicable for other supported criteria when selecting the

RE: Metro Criteria ID and its location name csv file

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jayant, Thank you for posting your concern. You can use the geo_target_constant to get the geo related information. However, I am afraid that downloading reports in a CSV file is currently not supported in the Google Ads API. The API does not support formatting or file output so you will

Mutates are not allowed for the requested resource

2021-12-22 Thread 'ruslan' via AdWords API and Google Ads API Forum
hi there, could you help me, I keep getting the above message error, while i am trying to create DisplayUploadAd, HTML5_AD following the example request_id: "f80hnfV0h12MDus8oyOaEw" it s aa bit urgent, would be glad if you can rsvp soon as you can thanks -- --

RE: Creating a batch job OperationAccessDenied.ACTION_NOT_PERMITTED

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Ciel, So our team can take a closer look at the cause, could you also share the SOAP request and response logs that was generated when the error occurred? In addition, were there also any batch job IDs available? You may then send the requested information via the Reply privately to author

New custom segment

2021-12-22 Thread lin joinf
when i New custom segment , enter a keyword in line ,then the datas will show in right, how can i to get these data by api? [image: customsegment.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: API to get discovery Ads

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Vivek, Thank you for bumping this thread. Unfortunately, there is still currently no deterministic way to retrieve discovery type campaigns, as this is still currently not fully supported in the Google Ads API. For now, you may continue to follow our blog for updates or announcements.

Re: How to distinguish smart_campaign_search_term_view status?

2021-12-22 Thread Chen Xiaowei
So thankful for your reply!And I have another problem that sometimes it return part of result.For example,in the UI it shows some search terms's clicks equals 0,but some of them canont be returned in API with smart_campaign_search_term_view.I wonder if API would filter some results? Thanks.

Re: Best way to retrieve Conversion ID and Conversion Label from Google Ads API

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jia, Thank you for bumping this thread. Unfortunately, we have yet to receive updates regarding this feature. For now, you may continue to keep an eye on our blog for announcements. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q1zrBPB:ref -- --

Error updating param1 and param2

2021-12-22 Thread Ian Klasky
Hi, I'm trying to update the param1's and param2's in my account, but when I try to update these parameters after they've been set (following the code here

Re: billing access role

2021-12-22 Thread Daniel Yin
according to this doc https://support.google.com/google-ads/answer/9978556, billing role is available in UI. But there is no Billing access role in the api documentation? is it possible to set Billing access role via api? On Wednesday, December 22, 2021 at 7:26:21 PM UTC+11 adsapi wrote: > Hi

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-12-22 Thread Diego Morello
Hi all, Any updates on this issue? Just in case, is the fix scheduled for API v10? Please take into account that this bug is a blocker for us (and probably everyone using Google Ads API) to safely migrate our platform and keep our business running. Also, please notice that it was initially

RE: Does the API allow linking of YouTubes?

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Hakim, Thanks for reaching out to the Google Ads API support. At the moment, GoogleAds API does not support linking to YouTube videos. For video campaigns, the API only supports reporting. If there are any relevant updates, they will be announced on the Ads Developer blog. Please let us

Mapping AdWords' ProductPartition subclasses to Google Ads

2021-12-22 Thread Diego Morello
Hi, I read many pages in Google Ads API reference, especially the Criteria Guide (https://developers.google.com/google-ads/api/docs/targeting/criteria), but after investigating I haven't been able to figure out how to properly map the following subclasses of ProductPartition to Google Ads

Zero list members after submitting 10,00 gmails using OfflineUserDataJobType.CUSTOMER_MATCH_WITH_ATTRIBUTES

2021-12-22 Thread Kurt Bo
I'm importing users into a CustomerMatch UserList and I took the Java example at: https://developers.google.com/google-ads/api/docs/remarketing/audience-types/customer-match And I modified it to loop over an input file of 10,000 email addresses instead of having just a few hard-coded user

RE: Migration to Asset based extensions in PHP

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Shobha, Thanks for reaching out to the Google Ads API support. Please note that the API team can address API related issues and concerns. Unfortunately, the existing code changing it’s not on our end to asset you. I would recommend reaching out to their PHP Client Library owner on using

RE: Token expiration - automated refreshing?

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Tomasz, Thanks for reaching out to the Google Ads API support. By using our client library you can avoid the manual step and move into an automated refresh token process. Here some useful link shared below: https://developers.google.com/identity/protocols/oauth2#expiration

Error with Google Ads API on PHP when using segments.date

2021-12-22 Thread andri...@gmail.com
Hello, I am having a problem when doing a query as follows $query = "SELECT metrics.impressions, segments.date FROM keyword_view WHERE segments.date BETWEEN '2019-01-01' AND '2020-01-01'"; Whenever I remove segments.date like this, it works: $query = "SELECT metrics.impressions FROM

Re: 401 error

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Prasad, Please only respond to use privately, as this topic requires us to refer to email addresses, which are not allowed to be posted publicly on the forum. I noticed that the serviceAccountUser in your ads.properties file does not have access to the account specified in the

Add keyword with FinalUrl

2021-12-22 Thread goingdev
I am switching over from Google Adwords API to Google Ads API. How do I set the FinalUrls for a new keyword which I am adding? It seems the property is read-only on the AdGroupCriterion object. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to distinguish smart_campaign_search_term_view status?

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Chen, I work with Ernie and reproduced this issue of status being "NONE" for all smart campaign search terms in search_term_view, regardless of exclusion or non exclusion. I raised with my team your request for status field in smart_campaign_search_term_view. This request is subject to

Re: AccessRole is not same with roles in google ads backend?

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Daniel, My team is currently reviewing your request, there's nothing more concrete to tell you. You may monitor our blog for an update. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2KboDm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Migration to Asset based extensions in PHP

2021-12-22 Thread Shobha Solanki
Can some one please help me as to what exactly needs to be done for changing the existing Feed based code in case of (FeedItemTargetService, FeedItemService, FeedMappingService, FeedService) for PHP as from the MIgration guide its not quite clear. Thanks, Shobha -- --

Re: Read Leads from Googlle ads via API

2021-12-22 Thread Shabeera Beebi
I would like to get the data submitted in lead form of google ads by users through API. Is this possible? I know this can be achieved by below methods but I need to get it using Ads API ( not via webhook) 1. Login to the Ads UI, download CSV files. 2. Set up a webhook and pull incoming leads.

YouTube earned actions metrics in API?

2021-12-22 Thread Alexey Arsenyev
Is there any way to fetch the YouTube earned metrics through the Ads API? So: Earned views, Earned view rate, Earned subscribers, Earned playlist additions, Earned likes and Earned shares Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: [ADS API v9] Metrics (cost per click) from Keyword Plan Ad Group Keywords

2021-12-22 Thread 'Lasse Bonner' via AdWords API and Google Ads API Forum
Hello Peter, Yeah, I figured. I made it work using the forecast, but it seems that there is discrepancy between what is returned from the old Google Adwords API and the new Google Ads v9, for certain keywords. I experience that keywords that have a value for cpc in the old api has no value

Metro Criteria ID and its location name csv file

2021-12-22 Thread Jayant Meshram
Hello, Can I get metro criteria id and its metro name in csv format like geotargets sheet. Thanks Jayant Meshram -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

What is the best way to monitor the volume of conversion of our campaigns?

2021-12-22 Thread Alexandre Bouju
Hello there, My company is a call center using a lot of adwords campaigns to generate call volume. Our need of adwords calls depends on a lot of different factors. This is why I created an app managing our campaigns depending on these parameters of the call center (number of agents

Re: CriteriaId and other Id's in click_view

2021-12-22 Thread cv
Hello Aryeh, According to this migrating guide *here * suggest that CriteriaId is deprecated. And you said Criteria Id is split between user list and keyword location targets, ect... Can you please confirm

RE: Get impressions for each combination of headline/description for Responsive Search Ad

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Kitana, Would it be possible for you to provide your Google Ads UI showing the report that you want to get through API? This will greatly help us identifying the equivalent API field and so that we can provide guidance accordingly. Regards, Teejay Wennie Pimentel Google Ads API Team

Creating a batch job OperationAccessDenied.ACTION_NOT_PERMITTED

2021-12-22 Thread 'Ciel Eijssen' via AdWords API and Google Ads API Forum
Hi team, We have one client where we can't create batch jobs anymore since Dec 15th and we can't figure out why. We use the same method for all our clients and this client claims he has not changed anything regarding permissions for our MCC. We can also still access their account via the MCC.

RE: [ADS API v9] Metrics (cost per click) from Keyword Plan Ad Group Keywords

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Lasse, Thank you for reaching out. Metrics are currently not available in the keyword_plan_ad_group_keyword view. That said, could you be instead referring to the generate forecast metrics feature where you can extract / generate metrics such as the average cost per click? Best regards,

RE: billing access role

2021-12-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Daniel, Thank you for reaching out to us. As per checking in our documentation, the Google Ads API lets you programmatically manage end-to-end billing workflows, from initial billing setup and account-level budget management, to customer invoice reconciliation. You can check here how to