Re: Fetching the list of accessible account from the Google Ads API without the gRPC

2019-02-14 Thread Noémi Molnár
Hi Dhanya, This was the call structure what I was looking for, thank you! Regards, Noemi On Thursday, February 14, 2019 at 6:24:29 PM UTC+1, googleadsapi-forumadvisor wrote: > > Hi Noemi, > > I am Luis' colleague responding on his behalf as he is unavailable. You > can run the below to get the

RE: Google Ads API client error

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jocelyn, Uploading of offline conversions is currently not yet supported in Google Ads API and only creating of conversion action is available as you could see on this guide . I would suggest you follow our blog

RE: Adding users to a CrmBased UserList using Google Ads API

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Carl, Currently, the Google Ads API only supports creating user lists. Adding members to them is not yet available. However, I would suggest to follow our blog for any updates on this feature. Thanks and regards, Luis Google

RE: Fetching all the available field and resource group names from Google Ads API

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Noemi, I'm afraid what you're looking for is currently not available in Google Ads API. I could not comment if that feature will be supported in the future. However, you may follow our blog for any updates on Google Ads API. Re

RE: UserList bug from AdwordsUserListService

2019-02-14 Thread Han Vo
Hi Peter, Thanks for response. If you take a look at my SOAP request, i was asking the API for the UserList with the exact name. The API was returning the additional object with a similiar name which is unexpected from the API consumer perspective. So you confirm this is an expected behavior? Th

RE: UserList bug from AdwordsUserListService

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Han, It appears that the userlist you are referring to is a SimilarUserList type of audience. It is automatically created by Google and you can refer here

RE: API Test account - how sandboxed and what data is available?

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Si, For developerToken's with test account access level, they would only be able to make calls using test accounts and only dummy data will be used. For more information on test accounts, you can refer to this guide

API Test account - how sandboxed and what data is available?

2019-02-14 Thread Si J
Hi If I was to grant test level API access to a developer, what is the limit of the data that they can pull? We're wanting to make sure they're sandbox from prod but still able to access datapoints such as historical search volume on our keywords that are in use. Thanks, Si -- -- =~=~=~=~=

Adding users to a CrmBased UserList using Google Ads API

2019-02-14 Thread Carl Retzner
Is there a mutateMember method for the UserListService (Ads API Reference ) for the Ads API similar to the AdwordsUserListService#mutateMembers (AdWords

Google Ads API client error

2019-02-14 Thread Jocelyn
Hi, I am getting the following error when using the google ads API to upload offline conversions. Firstly, does this work for offline conversions as i haven't seen any mention of offline conversions in the documentation. Can you please confirm if the version is v1? For the adwords API putting

UserList bug from AdwordsUserListService

2019-02-14 Thread Han Vo
Hi there, I think i have encountered a bug asking AdwordsUserListService for UserList with the exact name. Google seems to return the extra automated created object (by Google) within the response, however this object doesn't have the exact name I was asking for. Please take a look at the reques

RE: Mobile Sitelinks in GAds interface

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you please share the document which you are referring to? Also, if you are already setting the 'Mobile Sitelinks' in the UI, then please share the UI screenshot. If you are not seeing 'Mobile Sitelinks' in the UI, then I would suggest to post your questions to AdWords Community foru

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

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, To clarify, are you looking to link existing Ads from another account to manager account? If yes, then you won't be able to link Ads to Manager accounts directly. However, you will need to link account which contain that Ads to your manger account. To link accounts, you can find the sampl

RE: Bid Adjustments

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, You may use multiple reports to pull details for each of these criteria. Please find the details below: Network Settings: Campaign Performance Report with fields AdNetworkType1

RE: RATE_EXCEEDED on Standard API account querying once per minute?

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dan, Even though you are having the standard access, you may see RATE_EXCEEDED errors due to the account scope if you are making Too many requests to the API in a short period of time. You cou

RE: customer sync service changed criteria

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Could you please enable the logging and share the API SOAP request and response logs to troubleshoot this further? You may refer to the logging guide in the respective client library for guidance on how to enable logg

