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

2020-03-17 Thread 矢崎慎悟
Dear, Google Ads API Team I would like to get the cost amount displayed on the right side of the following URL page of the Google Adwords management screen with the API. https://ads.google.com/aw/billing/summary Even if you get Cost of BUDGET_PERFORMANCE_REPORT or Cost of ACCOUNT_PERFORMANCE_R

Re: How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-17 Thread guofu Zhong
Thank you guys. I haven't any questions more. On Tuesday, March 17, 2020 at 12:49:22 AM UTC-7, adsapiforumadvisor wrote: > > Hello Guofu, > > > we are using the API v2, could you confirm if ExpanedTextAd still > throws PolicyViolationError? > > No, the Google Ads API all versions don't throw

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

2020-03-17 Thread Rene Vallecillo
Thanks Anthony. Following up on this topic. Following this example: https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_url, I created the following url to target the https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v3.services#keyw

RE: BiddingErrors not compatible with payment mode campaign pay for conversions

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Can you please provide the complete detailed request and response logs via Reply privately to author so that I can further investigate the issue? You can find information on enabling logging in the ReadMe of your client library. Regards, Mitchell Google Ads API

RE: Whitelisting BudgetOrderService

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hi Suresh, Thank you for reaching out to us. I see that you would like to be whitelisted for BudgetOrderService. Could you please provide me the highest MCC ID needed to be whitelisted that is appropriate for your use case? For privacy, you can click "Reply Privately to the Author". For the ot

RE: UAC Rengagement account Data Not Coming Through Google AdWords API (v201809)

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hi Shubham, The Adwords API doesn’t support any reporting for UAC engagement type. We have already submitted the feature request for support to UAC engagement reporting in Adwords API. However, we don’t have a set timeline for when the new feature would be released. Please keep an eye on our bl

RE: Not Accessible another client Account in Google Ads API.

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hi All, @cooing pop - The error USER_PERMISSION_DENIED means that your OAuth2 Client credentials used in your API call are connected to a user who does not have access to the MCC 3. Can you check if your user email has access to this account by logging into MCC 3, then check "Tools and Settings

RE: Missing Geo_target_constant from Location_view endpoint

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hi Omri, Can you please provide me your CID, report query and results through reply privately to author so I can take a closer look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001UXVDnb:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://goo

RE: Exceeded Daily Limit, what to do?

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. Could you please share the complete request and response logs along with the client customer id for me to verify the issue further on our end? Please refer to this guide for the access level and daily operational limits based on the token type. P.S. Please us

RE: How to use google ads api python to update keyword text value?

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hi Rukeith, The Keyword object's text is immutable once it is created. If you need to modify the text you would have to remove the existing Keyword and then add a new Keyword with the new text. It is not necessary that updating a keyword means you can update all the fields related to a keyword.

Re: get ExtensionFeedItems of type AFFILIATE_LOCATION

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hi Seungha, The Extension Setting exists but it is not populated by any items which is why the items array is empty but you see a return value. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UXUlhr:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Whitelisting BudgetOrderService

2020-03-17 Thread Suresh Kumar Shenbagam
Hi I want to perform mutate operations on the Budget Order Service but I must have a whitelisted manager account. However I don't know if we have been assigned a google representative and can't find another way to do it. Can anyone help me to get whitelisted ? And I have a manager account. I h

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for getting back to me. Woohoo!!! I'm doing a little happy dance over here. Take care, Nadine, Google Ads API Team ref:_00D1U1174p._5001UXTFO9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~

Getting Error- UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA

2020-03-17 Thread Ankit Rawat
Hello team: Can someone please help me to whitelisted my Adwords account, getting below error: [UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA @ operations[0].operand] [] [] Adwords account account ID: 9657179223 Let me know if you have any questions. Regards, Ankit -

Re: Update stardate/enddate of a campaign and Descr1, Descr2 of a Dynamic search Ad

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hi Roberto, You can still pull the stats of removed ads using the Ad Performance Report but you will not be able to "transfer" those stats to your new ad. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UXTvSx:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

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

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hi Josh, Thank you for reaching out. This is a known issue manually creating a new test customer account in the Google Ads UI. As this is UI related issues, you could login into your test manager account and navigate to ? -> Get help to reach out to the product team to have the issue resolved.

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-03-17 Thread S.M.
The issue is fixed. Thanks for your help and great support, Nadine. On Wednesday, March 4, 2020 at 2:04:03 PM UTC-5, adsapiforumadvisor wrote: > > Greetings! > > I've jumped into our code base to find out what's going on after trying it > myself. I see that we are stopping it from going through.

UAC Rengagement account Data Not Coming Through Google AdWords API (v201809)

2020-03-17 Thread Shubham Kolhe
Hi All, I am Trying To pull campaign Performance Report Through Google AdWords API (v201809) .But I am not getting any Data for the particular account. I suspect the reason is that the account is UAC Rengagement account -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: BiddingErrors not compatible with payment mode campaign pay for conversions

2020-03-17 Thread Łukasz Karpeta
Hi, Also having this issue with CPA bidding strategy with pay for conversions. BiddingErrors.NOT_COMPATIBLE_WITH_PAYMENT_MODE @ operations[0].operand.budget; trigger:‘BUDGET_TYPE_ADWORDS' I've tried in both Adwords API and Google Ads API and it doesn't work. It only works via UI or adwords scri

Re: Not Accessible another client Account in Google Ads API.

2020-03-17 Thread Joonyeong. Park
and add Error log MethodName: google.ads.googleads.v1.services.GoogleAdsService/Search Endpoint: googleads.googleapis.com:443 Headers: {developer-token=REDACTED, login-customer-id=6803928870, x-goog-api-client=gl-java/1.8.0_111 gapic/ gax/1.35.0 grpc/1.16.1} Body: customer_id: "6803928870" query

Not Accessible another client Account in Google Ads API.

2020-03-17 Thread cooing pop
Hi, I have an account about google ads as Master MCC as Root Manager Account 1. and I want to get customer client ad accounts(Account A, Account B, Account C). UserCredentials credentials = UserCredentials.newBuilder() .setClientId("{Root Manager's client Id}") .setClientSecret("{Root Manager

Re: Add new audience to existing group with Observation type option

2020-03-17 Thread Miguel Graciá
Hi Anthony I removed the keyword constraint and the group was created successfully. Thanks four your help. Regards ref:_00D1U1174p._5001UXUudJ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~

Re: Update stardate/enddate of a campaign and Descr1, Descr2 of a Dynamic search Ad

2020-03-17 Thread Roberto
Hi, but in doing so this will destroy ads stats? thanks again for your help! R. Il giorno lunedì 16 marzo 2020 20:51:47 UTC+1, adsapiforumadvisor ha scritto: > > Hi Roberto, > > Please see here > > for more information on

Re: How to trigger a PolicyViolationError by creating ExpandedTextAd

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hello Guofu, > we are using the API v2, could you confirm if ExpanedTextAd still throws > PolicyViolationError? No, the Google Ads API all versions don't throw PolicyViolationError just like Nikishaben has mentioned. Please follow this guide to see the details of how you could handle PolicyFind