Hi
Actually am used conversiontracker.category 
<https://developers.google.com/adwords/api/docs/reference/v201809/ConversionTrackerService.AppConversion#category>
 
only to create. My class file contains below constans,

const DEFAULT_VALUE = 'DEFAULT';
const PAGE_VIEW = 'PAGE_VIEW';
const PURCHASE = 'PURCHASE';
const SIGNUP = 'SIGNUP';
const LEAD = 'LEAD';
const REMARKETING = 'REMARKETING';
const DOWNLOAD = 'DOWNLOAD';

Here DOWNLOAD is specific to APP and it is working, DEFAULT am not using 
and these are ruled out.
Other types PAGE_VIEW, PURCHASE, SIGNUP, LEAD has been created. When using 
REMARKETING API throws error. Attached SOAP log.

Note: Am in need this to create Tag when creating Audience.
On Friday, September 25, 2020 at 1:26:53 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi Denma,
>
> Thanks for reaching out. With regards to your concern, you can use 
> conversiontracker.category 
> <https://developers.google.com/adwords/api/docs/reference/v201809/ConversionTrackerService.AppConversion#category>
>   
> in the Ad Words API. Let me know if this what you looking for. If not can 
> you please elaborate concern.
>
> Let me know if you have any question.
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25WWn4:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8d6b22a4-e037-4a18-b963-498140159a22n%40googlegroups.com.
[2020-09-25 12:33:41] AW_SOAP.WARNING: clientCustomerId=430-855-8101 
operations=1 service=ConversionTrackerService method=mutate responseTime=212 
requestId=0005b01df94f91100a6263463e0c3bb4 server=adwords.google.com isFault=1 
faultMessage=[ConversionTrackingError.INVALID_CATEGORY @ 
operations[0].operand.category]  
[2020-09-25 12:33:41] AW_SOAP.NOTICE: POST 
/api/adwords/cm/v201809/ConversionTrackerService?wsdl HTTP/1.1
Host: adwords.google.com
Connection: close
User-Agent: PHP-SOAP/5.6.36-1+ubuntu14.04.1+deb.sury.org+1
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 1348
Authorization: REDACTED

<?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/v201809"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><SOAP-ENV:Header><ns1:RequestHeader><ns1:clientCustomerId>430-855-8101</ns1:clientCustomerId><ns1:developerToken>REDACTED</ns1:developerToken><ns1:userAgent>unknown
 (AwApi-PHP, googleads-php-lib/40.0.0, 
PHP/5.6.36-1+ubuntu14.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
 xsi:type="ns1:AdWordsConversionTracker"><ns1:name>test REMARKETING 
category</ns1:name><ns1:category>REMARKETING</ns1:category><ns1:viewthroughLookbackWindow>23</ns1:viewthroughLookbackWindow><ns1:ctcLookbackWindow>75</ns1:ctcLookbackWindow><ns1:countingType>ONE_PER_CLICK</ns1:countingType><ns1:defaultRevenueValue>4.75</ns1:defaultRevenueValue><ns1:defaultRevenueCurrencyCode>IDR</ns1:defaultRevenueCurrencyCode><ns1:alwaysUseDefaultRevenueValue>true</ns1:alwaysUseDefaultRevenueValue><ns1:attributionModelType>LINEAR</ns1:attributionModelType></ns1:operand></ns1:operations></ns1:mutate></SOAP-ENV:Body></SOAP-ENV:Envelope>

HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Date: Fri, 25 Sep 2020 07:07:47 GMT
Expires: Fri, 25 Sep 2020 07:07:47 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: h3-Q050=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-27=":443"; 
ma=2592000,h3-T051=":443"; ma=2592000,h3-T050=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; 
ma=2592000; v="46,43"
Accept-Ranges: none
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked

<soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Header><ResponseHeader
 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";><requestId>0005b01df94f91100a6263463e0c3bb4</requestId><serviceName>ConversionTrackerService</serviceName><methodName>mutate</methodName><operations>1</operations><responseTime>212</responseTime></ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>[ConversionTrackingError.INVALID_CATEGORY
 @ operations[0].operand.category]</faultstring><detail><ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";><message>[ConversionTrackingError.INVALID_CATEGORY
 @ 
operations[0].operand.category]</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="ConversionTrackingError"><fieldPath>operations[0].operand.category</fieldPath><fieldPathElements><field>operations</field><index>0</index></fieldPathElements><fieldPathElements><field>operand</field></fieldPathElements><fieldPathElements><field>category</field></fieldPathElements><trigger></trigger><errorString>ConversionTrackingError.INVALID_CATEGORY</errorString><ApiError.Type>ConversionTrackingError</ApiError.Type><reason>INVALID_CATEGORY</reason></errors></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
  

Reply via email to