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

Kyaw

On Wed, May 30, 2018, 1:42 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>
>
>    - Adwords MCC script to see which campaigns are opted into "search
>    network" <#m_-8391325731876620849_group_thread_0> - 1 Update
>    - MCC Script for Campaign Settings (Search Network)
>    <#m_-8391325731876620849_group_thread_1> - 1 Update
>    - Adding CriterionUserInterest in a AdGroup returns
>    CriterionError.CANNOT_ADD_CRITERIA_TYPE.
>    <#m_-8391325731876620849_group_thread_2> - 1 Update
>    - How to get keyword status information from adwords API?
>    <#m_-8391325731876620849_group_thread_3> - 1 Update
>    - How to get keyword status information from adwords api
>    <#m_-8391325731876620849_group_thread_4> - 1 Update
>    - No group found for service <#m_-8391325731876620849_group_thread_5>
>    - 1 Update
>    - ConversionTrackerService fails mutate operations
>    RequestError.UNKNOWN after a big batch
>    <#m_-8391325731876620849_group_thread_6> - 1 Update
>    - Waiting for the Basic Access <#m_-8391325731876620849_group_thread_7>
>    - 1 Update
>    - EntityNotFound.INVALID_ID error when add block ip
>    <#m_-8391325731876620849_group_thread_8> - 2 Updates
>    - Geo Sitelinks <#m_-8391325731876620849_group_thread_9> - 2 Updates
>    - Settings for campaign targeting app or web
>    <#m_-8391325731876620849_group_thread_10> - 2 Updates
>    - I get the error like this :cvc-complex-type.2.4.d: Invalid content
>    was found starting with element 'v:type'. No child element is expected at
>    this point. <#m_-8391325731876620849_group_thread_11> - 1 Update
>    - How to set set goal in Bulk <#m_-8391325731876620849_group_thread_12>
>    - 2 Updates
>    - Adding User Interest in a AdGroup returns
>    CriterionError.CANNOT_ADD_CRITERIA_TYPE
>    <#m_-8391325731876620849_group_thread_13> - 2 Updates
>    - CustomerService.getCustomers returns
>    AuthorizationError.CUSTOMER_NOT_ACTIVE
>    <#m_-8391325731876620849_group_thread_14> - 1 Update
>    - My campaigns are not properly retrieving by API
>    <#m_-8391325731876620849_group_thread_15> - 2 Updates
>    - Change oauth organisation name
>    <#m_-8391325731876620849_group_thread_16> - 2 Updates
>    - Batch Job Canceled with no reason
>    <#m_-8391325731876620849_group_thread_17> - 1 Update
>
> Adwords MCC script to see which campaigns are opted into "search network"
> <http://groups.google.com/group/adwords-api/t/32297633ced28a50?utm_source=digest&utm_medium=email>
> M2018 <sandhya.mo...@airbnb.com>: May 29 04:38PM -0700
>
> Hi!
> I want to make sure that all my campaigns opt into the "search network". I
> am trying to write an MCC level script to find campaigns not opted in and
> to print it.
> I don't see an option here to find this specific setting. Is there any way
> to accomplish this using scripts?
>
>
> https://developers.google.com/adwords/scripts/docs/reference/adwordsapp/adwordsapp_campaign
>
> Thank you!
> Back to top <#m_-8391325731876620849_digest_top>
> MCC Script for Campaign Settings (Search Network)
> <http://groups.google.com/group/adwords-api/t/4cc660477ba310e4?utm_source=digest&utm_medium=email>
> M2018 <sandhya.mo...@airbnb.com>: May 29 05:12PM -0700
>
> Hi!
> I am trying to make sure that all my campaigns (In all the accounts in the
> MCC) are opted into the Search Network. I don't see an option to retrieve
> this setting
> here:
> https://developers.google.com/adwords/scripts/docs/reference/adwordsapp/adwordsapp_campaign
> Is there a way to accomplish this using scripts?
>
> Thank you!
> Back to top <#m_-8391325731876620849_digest_top>
> Adding CriterionUserInterest in a AdGroup returns
> CriterionError.CANNOT_ADD_CRITERIA_TYPE.
> <http://groups.google.com/group/adwords-api/t/e077c986f0ade5dd?utm_source=digest&utm_medium=email>
> art...@dinfo.com.br: May 29 05:21AM -0700
>
> I'm using .NET Library and I trying add a user interest in a ad group, but
> I always receive the error CriterionError.CANNOT_ADD_CRITERIA_TYPE.
>
> My code:
> CriterionUserInterest userInterestTarget = new
> CriterionUserInterest();
> userInterestTarget.userInterestId = interest.CriterionId;
> userInterestTarget.userInterestName = interest.Description;
>
> BiddableAdGroupCriterion interestBiddableAdGroupCriterion =
> new BiddableAdGroupCriterion();
> interestBiddableAdGroupCriterion.adGroupId = AdGroupId;
> interestBiddableAdGroupCriterion.criterion =
> userInterestTarget;
>
> AdGroupCriterionOperation
> interestBiddableAdGroupCriterionOperation = new
> AdGroupCriterionOperation();
> interestBiddableAdGroupCriterionOperation.operand =
> interestBiddableAdGroupCriterion;
> interestBiddableAdGroupCriterionOperation.@operator =
> Operator.ADD;
>
> _operations.Add(interestBiddableAdGroupCriterionOperation);
>
> What am i doing wrong?
> Back to top <#m_-8391325731876620849_digest_top>
> How to get keyword status information from adwords API?
> <http://groups.google.com/group/adwords-api/t/f7d53460ee604184?utm_source=digest&utm_medium=email>
> Sergey Kharitonov <work.ivmart.kharito...@gmail.com>: May 29 11:33AM
> -0700
>
> Hello all,
>
> Can I get information about the status of a keyword from the adwords API
> using the statuses listed here
> https://support.google.com/adwords/answer/2453978?hl=en (such as Campaign
> paused, Campaign pending, etc.)? Where can I find the description?
> Back to top <#m_-8391325731876620849_digest_top>
> How to get keyword status information from adwords api
> <http://groups.google.com/group/adwords-api/t/554f9ba07fed029a?utm_source=digest&utm_medium=email>
> Sergey Kharitonov <work.ivmart.kharito...@gmail.com>: May 29 04:58AM
> -0700
>
> Hello,
>
> Can I get information about the status of a keyword from adwords api with
> the statuses specified as here
> https://support.google.com/adwords/answer/2453978?hl=en
> Back to top <#m_-8391325731876620849_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 29 07:19AM -0700
>
> Hello team,
>
> I am getting the following exception while creating the service object.
> Could someone help me what's wrong with this? When can this happen?
>
> This was coming since I upgraded the AdWords library from 201710 to 201802.
>
> Caused by: java.lang.NullPointerException: No group found for service:
> v201802.AdwordsUserListService
> at
> com.google.api.ads.adwords.lib.conf.AdWordsApiConfiguration.getServiceUrlGroup(AdWordsApiConfiguration.java:52)
>
> ~[ads-lib-3.14.1.jar:?]
> at
> com.google.api.ads.adwords.lib.client.AdWordsServiceDescriptor.getEndpointAddress(AdWordsServiceDescriptor.java:77)
>
> ~[ads-lib-3.14.1.jar:?]
> at
> com.google.api.ads.common.lib.factory.helper.BaseAdsServiceClientFactoryHelper.createAdsServiceClient(BaseAdsServiceClientFactoryHelper.java:73)
>
> ~[ads-lib-3.14.1.jar:?]
> at
> com.google.api.ads.common.lib.factory.AdsServiceClientFactory.getServiceClient(AdsServiceClientFactory.java:76)
>
> ~[ads-lib-3.14.1.jar:?]
> at
> com.google.api.ads.common.lib.factory.BaseAdsServiceClientFactory.getServiceClientAsInterface(BaseAdsServiceClientFactory.java:81)
>
> ~[ads-lib-3.14.1.jar:?]
> at
> com.google.api.ads.common.lib.factory.BaseServices.get(BaseServices.java:45)
>
> ~[ads-lib-3.14.1.jar:?]
> at
> com.pega.mkt.paidmedia.google.GoogleAPIService.getService(GoogleAPIService.java:45)
>
> ~[mkt-paidmedia-08.10.01.jar:?]
> at
> com.pega.mkt.paidmedia.google.GoogleAPIService.getResilientGoogleRequestor(GoogleAPIService.java:54)
>
> ~[mkt-paidmedia-08.10.01.jar:?]
> at
> com.pega.mkt.paidmedia.google.GoogleAudienceManager.readExistingAudience(GoogleAudienceManager.java:467)
>
> ~[mkt-paidmedia-08.10.01.jar:?]
> at
> com.pega.mkt.paidmedia.google.GoogleAudienceManager.getAudienceExistingInGoogleAdWords(GoogleAudienceManager.java:555)
>
> ~[mkt-paidmedia-08.10.01.jar:?]
> at
> com.pega.mkt.paidmedia.google.GoogleAudienceManager.deleteStaleAudiencesFromDB(GoogleAudienceManager.java:495)
>
> ~[mkt-paidmedia-08.10.01.jar:?]
> at
> com.pega.mkt.paidmedia.utilities.PaidMediaUtilities.deleteStaleAudiencesFromDB(PaidMediaUtilities.java:311)
>
> ~[mkt-paidmedia-08.10.01.jar:?]
> ... 39 more
>
> Thanks,
> Srinivas
> Back to top <#m_-8391325731876620849_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 29 02:36AM -0700
>
> I create new Conversion Actions periodically with a Python script. There
> are usually some small batches (1-5 objects per day).
> Unfortunately, after running 2 days ago a big import and successfully
> creating ~360 new Conversion Actions the API doesn't accept more and
> throws
> RequestError.UNKNOWN
>
> I could not find any limits for number of Conversion Actions described in
> the doc, and the error is usually more descriptive when hitting limits,
> but
> I have a feeling it has something to do with the number of elements.
>
> Some notes:
>
> - I tried both v201802 and v201710
> - I tried different xsi_type (AdWordsConversionTracker and
> UploadConversion)
> - I use Manager Account for Conversion Actions (to simplify
> cross-account conversions)
> - I have 1,069 enabled actions and 9 removed ones.
> - I tried to create a duplicate one (for testing) and received the
> expected *Duplicate* error (not the *Unknown* one).
> - >36 hours have passed since my last successful creation of Conversion
> Action (I hope any throttling should have expired by now)
>
> The script I run:
> import googleads
> client = googleads.adwords.AdWordsClient.LoadFromStorage()
>
> client.SetClientCustomerId('841-135-3369')
>
> service = client.GetService('ConversionTrackerService')
>
> operations = [
>
> {'operand': {
> 'alwaysUseDefaultRevenueValue': False,
> 'attributionModelType': 'LAST_CLICK',
> 'category': 'DEFAULT',
> 'countingType': 'MANY_PER_CLICK',
> 'ctcLookbackWindow': 90,
> 'defaultRevenueCurrencyCode': 'USD',
> 'defaultRevenueValue': 0.0,
> 'excludeFromBidding': True,
> 'name': 'Foo Website Conversion',
> 'status': 'ENABLED',
> 'trackingCodeType': 'WEBPAGE',
> 'viewthroughLookbackWindow': 30,
> 'xsi_type': 'AdWordsConversionTracker'
> },
> 'operator': 'ADD'}
> ]
> service.mutate(operations)
>
>
> Response I receive:
> <?xml version="1.0" encoding="UTF-8"?>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
> <soap:Header>
> <ResponseHeader xmlns=
> "https://adwords.google.com/api/adwords/cm/v201710";>
> <requestId>00056d549ed9bad80a620b522f0faee9</requestId>
> <serviceName>ConversionTrackerService</serviceName>
> <methodName>mutate</methodName>
> <operations>1</operations>
> <responseTime>401</responseTime>
> </ResponseHeader>
> </soap:Header>
> <soap:Body>
> <soap:Fault>
> <faultcode>soap:Client</faultcode>
> <faultstring>[RequestError.UNKNOWN @ operations[0]]</faultstring>
> <detail>
> <ApiExceptionFault xmlns=
> "https://adwords.google.com/api/adwords/cm/v201710";>
> <message>[RequestError.UNKNOWN @ operations[0]]</message>
> <ApplicationException.Type>ApiException
> </ApplicationException.Type>
> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="RequestError">
> <fieldPath>operations[0]</fieldPath>
> <fieldPathElements>
> <field>operations</field>
> <index>0</index>
> </fieldPathElements>
> <trigger/>
> <errorString>RequestError.UNKNOWN</errorString>
> <ApiError.Type>RequestError</ApiError.Type>
> <reason>UNKNOWN</reason>
> </errors>
> </ApiExceptionFault>
> </detail>
> </soap:Fault>
> </soap:Body>
> </soap:Envelope>
> Back to top <#m_-8391325731876620849_digest_top>
> Waiting for the Basic Access
> <http://groups.google.com/group/adwords-api/t/9be18b79c5b8a5a0?utm_source=digest&utm_medium=email>
> Rambler Potok <rambler.potok....@gmail.com>: May 29 08:47AM -0700
>
> Hello
>
> I applied to for the basic api access 2 weeks ago, but still has not
> received any confirmation/decline.
> Could you please help me to understand approximately how long we should
> wait for the token? It really slows down the process.
>
> Thank you in advance
> Back to top <#m_-8391325731876620849_digest_top>
> EntityNotFound.INVALID_ID error when add block ip
> <http://groups.google.com/group/adwords-api/t/75776f33c90e2175?utm_source=digest&utm_medium=email>
> Hoang Van <kythuat.hoang...@gmail.com>: May 29 07:36PM -0700
>
> Here is detail soap log.
> [2018-05-27 19:56:40] AW_SOAP.WARNING: Disabling SSL verification is not
> recommended.
> [2018-05-27 19:56:44] AW_SOAP.WARNING: clientCustomerId=xxx-xxx-xxxx
> operations=1 service=CampaignCriterionService method=mutate
> responseTime=165
> requestId=00056d632461e2d00a62dc494a0c2026 server=adwords.google.com
> isFault
> =1 faultMessage=[EntityNotFound.INVALID_ID @ operations[0].operand.
> campaignId; trigger:'CampaignId: 1023996613']
> [2018-05-27 19:56:44] AW_SOAP.NOTICE: POST /api/adwords/cm/v201710/
> CampaignCriterionService?wsdl HTTP/1.1
> Host: adwords.google.com
> Connection: close
> User-Agent: PHP-SOAP/7.0.27-1+ubuntu14.04.1+deb.sury.org+1
> Content-Type: text/xml; charset=utf-8
> SOAPAction: ""
> Content-Length: 985
> 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/v201710"; xmlns:xsi=
> "http://www.w3.org/2001/XMLSchema-instance";><SOAP-ENV:Header><ns1:
> RequestHeader><ns1:clientCustomerId>xxx-xxx-xxxx<
>
> /ns1:clientCustomerId><ns1:developerToken>REDACTED</ns1:developerToken><ns1:
> userAgent>unknown (AwApi-PHP, googleads-php-lib/32.1.0, PHP/7.0.25-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:NegativeCampaignCriterion"><ns1:campaignId>1023996613</ns1:
> campaignId><ns1:criterion xsi:type="ns1:IpBlock"><ns1:ipAddress>100.91.
> 32.108</ns1:ipAddress></ns1:criterion></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: Wed, 30 May 2018 02:31:03 GMT
> Expires: Wed, 30 May 2018 02:31:03 GMT
> Cache-Control: private, max-age=0
> X-Content-Type-Options: nosniff
> X-Frame-Options: SAMEORIGIN
> X-XSS-Protection: 1; mode=block
> Server: GSE
> Alt-Svc: hq=":443"; ma=2592000; quic=51303433; quic=51303432;
> quic=51303431;
> quic=51303339; quic=51303335,quic=":443"; ma=2592000; v="43,42,41,39,35"
> Accept-Ranges: none
> Vary: Accept-Encoding
> Connection: close
>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/
> "><soap:
> Header><ResponseHeader xmlns=
> "https://adwords.google.com/api/adwords/cm/v201710";><requestId>
> 00056d632461e2d00a62dc494a0c2026<
> /requestId><serviceName>CampaignCriterionService</serviceName><methodName>
> mutate</methodName><operations>1</operations><responseTime>165<
> /responseTime></ResponseHeader></soap:Header><soap:Body><soap:Fault><
> faultcode>soap:Client</faultcode><faultstring>[EntityNotFound.INVALID_ID @
> operations[0].operand.campaignId; trigger:'CampaignId: 1023996613']</
> faultstring><detail><ApiExceptionFault xmlns=
> "https://adwords.google.com/api/adwords/cm/v201710
> "><message>[EntityNotFound
> .INVALID_ID @ operations[0].operand.campaignId; trigger:'CampaignId:
> 1023996613']</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors
>
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="
> EntityNotFound"><fieldPath>operations[0].operand.campaignId</fieldPath><fieldPathElements><field>operations</field><index>0</index></fieldPathElements><fieldPathElements><field>operand</field></fieldPathElements><fieldPathElements><field>campaignId</field></fieldPathElements><trigger>CampaignId:
>
>
> 1023996613</trigger><errorString>EntityNotFound.INVALID_ID</errorString><ApiError.Type>EntityNotFound</ApiError.Type><reason>INVALID_ID</reason></errors></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
> "Dannison Yao (AdWords API Team)" <adwordsapiadvisor+ong...@google.com>:
> May 29 11:35PM -0700
>
> Hi,
>
> The EntityNotFound.INVALID_ID
> <
> https://developers.google.com/adwords/api/docs/common-errors#EntityNotFound.INVALID_ID>
> error
> indicates that the ID of the entity you are operating is not recognized by
> the account. Upon investigation, the campaign id you entered appears to be
> valid. Could you confirm if the campaign Id is associated with the client
> id you entered in your properties file? You could use the getCampaigns
> <
> https://developers.google.com/adwords/api/docs/samples/php/basic-operations#get-campaigns>
> sample
> code available in your client library to see if your campaign id is
> returned in the list of available campaigns in your account.
>
> Let me know if you have further clarifications.
>
> Regards,
> Dannison
> AdWords API Team
> Back to top <#m_-8391325731876620849_digest_top>
> Geo Sitelinks
> <http://groups.google.com/group/adwords-api/t/55881674752108f6?utm_source=digest&utm_medium=email>
> Martin Roettgerding <mar...@bloofusion.de>: May 29 02:46PM -0700
>
> Hi,
> I was wondering if there is a better way to build the following:
>
> We have 10 business locations. For each location, we want to show a
> sitelink to users inside a certain radius. Since we've got 10 locations,
> we
> would only need 10 different texts (e.g. "Visit us in city 1", "Visit us
> in
> city 2", etc.).
>
> We also have the list of geotargets (i.e. geo criteria ids) inside each
> business location's radius. Let's say there are 25 geotargets for each
> location.
>
> Am I correct in assuming I'd have to make 250 sitelinks? 25 per business
> location with identical text, each targeted to one geo location?
>
> (I'm hoping you'll say I missed something and it's possible to do this
> with
> just 10 sitelinks.)
>
> Thanks!
>
> Martin
> "Peter Oliquino (AdWords API Team)" <
> adwordsapiadvisor+poliqu...@google.com>: May 29 11:26PM -0700
>
> Hi Martin,
>
> Both approach should be fine. However, this really depends on how specific
> and accurate your sitelinks wish to be. If you wish for your sitelink to
> only appear on a smaller region, then you can use the more specific
> criteria ID in the GeoTargeting
> <
> https://developers.google.com/adwords/api/docs/reference/v201802/CampaignExtensionSettingService.SitelinkFeedItem#geotargeting>
> field
> of your sitelink and doing so may require you to create more sitelinks as
> needed.
>
> I hope this helps and feel free to write back if you have any further
> clarifications.
>
> Thanks and regards,
> Peter
> AdWords API Team
> Back to top <#m_-8391325731876620849_digest_top>
> Settings for campaign targeting app or web
> <http://groups.google.com/group/adwords-api/t/6950408d658874f9?utm_source=digest&utm_medium=email>
> Gary Jiang <ja67j...@gmail.com>: May 29 11:13AM -0700
>
> I see. If so I was wondering if I can implement that in such a way: for
> the option of web only I neither exclude any webpage not target any
> MobileApp, for the app option I exclude all webpages and then target all
> apps. Thanks.
>
> On Monday, May 28, 2018 at 12:10:11 AM UTC-7, Peter Oliquino (AdWords API
> Team) wrote:
> "Peter Oliquino (AdWords API Team)" <
> adwordsapiadvisor+poliqu...@google.com>: May 29 09:03PM -0700
>
> Hi Gary,
>
> By default, new campaigns already target all devices and since these
> devices are only currently targetable, they can not be excluded. However,
> if you indeed wish to target a WebPage, you can do so at the adgroup level
> (as seen in this table
> <https://developers.google.com/adwords/api/docs/appendix/criteria-usage>)
> using the AdGroupCriterionService.
>
> As for the MobileDevice and Platform criteria, they cannot be excluded
> even
> at the adgroup level. Let me know if this helps.
>
> Thanks and regards,
> Peter
> AdWords API Team
> Back to top <#m_-8391325731876620849_digest_top>
> I get the error like this :cvc-complex-type.2.4.d: Invalid content was
> found starting with element 'v:type'. No child element is expected at this
> point.
> <http://groups.google.com/group/adwords-api/t/c13da0989e38fa12?utm_source=digest&utm_medium=email>
> jia zheng <twinkledealss...@gmail.com>: May 29 06:05PM -0700
>
> Hi Luis Xander Talag,
> Thank you very much for your suggestion. He is very good!
> 在 2018年5月29日星期二 UTC+8下午5:59:38,Luis Xander Talag (AdWords API Team)写道:
> Back to top <#m_-8391325731876620849_digest_top>
> How to set set goal in Bulk
> <http://groups.google.com/group/adwords-api/t/9fcfcc2ec4110d1a?utm_source=digest&utm_medium=email>
> fist...@gmail.com: May 25 11:28PM -0700
>
> Hi,I have
> hundreds of campaign in my account, i want to set that to one goal in
> bulk, how can i to do that?
> Teja Makani <adwordsapiadvisor+t...@google.com>: May 29 01:23PM -0700
>
> Hello Dea,
>
> Could you please confirm what updates you are trying to perform on a
> campaign? You could use the BatchJobService
> <
> https://developers.google.com/adwords/api/docs/reference/latest/BatchJobService>
> to
> perform operations in bulk. To update the campaigns, you could use the
> CampaignOperation
> <
> https://developers.google.com/adwords/api/docs/reference/v201802/CampaignService.CampaignOperation>.
>
> Please check the guide on Batch processing
> <https://developers.google.com/adwords/api/docs/guides/batch-jobs> for
> more
> details. The code sample to add a complete campaign
> <
> https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201802/campaignmanagement/AddCompleteCampaignsUsingBatchJob.java>
> in
> Java using the batch job service should be helpful for you. Samples in
> other languages can also be found here
> <https://developers.google.com/adwords/api/docs/clientlibraries>.
>
> Please let me know if this answers your question. If not, could you please
> share the UI screenshot of the update that you are trying to perform via
> the API?
>
> Regards,
> Sai Teja, AdWords API Team.
> Back to top <#m_-8391325731876620849_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>
> art...@dinfo.com.br: May 28 09:05AM -0700
>
> Hi everybody!
>
> I'm using .NET Library and I'm trying to add a user interest in a ad
> group,
> but I always receive the error CriterionError.CANNOT_ADD_CRITERIA_TYPE.
>
> My code:
> CriterionUserInterest userInterestTarget = new
> CriterionUserInterest();
> userInterestTarget.userInterestId = interest.CriterionId;
> userInterestTarget.userInterestName = interest.Description;
>
> BiddableAdGroupCriterion interestBiddableAdGroupCriterion =
> new BiddableAdGroupCriterion();
> interestBiddableAdGroupCriterion.adGroupId = AdGroupId;
> interestBiddableAdGroupCriterion.criterion =
> userInterestTarget;
>
> AdGroupCriterionOperation
> interestBiddableAdGroupCriterionOperation = new
> AdGroupCriterionOperation();
> interestBiddableAdGroupCriterionOperation.operand =
> interestBiddableAdGroupCriterion;
> interestBiddableAdGroupCriterionOperation.@operator =
> Operator.ADD;
>
> _operations.Add(interestBiddableAdGroupCriterionOperation);
>
>
> What am i doing wrong?
> "Milind Sankeshware (AdWords API Team)" <
> adwordsapiadvisor+mil...@google.com>: May 29 12:22PM -0700
>
> Hi Arthur,
>
> The error CANNOT_ADD_CRITERIA_TYPE
> <
> https://developers.google.com/adwords/api/docs/reference/v201802/AdGroupCriterionService.AdGroupCriterionError.Reason#CANNOT_ADD_CRITERIA_TYPE>
> means
> that the criteria type cannot be targeted for the ad group. The
> CriterionUserInterest is not targetable and biddable at adGroup level. For
> more information please refer this guide
> <https://developers.google.com/adwords/api/docs/appendix/criteria-usage>.
> Let me know if you have further any further questions.
>
> Thanks,
> Milind, AdWords API Team.
> Back to top <#m_-8391325731876620849_digest_top>
> CustomerService.getCustomers returns
> AuthorizationError.CUSTOMER_NOT_ACTIVE
> <http://groups.google.com/group/adwords-api/t/b92a269b5c789cac?utm_source=digest&utm_medium=email>
> "Dhanya Sundararaju (AdWords API Team)" <
> adwordsapiadvisor+dha...@google.com>: May 29 12:17PM -0700
>
> Hi Timm,
>
> If you are trying to get the list of customers to which your OAuth has
> access, then you can use the CustomerService.getCustomers()
> <
> https://developers.google.com/adwords/api/docs/reference/v201802/CustomerService#getcustomers>
> without
> setting a clientcustomerid. Else, if you are trying to get the list of
> customers under a MCC, then you will need to set the clientcustomerid as
> the MCC id, and then do a ManagedCustomerService.get
> <
> https://developers.google.com/adwords/api/docs/reference/v201802/ManagedCustomerService#get>().
>
> When you do a check on your access against a client customer id that is
> not
> active, you will get the error AuthorizationError.CUSTOMER_NOT_ACTIVE. In
> order to troubleshoot further, could you please reply back with the
> complete SOAP logs including request and response with data NOT redacted?
> You may opt to *reply privately to author*.
>
> Regards,
> Dhanya, AdWords API Team
> Back to top <#m_-8391325731876620849_digest_top>
> My campaigns are not properly retrieving by API
> <http://groups.google.com/group/adwords-api/t/92eb7466a6621409?utm_source=digest&utm_medium=email>
> Maria Sandras <ivankatrump1...@gmail.com>: May 25 11:09PM -0700
>
> As I am not well expert in Adwords, I am facing some problems. It's been 6
> days since I started to learn and use it, so my question may be a little
> foolish, but I would really appreciate your help guys. I have three
> specific campaigns that are not retrieving by the API when I try to
> generate a report using getSheetData. Although I can access the data from
> the UI, the reports generated by the UI are missing this campaigns. The
> other campaigns of my site <https://ntsjobresults.pk/roll-no-slips/> are
> being retrieved as expected by the API, so I imagine it may not be a
> coding
> error. Any suggestions and ideas would help me a lot!
>
> Thanks in advance :)
> Teja Makani <adwordsapiadvisor+t...@google.com>: May 29 10:59AM -0700
>
> Hello Maria,
>
> Welcome to AdWords. Could you please confirm whether you are using AdWords
> API
> <
> https://developers.google.com/adwords/api/docs/reference/release-notes/v201802
> >
> or AdWords Scripts
> <https://developers.google.com/adwords/scripts/docs/whats-new>? If
> AdWords
> API, then, by 'the reports generated by the UI are missing this
> campaigns',
> do you mean that the reports generated via UI also do not pull up these
> campaigns? Could you please elaborate if possible with screenshots? To
> troubleshoot further, could you also, please provide the client customer
> id
> and complete report definition
> <
> https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition>
> when
> you are retrieving the campaign's data? Also, could you provide the
> campaigns details(campaign id or campaign name) of the three specific
> campaigns that you are unable to retrieve? You may opt to *reply privately
> to the author* while responding. Else, if you are using AdWords Scripts,
> could you please post your question on the AdWords Scripts Forum
> <
> https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!forum/adwords-scripts>
> so
> that the experts there will be able to assist you?
>
> Regards,
> Sai Teja, AdWords API Team
> Back to top <#m_-8391325731876620849_digest_top>
> Change oauth organisation name
> <http://groups.google.com/group/adwords-api/t/a593b8305b298bee?utm_source=digest&utm_medium=email>
> Ad Box <he...@ad-box.io>: May 25 02:45PM -0700
>
> Hi,
> I need to change my organisation name which is shown in the oauth pop up
> (screenshot attached). The organisation name sppears where I have
> overlayed
> a red box.
> I have tried changing this in the Googlel API console to no avail. Can you
> advise where I can change this?
> Many thanks
> "Dhanya Sundararaju (AdWords API Team)" <
> adwordsapiadvisor+dha...@google.com>: May 29 08:27AM -0700
>
> Hi,
>
> You should be able to update the 'Product name shown to users' field in
> the
> 'OAuth consent screen' under Credentials section of the Google API
> Console.
> Please let me know if you still have issues.
>
> Regards,
> Dhanya, AdWords API Team
> Back to top <#m_-8391325731876620849_digest_top>
> Batch Job Canceled with no reason
> <http://groups.google.com/group/adwords-api/t/10a81be311deb644?utm_source=digest&utm_medium=email>
> "Nadine Sundquist (AdWords API Team)" <adwordsapiadvisor+nad...@google.com>:
> May 29 08:11AM -0700
>
> Hello,
>
> We've been continuing to try to make things a bit better over the weekend
> for batch jobs. Hopefully, you saw over the weekend that things improved.
> If you find that you have more than one job still having issues today,
> could you send over a few job numbers from today? It could be something
> specific in your job that is triggering this for you, so I would have to
> see if there's a pattern.
>
> Best,
> Nadine, AdWords API Team
>
> Back to top <#m_-8391325731876620849_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/CADdo8wT9ijj%3DW9jjSeLOcvXD_Q2snfV-W%3DBAr7RKdk4KnZkHxg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to