RE: Unable to add user interest to a display type campaign's adgroup

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you try to use the ADD operator instead and only set the userInterestId to 92911. Let me know if it works. Thanks and regards, Luis AdWords API Team

RE: Google Ads API Accessible Customers

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Kevin, Could you confirm if you have set the login-customer-id in your request to match the manager you're logging in as? If this header is not set, you may begin seeing the error:

Re: Google Ads API Accessible Customers

2019-02-12 Thread Ananth Sakthivel
Hi Kevin, I have also had the same issue. but how I fixed this is, I Called the "GoogleAdsSerive" and queried below, GoogleAdsServiceClient googleAdsService = Client.GetService(Services.V0.GoogleAdsService); SearchGoogleAdsRequest request = new SearchGoogleAdsRequest()

Re: Unable to add user interest to a display type campaign's adgroup

2019-02-12 Thread MSI Saurovh
The other code was wrong if i set as userInteresetId says id required, if i set as id says invalid id $adGroupCriterionService = $this->adWordServices->get($this->session, AdGroupCriterionService::class); $operations = []; $userInterest = new CriterionUserInterest();

RE: Why are certain segments required to be present in the SELECT clause if present in the WHERE clause (google ads api)?

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I was able to replicate this scenario on my end as well. I can file a feature request on your behalf for "allowing device filtering in reports without including the device field in the selected fields to prevent segmentation of results". However, i could not provide a comment whether this

Unable to add user interest to a display type campaign's adgroup

2019-02-12 Thread MSI Saurovh
Hi, https://developers.google.com/adwords/api/docs/appendix/codes-formats here you will find all affinity user interest, and 92911 : /Technology/Social Media Enthusiasts is valid affinity $adGroupCriterionService = $this->adWordServices->get($this->session, AdGroupCriterionService::class);

Re: customer sync service changed criteria

2019-02-12 Thread cv
Hello Bharani, Thanks for the update , but I know how the customerSyncService is worked. My original question is the changes shown under the response as [changedCriteria:protected] => Array

RE: [1-1254000025157] How can I get YouTube video's file name?

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Yoshimasa, Unfortunately, no updates yet. I'm following up this with Engineering. Best, Thanet, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api

RE: Scope of uniqueness for "assetId" identifiers?

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Al, I can see the documentation you provided and you are right that the assetId is not explained in the scope of uniqueness. I will discuss this with the team and get back to you with more information about this. Regards, Dannison AdWords API Team

Why are certain segments required to be present in the SELECT clause if present in the WHERE clause (google ads api)?

2019-02-12 Thread Phil
I'm dealing with a specific example in mind in the new Google Ads API whereby if I include a filter on segments.device in the WHERE clause of the query, I'm also required to add it to the SELECT clause. In the AdWords API we were able to add predicates in order to filter data without

Google Ads API Accessible Customers

2019-02-12 Thread Kevin
Hi, I saw this post: https://ads-developers.googleblog.com/2019/01/new-required-header-for-google-ads-api.html and added the requested manager customer id. However, I can't seem to access accounts that are directly managed by that customer anymore. I get a "PermissionDenied" status code when

Re: TOO_MANY_CHANGES error when access customersync service

2019-02-12 Thread Tirtha Ghosh Dastidar
Hi Sree, Few followup questions. The documentation says that the *changedCampaigns* object contains all campaign ids from the selector even if the campaign *did not change*. But ad_group_ids which show up within the *changedAdGroups* have some changes in them. I was testing with an account

RE: Getting Error: connect ETIMEDOUT for adgroup performance report

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thanks for letting me know which client libraries you are using. Could either of you share the following from a request that timed out *only with me* by clicking *Reply privately to author* on this message? - The client customer ID in the request - The report definition or AWQL

RE: How to test ads from different locations?

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The AdWords API services will pull the ads data from the AdWords accounts. You will be able to build such tool using the similar API services. Please note that not all the features available in this tool

Scope of uniqueness for "assetId" identifiers?

2019-02-12 Thread Al
Hello, Can you tell me what the "scope of uniqueness" is for assetId values used within Assets? For example, are these values unique within the scope of a single Google Ads account, unique across all

RE: customer sync service changed criteria

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The CustomerSyncService.get() operation will return the changed entities for a customer account or campaign based on the given date range. You will be able to use the lastChangeTimestamp

Re: Two canceled BatchJobs during two days

