RE: EstimatedKeywordTraffic API and UI results are not same

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. To further check the issue, could you provide the complete SOAP request and response logs together with the customer ID via the Reply privately to author option? If they haven't enabled SOAP logging yet, you may refer to the readMe section of the

Re: When we call the api of 'location' and 'geo', we meet the issues of error data and missing data.

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hi, Upon checking the accounts you provided, the reason why the account 5911335188 is not getting data from Geo Performance Report is because this report type does not support UAC. You can refer to this guide for the list of report types that support UAC. You can use Campaign Location Target

RE: how to get client customer id of logged in user in js or in php

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hi Mavin, Could you confirm if my understanding is correct that you wish to retrieve the account ID of the Google Ads account currently logged in using the AdWords API or using JavaScript? If yes, then I'm afraid that this is not supported in the AdWords API. Additionally, JavaScript is

The metrics of dynamicAdTarget in the GoogleAdsAPI

2019-08-01 Thread T.Motodate
We want to get metrics(impression share, and so on) of the dynamicAdTarget. Accroding to the reference, the ad_group_criterion table can get the dyamicAdTarget's information. However, this table has no metrics data. Is there any tables or views has metrics of the dynamicAdTarget? Regards. --

Re: The display_upload_ad field of ad is missing in Google Ads API

2019-08-01 Thread Jiangang Wu
Hi Sai, I have shared the query string and the client customer id privately. Thanks. 在 2019年8月1日星期四 UTC+8上午3:10:07,adsapiforumadvisor写道: > > Hello Jiangang, > > Could you please confirm whether you are selecting any of the > display_upload_ad fields like >

oAuth2 RefeshToken : redirect_uri_mismatch

2019-08-01 Thread Violaine Aubenneau
Hi, sorry to to have a completely newbye question. I would create a php server to server application using AdWords API, to get my ADS campaigns data an store hat into a db. I a strugging to get the Refresh Token: all the urls i get generated both via the shell script GetRefreshToken.php, and

Migration from Adwords API to Google Ads API v2 - Keyword Ideas

2019-08-01 Thread Dariusz Kajtoch
So far I was using Adwords API to get keyword ideas and traffic estimate for my clients. I would like to move my Python programs to Google Ads API v2 since I experienced limitations when getting ideas based on website input. Typical workflow in my Python code looked like this: selector =

Re: When we call the api of 'location' and 'geo', we meet the issues of error data and missing data.

2019-08-01 Thread ggg freak
Hello, I use the code example provided on the google website, the following account $ mcc = '945-959-2387'; $ account_id = '5911335188'; Cannot get GEO_PERFORMANCE_REPORT similar report data Here is the relevant code: http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by

Re: how to get client customer id of logged in user in js or in php

2019-08-01 Thread mavin sheikh
any solution? > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads

Assignment not allowed to field "youtube_video_id" in protocol message object.

2019-08-01 Thread Renan Duarte Ribeiro dos Santos
Hi I have been trying to link an youtube asset to my ad group (my campaigns are App Campaigns) via API, however I receive the following error: "Assignment not allowed to field "youtube_video_id" in protocol message object." The youtube video is already uploaded and the video_id was assigned to

Re: Cannot link Merchant center account to Adwords getServiceLinks always empty

2019-08-01 Thread Simon Leigh
This is now resolved. For anyone interested it was because I was using 'predicate' when it should be 'predicates' in the xml Simon On Thursday, August 1, 2019 at 1:38:39 PM UTC+1, Simon Leigh wrote: > > Note that authentication is with the master account id for both the > adwords and merchant

Re: How to push call detail records to Google Ads via API?

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hello Paul, The Calls directly from your ads, calls to a phone number on your website, and clicks on a phone number on your mobile website are associated with the Ads in your campaign. You should be able to configure the phone number as a call extension or set up the phone number in the

Re: Cannot link test accounts + Test clients not showing in accounts management

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hello Jerome, Since the test account would be canceled automatically when you created, you might have to turn on the canceled accounts from the accounts view. Follow the instructions mentioned below: Sign in to your Google Ads manager account. At the top of the page, click the down arrow next

Cannot link Merchant center account to Adwords getServiceLinks always empty

2019-08-01 Thread Simon Leigh
Note that authentication is with the master account id for both the adwords and merchant center master accounts. I create a merchant center account with the adwords id in it. On the adwords UI it shows the pending link to merchant center. However to accept the link using the api you need to

RE: where can i find the template id for all templates?

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hi Suresh, You can refer to this documentation for the list of supported template ads along with their IDs. Let me know if this is what you're looking for. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UEHSyq:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: how to download all the ads entities using adwords api

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hi Will, You may use AdGroupAdService.get() to get ads' information. Please refer to this guide to see the available fields for this service. You may also use Ad Performance Report as it ads' information such as Headline, Description. Please refer to this guide and these samples on how to

Re: where can i find the template id for all templates?

2019-08-01 Thread Suresh Kumar Shenbagam
For example, To create HTML5Ad, we need to set the template id as 419, TemplateAd html5Ad = new TemplateAd(); html5Ad.setName("Ad for HTML5"); html5Ad.setTemplateId(419L); html5Ad.setFinalUrls(new String[] {"http://example.com/html5"}); html5Ad.setDisplayUrl("example.com/html5");

where can i find the template id for all templates?

2019-08-01 Thread Suresh Kumar Shenbagam
Hi, Please let me know where to find template id for a particular template? Suresh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

RE: How to set a CPV Bid Strategy at Ad Group level for video campaigns

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hi Pem, Currently video campaigns (and other entities associated to them) are only available in the reports as mentioned here. That said, creating and managing them such as applying bids is currently not supported. You may follow our blog for announcements or updates regarding this topic.

how to download all the ads entities using adwords api

2019-08-01 Thread Will Yun
how to download all the ads entities using adwords api, which contains info of headline,title,etc. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

RE: How are symbols and special characters handled in keywords?

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hi Puneet, It appear that your concern is more related to product level concern. With this, I would recommend you to reach out to the Google Ads Community Forum as they are more equipped to answer to your questions. Regards, Hiroyuki Google Ads API Team ref:_00D1U1174p._5001UEHQJY:ref -- --

RE: developer token issue

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hi Ekaterina, I'm sorry that I can only provide support in English. With regard to your concern, the QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED error usually occurs when you are using an unapproved developer token to make calls against a production account. Please note that you would need to

RE: LocationId returns NULL, retrieved from the CampaignLocationTargetReport

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hi Alan, Thank you for reaching out. Upon checking the location ID 784926886046, this does not exist in the Geotarget table. Could you provide the report or the SOAP request and response logs that returned this location Id for further investigation? You may provide them using the reply

RE: How to use python to do some BudgetOrderService work?

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hi, We currently do not have a Python example specific to what you are looking for, however, you may refer to this documentation to read more about the BudgetOrderService. The same concepts should apply regardless of what client library you are using. Furthermore, please note that you have to