RE: Fetching the list of accessible account from the Google Ads API without the gRPC

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Noemi, I am Luis' colleague responding on his behalf as he is unavailable. You can run the below to get the list of accessible Customers for your emailid: *https://googleads.googleapis.com/v0/customers:listAccessibleCustomers* Regards, Dhanya, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=

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

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, No, there are no integration between the two APIs. Best, Thanet, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api https://developers.google.com/adwords/api

Re: Scope of uniqueness for "assetId" identifiers?

2019-02-14 Thread Al
Great. Thank you for answering my question. On Wednesday, February 13, 2019 at 11:02:46 PM UTC-5, googleadsapi-forumadvisor wrote: > > Hi Al, > > After discussing this with the team, I could confirm that the assetId is > unique only within an account. I will file a feature request for this to

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

2019-02-14 Thread Yoshimasa Tanabe
Thanks! Let me confirm one thing just to make sure. It looks like you can get video's file name via YouTube Data API(fileDetails.fileName property). https://developers.google.com/youtube/v3/docs/videos#header_2 Is there any integration between AdWords API and YouTube Data API(e.g. adding You

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

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Yoshimasa, You're correct. It's not supported in the AdWords API, and unfortunately probably there are no workarounds for this. Cheers, Thanet, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.bl

Re: Bid Adjustments

2019-02-14 Thread cv
Hello Bharani, Yes, This is helpful. Same way how I can get the all Campaign Level Settings (Network Tragetting, Campaign Goal, Location, Budget Type, Biding strategy, Ips etc..) ? Is there any reports available or I need to Use CampaignService or CamapignCriteriaService? Thanks, On Thursday,

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

2019-02-14 Thread Yoshimasa Tanabe
Hi Thanet, I appreciate you checking! So, is it not possible to get Videos' file name within AdWords API? If so, please let me know other solutions. ... Yoshimasa On Thursday, February 14, 2019 at 2:41:09 PM UTC+9, googleadsapi-forumadvisor wrote: > > Hello Yoshimasa, > > It turns out that

RE: Questions about DynamicSearchAd operations prohibited after March 6, 2019.

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Al, I'm following up on the questions below and will get back to you. I know what I personally expect to happen, but I want to confirm my assumptions before giving you a definitive answer. :) Thanks, Josh, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Fetching all the available field and resource group names from Google Ads API

2019-02-14 Thread Noémi Molnár
Hi Luis, What I would like to do request all the attributes of a resource group. For example if I make the https://googleads.googleapis.com/v0/googleAdsFields/ad_group request the response includes the metrics, the segments and the resource groups with which it is selectable, but not its own a

RATE_EXCEEDED on Standard API account querying once per minute?

2019-02-14 Thread Dan Belkas
Dear Googlers, We are struggling to figure out what prevents us from normally use Adwords API. We have "Standard Access" API level. Which per description has "unlimited number" of API calls. So we execute 1 API call per minute for targetingIdeaService with 1 selector. And it still results in

RE: Labels no loner supported in Google Ads API

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Peter, The labels field is currently not available in Google Ads API. You may follow our blog for any updates on this feature. Thanks and regards, Luis Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: Fetching all the available field and resource group names from Google Ads API

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Noemi, Yes, you can use GoogleAdsFieldService to dynamically request the catalog for resources using Google Ads API. You may refer to this gu

Labels no loner supported in Google Ads API

2019-02-14 Thread peter
Hi, Are Labels (ie CampaignLabel) no longer supported in Google Ads API or just not implemented in the current Beta release and will be available again in the future? [image: labels.GIF] regards, Peter -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://

Fetching all the available field and resource group names from Google Ads API

2019-02-14 Thread Noémi Molnár
Hi, It is possible to fetch metadata about the resource groups and fields from GoogleAdsFieldService, but is there a way to fetch the list of all the available fields and/or resource groups using the google ads api? Kind regards, Noemi Molnar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

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

2019-02-14 Thread ludovic . web2roi
Hi, thank's for your answer, but you give me some examples from Adwords, and i need that for Ads. It's impossible to find some sample code ? Google documentation is too difficult to understand, why they don't give the code ? Because they only explain the concept. Please i really need help for tha