Keyword in Click View report

2020-05-11 Thread Jarek Miazga
Hi! I have a question regarding the keyword in a Click View report. Unlike in the Adwords API, I don't see any connection between the click and the keyword. In Adwords API there was a CriteriaID attribute in a Click Performance report: https://developers.google.com/adwords/api/docs/appendix/rep

How can I use google ads api 2.0 set Maximum CPC bid limit ?

2020-05-11 Thread mack
hi, how can i use google ads api 2.0 set Maximum CPC bid limit ? CampaignBudget budget = CampaignBudget.newBuilder() .setName(StringValue.of("example")) // The length of this string must be between 1 and 255, inclusive, in UTF-8 bytes, (trimmed). .setDeliveryMethod(BudgetDeliver

Different Conversion metrics returned between Google Ads & AdWords API's

2020-05-11 Thread Chris Valle
Hello, We are testing the Google Ads API against the AdWords API by pulling different conversion metrics. The problem we are having is we are receiving different values of certain metrics, while some remain the same, and we are unsure of why. AWQL string: SELECT AllConversions FROM AD_PERF

Cant access Spreadsheet using SpreadsheetApp.openByUrl()

2020-05-11 Thread Hamza Ansari
Im trying to write a script for my MCC Adwords account which is pretty straight forward. Every thing is working great except when i try to access a spreadsheet using function below SpreadsheetApp.openByUrl but i am getting an error saying Service Spreadsheets failed while accessing document wit

Re: more examples for php google ads api recommendations type

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Shiv, I'm glad the protos helped! For your first issue, could you please provide the complete detailed request and response logs for the call via Reply privately to author so I can further investigate the issue? You can find information on enabling logging here. For the sitelink extension r

Re: Google Ads API Refresh Token Issue

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Venkata, Yes, you have to generate the refresh token for Google Ads API as well. You can follow the instructions here for setting up the Python client library. Specifically, the section "Setting up the client library" goes over how to get your refresh token. If you are still having issues, p

Re: more examples for php google ads api recommendations type

2020-05-11 Thread Shiv Kumar
I tried $recommendedAd->getRecommendedExtensions()->getLine1Unwrapped();//##`*Fatal error*: Uncaught Error: Call to undefined method Google\Protobuf\Internal\RepeatedField::getLine1Unwrapped()` which doesn't show that method linked, however if I use `$recommendedAd->getRecommendedExtensions()

RE: Cant access Spreadsheet using SpreadsheetApp.openByUrl()

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Hamza, Thank you for reaching out to us. Could you confirm with me if you're using Google Ads Scripts API? If so, you can find support from the Scripts Support Team here, as they are better equipped to assist you with your scripts related concern. Let me know if you have further questions.

Re: Cant access Spreadsheet using SpreadsheetApp.openByUrl()

2020-05-11 Thread Hamza Ansari
Thank you for your reply. Im Writing a simple script to use within my MCC account. The one that we implement in Bulk action menu. On Monday, May 11, 2020 at 8:30:30 PM UTC+5, adsapiforumadvisor wrote: > > Hi Hamza, > > Thank you for reaching out to us. Could you confirm with me if you're > using

RE: getting empty forcast for keywords

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Yair, Thank you for reaching out. When you generate forecast metrics using KeywordPlanService, use the account which is related to the campaign. Don’t forecast from an unrelated account as things like quality score and creative content are factored into the forecast. So in your case, do not

RE: Keyword in Click View report

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Jarek, Thank you for reaching out. The retrieval of the criteria information is not yet supported in the click_view resource in the Google Ads API. There is already a feature request to support it in the Google Ads API. Please keep an eye on our blog for the announcements and updates on new

Re: Cant access Spreadsheet using SpreadsheetApp.openByUrl()

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Hamza, Are you referring to Batch Processing? Could you confirm if you're using Google Ads/AdWords API or Google Ads Scripts API? Please let me know so that I may further assist you with your concern. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5004Q1zLET6:ref -- -- =~=~=~=~=~=

Re: getting empty forcast for keywords

2020-05-11 Thread yair viner
Ok, Thank you for your help, What about payment, does this example actually create a campaign at the given account? because i can not find it in the UI ald also what is the maximum amount of keywords that i can send via one request, and how can i figure out what is the maximum bid amount that goog

