Re: Not able to set cpc limit using google adwords api

2020-03-18 Thread Asif Saeed
Hi, Thanks for the reply. I am adding bid like this in CampaignService $campaign->setAdvertisingChannelType(AdvertisingChannelType::SEARCH); // Set shared budget (required). $campaign->setBudget(new Budget()); $campaign->getBudget()->setBudgetId($budget->getBudget

Re: About obtaining the cost amount for the account on the management screen

2020-03-18 Thread 矢崎慎悟
Dear, Google Ads API Team Thanks for the reply. Let me check one more. This is the fifth cost from the left of the list of pages of the following URL on the Google Adwords management screen, but is this also the same as the account balance and can not be obtained? https://ads.google.com/aw/bil

Re: TargetingIdeaService api returning different results than Google Ads "Add Keyword" component

2020-03-18 Thread Jacob Peebles
Hi Anthony and Team, Since our last post we've overcome the need for the payload, we were able to backward engineer it. So please ignore that request. ...But here is our issue... We cannot produce the results you see in the original post (which you can see here in the screenshot) regardless of

Re: TargetingIdeaService api returning different results than Google Ads "Add Keyword" component

2020-03-18 Thread Jacob Peebles
Thanks, Anthony, As usual, we appreciate the response. Thanks for the reference url however we arrived at that through the protofiles. Could you share a sample json payload? A few times in the past you included that in your response and that has unblocked us. To add more context we are

Re: ENUMTYPE UNKNOWN

2020-03-18 Thread Google Ads API Forum Advisor Prod
Hello, Yes, just wanted to confirm that the UNKNOWN enum you are using is causing errors because it is only used for return values. If you have any other issues with using other genders with this demographic, please let me know. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001UXUBfZ:re

RE: MCC Level Reporting

2020-03-18 Thread Google Ads API Forum Advisor Prod
Hi Pete, Unfortunately, this feature is still not available in v3 of the API. You can take a look at the release notes to see what changes have been made. Additionally, we currently do not have a timeline for when this feature will be released. In the meantime, you will have to make separate ca

RE: Rate Limits - AdWords API vs Ads API

2020-03-18 Thread Google Ads API Forum Advisor Prod
Hi Mike, Thank you for reaching out to us. I see you have a query about rate limits and whether both API's share the same rate limiting bucket. For both Google Ads API and AdWords API, they have the same rate limiting bucket that is enforced independently on both CIDs and developer tokens. Let

RE: Not able to set cpc limit using google adwords api

2020-03-18 Thread Google Ads API Forum Advisor Prod
Hi Asif, Thank you for reaching out. You can use the CampaignService to set the CpcBid of your campaign. This is the maximum cost per click value. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UXVQyv:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

RE: Error Mutating AdGroupAd in AppCampaign

2020-03-18 Thread Google Ads API Forum Advisor Prod
Hi Diego, Thank you for reaching out. The AppAd type is not mutable and this is the root cause of the error you received. Please refer to this guide on what ad types are mutable. As you said you encountered an issue when removing the ad and creating a new one. Could you please send the complete

RE: Create Google Ads Test Account related to a Google Ads Manager Test Account

2020-03-18 Thread Google Ads API Forum Advisor Prod
Hi Edward, Thank you for reaching out to us. I see that you're having issues with the Google Ads UI in terms of creating a test account. Because this is a Google Ads UI issue, I suggest you reach out to the product support team, as this is not an issue with the API. You can reach out to the pro

Rate Limits - AdWords API vs Ads API

2020-03-18 Thread Mike Eldridge
Hi, We have applications already using the AdWords API and are in the midst of developing a new application using the Google Ads API beta v3_0. Do these two APIs share the same buckets for rate limiting under the hood or are they separate? I wasn't able to find an answer to this question in t

MCC Level Reporting

2020-03-18 Thread Pete Lavetsky (AdWords API Guru)
Hi All, >From the looks of a couple different resources ( https://developers.google.com/adwords/api/docs/guides/reporting#reports_for_multiple_accounts ... https://groups.google.com/forum/#!searchin/adwords-api/mcc$20report|sort:date/adwords-api/iZo1Fym5XIY/VcCZOlPJEAAJ ) it looks like it's n

Re: TargetingIdeaService api returning different results than Google Ads "Add Keyword" component

2020-03-18 Thread Google Ads API Forum Advisor Prod
Hi guys, You can try the following: https://googleads.googleapis.com/v3/customers/YOUR_CID_HERE:generateKeywordIdea Another alternative would be to download our client libraries and running the example there. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UXUFMR:ref -- -- =~=~=~=~

RE: Google Ads MCC test accounts NOT creating client accounts

2020-03-18 Thread Google Ads API Forum Advisor Prod
Hi Petch, Thanks for reaching out. To create a test customer account under the test manager account via API you don’t need a production developer token. You could just use your test developer token to perform this operation. Please let me know if you have any further concerns or questions. Tha

Error Mutating AdGroupAd in AppCampaign

2020-03-18 Thread Diego Toro
Hello, I am having issues updating an AdGroupAd in an AppCampain, in the first place I tried to update the status to Paused and got this response: Status: Status{code=INVALID_ARGUMENT, description=Request contains an > invalid argument., cause=null}. > 2020-03-18 16:21:52.108 ERROR 51088 --- [l

Not able to set cpc limit using google adwords api

2020-03-18 Thread Asif Saeed
I have created google adCampaigns, adGroups, Keywords, Ads, Locations using Google Adwords API but I am not able to set "Set a maximum cost per click bid limit" using API [image: Screenshot 2020-03-18 at 6.27.19 PM.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

RE: About obtaining the cost amount for the account on the management screen

2020-03-18 Thread Google Ads API Forum Advisor Prod
Hi Shingo, Thank you for reaching out. The retrieval of the account balance through API is currently not supported. There is already a feature request to support the retrieval of account balance directly from the API service. Please keep an eye on our blog for updates of the new release informa

Re: Google Ads MCC test accounts NOT creating client accounts

2020-03-18 Thread Petch Chanapun
Hi, but the problem is what we neฟed to do when we don't have the production dev token to execute the code that you mention above. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: TargetingIdeaService api returning different results than Google Ads "Add Keyword" component

2020-03-18 Thread Jacob Peebles
Hi Anthony and Team, Checking back here to see if you guys might have a solution to this blocker. Thanks in advance for the assistance. - Jake On Tuesday, March 17, 2020 at 6:34:06 PM UTC-4, Rene Vallecillo wrote: > > Thanks Anthony. Following up on this topic. > > Following this example: >