Re: Types of reports

2019-03-20 Thread Mikhail Romantsov
Good day! I am using the AdWords API. The desire to obtain statistics in accordance with keywords, devices, geo, gender, age. The report Criteria is not work :) http://prntscr.com/n0tssv среда, 20 марта 2019 г., 21:20:00 UTC+3 пользователь googleadsapi-forumadvisor написал: > > Hello Mikhail,

RE: Is there an ETA for the next version release?

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mike, You have the option to upgrade to the new Google Ads API v1 since the 201806 version of the AdWords API will indeed sunset soon. However, if you feel like you are not yet ready for the v1 migration, you can choose to

RE: Mismatched Data From AdGroupAdService And AdService

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Isaiah, So I can have a better look at the issue you are encountering, could you provide to me the separate SOAP request and response logs that were generated when you used the AdGroupAdService.get() and A

RE: Google Ads Scripts: Using Impression Top and Absolute Top

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Todd, Our team specializes in AdWords API/Google Ads API related concerns. The Google Ads Scripts is already out of scope for us, that said, you may reach out to their team via this link for further assistance. Thanks and regards, Pet

RE: Targeting Idea

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I'm afraid retrieving results for both RequestType = IDEAS and RequestType = STATS at the same time is not possible via the AdWords API. You will need to make separate requests for each RequestType. Thanks and regards, Peter Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Is there an ETA for the next version release?

2019-03-20 Thread Mike5577
Was going to upgrade versions with the new PHP client library since support for 201806 is ending next month. Would seem that the latest version of 201809 will likely replaced soon. Thanks, trying to avoid multiple upgrades which are time consuming. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Not able to pull historical_quality_score for Customer, AdGroup and Campaign

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Greetings! There's a rule that I had to get used to when first querying. You can go up the tree from most specific to general, but you can't go down the tree. So, if I select *FROM campaign*, I can't *select ad_group*. However, if I select *FROM ad_group*, I can *select campaign*. So, to get wha

RE: Duplicate rows in placement performance report

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Oliver, Could you do me a huge favor and start a new forum thread for this? It's a pretty old thread, so it may be a slightly different problem. You can reference this thread in your new post. Thanks, Nadine, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

RE: Best practice to process Big Data?

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Qaiser, Could you please confirm if you are testing using the AdWords API or the Google Ads API? If you are using AdWords API, you could run the report with just the keyword and impression metrics by avoiding the segment fields. This will help in reducing the size of the downloaded file. T

RE: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Jakub, For the AdWords API the client libraries are available here and for the Google Ads API

"Status(StatusCode=Unavailable, Detail=\"channel is in state TRANSIENT_FAILURE\"

2019-03-20 Thread swapnil . g
Hi, I am using new google ads api to access my google ads account. However, when I run the code in .Net Console application I am getting the following error "Status(StatusCode=Unavailable, Detail=\"channel is in state TRANSIENT_FAILURE\" I searched on the internet but was unable to solve the

getCampaigns.java returns an empty list. might be an account problem.

2019-03-20 Thread mktt . sa . dev1
I encountered a problem while i was getting started to use Ads API. The getCampaings example is not working as i expected. I, my Company has an google ads MCC account, say ACCNT_A, that has several sub_accounts, and each of the sub-accounts has valid campaigns. And i created a dev account

Google Ads Scripts: Using Impression Top and Absolute Top

2019-03-20 Thread Todd Gardner
How do I access *Impression (Top)%* and *Impression (Absolute Top)%* from Google Ads Scripts? They do not appear to be documented in the Keyword Reference. I currently use Google Ads script to adjust my keyw

Google.Ads.GoogleAds.Examples return Deadline Exceeded

2019-03-20 Thread Haik
I am trying to run one of the Google.Ads.GoogleAds.Example: GetAccountInformation I get an error that does not describe how to solve the problem: DeadlineExceeded We have an MCC account so we manage our clients AdWords accounts. In the web config I set all the keys that were required and t

Mismatched Data From AdGroupAdService And AdService

