Re: Download Campaign Performance(COST) data

2021-11-11 Thread 'Hao Long' via AdWords API and Google Ads API Forum
Thanks Baker, is there any ETA for this request? as currently each GAQL returned iterator object, we need handle row by row. lot's of redo work happen everyday On Wednesday, October 27, 2021 at 3:31:04 AM UTC+8 adsapi wrote: > Hi Hao, > > "api.googleads.loginCustomerId" is for the MCC that you

RE: Get the file content to attach in gmail header

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Oleg, Thank you for reaching out to us. As I've mentioned on the separate thread you've created, our team can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. For your Gmail API-related concern, we suggest that you reach out to their support channe

RE: What are cool ways to use the Ads API to do things you can't do in the Ads UI

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Frederick, Thank you for having an interest with Google Ads API. The Google Ads API lets developers build applications that interact directly with the Google Ads server. With these applications, advertisers and third parties can more efficiently and creatively manage their large or complex

Get the file content to attach in gmail header

2021-11-11 Thread Oleg Disrupt
Hello I want to read the csv file in header in my email. Message part like this [1]=> object(Google\Service\Gmail\MessagePart)#226 (15) { ... ["filename"]=> string(64) "test.csv" ... ["headers"]=> array(4) { [0]=> ... [1]=> ... [2]=> object(Goog

Re: How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Meir, You can exclude the target CPA from being set in your API request. There's a Display guide for Smart Bidding linked in the Help Center. From that guide, you can find information that it says not to set the target CPA for maximize conversions in Display campaigns. As for the documentat

What are cool ways to use the Ads API to do things you can't do in the Ads UI

2021-11-11 Thread Frederick Vallaeys
We're working on a blog post for Optmyzr about ways to use the Ads API to solve problems that can't easily be solved in the Ads UI. If you have used the API in such a way and are willing to share, we'd love to quote you for our article! For example, we use the API (and also scripts) to build a

RE: Calculation to get the remaining balance in the customer's account

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Alef, Determining your balance the way you described is unsupported, there are adjustments and credits too. Could you privately send us a screenshot of the UI showing account balance? Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords

Re: How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread Meir Mouyal
Hey there! Yeep, it seems to work with v9. However it doesn't seem correct to have the "updateMask" set to "maximizeConversions.targetCpa" when its not even in the "update" object. The documentation should a

RE: How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Meir, Version 9 of the API allows Maximize conversions in a display campaign while version 8 doesn't, could you try with version 9? Here is a template CURL for the change: curl -i --request POST https://googleads.googleapis.com/v9/customers/{cId}/campaigns:mutate \ --header "Content-Type: a

RE: Performance_Max campaigns in geographic_view

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Justas, Thank you for reporting this geographic_view issue that your Performance Max campaigns aren't showing. For us to see this on our end, could you privately send us a request and response log of API communication that returns this error? The request and response appears similar to the J

Calculation to get the remaining balance in the customer's account

2021-11-11 Thread Alef Felipe
Spending Limit Approved by subtracting the total cost of the entire period of all campaigns do I get the remaining account balance? I made this calculation and got very close to the final value with a small discrepancy of 18 reais, would that be the correct calculation? -- -- =~=~=~=~=~=~=~=~

RE: Application for Standard Access Denied

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Nicholas, Thanks for reaching out. The second option, creation/management, makes the most sense here. However, for clarifications on this application, please reach out to adwordsapi-tok...@google.com, as their team can better assist with access applications. Regards, Matt Google Ads API Tea

Re: Having issue with IpBlockInfo in latest version of GAds API

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Can you please provide us with the complete request and response logs associated with the invalid argument error? Thanks, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Matt Google A

How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread Meir Mouyal
Through the UI I can set the Maximize Conversions bidding in a Display Campaign, however I can't seem to do the same thing through the Ads API. Can it be done? Thanks :D -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

Performance_Max campaigns in geographic_view

2021-11-11 Thread Justas Grinaveckis
Hello, Recently we switched from GEO_PERFORMANCE_REPORT in Adwords API to geographic_view in Ads API. We hoped that Performance_Max campaign would be there (did a historical sync of data via Fivetran), but it wasn't. Is this a case that rows with those campaign were omitted? Many thanks, Justa

RE: 自动回复: fieldMaskError: "FIELD_HAS_SUBFIELDS" when updating campaignbidding strategy

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to the Google Ads API Support. We have received a non-English query in your concern, and contains “Hello! Jiahua has received your email” as a translated message. If you need any assistance regarding our API, we would request you to elaborate on the issue/concern so

Re: Google Ads API don't return all available entities

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jeffrey, Thank you for your response here and for providing us with your logs. I tried to replicate the report for your account on my end, and I was able to generate the (PAUSED and REMOVED) records of your campaigns when I removed the segments.ad_network_type field as seen in my sample quer

RE: combinedApprovalStatus migration from adwords to API

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Sinea, Thank you for reaching out to us. As per this migration guide, the combinedApprovalStatus (in the AdWords API) is mapped to the approval_status (in the Google Ads API). Hope this helps. Regards, Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Goog

Application for Standard Access Denied

2021-11-11 Thread Nicholas Edwards
Hi, We applied for standard access for the Google Ads API and were denied with the following reason: *You did not include enough information as to what type of API calls you will* * be making. Specifically, you must clarify which of the following calls you plan on making 1) Reporting 2) Creati

Re: Having issue with IpBlockInfo in latest version of GAds API

2021-11-11 Thread Mitiz Technologies
Hi, I followed all instructions as suggested by GAds and the plugin author but they are saying to contact GAds team about the error we are getting. Here is the issue we have reported to plugin author: https://github.com/googleads/google-ads-php/issues/675 Can you please look into this and sugges