2019-02-12 Thread Ершов Александр
Hi Josh! Thanks! Appreciate your response! Best regards, Alexander! On Monday, February 11, 2019 at 11:57:26 PM UTC+3, googleadsapi-forumadvisor wrote: > > Hi Alexander, > > I'm following up with the batch job engineers to get more details on the > internal error. I'll reply back as soon as I

How to test ads from different locations?

2019-02-12 Thread fp . mmc . mail
There is a tool http://isearchfrom.com/ - it helps to see how ads looks like from different location (Country, city). Does AdWords api allow to build such test tool? Or do I need to use another google api to build such tool? Thank you in advance! -- --

RE: Still want to use AdWords v201802

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Prashant, It is currently not possible to extend this deadline. The AdWords API v201802 was sunset and the API calls to this version would have failed from January 30, 2018. You can skip v201806 and migrate to v201809 and try making the API calls again. You may refer to this blog post

RE: Error with basic token access level

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Tuan, The MCC account 759-599-3754 has approved developer token. The API call with this developer token should work. Could you please share the SOAP request and response logs without redacting any information so that I can troubleshoot the issue? You can use 'Reply privately to author'

RE: Household income demographic

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Anil, Thank you for sharing the details privately. Based on this article Household Income is only supported for Video Campaigns in the old UI and it is supported for Display, Search and Video

RE: Issue with report download

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, I see that you're already in touch with our team Josh and Knack who are assisting you on this issue. Let's continue the discussion on the forum thread and the issue

Error with basic token access level

2019-02-12 Thread Tuan Nguyen Minh
Hi, We have a problem when using our token to call API. Our MCC account 759-599-3754 has basic access level however I received error DEVELOPER_TOKEN_NOT_APPROVED when call API with this token. Please support us as soon as possible! Thanks, Tuan Nguyen -- --

Re: AuthorizationError.USER_PERMISSION_DENIED BigQuery Transfer Service

2019-02-12 Thread Ethan Lyon
Hi Sai, Thanks for the quick reply. It looks like Google uses the Google Ads API according to the documentation: https://cloud.google.com/bigquery/docs/adwords-transfer. Considering the calls are managed by Google, where can I go to check Google is making the API calls correctly? I've

customer sync service changed criteria

2019-02-12 Thread cv
Hello, I am getting CampaignChangeData object as this. Google\AdsApi\AdWords\v201809\ch\CampaignChangeData Object ( [campaignId:protected] => 1649XX1490 [campaignChangeStatus:protected] => FIELDS_UNCHANGED

Re: Still want to use AdWords v201802

2019-02-12 Thread Prashant Pandey
Just to follow up, would like to use v201802 API of AdWords. On Tuesday, 12 February 2019 17:11:51 UTC+5:30, Prashant Pandey wrote: > > Hi Guys, > Due to some reasons/circumstances, I would still like to use v201802. Is > this possible? > Prashant > -- --

Still want to use AdWords v201802

2019-02-12 Thread Prashant Pandey
Hi Guys, Due to some reasons/circumstances, I would still like to use v201802. Is this possible? Prashant -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

RE: How to get Campaign Goals through Google Ads API

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Tran, Campaign goals are not yet supported in Google Ads API as well. For any updated on this feature, I would suggest to follow our blog . Thanks and regards, Luis Google Ads API Team

RE: 'invalid_grant: Bad Request' for AdwordsUserListService mutate call ...

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Tom, The usual reason for having the invalid_grant issue is due to an expired refreshToken. However, I would like to recommend that you regenerate all your OAuth2 credentials including the client_id and client_secret

'invalid_grant: Bad Request' for AdwordsUserListService mutate call ...

2019-02-12 Thread tom
I have read through the variety of "invalid_grant" questions on this board, but unfortunately didn't find anything that helped resolve my particular issue. I am trying to get the samples working with the following config in my googleads.yaml: * # This token has been approved and has Access

How to get Campaign Goals through Google Ads API

2019-02-12 Thread Trần Tâm
Hi, As far as I know, Campaign Goals are not supported through the AdWords API, but can we get Campaign Goals through Google Ads API? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

"invalid_grant" for the AdwordsUserListService mutate call.

2019-02-12 Thread tom
I have read through the variety of "invalid_grant" questions on this board, but unfortunately didn't find anything that helped resolve my particular issue. I am trying to get the samples working with the following config in my googleads.yaml: # This token has been approved and has Access