Google Ads API authentication error. No customer found for token with basic access level

2019-03-27 Thread Сергей Хоменко
Hi. I have an account with access to Ads API and developer token, approved and having basic access level. In documentation it means, that i have an access to production account. I have built an application to generating reports for campaigns, but i can't auhtenticate user. API throws

AuthorizationError.NO_CUSTOMER_FOUND with basic access token

2019-03-27 Thread Сергей Хоменко
Hi. I have an account with access to Ads API and developer token, approved and having basic access level. In documentation it means, that i have an access to production account. I built an application to generating reports for campaigns, but i can't auhtenticate user. API throws

AuthorizationError.NO_CUSTOMER_FOUND on basic access token

2019-03-27 Thread Сергей Хоменко
Hi. I have an account with access to Ads API and developer token, approved and having basic access level. In documentation it means, that i have an access to production account. I have built an application to generating reports for campaigns, but i can't auhtenticate user. API throws

Google Ads API V1.0 - Occasional Internal Error

2019-03-27 Thread jason
Hi Google Ads team, I've noticed I receive an Internal Error message sometimes (when repeating the same request). For example, sample query: SELECT campaign.id FROM campaign Sometimes, this query will work, other times I'll get the error. See below for logs: [2019-03-27 20:00:59]

Adwords API returning empty response on account when no campaigns are created

2019-03-27 Thread Manuel Olmedo
Hi all: When I try to fetch adwords api account performance report from an empty account, it returns empty response. This is my AWQL query: SELECT AccountCurrencyCode,AccountTimeZone,ExternalCustomerId,CustomerDescriptiveName FROM ACCOUNT_PERFORMANCE_REPORT WHERE ExternalCustomerId = ''

RE: [8-5077000025924] get reports from different accounts

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Apologies for the confusion. In AdWords API , the DEVELOPER_TOKEN_NOT_APPROVED occurs when you try to use an unapproved

Re: Create customer account using by ads API

2019-03-27 Thread Myung Ju Park
Hello, Sai Teja. Thanks for your reply. I already mentioned, Alice is not have grant to access of client customer ID Service. Because Alice is just customer and own client customer ID is have not yet. I want to making service like to below flow. oAuth login (Alice) -> create account in Google

RE: UNEXPECTED_INTERNAL_API_ERROR when adding keywords to SharesetSet

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I've reported this to the team that maintains that service and will provide an update as soon as I have more information. In the meantime, if you happen to see that this error has subsided, please let me know. Thanks, Josh, Google Ads API Team

Re: creating ad in adgroup