RE: How can I use google ads api 2.0 set Maximum CPC bid limit ?

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Mack, Thank you for reaching out. You could not set the bid ceiling for each click in the CampaignBudget. The only way you could do that is to create a BiddingStrategy and apply it to the campaign. In the BiddingStrategy, you could choose the bid strategy type and then set the cpc_bid_ceilin

RE: Different Conversion metrics returned between Google Ads & AdWords API's

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Chris, Can you please reply privately to author your CID and a screenshot of your UI with these values so that I can take a closer look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zLEKI:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: htt

Generate Historical Metrics

2020-05-11 Thread yair viner
Hi, in order to generate an Historical Metrics i need to create the following: 1. Creates a KeywordPlan. 2. add a KeywordPlanCampaign to the KeywordPlan 3. add KeywordPlanAdGroups to the KeywordPlanCampaign. 4. add KeywordPlanKeywords to the KeywordPlanAdGroups. does it really create

RE: Generate Historical Metrics

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Yair, Thank you for reaching out. When you use KeywordPlanService to generate the Historical Metrics you are not creating a campaign to run the ads and its only purpose is to generate data so it will not lead to any expense. Let me know if you have any further questions. Thanks and regards,

Re: more examples for php google ads api recommendations type

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Shiv, This issue appears to be related to the client library so I would recommend posting it on the GitHub Issues page here. Their team will be more equipped to assist you. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q1zK8TD:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

AdWords API intermittent issues right now?

2020-05-11 Thread Frederick Vallaeys
Our service which uses the AdWords API is encountering intermittent issues like the following. Is this a known issue that someone is working on? ReportDownloadError.INTERNAL_SERVER_ERROR. (Error: ReportDownloadError.INTERNAL_SERVER_ERROR, FieldPath: , Trigger: Unexpected Internal Server Error)

Cost in micros

2020-05-11 Thread Jackson Pan
Hello, We are downloading campaign performance reports but the cost is being downloaded as a very large number. I read that this is in Micros. But we need this in original currency. When we pass returnMoneyInMicroswe get error that this is deprecated. What is the method to obtain cost in origi

Re: Difference in the data between google ads API and Dashboard Interface

2020-05-11 Thread 'Doto Pandam' via AdWords API and Google Ads API Forum
Thanks for the quick response, the explanation answers my concerns . Cheers. On Friday, May 8, 2020 at 9:50:56 PM UTC+8, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out to us. I see that you're having a discrepancy > in the UI and the API with your data. Fields that involve mone

Re: AdWords API intermittent issues right now?

2020-05-11 Thread 'jinge zhang' via AdWords API and Google Ads API Forum
same problem here 9 out of 10 retries got the same problem On Tuesday, May 12, 2020 at 7:18:43 AM UTC+8, Frederick Vallaeys wrote: > > Our service which uses the AdWords API is encountering intermittent issues > like the following. Is this a known issue that someone is working on? > > ReportDown

Re: AdWords API intermittent issues right now?

2020-05-11 Thread Pem Scorch
Same thing... I'm getting this today, as in *significantly*... please help. What's going on? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

Re: Generate Historical Metrics

2020-05-11 Thread yair viner
But before that we are creating a campaign via KeywordPlanCampaignServiceClient, try (KeywordPlanCampaignServiceClient client = googleAdsClient.getLatestVersion().createKeywordPlanCampaignServiceClient()) { // Adds the campaign. MutateKeywordPlanCampaignsResponse response =

Re: AdWords API intermittent issues right now?

2020-05-11 Thread Talha Khan
Same problem for me too. On Tuesday, May 12, 2020 at 4:48:43 AM UTC+5:30, Frederick Vallaeys wrote: > > Our service which uses the AdWords API is encountering intermittent issues > like the following. Is this a known issue that someone is working on? > > ReportDownloadError.INTERNAL_SERVER_ERROR.

Service Plan Limitations

2020-05-11 Thread yair viner
Hi Guys, can one tell me the Service Plan Limitations? What is the Daily limit of requests per day? what are the keywords limit that i can request for each historical data request? (KeywordPlanKeyword) is it 2500 for a request or per day? Thank you Yair -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

When trying to create test client I get redirected to production client

2020-05-11 Thread Tal Lipits
Hi, I have followed the steps in this link below and successful created a test manager account (with the red label) using the Google Ads UI. https://developers.google.com/adwords/api/docs/guides/first-api-call#create_test_accounts I did that with a different google id than the one I used for the