Re: Can I create a mcc account in program way?

2019-09-02 Thread jia Jimmy
Thanks for replying, I'm wondering if it's possible to create mcc in program way? 在 2019年9月2日星期一 UTC+8下午2:27:05,adsapiforumadvisor写道: > > Hi, > > Thank you for reaching out. > > To create a MCC account, you may follow this guide >

Re: Can I create a mcc account in program way?

2019-09-02 Thread Google Ads API Forum Advisor Prod
Hi, Unfortunately, you can only create manager accounts through the UI. In the API perspective, you can only create client accounts. Regards. Dannison Google Ads API Team ref:_00D1U1174p._5001UHFOGc:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://g

Gmail Ad image URL

2019-09-02 Thread Alex Mansour
Hello, We are fetching AD PERFORMANCE REPORT for several campaign types and we noticed the image_ad_url field is always null for Gmail Ads; however the ads we are trying with having an image in place. Is there a special field for the image URL in case of Gmail Ads? -- -- =~=~=~=~=~=~=~=

CAMPAIGN_PERFORMANCE_REPORT reportdownload error

2019-09-02 Thread ligang ligang
curl -X 'POST' -H 'Accept: */*' -H 'Accept-Encoding: gzip, deflate' -H 'Authorization: Bearer ' -H 'Connection: keep-alive' -H 'Content-Length: 280' -H 'Content-Type: application/x-www-form-urlencoded' -H 'User-Agent: python-requests/2.21.0' -H 'clientCustomerId: 838-270-3084' -H 'developer

Data cannot be pulled out

2019-09-02 Thread 'Yanfang Li' via AdWords API and Google Ads API Forum
Hi team, I have something needs your help. The customer can’t pull the data from Google Adwords with the api https://adwords.google.com/api/adwords/reportdownload/v201809 but actually there's data in Google Ads. The api return“Total, --, --,0,0,0,0.00, --”. The data of last three days ca

When mutating bids for a large number of ad groups multiple times : RateExceededError

2019-09-02 Thread Afaq Alam Ansari
Hi Team, I am trying mutate bids for around 400k ad_groups in an account. This account exists in a Test Account. Although, the developer token I have has Standard Access, I keep getting rate exceeded errors. Can someone please explain the reason behind this issue. Following is the SOAP respons

Retrieve top bid lower range CPC of keyword

2019-09-02 Thread Line Rahal
Is it possible to retrieve the top bid lower range CPC of a keyword using the API? For the moment I use the Targeting Idea service and retrieve the AVERAGE_CPC field for a keyword, but I would also like to have the top bid lower range. Thanks in advance for your help. -- -- =~=~=~=~=~=~=~=~=~

How can I bid for keywords with googleads-php-lib?

2019-09-02 Thread Dmitry
Using ReportDefinition (KEYWORDS_PERFORMANCE_REPORT) I get FirstPageCpc and keywordId $selector = new Selector(); $selector->setFields(["Id", "AdGroupId", "AdGroupName", "Criteria", "AbsoluteTopImpressionPercentage", "Impressions", "Ctr", "AveragePosition", "FirstPositio

RE: Gmail Ad image URL

2019-09-02 Thread Google Ads API Forum Advisor Prod
Hi Alex, Unfortunately, it is currently not supported to retrieve the image URL of Gmail ads. The only available fields for images of Gmail ads are: GmailCreativeHeaderImageMediaId GmailCreativeLogoImageMediaId GmailCreativeMarketingImageMediaId You may follow our blog for any upcoming features

RE: Retrieve top bid lower range CPC of keyword

2019-09-02 Thread Google Ads API Forum Advisor Prod
Hi Line, Thank you for posting your concern. Unfortunately, the only available fields are, FirstPageCpc FirstPositionCpc TopOfPageCpc from the Keywords Performance Report and any lower range CPC of a keyword are currently not supported in AdWords API. You may follow our blog for any upcoming

RE: How can I bid for keywords with googleads-php-lib?

2019-09-02 Thread Google Ads API Forum Advisor Prod
Hi Dmitry, Thank you for reaching out. Could you confirm if my understanding is correct that you would like to know how to set your bid on your CpcBid based on the value you retrieved from the FirstPageCpc field? If this is what you meant, you may use the AdGroupCriterionService.mutate() or Ad

RE: CAMPAIGN_PERFORMANCE_REPORT reportdownload error

2019-09-02 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. This could be an issue about data freshness. Could you try downloading the report for 20190831 again and see if there are still no results? If you are still encountering the issue, could you provide the clientCustomerId you used to download the report for furthe

RE: When mutating bids for a large number of ad groups multiple times : RateExceededError

2019-09-02 Thread Google Ads API Forum Advisor Prod
Hi Afaq, The rateScope=ACCOUNT indicates that you may be making too many calls against a single Google Ads account within a short period of time. This error occurs regardless of your developer token's access level. To learn more about rate limits when using the AdWords API, I would recommend th