2019-03-20 Thread isaiah
I'm using the ruby adwords_api gem to query an Google Ads account. When I query the AdGroupAdService to get all AdGroupAds with a predicate that looks like this: [{ :field => 'Status', :operator => 'IN', :values => ['ENABLED', 'DISABLED', 'PAUSED'] }] I get back 5 AdGroupAds. When I query th

RE: Delivery Status Notification (Failure)

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Estaban, I have an update on the issue. The production account and test account should be whitelisted to use the CrmBasedUserList service. You could contact your account manager at Google to whitelist your accounts for the CrmBasedUserList service. Please let me know if you have any furthe

Re: How to use the Google Ads API using REST Only

2019-03-20 Thread De1
Awesome! That worked! Thanks Much! On Wednesday, 20 March 2019 14:33:05 UTC-4, googleadsapi-forumadvisor wrote: > > Hello, > > You could try using the Method: > google.ads.googleads.v1.services.CustomerService/ListAccessibleCustomers > and Endpoint: googleads.googleapis while trying your RESTful

RE: Google Ads API V1: Where is final_url_suffix for AdGroupAd?

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I'll let the team know that these fields are not included. We cannot give timelines but you can follow our blog to get updates. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and disc

RE: How to use the Google Ads API using REST Only

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You could try using the Method: google.ads.googleads.v1.services.CustomerService/ListAccessibleCustomers and Endpoint: googleads.googleapis while trying your RESTful call. You have to pass the OAuth credentials the same way you pass for other RESTful API calls. You could refer this API ca

RE: Private message regarding: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Peter, Poki replied to you privately 2 weeks ago. Looks like the login-customer-id is not set when she took a look at your logs. One option you would try is setting loginCustomerId programmatically when you construct your GoogleAdsClient as shown below: googleAdsClient = GoogleAdsClient.n

RE: Customer Match & Store Direct Conversions Approval

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, I have an update on the Customer Match. The test account should be whitelisted to use the CrmBasedUserList service. You could contact your account manager at Google to whitelist your accounts for the CrmBasedUserList service. Please let me know if you have any further questions. Reg

RE: Types of reports

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mikhail, Thank you for the translated message. Could you please confirm if you're using AdWords API or the Google Ads API to generate the reports? If you're using AdWords API , you may use the Criteria Performance Report

RE: Ads API V1 not using proxy settings

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Eva, It looks like the issue is specific to the .NET client library. We suggest that you post your concern on the .NET Github issue tracker so the library owners will be able to take a look. Thanks, Bharani, Google Ads API Team =~=

Not able to pull historical_quality_score for Customer, AdGroup and Campaign

2019-03-20 Thread Darshan Pradhan
Hi Support, I am trying to pull metrics.historical_quality_score of customer, ad_group, campaign and keyword_view resources but getting an error message in the response for all except keyword_view resource. The documentation

RE: How to add device(desktop,mobile,tablet) bid modifiers at campaign level in Ads API Beta

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Christoph, The only criteria type you can adjust bid modifiers for using CampaignBidModifierService are CALLS. If you want to adjust device bid modifiers, you will need to use the Campaign

Re: Duplicate rows in placement performance report

2019-03-20 Thread Oliver
We're also seeing this issue in the Placement Performance Report i.e. 2 rows for the same placement (in same camapign ID). However, in our case, both rows don't have a criterion ID which, according to the documentation of this report, mean that both rows are automatic placements. We're puzzle

Not able to pull historical_quality_score for Customer, AdGroup and Campaign

2019-03-20 Thread Darshan Pradhan
Hi Support, I am trying to pull metrics.historical_quality_score of customer, ad_group, campaign and keyword_view resources but I am getting following message in the response for all except keyword_view. The documentation mentions

Re: Targeting Idea

2019-03-20 Thread driptibanga93
Hi, How can i fetch ideas and stats together ?the way it is in keyword planner? On Wednesday, March 20, 2019 at 11:46:45 AM UTC+5:30, dripti...@gmail.com wrote: > > Hi, > > I am trying to get the stats and ideas for the query - however unable to > do the same . Could you help me for it ? > A

Re: How to GetUserList using Googld ads api ?

