Automobile Engineering Services CO., Ltd. (Kyaw Thura Maung)

Kyaw

On Thu, May 31, 2018, 12:59 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>
>
>    - MISSING PARAMETER /INVALID PARAMETER error on report download
>    <#m_2570347996521527643_group_thread_0> - 2 Updates
>    - Some ConversionTrackerID can not get from
>    ConversionTrackerService.ConversionTrackerService issue
>    <#m_2570347996521527643_group_thread_1> - 2 Updates
>    - New AdGroup types DISPLAY_ENGAGEMENT and VIDEO_TRUE_VIEW_IN_DISPLAY
>    <#m_2570347996521527643_group_thread_2> - 2 Updates
>    - ConversionTrackerService fails mutate operations
>    RequestError.UNKNOWN after a big batch
>    <#m_2570347996521527643_group_thread_3> - 2 Updates
>    - Keyword Performance Report <#m_2570347996521527643_group_thread_4> - 1
>    Update
>    - ASPECT_RATIO_NOT_ALLOWED at registration of 1200 × 628 px images
>    <#m_2570347996521527643_group_thread_5> - 3 Updates
>    - No group found for service <#m_2570347996521527643_group_thread_6> - 2
>    Updates
>    - Is there documentation to pull all keyword performance data so that
>    we can pull all permutations of the report in an API
>    <#m_2570347996521527643_group_thread_7> - 1 Update
>    - Keyword Performance Report URL and Service name details.
>    <#m_2570347996521527643_group_thread_8> - 1 Update
>    - Adding User Interest in a AdGroup returns
>    CriterionError.CANNOT_ADD_CRITERIA_TYPE
>    <#m_2570347996521527643_group_thread_9> - 2 Updates
>    - Strange behavior when get SITELINK from API
>    <#m_2570347996521527643_group_thread_10> - 2 Updates
>    - I created a tree with two levels. However, three errors were
>    reported. <#m_2570347996521527643_group_thread_11> - 1 Update
>    - Removing individual user from remarketing list via API?
>    <#m_2570347996521527643_group_thread_12> - 1 Update
>    - INVALID_PROXIMITY_ADDRESS with address from
>    <#m_2570347996521527643_group_thread_13> - 2 Updates
>    - I want to check the status of billing is complete or not using api
>    what can be the possible way <#m_2570347996521527643_group_thread_14>
>    - 1 Update
>
> MISSING PARAMETER /INVALID PARAMETER error on report download
> <http://groups.google.com/group/adwords-api/t/87ad0218172579ab?utm_source=digest&utm_medium=email>
> API_DCH <dchit...@gmail.com>: May 30 07:55PM -0700
>
> Hi,
>
> I am using the following url and the xml request to retrieve data from
> KEYWORD_PERFORMANCE_REPORT.
>
> url: https://adwords.google.com/api/adwords/reportdownload/v201802
>
> XML:
>
> <?xml version="1.0" encoding="utf-8"?>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
> <soap:Header>
> <RequestHeader
> xmlns="https://adwords.google.com/api/adwords/cm/{{User::ApiVersion}}";>
> <developerToken>{{User::varDevToken}}</developerToken>
> <clientCustomerId>{{User::varClientId}}</clientCustomerId>
> <userAgent>v1</userAgent>
> </RequestHeader>
> </soap:Header>
> <soap:Body>
>
> <reportDefinition>
> <selector xmlns="https://adwords.google.com/api/adwords/cm/v201802";>
> <fields>CampaignId</fields>
> <fields>AdGroupId</fields>
> <fields>Id</fields>
> <fields>Date</fields>
> <fields>Device</fields>
> <fields>AdNetworkType2</fields>
> <fields>AveragePosition</fields>
> <fields>Clicks</fields>
> <fields>Cost</fields>
> <fields>Impressions</fields>
> <fields>Interactions</fields>
> <predicates>
> <field>CampaignStatus</field>
> <operator>IN</operator>
> <values>ENABLED</values>
> <values>PAUSED</values>
> <values>REMOVED</values>
> </predicates>
> <predicates>
> <field>AdGroupStatus</field>
> <operator>IN</operator>
> <values>ENABLED</values>
> <values>PAUSED</values>
> <values>REMOVED</values>
> </predicates>
> <predicates>
> <field>Status</field>
> <operator>IN</operator>
> <values>ENABLED</values>
> <values>REMOVED</values>
> <values>PAUSED</values>
> </predicates>
> <predicates>
> <field>IsNegative</field>
> <operator>NOT_EQUALS</operator>
> <values>true</values>
> </predicates>
> <predicates>
> <field>Id</field>
> <operator>NOT_IN</operator>
> <values>3000000</values>
> <values>3000004</values>
> <values>3000006</values>
> </predicates>
> <dateRange>
> <min>20180101</min>
> <max>20180430</max>
> </dateRange>
> </selector>
> <reportName
> xmlns="https://adwords.google.com/api/adwords/cm/v201802";>Test
> Report</reportName>
> <reportType
> xmlns="https://adwords.google.com/api/adwords/cm/v201802
> ">KEYWORDS_PERFORMANCE_REPORT</reportType>
> <dateRangeType
> xmlns="https://adwords.google.com/api/adwords/cm/v201802
> ">CUSTOM_DATE</dateRangeType>
> <downloadFormat
> xmlns="https://adwords.google.com/api/adwords/cm/v201802
> ">XML</downloadFormat>
> </reportDefinition>
>
> </soap:Body>
> </soap:Envelope>
>
>
> When I initiate the call I am receiving following error message. I also
> tried to include _rdxml parameter inside the xml body before
> <reportDefinition> tag, I receive the same error message.
> Please help me to resolve this issue.
>
> <ApiError><type>ReportDownloadError.MISSING_PARAMETER</type><trigger>Missing
>
> report
> definition</trigger><fieldPath></fieldPath></ApiError><ApiError><type>ReportDownloadError.INVALID_PARAMETER</type><trigger>Missing
>
> client information</trigger><fieldPath></fieldPath></ApiError>
>
> Thanks
> Sam
> "Dannison Yao (AdWords API Team)" <adwordsapiadvisor+ong...@google.com>:
> May 30 11:28PM -0700
>
> Hi Sam,
>
> It seems that there is no problem with your report definition. Could you
> confirm if you have properly entered your clientCustomerId? The error
> "Missing client information" means that you may not be passing the client
> account information in your request.
>
> Regards,
> Dannison
> AdWords API Team
> Back to top <#m_2570347996521527643_digest_top>
> Some ConversionTrackerID can not get from
> ConversionTrackerService.ConversionTrackerService issue
> <http://groups.google.com/group/adwords-api/t/42ccb20b7b169c61?utm_source=digest&utm_medium=email>
> Kazuki Nozawa <kazuki1...@gmail.com>: May 30 03:10AM -0700
>
> ConversionTrackerId acquired by PerformanceReport may not be included in
> the list obtained by ConversionTrackerService.
> How can I get it?
> "Luis Xander Talag (AdWords API Team)" <
> adwordsapiadvisor+luisxan...@google.com>: May 30 10:33PM -0700
>
> Hi Kazuki,
>
> You should be able to get the ConversionTracker.Id
> <
> https://developers.google.com/adwords/api/docs/reference/v201802/ConversionTrackerService.ConversionTracker#id>
> which
> is the same as the ConversionTrackerId from these report types
> <
> https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#conversiontrackerid>
> using
> the ConversionTrackerService.get()
> <
> https://developers.google.com/adwords/api/docs/reference/v201802/ConversionTrackerService#get>.
>
> If this is not what you are looking for, could you provide more context
> regarding your issue about not being able to retrieve the said information?
>
> Thanks and regards,
> Luis
> AdWords API Team
> Back to top <#m_2570347996521527643_digest_top>
> New AdGroup types DISPLAY_ENGAGEMENT and VIDEO_TRUE_VIEW_IN_DISPLAY
> <http://groups.google.com/group/adwords-api/t/c999146e5d28f19f?utm_source=digest&utm_medium=email>
> PPC Rocket <i...@ppcrocket.com>: May 30 02:26AM -0700
>
> Hello,
>
> since today, when downloading Ad Group Performance Reports for my
> customers, two new AdGroupTypes showed up that have not been there before
> and are not documentated as far as I could see.
> The AdGroupTypes are DISPLAY_ENGAGEMENT and VIDEO_TRUE_VIEW_IN_DISPLAY.
> I'm using AdWords API v201802 with the googleads/googleads-php-lib
> <https://github.com/googleads/googleads-php-lib> from GitHub.
>
> Is this an error or could we expect those values in the future to be added
> officially?
>
> Regards
> Joachim from PPC Rocket
> "Dannison Yao (AdWords API Team)" <adwordsapiadvisor+ong...@google.com>:
> May 30 10:22PM -0700
>
> Hi Joachim,
>
> To further investigate this, could you send us your complete report
> definition
> <
> https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition>
> along
> with your clientCustomerId and the rows that showed the AdGroupTypes:
> DISPLAY_ENGAGEMENT and VIDEO_TRUE_VIEW_IN_DISPLAY via *Reply privately to
> author*?
>
> Regards,
> Dannison
> AdWords API Team
> Back to top <#m_2570347996521527643_digest_top>
> ConversionTrackerService fails mutate operations RequestError.UNKNOWN
> after a big batch
> <http://groups.google.com/group/adwords-api/t/a4709539702ccc88?utm_source=digest&utm_medium=email>
> Nikolay Grishchenko <niko...@bimpression.com>: May 30 04:07AM -0700
>
> Experimentally it seems that the limit is ~1,000 of enabled Conversion
> Actions. If I remove several to the number below 1,000, I can add new ones
> after waiting some time, but only to the level of 1,000.
>
>
> - *It there a way to increase this limit?*
>
>
>
> - It would also be nice to describe this limit in the documentation.
> - It would also be nice to change the error from UNKNOWN to
> EXCEEDED_LIMIT or smth like that.
> "Dannison Yao (AdWords API Team)" <adwordsapiadvisor+ong...@google.com>:
> May 30 09:09PM -0700
>
> Hi Nikolay,
>
> The team is currently discussing the issue. My colleague has privately
> replied to your email and you may continue your conversation about your
> issue in that thread.
>
> Regards,
> Dannison
> AdWords API Team
> Back to top <#m_2570347996521527643_digest_top>
> Keyword Performance Report
> <http://groups.google.com/group/adwords-api/t/e92e13c9c03a8050?utm_source=digest&utm_medium=email>
> API_DCH <dchit...@gmail.com>: May 30 08:00PM -0700
>
> Hi,
> Can I have a working sample of Keyword Performance report. I am using xml
> to retrieve data. Please provide me the url and sample xml body with few
> columns. I would like to get the response data in xml format.
>
> Thanks
> Sam
> Back to top <#m_2570347996521527643_digest_top>
> ASPECT_RATIO_NOT_ALLOWED at registration of 1200 × 628 px images
> <http://groups.google.com/group/adwords-api/t/b37d4aaa15d4add0?utm_source=digest&utm_medium=email>
> "Dhanya Sundararaju (AdWords API Team)" <
> adwordsapiadvisor+dha...@google.com>: May 30 10:51AM -0700
>
> Hi,
>
> Could you please confirm if you are able to add the same image via UI? If
> yes, could you please reply back with complete SOAP logs including request
> and response so that I can troubleshoot further?
>
> Regards,
> Dhanya, AdWords API Team
> dspapp.1stl...@gmail.com: May 30 07:02PM -0700
>
> ●MediaService
>
> REQUEST:<?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>XXX-XXX-XXXX</ns1:clientCustomerId><ns1:developerToken>CwcidPLNzcD2XMx7DFKXEw</ns1:developerToken>
> <ns1:userAgent>cmkt.co.jp:AccessLog:v1.00 (AwApi-PHP,
> googleads-php-lib/34.0.0,
> PHP/7.1.17)</ns1:userAgent><ns1:validateOnly>false</ns1:validateOnly>
> <ns1:partialFailure>false</ns1:partialFailure></ns1:RequestHeader></SOAP-ENV:Header><SOAP-ENV:Body><ns1:upload><ns1:media
> xsi:type="ns1:Image"><ns1:type>IMAGE</ns1:type>
>
> <ns1:data>R0lGODlhAQABAAAAACH5BAEAAAEALAAAAAABAAEAgAAAAAAAAAICTAEAOw==</ns1:data></ns1:media>
> </ns1:upload></SOAP-ENV:Body></SOAP-ENV:Envelope>
>
> RESPONSE:<soap:Envelope xmlns:soap="
> http://schemas.xmlsoap.org/soap/envelope/";><soap:Header>
> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201802
> "><requestId>00056d7695274e990a629342f80056d1</requestId>
>
> <serviceName>MediaService</serviceName><methodName>upload</methodName><operations>1</operations><responseTime>250</responseTime></ResponseHeader></soap:Header><soap:Body>
> <uploadResponse 
> xmlns="https://adwords.google.com/api/adwords/cm/v201802";><rval
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="Image">
> <mediaId>4028941674</mediaId>
>
> <type>IMAGE</type><referenceId>-1018064403280429056</referenceId><dimensions><key>FULL</key><value><width>1</width><height>1</height></value></dimensions>
> <urls><key>FULL</key><value>
> https://tpc.googlesyndication.com/simgad/12621510045203930421
> </value></urls><mimeType>IMAGE_GIF</mimeType><sourceUrl></sourceUrl>
>
> <name></name><fileSize>43</fileSize><Media.Type>Image</Media.Type></rval></uploadResponse></soap:Body></soap:Envelope>
>
> ●AdGroupAdService
> REQUEST:
> <?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>XXX-XXX-XXXX</ns1:clientCustomerId>
>
> <ns1:developerToken>CwcidPLNzcD2XMx7DFKXEw</ns1:developerToken><ns1:userAgent>cmkt.co.jp:AccessLog:v1.00
> (AwApi-PHP, googleads-php-lib/34.0.0, PHP/7.1.17)</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:adGroupId>54976051599</ns1:adGroupId><ns1:ad
> xsi:type="ns1:ResponsiveDisplayAd">
> <ns1:finalUrls>http://www.yahoo.co.jp</ns1:finalUrls>
>
> <ns1:marketingImage><ns1:mediaId>4028941674</ns1:mediaId></ns1:marketingImage>
> <ns1:logoImage><ns1:mediaId>4028728067</ns1:mediaId></ns1:logoImage>
>
> <ns1:squareMarketingImage><ns1:mediaId>4029276621</ns1:mediaId></ns1:squareMarketingImage>
>
> <ns1:shortHeadline>\xe6\xa5\xad\xe5\x8b\x99\xe3\x83\xbb\xe7\x9f\xad\xe3\x81\x84\xe8\xa6\x8b\xe5\x87\xba\xe3\x81\x97</ns1:shortHeadline><ns1:longHeadline>\xe6\xa5\xad\xe5\x8b\x99\xe3\x83\xbb\xe9\x95\xb7\xe3\x81\x84\xe8\xa6\x8b\xe5\x87\xba\xe3\x81\x97</ns1:longHeadline><ns1:description>\xe6\xa5\xad\xe5\x8b\x99\xe3\x83\xbb\xe9\x95\xb7\xe3\x81\x84\xe8\xa6\x8b\xe5\x87\xba\xe3\x81\x97</ns1:description><ns1:businessName>\xe3\x82\xbd\xe3\x83\x95\xe3\x83\x88\xe3\x83\x86\xe3\x83\x8b\xe3\x82\xb9</ns1:businessName></ns1:ad><ns1:status>ENABLED</ns1:status></ns1:operand></ns1:operations></ns1:mutate></SOAP-ENV:Body></SOAP-ENV:Envelope>
>
> RESPONSE:
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/
> "><soap:Header>
> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201802
> "><requestId>00056d76954a18d80a623c0c5f009924</requestId><serviceName>AdGroupAdService</serviceName>
>
> <methodName>mutate</methodName><operations>1</operations><responseTime>110</responseTime></ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Client</faultcode>
> <faultstring>[ImageError.ASPECT_RATIO_NOT_ALLOWED @
> operations[0].operand.ad.marketingImage.mediaId]</faultstring>
> <detail><ApiExceptionFault xmlns="
> https://adwords.google.com/api/adwords/cm/v201802";>
> <message>[ImageError.ASPECT_RATIO_NOT_ALLOWED @
> operations[0].operand.ad.marketingImage.mediaId]</message><ApplicationException.Type>ApiException</ApplicationException.Type>
> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="ImageError">
>
> <fieldPath>operations[0].operand.ad.marketingImage.mediaId</fieldPath><fieldPathElements><field>operations</field><index>0</index></fieldPathElements>
>
> <fieldPathElements><field>operand</field></fieldPathElements><fieldPathElements><field>ad</field></fieldPathElements>
>
> <fieldPathElements><field>marketingImage</field></fieldPathElements><fieldPathElements><field>mediaId</field></fieldPathElements><trigger></trigger>
>
> <errorString>ImageError.ASPECT_RATIO_NOT_ALLOWED</errorString><ApiError.Type>ImageError</ApiError.Type><reason>ASPECT_RATIO_NOT_ALLOWED</reason>
>
> </errors></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
> dspapp.1stl...@gmail.com: May 30 07:52PM -0700
>
> ●MediaService
>
> REQUEST:<?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>XXX-XXX-XXXX</ns1:clientCustomerId><ns1:developerToken>XXX</ns1:developerToken>
> <ns1:userAgent>AccessLog:v1.00 (AwApi-PHP, googleads-php-lib/34.0.0,
> PHP/7.1.17)</ns1:userAgent><ns1:validateOnly>false</ns1:validateOnly>
> <ns1:partialFailure>false</ns1:partialFailure></ns1:RequestHeader></SOAP-ENV:Header><SOAP-ENV:Body><ns1:upload><ns1:media
> xsi:type="ns1:Image"><ns1:type>IMAGE</ns1:type>
>
> <ns1:data>R0lGODlhAQABAAAAACH5BAEAAAEALAAAAAABAAEAgAAAAAAAAAICTAEAOw==</ns1:data></ns1:media>
> </ns1:upload></SOAP-ENV:Body></SOAP-ENV:Envelope>
>
> RESPONSE:<soap:Envelope xmlns:soap="
> http://schemas.xmlsoap.org/soap/envelope/";><soap:Header>
> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201802
> "><requestId>00056d7695274e990a629342f80056d1</requestId>
>
> <serviceName>MediaService</serviceName><methodName>upload</methodName><operations>1</operations><responseTime>250</responseTime></ResponseHeader></soap:Header><soap:Body>
> <uploadResponse 
> xmlns="https://adwords.google.com/api/adwords/cm/v201802";><rval
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="Image">
> <mediaId>4028941674</mediaId>
>
> <type>IMAGE</type><referenceId>-1018064403280429056</referenceId><dimensions><key>FULL</key><value><width>1</width><height>1</height></value></dimensions>
> <urls><key>FULL</key><value>
> https://tpc.googlesyndication.com/simgad/12621510045203930421
> </value></urls><mimeType>IMAGE_GIF</mimeType><sourceUrl></sourceUrl>
>
> <name></name><fileSize>43</fileSize><Media.Type>Image</Media.Type></rval></uploadResponse></soap:Body></soap:Envelope>
>
> ●AdGroupAdService
> REQUEST:
> <?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>XXX-XXX-XXXX</ns1:clientCustomerId>
> <ns1:developerToken>XXX</ns1:developerToken><ns1:userAgent>AccessLog:v1.00
> (AwApi-PHP, googleads-php-lib/34.0.0, PHP/7.1.17)</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:adGroupId>54976051599</ns1:adGroupId><ns1:ad
> xsi:type="ns1:ResponsiveDisplayAd">
> <ns1:finalUrls>http://www.yahoo.co.jp</ns1:finalUrls>
>
> <ns1:marketingImage><ns1:mediaId>4028941674</ns1:mediaId></ns1:marketingImage>
> <ns1:logoImage><ns1:mediaId>4028728067</ns1:mediaId></ns1:logoImage>
>
> <ns1:squareMarketingImage><ns1:mediaId>4029276621</ns1:mediaId></ns1:squareMarketingImage>
>
> <ns1:shortHeadline>\xe6\xa5\xad\xe5\x8b\x99\xe3\x83\xbb\xe7\x9f\xad\xe3\x81\x84\xe8\xa6\x8b\xe5\x87\xba\xe3\x81\x97</ns1:shortHeadline><ns1:longHeadline>\xe6\xa5\xad\xe5\x8b\x99\xe3\x83\xbb\xe9\x95\xb7\xe3\x81\x84\xe8\xa6\x8b\xe5\x87\xba\xe3\x81\x97</ns1:longHeadline><ns1:description>\xe6\xa5\xad\xe5\x8b\x99\xe3\x83\xbb\xe9\x95\xb7\xe3\x81\x84\xe8\xa6\x8b\xe5\x87\xba\xe3\x81\x97</ns1:description><ns1:businessName>\xe3\x82\xbd\xe3\x83\x95\xe3\x83\x88\xe3\x83\x86\xe3\x83\x8b\xe3\x82\xb9</ns1:businessName></ns1:ad><ns1:status>ENABLED</ns1:status></ns1:operand></ns1:operations></ns1:mutate></SOAP-ENV:Body></SOAP-ENV:Envelope>
>
> RESPONSE:
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/
> "><soap:Header>
> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201802
> "><requestId>00056d76954a18d80a623c0c5f009924</requestId><serviceName>AdGroupAdService</serviceName>
>
> <methodName>mutate</methodName><operations>1</operations><responseTime>110</responseTime></ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Client</faultcode>
> <faultstring>[ImageError.ASPECT_RATIO_NOT_ALLOWED @
> operations[0].operand.ad.marketingImage.mediaId]</faultstring>
> <detail><ApiExceptionFault xmlns="
> https://adwords.google.com/api/adwords/cm/v201802";>
> <message>[ImageError.ASPECT_RATIO_NOT_ALLOWED @
> operations[0].operand.ad.marketingImage.mediaId]</message><ApplicationException.Type>ApiException</ApplicationException.Type>
> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="ImageError">
>
> <fieldPath>operations[0].operand.ad.marketingImage.mediaId</fieldPath><fieldPathElements><field>operations</field><index>0</index></fieldPathElements>
>
> <fieldPathElements><field>operand</field></fieldPathElements><fieldPathElements><field>ad</field></fieldPathElements>
>
> <fieldPathElements><field>marketingImage</field></fieldPathElements><fieldPathElements><field>mediaId</field></fieldPathElements><trigger></trigger>
>
> <errorString>ImageError.ASPECT_RATIO_NOT_ALLOWED</errorString><ApiError.Type>ImageError</ApiError.Type><reason>ASPECT_RATIO_NOT_ALLOWED</reason>
>
> </errors></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
> Back to top <#m_2570347996521527643_digest_top>
> No group found for service
> <http://groups.google.com/group/adwords-api/t/4b51295724aa517c?utm_source=digest&utm_medium=email>
> Srinivas Giduthuri <srinu610...@gmail.com>: May 30 04:04AM -0700
>
> I am importing the following libraries as dependencies manually(not using
> maven) by executing the build command "mvn clean compile package".
>
> ads-lib-3.14.1.jar
> ads-lib-axis-3.14.1.jar
> adwords-axis-3.14.1.jar
>
> Am I missing any other libraries?
>
> On Wednesday, 30 May 2018 14:44:10 UTC+5:30, Luis Xander Talag (AdWords
> API
> Team) wrote:
> "Luis Xander Talag (AdWords API Team)" <
> adwordsapiadvisor+luisxan...@google.com>: May 30 07:50PM -0700
>
> Hi Srinivas,
>
> To better check this, I would suggest to post your issue here
> <
> https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fgoogleads%2Fgoogleads-java-lib%2Fissues&sa=D&sntz=1&usg=AFQjCNERv2dDhraFgjoXwqKCns7nb6cwRA>
> as
> the client library owners are better equipped to assist you in this matter.
>
> Regards,
> Luis
> AdWords API Team
> Back to top <#m_2570347996521527643_digest_top>
> Is there documentation to pull all keyword performance data so that we can
> pull all permutations of the report in an API
> <http://groups.google.com/group/adwords-api/t/d9fe30f5affcfed6?utm_source=digest&utm_medium=email>
> Elizabeth Clark <clark.1...@googlemail.com>: May 30 05:24PM -0700
>
> We are trying to pull in all Keyword performance data into our data lake
> for analytical purposes and would like all attributes. However, we
> understand that there are several fields that are mutually exclusive and
> thus we cannot pull all metrics in one API call. We also saw that there is
> documentation here:
>
> https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report
> which indicates which fields are not compatible. We would like to know if
> there is documentation anywhere that highlights what can and cannot be
> pulled to get all attributes of the report. We can go through every report
> and identify fields compatible and not compatible, however this will be
> very time consuming and we are hoping that someone else has run into a
> similar challenge we can learn from. :D
> Back to top <#m_2570347996521527643_digest_top>
> Keyword Performance Report URL and Service name details.
> <http://groups.google.com/group/adwords-api/t/45c77f0c74fd47a2?utm_source=digest&utm_medium=email>
> API_DCH <dchit...@gmail.com>: May 30 02:00PM -0700
>
> Hi,
>
> I am looking for the correct URL and the service name to retrieve data
> from
> KEYWORD_PERFORMANCE_REPORT. I have attached a document that makes a
> sucessfull call to KEYWORD_PERFORMANCE_REPORT, this retrieves all column
> names. Actually I need to pull the data from this report.
> Please check the attached document and provide me the url and service name
> to retrieve data from the KEYWORD_PERFORMANCE_REPORT.
>
> Thanks
> Sam
> Back to top <#m_2570347996521527643_digest_top>
> Adding User Interest in a AdGroup returns
> CriterionError.CANNOT_ADD_CRITERIA_TYPE
> <http://groups.google.com/group/adwords-api/t/ca87f04329f61e27?utm_source=digest&utm_medium=email>
> Arthur Polimeni <art...@dinfo.com.br>: May 30 06:33AM -0700
>
> That's not clear for me yet.
>
> So where should I add a CriterionUserInterest? in Campaign level?
> I didn't find in the official documentation a way to add user interests in
> a ad group or campaign.
>
> Can you guide me to it, please?
> Thanks.
> "Milind Sankeshware (AdWords API Team)" <
> adwordsapiadvisor+mil...@google.com>: May 30 12:26PM -0700
>
> Hi Arthur,
>
> Please note the correction in my previous response. The
> CriterionUserInterest can be targeted and excluded to AdGroups but you can
> only exclude this criterion at a campaign level. For adding the criterion
> at AdGroup level, please use the same code snippet that you are using for
> an AdGroup in a "*Display Network only*" campaign and let me know if you
> are still facing issues. If so, could you please enable logging
> <https://github.com/googleads/googleads-dotnet-lib#how-to-enable-logging>
> and
> share the complete SOAP logs? Or you could also share the AdGroupId so
> that
> I can check the type of the AdGroup.
>
> Thanks,
> Milind, AdWords API Team.
> Back to top <#m_2570347996521527643_digest_top>
> Strange behavior when get SITELINK from API
> <http://groups.google.com/group/adwords-api/t/1751456d90a413e4?utm_source=digest&utm_medium=email>
> Eduardo Cesar <eduardo.ce...@paretogroup.com.br>: May 30 07:08AM -0700
>
> We're getting the Campaign Sitelink Settings using
> 'CampaignExtensionSettingService'. The returned list of extensions is
> exactly the expected for almost all accounts in our mcc.
> However, for some accounts, we are not receiving any SITELINK extension
> setting in returned list (In this same accounts, the returned CALL,
> CALLOUT, SNIPPET extensions returned are consistent comparing the AdWords
> state).
> For this accounts, we have sitelink settings in campaign level, with
> impression, clicks and etc. Is there some bug in this endpoint that can
> explain it?
>
> We're using the last version of API (201802).
> "Bharani Cherukuri (AdWords API Team)" <
> adwordsapiadvisor+bhar...@google.com>: May 30 12:13PM -0700
>
> Hello Eduardo,
>
> Could you share the complete SOAP request and response logs along with the
> client customer Id for the accounts where you're noticing the discrepancy?
> This information will help us troubleshoot the issue on our end. You can
> reply back via *Reply privately to author* option.
>
> Regards,
> Bharani, AdWords API Team
> Back to top <#m_2570347996521527643_digest_top>
> I created a tree with two levels. However, three errors were reported.
> <http://groups.google.com/group/adwords-api/t/e33442463c5bd861?utm_source=digest&utm_medium=email>
> "Dhanya Sundararaju (AdWords API Team)" <
> adwordsapiadvisor+dha...@google.com>: May 30 10:42AM -0700
>
> Hi Jia,
>
> The error 'BiddingErrors.INVALID_BID @
> operations[1].operand.biddingStrategyConfiguration.bids;
> trigger:'CpcBid{bid=0.100000,
> contentBid=null, cpcBidSource=null}' is thrown because you cannot set bid
> on a SUBDIVISION node. Once the setting of Bid is removed, and your code
> re-run, the creation of PRODUCT_TYPE_L1 will have succeeded and you will
> not get the second and third error as it is caused by trying to add UNITS
> to SUBDIVISION that does not exist. Please re-try and let me know if you
> still face issues.
>
> Regards,
> Dhanya, AdWords API Team
> Back to top <#m_2570347996521527643_digest_top>
> Removing individual user from remarketing list via API?
> <http://groups.google.com/group/adwords-api/t/252d6aa7aae0b27c?utm_source=digest&utm_medium=email>
> "Bharani Cherukuri (AdWords API Team)" <
> adwordsapiadvisor+bhar...@google.com>: May 30 10:16AM -0700
>
> Hello Nathan,
>
> Good day to you too!!
>
> Please find my response inline:
>
> For Analytics based AdWords audience, do you mean adding or removing using
> Analytics API? If so, the Analytics Team will be able to assist you with
> this. You can contact them through the support channels listed here
> <https://developers.google.com/analytics/>. If you're looking to add or
> remove email addresses from the user lists through the AdWords API, you
> could use the AdWordsUserListService.mutateMembers
> <
> https://developers.google.com/adwords/api/docs/reference/v201710/AdwordsUserListService#mutateMembers>
> to
> either add or remove the members from the list. You will need to use ADD
> or
> REMOVE operators to add or remove members to the user list. Please note
> that it might take a few hours for the list to be populated with the
> members.
>
> For remarketing lists set up in Google Analytics+AdWords accounts, you
> cannot share remarketing lists between the AdWords API and these
> platforms.
> Please check this guide
> <
> https://developers.google.com/adwords/api/docs/guides/analytics#remarketing>
> for
> more information. If your concern is different, could you please elaborate
> and share the API logs so I can take a look?
>
> Thanks,
> Bharani, AdWords API Team
> Back to top <#m_2570347996521527643_digest_top>
> INVALID_PROXIMITY_ADDRESS with address from
> <http://groups.google.com/group/adwords-api/t/d847433182ac068c?utm_source=digest&utm_medium=email>
> test.gmr....@gmail.com: May 30 07:21AM -0700
>
> Hello,
>
> are there any new updates on this issue?
>
> Thanks
> "Dhanya Sundararaju (AdWords API Team)" <
> adwordsapiadvisor+dha...@google.com>: May 30 08:48AM -0700
>
> Hi,
>
> This issue has been fixed. Please test at your end and reply back on this
> thread if you still have issues.
>
> Regards,
> Dhanya, AdWords API Team
> Back to top <#m_2570347996521527643_digest_top>
> I want to check the status of billing is complete or not using api what
> can be the possible way
> <http://groups.google.com/group/adwords-api/t/a328cc6f17be55b5?utm_source=digest&utm_medium=email>
> "Dhanya Sundararaju (AdWords API Team)" <
> adwordsapiadvisor+dha...@google.com>: May 30 08:40AM -0700
>
> Hi Asma,
>
> Could you please elaborate your question if possible with specific
> examples
> and screenshots? Also, could you reply back with SOAP request and response
> of your API call: BudgetOrderService->getBillingAccounts() so that I can
> troubleshoot further? You may opt to *reply privately to author*.
>
> Regards,
> Dhanya, AdWords API Team
> Back to top <#m_2570347996521527643_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.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CADdo8wSmzkUAhCUG5RaOAEb%3DTD00KqCJY8oeVLb8drhc6YTv9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to