Re: Make free acc google ads for study

2020-12-29 Thread Artem Konyukhov
Start reading the documentation среда, 30 декабря 2020 г. в 05:25:27 UTC+2, minhtu...@gmail.com: > Hi all, > I want to study gg ads api and know how it works for my job. So can I > create a free account and demo all features of them?

Re: Mutate keywords with Rest on google ads api

2020-12-29 Thread Antonio Cortina
Hi, Im reading about it, and I think that keyword.text and keyword.matchType are immutables. Is it possible? Keyword field is an union field criterion from AdGroupCriteria: https://developers.google.com/google-ads/api/reference/rpc/v6/AdGroupCriterion#criterion And all of these are

Make free acc google ads for study

2020-12-29 Thread Ngô Minh Tùng
Hi all, I want to study gg ads api and know how it works for my job. So can I create a free account and demo all features of them? Anyone can help me investigate Google Ads API, thank you so much! -- *Ngô Minh Tùng | Student of FPT University* Phone: * 0168 372 4638 *| Email:

RE: token invalid error, assess level error type

2020-12-29 Thread Google Ads API Forum Advisor Prod
Hi Sangkil, Thank you for reaching out. For your first question, could you please share the complete request and response logs via the Reply privately to author option for us to further investigate? For your second question, you encountered the error as you were exceeding the get operational

Help!

2020-12-29 Thread Lauren DeFrancesco
Hi everyone For my graduate program I'm doing a research project on industry trends and best practices for microservices. I created a short 8 question multiple choice survey and am looking to get 500 responses on it and right now I only have 43. I would really appreciate if people took it

RE: Problem understanding payment accounts

2020-12-29 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. As each Payments account corresponds to a single invoice, you would not be able to set up billing for multiple Google Ads accounts with the same Payment account without consolidated billing. However, you could group multiple Google Ads accounts in the same

RE: ADD_OPERATION_NOT_PERMITTED

2020-12-29 Thread Google Ads API Forum Advisor Prod
Hi Steve, Thanks for reaching out. The OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED error is often related to an issue with the clientCustomerId header (e.g. the specified account is a manager account). Can you please double check this? If you continue to have issues, please reply

[PHP] mutateCustomerManagerLink PERMISSION_DENIED

2020-12-29 Thread Artem Konyukhov
Hi, I have got customer (MMC user). It user has СustomerClientLinks: Array ( [0] => Array ( [customer_client_link.client_customer] => 9083557029 [customer_client_link.resource_name] => customers/5817238941/customerClientLinks/9083557029~109349480

Re: Mutate keywords with Rest on google ads api

2020-12-29 Thread Antonio Cortina
Hi, Thanks for your response. Im using javascript/node and I cant see any client library. In any case, im interested in use REST and not client because im using several google apis in the same way. Can you help me about modify keywords with REST? Thanks El martes, 29 de diciembre de 2020 a

RE: Mutate keywords with Rest on google ads api

2020-12-29 Thread Google Ads API Forum Advisor Prod
Hi Antonio, Thanks for reaching out. We recommend using the client libraries for basic tasks, such as updating a keyword. You can find a code example for updating keywords from the client libraries here. Regards, Matt Google Ads API Team Matt Google Ads API Team

Re: Ads API

2020-12-29 Thread Google Ads API Forum Advisor Prod
Hi NARESH, Thank you for reaching out. Do you have any questions or concerns? If you do, please elaborate on your question so we could better assist you. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q29UPh3:ref -- --

ADD_OPERATION_NOT_PERMITTED

2020-12-29 Thread Steve Graham
Hi, When i try to adding a new campaign get the following error: *[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN]* *Note: Am using Client-id .* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: ad_group_audience_view API - get interest name as viewed in UI

2020-12-29 Thread Tom Nahum
Hi Ernie thanks for your reply. I did as mentioned above by intersecting 'user_interest' with audience_view - i do get most of the names correctly , but not all of them. in the UI we can see the column 'type' after 'audience' (the audience name) - when i have some audience from type 'Life

Re: ad_group_audience_view API - get interest name as viewed in UI

2020-12-29 Thread Tom Nahum
Hi Ernie thanks for your reply. I did as mentioned above by intersecting 'user_interest' with audience_view - i do get most of the names correctly , but not all of them. in the UI we can see the column 'type' after 'audience' (the audience name) - when i have some audience from type 'Life event'

token invalid error, assess level error type

2020-12-29 Thread an.sa...@gmail.com
hi , i am using java sdk , version is 10.1.0 i am question first type, token is expired type this is keep tring... so calls don't end Why do you keep call ? second type, we using, the google access api level is standard. but, Too many requests error Occurs Occurs when using

token is invalid_grant error

2020-12-29 Thread an.sa...@gmail.com
hi , i am using java sdk , version is 10.1.0 i am question first type, token is expired type this is keep tring... so calls don't end Why do you keep call ? second type, The google access api level is standard. but, Too many requests error Occurs Occurs when using certain methods.

Re: Constant Data Service

2020-12-29 Thread Anant Prasad
Hi Anash, Thanks for an update on this. I can depend on the CSV data instead but it still acts as a barrier for automating things at my end. I was mostly trying to switch to ConstantDataService because I faced an issue before where the URL to download the CSV data for mobile app category was

RE: USER_PERMISSION_DENIED

2020-12-29 Thread Google Ads API Forum Advisor Prod
Hi, The USER_PERMISSION_DENIED error occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. The common causes of this error are: The link between the manager and client account was removed. Your OAuth credentials

RE: ad_group_audience_view API - get interest name as viewed in UI

2020-12-29 Thread Google Ads API Forum Advisor Prod
Hi Tom, Thanks for posting your concern. I am afraid that there is no field in ad_group_audience_view report that could return the name of the user list. However, the workaround that you've mentioned is correct to combine the data of user_interest and ad_group_audience_view. Let me know if