2019-03-20 Thread Sarah
Hi Dannison, Referring to the GetCampaigns.cs, I've worked out the code below. I like the flexibility of using GoogleAdsService queries - https://developers.google.com/google-ads/api/docs/query/overview, which is more relevant to my project than using UserListService. GoogleAdsServiceCli

Re: CANNOT_HIDE_OR_UNHIDE_NON_ACTIVELY_LINKED_ACCOUNT / ManagedCustomerService / ERROR

2019-03-20 Thread Kuba Dev
Hi thanks for reply, I have realized that error occurs beacuse I am in testing mode. And propably it is ok and impossible to gide/unhide test accounts -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~

Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-03-20 Thread Kuba Dev
Hi Everyone ! I am facing the same problem with Ads Api. I have created new account X under My manager account Y. I would like to link random new user with ads account Z to my newly created account X. But that way I should be able to manage account X as manager and also user will see this acco

Re: ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED in callout extension setting

2019-03-20 Thread Sang Jin Kim
I found the reason. In the process of updating to v201809, I didn't update one library like below. use Google\AdsApi\AdWords\*v201806*\cm\CalloutFeedItem; After correcting v201806 to v201809, it works fine. I'm sorry for bothering you, Luis. 2019년 3월 18일 월요일 오후 3시 53분 7초 UTC+9, google

Best practice to process Big Data?

2019-03-20 Thread Qaiser Javed
Hi, Please suggest the quick way to process Google Ads Big Data. Case Study: Let's suppose there is an account having 1000 campaigns and 1 million keywords. I want to get account level insight that how many impressions are there for keyword tail length like 1 word keyword, 2 word keyword up t

RE: User list error

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Archit, The UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA error when uploading userlists on test accounts has been resolved. Can you retry the request and let me know how it goes? If you're still encountering any issues, kindly provide the latest and complete SOAP request a

Google Ads API V1: Where is final_url_suffix for AdGroupAd?

2019-03-20 Thread Sergei Kim
Hi Team, New shiny JSON API V1 is production ready, but we can't get/mutate some fields for Ad object using GoogleAds:search: final_url_suffix, final_app_urls. We need to get and mutate this field for proper integration (instead of tracking_url_template and final_urls). When are you planning t

Re: Error when trying to retrieve bid modifiers on campaign level

2019-03-20 Thread mspierenburg via AdWords API and Google Ads API Forum
Hi Anthony, Thank you for clarification. There was no campaign bid modifier for this campaign indeed. I didn't realise that this message indicates an empty response. Thanks, Manuel On Tuesday, March 19, 2019 at 10:19:16 PM UTC+1, googleadsapi-forumadvisor wrote: > > Hello, > > The API reque

Ads API V1 not using proxy settings

2019-03-20 Thread Eva
Hi, I am trying to migrate from AdWords API 201809 to V1, but I am unable to run a query, because proxy settings are not used. I am using the .NET libraries (NuGET-Package Google.Ads.GoogleAds v1.0.0). Proxy settings are configured, but no request is sent to the proxy server. The requests are s

Types of reports

2019-03-20 Thread Mikhail Romantsov
Good day! I am a Russian user. The text below is the result of Google Translator :) The question is this. Google Ads report types have a large number of different reports with which you can get absolutely any data from the advertising cabinet. However, a large number of parameters can be obtain

How to add device(desktop,mobile,tablet) bid modifiers at campaign level in Ads API Beta

2019-03-20 Thread Christoph Lanz
Hello, I am trying to create a mobile and tablet bid modifier at campaign level, using the new Ads API Beta. I used the example "AddAdGroupBidModifier.php" from the examples library and tried to modify it to do the same function at campaign level, but I receive an error message. Does anyone k

Re: Plausibility of automated monthly account backups through API?

2019-03-20 Thread Dorian Kind
Hi David, we were facing the same challenge. As backing up accounts over the API doesn't seem feasible, we currently use a dedicated host which runs an AutoHotkey script every day to download and export a couple hundred accounts in the Adwords Editor. The script then uploads the .aea files to a

RE: Targeting Idea

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Stats and ideas can be retrieved through different requests. You can refer to this section for retrieving ideas, and for stats, you will just need to replace the RequestType = IDEAS wit