Automobileservices.org Kyaw
On Thu, May 10, 2018, 5:32 PM <adwords-api@googlegroups.com> wrote: > adwords-api@googlegroups.com > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/adwords-api/topics> > Google > Groups > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > Topic digest > View all topics > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/adwords-api/topics> > > - [Get info of ads is removed] > <#m_-1696497638318393860_m_5341648060734366025_group_thread_0> - 2 > Updates > - CriterionError. INVALID_PROXIMITY_ADDRESS > <#m_-1696497638318393860_m_5341648060734366025_group_thread_1> - 1 > Update > - Some campaigns not retrieved by API > <#m_-1696497638318393860_m_5341648060734366025_group_thread_2> - 1 > Update > - Keyword Performance Report help > <#m_-1696497638318393860_m_5341648060734366025_group_thread_3> - 1 > Update > - How to get a campaign performance report for list of campaign IDs? > <#m_-1696497638318393860_m_5341648060734366025_group_thread_4> - 1 > Update > - Is it possible to pull all AdWords data in one API call? > <#m_-1696497638318393860_m_5341648060734366025_group_thread_5> - 1 > Update > - Limit on Email addresses upload using AdWordsUserListService > <#m_-1696497638318393860_m_5341648060734366025_group_thread_6> - 1 > Update > - CriterionError.INVALID_PROXIMITY_ADDRESS > <#m_-1696497638318393860_m_5341648060734366025_group_thread_7> - 1 > Update > - Log Api Soap request > <#m_-1696497638318393860_m_5341648060734366025_group_thread_8> - 1 > Update > > [Get info of ads is removed] > <http://groups.google.com/group/adwords-api/t/3e9d5219fab4408e?utm_source=digest&utm_medium=email> > "Dương Lê" <ltduong1...@gmail.com>: May 10 12:31AM -0700 > > Hi all, > > I have a problem. I need get info of removed Ads with API. I try use "Ad > Performance Report" with field Status = DISABLED, but it's correct. > > > > Can you help me? > > Thanks, > ThanhDuong > "Dannison Yao (AdWords API Team)" <adwordsapiadvisor+ong...@google.com>: > May 10 02:31AM -0700 > > Hi ThanhDuong, > > Using that filter should be able to give you information for the removed > ads. Strangely, it does not work on your end. Can you please provide me > your report definition > <https://developers.google.com/adwords/api/docs/guides/ > reporting#create_a_report_definition> and > your clientCustomerID via *Reply privately to author *so I can further > investigate on this? > > Regards, > Dannison > AdWords API Team > Back to top <#m_-1696497638318393860_m_5341648060734366025_digest_top> > CriterionError. INVALID_PROXIMITY_ADDRESS > <http://groups.google.com/group/adwords-api/t/3b8527bcf6a21d0a?utm_source=digest&utm_medium=email> > Mathew Westlake-Toms <matt...@gmail.com>: May 10 01:52AM -0700 > > Since a few days ago, I am getting INVALID_PROXIMITY_ADDRESS when > attempting to target an address (proximity). Attempting to add the address > via the adwords interface works as expected, just the API returns this > error. > > <?xml version="1.0" encoding="UTF-8"?> > <SOAP-ENV:Envelope > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201802" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">< > SOAP-ENV:Header><ns1:RequestHeader><ns1:clientCustomerId>....</ns1: > clientCustomerId><ns1:developerToken>REDACTED</ns1: > developerToken><ns1:userAgent>... > (AwApi-PHP, googleads-php-lib/33.1.0, > PHP/7.2.3-1+ubuntu16.04.1+deb.sury.org+1)</ns1:userAgent>< > ns1:validateOnly>false</ns1:validateOnly><ns1:partialFailure>false</ns1: > partialFailure></ns1:RequestHeader></SOAP-ENV:Header><SOAP-ENV:Body><ns1: > mutate><ns1:operations><ns1:operator>ADD</ns1:operator>< > ns1:operand><ns1:campaignId>328732167</ns1:campaignId><ns1:criterion > xsi:type="ns1:Proximity"><ns1:radiusDistanceUnits>MILES</ > ns1:radiusDistanceUnits><ns1:radiusInUnits>3</ns1: > radiusInUnits><ns1:address><ns1:postalCode>SW1A0AA</ns1: > postalCode><ns1:countryCode>GB</ns1:countryCode></ns1: > address></ns1:criterion></ns1:operand></ns1:operations></ > ns1:mutate></SOAP-ENV:Body></SOAP-ENV:Envelope> > > <soap:Envelope > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><ResponseHeader > > xmlns="https://adwords.google.com/api/adwords/cm/v201802"><requestId> > 00056bd611ebd9a00a37b1457f076171</requestId><serviceName> > CampaignCriterionService</serviceName><methodName>mutate</methodName>< > operations>1</operations><responseTime>364</responseTime></ResponseHeader> > </soap:Header><soap:Body><soap:Fault><faultcode>soap:Client</faultcode>< > faultstring>[CriterionError.INVALID_PROXIMITY_ADDRESS > @ > operations[0].operand.criterion.address]</faultstring><detail><ApiExceptionFault > > xmlns="https://adwords.google.com/api/adwords/cm/v201802">< > message>[CriterionError.INVALID_PROXIMITY_ADDRESS > @ > operations[0].operand.criterion.address]</message>< > ApplicationException.Type>ApiException</ApplicationException.Type><errors > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:type="CriterionError"><fieldPath>operations[0]. > operand.criterion.address</fieldPath><fieldPathElements>< > field>operations</field><index>0</index></fieldPathElements>< > fieldPathElements><field>operand</field></fieldPathElements>< > fieldPathElements><field>criterion</field></fieldPathElements>< > fieldPathElements><field>address</field></fieldPathElements><trigger></ > trigger><errorString>CriterionError.INVALID_PROXIMITY_ADDRESS</ > errorString><ApiError.Type>CriterionError</ApiError.Type> > <reason>INVALID_PROXIMITY_ADDRESS</reason></errors></ > ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope> > > Thanks > Back to top <#m_-1696497638318393860_m_5341648060734366025_digest_top> > Some campaigns not retrieved by API > <http://groups.google.com/group/adwords-api/t/ef48299162204de7?utm_source=digest&utm_medium=email> > "Thanet Knack Praneenararat (AdWords API Team)" <adwordsapiadvisor+thanet@ > google.com>: May 09 11:11PM -0700 > > Hello Arthur, > > It turned out that your campaigns in question belong to the sub-type that > are supported through the UI only. > That's why you cannot retrieve them via AdWords API SOAP services and > reporting. > > Best, > Thanet, AdWords API Team > > On Tuesday, May 8, 2018 at 5:13:36 AM UTC+9, Arthur Balduini wrote: > Back to top <#m_-1696497638318393860_m_5341648060734366025_digest_top> > Keyword Performance Report help > <http://groups.google.com/group/adwords-api/t/191f0d46378895ba?utm_source=digest&utm_medium=email> > "Dannison Yao (AdWords API Team)" <adwordsapiadvisor+ong...@google.com>: > May 09 09:08PM -0700 > > Hi Stephen, > > Here is a sample PHP guide > <https://developers.google.com/adwords/api/docs/samples/ > php/reporting#download-a-criteria-performance-report-with-awql> for > you to better understand the implementation. Just change the report type > definition to cater the type of report you want to generate. If your > concern is where the download location will be, AdWords API automatically > generates the report file in the temp folder which will be specified in > the > logs. More so, you can also specify the path where you want it to generate > by adding this line of code. > > $filePath = '/user/local/...' > $reportDownloadResult->saveToFile($filePath); > > Let me know if you have further concerns. > > Regards, > Dannison > AdWords API Team > Back to top <#m_-1696497638318393860_m_5341648060734366025_digest_top> > How to get a campaign performance report for list of campaign IDs? > <http://groups.google.com/group/adwords-api/t/142a678ebf7c00eb?utm_source=digest&utm_medium=email> > "Luis Xander Talag (AdWords API Team)" <adwordsapiadvisor+luisxander@ > google.com>: May 09 08:56PM -0700 > > Hi Nellle, > > If you have a list of campaignIds, you can use the *IN *operator or* .In > *operator > in Python then put your campaignIds as its values just like the > *CampaignStatus *sample in your code snippet. Let me know if this works. > > Thanks and regards, > Luis > AdWords API Team > Back to top <#m_-1696497638318393860_m_5341648060734366025_digest_top> > Is it possible to pull all AdWords data in one API call? > <http://groups.google.com/group/adwords-api/t/c38713b6cd8b02b1?utm_source=digest&utm_medium=email> > "Dannison Yao (AdWords API Team)" <adwordsapiadvisor+ong...@google.com>: > May 09 08:56PM -0700 > > Hi Elizabeth, > > Unfortunately, AdWords API does not generate that kind of report. All > reports are generated separately by each report type as can be seen here > <https://developers.google.com/adwords/api/docs/appendix/reports>. > > Let me know if you have any further concerns. > > Regards, > Dannison > AdWords API Team > Back to top <#m_-1696497638318393860_m_5341648060734366025_digest_top> > Limit on Email addresses upload using AdWordsUserListService > <http://groups.google.com/group/adwords-api/t/1afd8edc341213ff?utm_source=digest&utm_medium=email> > "Peter Oliquino (AdWords API Team)" <adwordsapiadvisor+poliquino@ > google.com>: May 09 08:33PM -0700 > > Hi Sachin, > > As mentioned under the "Caveats" section in this guide > <https://developers.google.com/adwords/api/docs/guides/ > remarketing#customer_match_with_email_address>, > the actual limit imposed by the AdWords API is 1,000,000 members > <https://developers.google.com/adwords/api/docs/reference/v201802/ > AdwordsUserListService.MutateMembersOperand#memberslist> per > UserList. > > Best regards, > Peter > AdWords API Team > Back to top <#m_-1696497638318393860_m_5341648060734366025_digest_top> > CriterionError.INVALID_PROXIMITY_ADDRESS > <http://groups.google.com/group/adwords-api/t/edcbbb59ec2ef015?utm_source=digest&utm_medium=email> > "Peter Oliquino (AdWords API Team)" <adwordsapiadvisor+poliquino@ > google.com>: May 09 08:29PM -0700 > > Hi, > > Our team is currently actively investigating an issue related to yours. > Let > me get back to you once I receive information that the issue has been > resolved. > > Best regards, > Peter > AdWords API Team > Back to top <#m_-1696497638318393860_m_5341648060734366025_digest_top> > Log Api Soap request > <http://groups.google.com/group/adwords-api/t/99fe8c122004e40a?utm_source=digest&utm_medium=email> > "Luis Xander Talag (AdWords API Team)" <adwordsapiadvisor+luisxander@ > google.com>: May 09 08:17PM -0700 > > Hi VJ, > > To check where your current log file is located, you may look into your > *adsapi_php.ini *file and see the value of *soapLogFilePath *(this is the > path where your logs is located). You may then change the path based on > your preference. You may also check this guide > <https://github.com/googleads/googleads-php-lib#logging> for more details > on logging in PHP client library. > > Thanks and regards, > Luis > AdWords API Team > Back to top <#m_-1696497638318393860_m_5341648060734366025_digest_top> > You received this digest because you're subscribed to updates for this > group. You can change your settings on the group membership page > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/adwords-api/join> > . > To unsubscribe from this group and stop receiving emails from it send an > email to adwords-api+unsubscr...@googlegroups.com. > -- Kyaw -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/CADdo8wTR8B_gzGJb3cdPvFWQ3qKR794i72eSDSyYkqpoKzCFzQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.