2019-03-27 Thread Frode Storhaug
Latest update; seems to be working after updating to Google.Ads.GoogleAds.Services.V1 (from v0 to v1 in both framework and https://googleads.googleapis.com/v1) Will update more after some more testing On Tuesday, March 26, 2019 at 9:59:30 PM UTC+1, Frode Storhaug wrote: > > We have created a

Re: creating ad in adgroup

2019-03-27 Thread Frode Storhaug
Se attached screenshot, no clue in the debug info on what is missing or wrong Frode On Tuesday, March 26, 2019 at 9:59:30 PM UTC+1, Frode Storhaug wrote: > > We have created a job that automatically generates ads based on posts in a > json feed. Until recently this worked as it should, but

RE: Internal error occurred when getting feed mappings using google ads api

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Wang, Regret the delay in getting back to you. I have followed up with the team requesting an update. Our Engineering team is currently looking into this. I will keep you posted on the updates. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: UNEXPECTED_INTERNAL_API_ERROR when adding keywords to SharesetSet

2019-03-27 Thread Ross Lavery
Just chiming in to say you aren't alone with this issue. We started encountering the same thing as of ~4pm EST yesterday. Reached out to email support, no response yet. On Wednesday, March 27, 2019 at 8:22:57 AM UTC-4, Stefano Fontana wrote: > > Howdy, > > Since a couple of days we've been

RE: Why integrationCode = null when getting audience???

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Manh, Looks like the IntegrationCode field should be set when creating the userlist. If you think the field should present, could you please share the client customer id of

RE: ad_group_criterion_error: Subdivided listing groups must have an "others" case.

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Didier, The "others" node is always required for every level of the tree. Please make sure you are adding others node at each level to form a complete tree. You should be able to create the hotel campaign with manual CPC bidding strategy and I was able to test it in my environment. In

RE: Adding Hotel AdGroupCriterion without bidding value

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Didier, The field PercentCpcBidMicros is a required field when you use PercentCpc bidding strategy and should be set while creating the listing groups. You could refer the code sample mentioned here

RE: Operations on different kinds of entities in a single request

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Yes, the same applies for Google Ads API. You will only be able to batch same kind of operation on the same type on entities in one request. Please read more about operations and batching them here .

RE: Google Ads - add language to campaign

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You can add Languages by using the CampaignCriterionService

RE: Create customer account using by ads API

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Myung, I see that you are trying to create an account and facing USER_PERMISSION_DENIED. Usually you face USER_ PERMISSION_DENIED

RE: Google Ads API: Why is there no attribute "extension_feed_item.price_feed_item.final_urls"

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mat, That's right. The Final URL field is not yet available for the Price Extension. I have raised a feature request to the team. Please keep an eye on our blog for more updates. Thanks, Bharani, Google Ads API Team

Google Ads - add language to campaign

2019-03-27 Thread F B
How does one add languages to a campaign, can't really find anything in the docs. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Adding Hotel AdGroupCriterion without bidding value

2019-03-27 Thread Didier Roy
Hello I want to create an AdGroupCriterion with a hotel selection setting any bid ( My bid is defined at adGroup level) Ahen I remove line $adGroupCriterion->setPercentCpcBidMicros(new Int64Value(['value' => 1])) I get message field_error: The required field was not present in the resource.

Re: Operations on different kinds of entities in a single request

2019-03-27 Thread Vitaly Dukhota
Thank you Sreelakshmi. Am I right assuming your answer applies to both AdWords API and the new Ads API? > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

【至急】Hope to answer quickly,about application of Google API( I would like an answer in Japanese)

2019-03-27 Thread garepo . analytics
Hi, We are developing a tool to create an API connection to a Google advertising account and create a report. MCC is required for application, but when developing as a third party, is it necessary to apply for API use for each MCC? Many of our customers are advertising agencies. Having an MCC

Re: [8-5077000025924] get reports from different accounts

2019-03-27 Thread uatetracom3
Thank you for the answer. I have 2 questions. You give me a link to google ads but I already installed google adwords (installed library and get refresh_token). [1] Can I do all by google adwords library? I already tried the first API call but have the answer:

Google Ads API: Why is there no attribute "extension_feed_item.price_feed_item.final_urls"

2019-03-27 Thread Mat
Hi, there are attributes like extension_feed_item.app_feed_item.final_urls extension_feed_item.promotion_feed_item.final_urls extension_feed_item.sitelink_feed_item.final_urls and there are several "price_feed" attributes like extension_feed_item.price_feed_item.final_url_suffix in

Re: ad_group_criterion_error: Subdivided listing groups must have an "others" case.

2019-03-27 Thread Didier Roy
Hello the difference is on my side it is working well on percent CPC campaign. The error occurs on Manual CPC campaigns is there any restriction on Manual CPC ? thanks Le mercredi 27 mars 2019 10:58:46 UTC+1, Didier Roy a écrit : > > Hello > > since this morning I am not able to assign

ad_group_criterion_error: Subdivided listing groups must have an "others" case.

2019-03-27 Thread Didier Roy
Hello since this morning I am not able to assign hotels to adGroups. I get message : Google Ads failure details: ad_group_criterion_error: Subdivided listing groups must have an "others" case. field_error: The required field was not present in the resource. Same with

Re: CANNOT_HIDE_OR_UNHIDE_NON_ACTIVELY_LINKED_ACCOUNT / ManagedCustomerService / ERROR

2019-03-27 Thread georg . unterberger
Hey there again, just found out that, if i dont set the hidden (therefore hidden -> null), everything works as expected, for me this is unintuitive, cause http://www.datypic.com/sc/xsd/t-xsd_boolean.html says that a boolean null has to be defined explicitly. Greetings, Georg Unterberger On

Create customer account using by ads API

2019-03-27 Thread Myung Ju Park
Hi, I'm doing to implementation for Google ads automation system through by Google APIs. My code is referenced to documents of Google Ads API. ( https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/AccountManagement/CreateAccount.php ) I have a two ideas

Re: creating ad in adgroup

2019-03-27 Thread Frode Storhaug
Hi, and thanks for answering. I am using https://github.com/googleads/google-ads-dotnet as client library (0.8.1 ). I would appreciate tips on how to enable logging. If I found out what resource was missing I could solve it. As I said, this worked a few weeks ago. More debug info trigger :

Re: CANNOT_HIDE_OR_UNHIDE_NON_ACTIVELY_LINKED_ACCOUNT / ManagedCustomerService / ERROR

2019-03-27 Thread georg . unterberger
Hey there, im getting the same error but in a slightly other situation: I have a normal account (a), and a manager account (m). Using the ManagedCustomerService (authenticated as m), I create a ManagedCustomerLink where clientCustomerId = a, managerCustomerId = m, linkStatus = Pending,

Re: [6-4744000025765] Obtain Campaign Statuses

2019-03-27 Thread dmitrii . stebliuk
Hi Dave, Thank you for your answer. I see in the documentation that for some bidding strategies eligibility is looks to be just a simple predicate like "To use Target ROAS bidding, your campaign must have at least 20 conversions in the past 45 days."

Re: Disable link accounts request

2019-03-27 Thread Create Website With Domain
मंगलवार, 26 मार्च 2019 को 8:32:43 अपर UTC+5:30 को, Marc Selman ने लिखा: > > Hi, > > Could you please disable the request account link email for our manager > account: EasyAds Google Ads (687-900-7142). > We process all the account linking through the API so the customer does > not need to

Why integrationCode = null when getting audience???

2019-03-27 Thread Manh Quan Nguyen Tran
Hello everyone, I have get detail of audience with type is Youtube users by my API. But I have an issue with integrationCode, its is null. Although, with others types like Website Visitors I have integrationCode : "tp=VISITORS_RULE". Is there any ways to solve its? Thanks and regards!

RE: How to change test account to production account?

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ken, Unfortunately, it is not possible to change a test account to a production account. Also, if my understanding is correct, you wish to create a new production MCC account using an email address which is already associated to an AdWords account, whether in production or test, then this

RE: [0-7203000025673] Manage the relationship between accounts

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To be able to manage relationship between accounts, you could check CustomerManagerLinkService and use

RE: [8-5077000025924] get reports from different accounts

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. If you want to use the Google Ads API to generate reports, first you have to apply for a developer token if you don't already have one by following this guide

RE: How to confirm which API request submit to an old Adwords API version(v201806)?

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Zijian, The email you are receiving may have just been a notification triggered before you were able to migrate. If you have already migrated to the 201809 version, you may just ignore the said email. Also, if you wish to confirm which version you are using in your requests, the SOAP request

RE: [6-4744000025765] Obtain Campaign Statuses

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. Unfortunately, these statuses cannot be obtained via Google Ads API. You may refer to this guide to see the campaign statuses that are obtainable in the API. Let me know if

RE: Google Ads API V1.0 - CONTAINS operator

2019-03-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jason, To better investigate this, could you provide the complete request and response logs when requesting using the Google Ads Query Language with CONTAINS NONE operator? Please reply via *Reply privately to author*. Also, I'm afraid the CONTAINS NONE operator is not available in the