Re: Many CANCELED for Batch jobs today

2018-04-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

Could you also provide your clientCustomerId and if possible, the other 
batch job IDs as well so I can better look into this issue? You may reply 
using the *Reply privately to author* option.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/0766ace6-92c7-42d0-a89a-41991c172f5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to setting Dynamic Remarketing ad settings for Display campaign by adwords api?

2018-04-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

Based on your screenshots, we are assuming that the custom feed 
 
is 
already created via the feed services 
 of 
the AdWords API or via the AdWords UI, and then you just need to associate 
this feed in the dynamic ads settings of your display campaign.

To do this, you can create first a display campaign without this feed using 
CampaignService.mutate() 
.
 After 
that, you can use the CampaignFeedService.mutate() 

 to 
associate your custom feed to the created display campaign. You can check 
this section 

 on 
how to do this.

Let me know if you have further clarifications.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/9c06b8a6-85cc-4c7e-89c9-5d4ab5accd88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Ads - How to pull metrics from Adwords API.

2018-04-05 Thread sagun . tumkar
Hi AdWords API Team,

Just wanted to check if there is any update on adding a support in API to 
create/update video campaigns? It's been couple of years now. Are you 
planning to add the API sooner? 

Thanks,
Sagun



On Thursday, April 13, 2017 at 11:36:35 AM UTC-7, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Sagun, 
>
> Thanks for your feedback. Unfortunately, the video campaigns 
> 
>  are 
> not yet supported by the API except in reports. The team is already aware 
> of the request for this feature but we can't comment on when it will be 
> available. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/6cc4970c-77f8-4399-b239-7dd6bcc29f43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


NullPointerException in "SOAPPart.java" when using CampaignCriterion service

2018-04-05 Thread David Antunes
Hi,

I'm getting a NullPointerException in the file "SOAPPart.java" when using 
CampaignCriterion service:
org.apache.axis.SOAPPart.writeTo(SOAPPart.java:324)
org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
org.apache.axis.Message.writeTo(Message.java:539)
com.google.api.ads.common.lib.soap.ResponseInfoXPathSet.parseMessage(ResponseInfoXPathSet.java:76)
com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(AxisHandler.java:249)
com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(SoapServiceClient.java:63)
com.google.api.ads.common.lib.soap.SoapServiceClient.invoke(SoapServiceClient.java:93)
com.sun.proxy.$Proxy43.get(Unknown Source)
..

This is only for one specific client (that I've noticed).
Does this mean I'm doing something wrong? Is this a problem on Google's 
side?

Many thanks!
David

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/54ee4d2a-e236-4e88-9c81-6b557e0fc095%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Other search terms in search query report

2018-04-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tirtha,

This 

 is 
the equivalent UI view of the Search Query Performance Report 
.
 
If you are currently checking on this UI view and still you can observe 
discrepancies between this and the API report, then can you provide to me 
your clientCustomerId, report definition 

 and 
your UI screenshot that shows the discrepancies so I can further 
investigate? Kindly use the *Reply privately to author* option when 
replying.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/01eca05a-d46b-4fcb-985b-d7a02fcb2cf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to access AdWords API from another account not in account MCC

2018-04-05 Thread Trường Nguyễn Xuân
I want  manage multiple unrelated accounts, I build OAuth2 sign-in flow 
into my application as part of adding OAuth2 support for my application.

When I using example from: 
https://github.com/googleads/googleads-dotnet-lib/tree/master/examples/AdWords/CSharp/OAuth

webconfg:
 
 
 
 http://localhost:56783/OAuthLogin.aspx; />
 
 
 




click Authorize User








accepp permision, after get campaign from customerId: 898-301-0144



result => Failed to get campaigns. Exception says "Value cannot be null. 
Parameter name: AdWords API requires a developer token. If you don't have 
one, you can refer to the instructions at 
https://developers.google.com/adwords/api/docs/signingup to get one."





How to access API Adwords from another account? from my application when i 
don't have Developer token from another account?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/38bbf0c5-d214-4e9f-9f09-3262be936cf7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to access API Adwords from another account not in account MCC

2018-04-05 Thread Trường Nguyễn Xuân


On Friday, April 6, 2018 at 9:37:57 AM UTC+7, Trường Nguyễn Xuân wrote:
>
> I want  manage multiple unrelated accounts, I build OAuth2 sign-in flow 
> into my application as part of adding OAuth2 support for my application.
>
> When I using example from: 
> https://github.com/googleads/googleads-dotnet-lib/tree/master/examples/AdWords/CSharp/OAuth
>
> webconfg:
>  
>  
>  
>  http://localhost:56783/OAuthLogin.aspx; />
>  
>  
>  
>
>
> 
>
> click Authorize User
>
>
>
> 
>
>
> 
>
>
> accepp permision, after get campaign from customerId: 898-301-0144
>
>
>
> 
>
>
>
> result => Failed to get campaigns. Exception says "Value cannot be null. 
> Parameter name: AdWords API requires a developer token. If you don't have 
> one, you can refer to the instructions at 
> https://developers.google.com/adwords/api/docs/signingup to get one."
>
>
> 
>
>
>
>
>
> How to access API Adwords from another account? from my application when i 
> don't have Developer token from another account?
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/068dd43e-067f-478b-8f44-7a2ba26f88b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to access API Adwords from another account not in account MCC

2018-04-05 Thread Trường Nguyễn Xuân
I want  manage multiple unrelated accounts, I build OAuth2 sign-in flow 
into my application as part of adding OAuth2 support for my application.

When I using example 
from: 
https://github.com/googleads/googleads-dotnet-lib/tree/master/examples/AdWords/CSharp/OAuth

webconfg:
 
 
 
 http://localhost:56783/OAuthLogin.aspx; />
 
 
 



click Authorize User







accepp permision, after get campaign from customerId: 898-301-0144






result => Developer token is not approved for production access, and the 
customer is attempting to access a production account.. (Error: 
QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED, FieldPath: , Trigger: )






How to access API Adwords from another account? from my application when i 
don't have Developer token from another account?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/b9122e85-56b7-4f80-ac0c-3ba2594bb5e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Many CANCELED for Batch jobs today

2018-04-05 Thread Ершов Александр
Hello!

We have received a number of CANCELED errors today.
Batch job ID 707432799 has status 'CANCELED'.

Processing error [0]: errorType=BatchJobProcessingError, trigger=, 
errorString=BatchJobProcessingError.INTERNAL_ERROR,fieldPath=, 
reason=INTERNAL_ERROR

array(1) {
 [0]=>
 object(Google\AdsApi\AdWords\v201802\cm\BatchJobProcessingError)#49352 (7) 
{
   ["reason":protected]=>
   string(14) "INTERNAL_ERROR"
   ["fieldPath":protected]=>
   string(0) ""
   ["fieldPathElements":protected]=>
   NULL
   ["trigger":protected]=>
   string(0) ""
   ["errorString":protected]=>
   string(38) "BatchJobProcessingError.INTERNAL_ERROR"
   ["ApiErrorType":protected]=>
   string(23) "BatchJobProcessingError"
   ["parameterMap":"Google\AdsApi\AdWords\v201802\cm\ApiError":private]=>
   array(1) {
 ["ApiError.Type"]=>
 string(12) "ApiErrorType"
   }
 }
}

 [18:38:18 05.04.2018] - [ADWORDS PUSHER]run 2840 operations
[18:38:20 05.04.2018] - [ADWORDS PUSHER]Uploaded 2840. operations for batch 
job with ID: 707158643
[18:38:20 05.04.2018] - [ADWORDS PUSHER]Sleeping 4 seconds...
[18:38:24 05.04.2018] - [ADWORDS PUSHER]Batch job ID 707158643 has status 
ACTIVE. percents: 0
[18:38:24 05.04.2018] - [ADWORDS PUSHER]Sleeping 4 seconds...
[18:38:28 05.04.2018] - [ADWORDS PUSHER]Batch job ID 707158643 has status 
CANCELING. percents: 0
[18:38:28 05.04.2018] - [ADWORDS PUSHER]Sleeping 4 seconds...
[18:38:33 05.04.2018] - [ADWORDS PUSHER]Batch job ID 707158643 has status 
CANCELED. percents: 0
[18:38:33 05.04.2018] - [ADWORDS PUSHER]report : {"SUCCESS":0,"FAILURE":35}


Etc.

About 20 total for today.
Could you please take a look what has happened

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/3c5a30d2-aac6-42ca-b4e7-b30ac4ca7c20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to setting Dynamic Remarketing ad settings for Display campaign by adwords api? I would like to set up a campaign using the adwords api as shown in the image. Thank you for your guide!

2018-04-05 Thread jwlim . dmc


How to setting Dynamic Remarketing ad settings for Display campaign by 
adwords api?



I would like to set up a campaign using the adwords api as shown in the 
image. Thank you for your guide! Please. 










-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/df42bf1c-ef59-4aa9-8951-18bd3d779b9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unable to set/update AdGroup status

2018-04-05 Thread sam
function set_adgroup_status($adgroup_id, $status) {
$adGroup = new AdGroup();
$adGroup->setId($adgroup_id);
$adGroup->setStatus($status);

$operation = new AdGroupOperation();
$operation->setOperand($adGroup);
$operation->setOperator(Operator::SET);

return $operation;
}

Why does processing this operation result in all these errors?

http://www.w3.org/2001/XMLSchema-instance; xsi:type="
OperatorError">
operations[2]

operations
2


OperatorError.OPERATOR_NOT_SUPPORTED
OperatorError
OPERATOR_NOT_SUPPORTED

http://www.w3.org/2001/XMLSchema-instance; xsi:type="
RequiredError">
operations[2].operator

operations
2


operator


RequiredError.REQUIRED
RequiredError
REQUIRED

http://www.w3.org/2001/XMLSchema-instance; xsi:type="
RequiredError">
operations[2].operand

operations
2


operand


RequiredError.REQUIRED
RequiredError
REQUIRED

http://www.w3.org/2001/XMLSchema-instance; xsi:type="
RequiredError">
operations[2].operator

operations
2


operator


RequiredError.REQUIRED
RequiredError
REQUIRED

http://www.w3.org/2001/XMLSchema-instance; xsi:type="
RequiredError">
operations[2].operand

operations
2


operand


RequiredError.REQUIRED
RequiredError
REQUIRED


I then checked the operator object:

  object(Google\AdsApi\AdWords\v201710\cm\AdGroupOperation)#95 (4) {
["operand":protected]=>
object(Google\AdsApi\AdWords\v201710\cm\AdGroup)#96 (16) {
  ["id":protected]=>
  string(11) "60706718824"
  ["campaignId":protected]=>
  NULL
  ["campaignName":protected]=>
  NULL
  ["name":protected]=>
  NULL
  ["status":protected]=>
  string(6) "PAUSED"
  ["settings":protected]=>
  NULL
  ["labels":protected]=>
  NULL
  ["forwardCompatibilityMap":protected]=>
  NULL
  ["biddingStrategyConfiguration":protected]=>
  NULL
  ["contentBidCriterionTypeGroup":protected]=>
  NULL
  ["baseCampaignId":protected]=>
  NULL
  ["baseAdGroupId":protected]=>
  NULL
  ["trackingUrlTemplate":protected]=>
  NULL
  ["urlCustomParameters":protected]=>
  NULL
  ["adGroupType":protected]=>
  NULL
  ["adGroupAdRotationMode":protected]=>
  NULL
}
["operator":protected]=>
string(3) "SET"
["OperationType":protected]=>
NULL
["parameterMap":"Google\AdsApi\AdWords\v201710\cm\Operation":private]=>
array(1) {
  ["Operation.Type"]=>
  string(13) "OperationType"
}
  }

Any ideas? Thanks!

-- 
Want to sell on Amazon, Walmart, and Jet? FeedAMP 
™ lets 
you easily sync orders back to your Shopify, BigCommerce, Magento, or 
Woocommerce store.  

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/060e0a54-ac3b-4698-a06d-202d2ad00745%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to setting Dynamic Remarketing ad settings for Display campaign by adwords api?

2018-04-05 Thread jwlim . dmc


How to setting Dynamic Remarketing ad settings for Display campaign by 
adwords api?



I would like to set up a campaign using the adwords api as shown in the 
image. Thank you for your guide!














-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/0d96238d-d0f2-4f74-bb85-c8510eb0eb67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Other search terms in search query report

2018-04-05 Thread Tirtha Ghosh Dastidar
Hi team,

We are downloading the search query report and noticed discrepancy with the 
adwords UI. Seems like metrics linked to "Other search terms" in the UI  DO 
NOT come in the api downloads.
Can you please explain the behavior.

Thanks
Tirtha

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/dfd88fdf-f2d1-4498-99aa-2f80c38062b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I'm get error about AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED when used BudgetService

2018-04-05 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings AdWordsians!

First of all, I would like to give a big shout-out to the amazing community 
for helping each other out through this one! I also have some good news. As 
of now, you should no longer be seeing any more errors with 
BudgetOrderService. We are currently running an an internal investigation 
and working towards putting things in place so this particular issue does 
not happen again. Thank you for taking the time to help us out.

Best,
Nadine, AdWords API Team

On Thursday, April 5, 2018 at 4:15:07 AM UTC-4, วรวุฒิ บุญตัน wrote:
>
> I'm temporary fix by following this open issue.
>
> https://github.com/googleads/googleads-dotnet-lib/issues/160
>
> IMO We both the same problem it should be related to request header.
>
>
> On Wednesday, 4 April 2018 21:56:52 UTC+7, Dhanya Sundararaju (AdWords API 
> Team) wrote:
>>
>> Hi,
>>
>> Could you please reply back with complete SOAP request and response of 
>> any one failed request so that we can take a closer look?
>>
>> Regards,
>> Dhanya, AdWords API Team
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/dbd7a34f-4190-4a3b-bdc7-0d4c4f37771a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get account budget

2018-04-05 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings!

It's me again. I was just thinking. If all you want to do is send an email 
when the budget gets close to being used, then you can also use automated 
rules . This is 
outside the API, but it allows you to set up a rule, that will alert you 
when you reach a certain point.  I figured I would mention this in case it 
helps.

Best,
Nadine, AdWords API Team

On Thursday, April 5, 2018 at 2:39:20 PM UTC-4, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hello,
>
> I totally understand how sad that is. To implement this as a feature in 
> the API would take a lot of work, which is why you have not seen any 
> progress on this. We get a lot of feature requests, and we often have to 
> choose the ones that are requested the most. It's helpful to hear from 
> people like you to know that there are other people who would want this 
> feature. 
>
> I have never met anyone who parses the web interface. I have met people 
> who download the invoices and parse that. Another things that some people 
> do is that they look at the budget on the campaign and tell people how much 
> budget remains on each of the campaigns instead of on the account. That is 
> another possible solution.
>
> Regards,
> Nadine, AdWords API Team
>
> On Thursday, April 5, 2018 at 2:17:41 AM UTC-4, kislo...@gmail.com wrote:
>>
>> Can I fine-tune how to send letters to the e-mail about the amount of the 
>> remaining balance (budget)?
>>
>> среда, 4 апреля 2018 г., 17:13:55 UTC+3 пользователь Nadine Sundquist 
>> (AdWords API Team) написал:
>>>
>>> Greetings!
>>>
>>> Thanks for taking the time to try that out. I'm sorry to hear that it 
>>> didn't match exactly what you needed. I appreciate the screenshots. That's 
>>> really helpful. In order to get what you're asking for, you would need the 
>>> BudgetOrderService 
>>> .
>>>  
>>> However, there's a catch. It's only supported in the API if you have 
>>> consolidated billing set up. Otherwise, that information can't be retrieved 
>>> through the API. I've already put in a feature request to make this 
>>> supported for all other kinds of billing in the future because I think that 
>>> would be helpful.There isn't a date as to when something like that would be 
>>> available.
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Wednesday, April 4, 2018 at 4:50:06 AM UTC-4, kisl...@gmail.com 
>>> wrote:

 Hello, thanks for answer

 We tried to use the "Budget Performance Report", but this is not what 
 we need. This method returns the budget from the "Shared Budget"

 Url interface: 
 https://adwords.google.com/aw/sharedbudgets?ocid=254362058&__c=8977077242=0&__u=6415393025
 Screen: http://take.ms/yCCkQ

 But we have a task to receive a budget from the section "Billing & 
 payments" -> "Account budgets"
 Url: 
 https://adwords.google.com/aw/billing/budgets?ocid=254362058=433291332&__c=8977077242=0&__u=6415393025
 Screen: http://take.ms/BW4g9

 We want to get the "Budget ammount" field (104$ on screenshot)

 How can I get this field? 

 вторник, 13 февраля 2018 г., 1:55:36 UTC+3 пользователь Nadine 
 Sundquist (AdWords API Team) написал:
>
> Hello,
>
> Could you do me a huge favor in the future? When you notice that a 
> thread is much older, could you start a new thread and just reference the 
> old forum post with a link? That makes it much easier in case the 
> questions 
> are a little different. In your case, you do have a few different 
> questions. In order to save you a bit of time, I won't ask you to start a 
> new thread this time, but I'll just answer it here. 
>
> 1) any news about this question?
> We took this question offline and worked with the user to determine if 
> they were qualified to use the BudgetOrderSerivce. In order to even be 
> considered, your whole account structure needs to be set up for 
> consolidated 
> billing . 
>
> 2)  i see budget in adwords interface, but i have guest (not manager) 
> account. How get budget by  API  via budgetOrderService?
> The BudgetOrderService is a whitelisted service, so you would have to 
> have a manager account set up with consolidated billing. There are more 
> details about how all of this works in our Budget Order Service guide 
> . 
> It sounds like in your case that you're not set up for that.
>
> 3) it would be logical,  if i can see budget in interface (from 
> browser) , then I should be able to read it by api 
> You do have other options for getting information about your budget. 
> For example, you can use the Budget Performance Report 
> 

Re: CampaignSharedSetOperation inconsistency

2018-04-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Jiri, 

Could you please confirm if you've populated any other negative keywords 
other than the SharedSet list? If yes, then it might be possible that you 
are reaching the Negative keyword limits for campaign as mentioned here 
. However, to 
verify this, could you share us the complete SOAP request and response logs 
along with the client Customer Id, so I can take a closer look? Please use 
*Reply 
privately to author* option to provide the details. 

Thanks,
Bharani, AdWords API Team

On Thursday, April 5, 2018 at 5:58:05 AM UTC-4, Jiri S wrote:
>
> Hi,
>
> I have created 3 negative keyword lists (SharedSets) in our MCC account 
> and now I'm trying to apply it to all campaigns in sub-accounts. Each 
> SharedSet has exactly one keyword in it at the moment. 
> After all operations succeeded I've noticed that SharedSets are applied to 
> different amount of campaigns with significant differences among those 
> SharedSets. There were not campaigns created 
> meanwhile. CampaignSharedSetOperations were sent in multiple batches, but 
> all batches succeeded.
>
> My question are
> - Is it possible that some SharedSets were not applied because we're 
> reaching limit 10.000 keywords per campaign?
> - Why I haven't received any errors back if some associations were not 
> successful?
>
> Cheers,
> Jiri 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/75957f91-74c8-432c-a673-da91896e7e98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ManagedCustomerService Returns Empty Result

2018-04-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Thank you for sharing the SOAP logs. It looks like if the client account is 
specified in the request header, it is not returning any results. I was 
able to replicate the issue with the latest version of the AdWords API 
while using the Python client library. I have shared this information with 
the team. I will keep you posted if I have any new information.

Regards,
Bharani, AdWords API Team

On Wednesday, April 4, 2018 at 1:36:00 PM UTC-4, Normunds Vilcins wrote:
>
> Hi!
>
>
> We are fetching the list of managed customers like this:
>
> managed_customer_service = self._client.GetService(
> 'ManagedCustomerService', version='v201708')
> selector = {
> "fields": ['Name', 'CustomerId', 'CanManageClients'],
> "paging": {
> "startIndex": "0", "numberResults": "100",
> }
> }
> more_pages = True
> while more_pages:
> page = managed_customer_service.get(selector)
> # .. process page ..
>
>
>
> This worked fine until recently. After looking into logs we saw this:
>
> Response summary - {'requestId': 0005690...9b06, 'responseTime': 187, 
> 'serviceName': CustomerService, 'methodName': getCustomers, 'operations': 
> 0, 'isFault': True, 'faultMessage': "[RequestError.UNSUPPORTED_VERSION @ 
> ; trigger:'You are accessing an AdWords API version v201708 that has been 
> discontinued. Calls to this version may fail. Please visit the AdWords API 
> blog for information on migration to the new AdWords API version.']"}
>
>
> So we tried upgrading the version. Now, however, the call simply returns 
> an empty result (no errors).
>
> > print(page)
> > {
> > 'totalNumEntries': 0,
> > 'Page.Type': 'ManagedCustomerPage',
> > 'entries': [],
> > 'links': []
> > }
>
> Tried with both "v201710" and "v201802".
>
>
> After turning on the soap interaction logs ( 
> https://github.com/googleads/googleads-python-lib#how-do-i-log-soap-interactions
>  )
>
> logging.basicConfig(level=logging.INFO, format=googleads.util.
> LOGGER_FORMAT)
> logging.getLogger('suds.transport').setLevel(logging.DEBUG)
>
> we only get this:
>
> [2018-04-04 17:09:36,525 - googleads.soap - INFO] Request made: Service: 
> "ManagedCustomerService" Method: "get" URL: "
> https://adwords.google.com/api/adwords/mcm/v201802/ManagedCustomerService;
>
>
> Shouldn't be an authentication related problem because (a) we don't get 
> any (including authentication related) errors, and (b) we get non-empty 
> results from other endpoints (e.g., CustomerService).
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/acd7536f-79d1-4c76-9f40-1c947c1fe551%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to setting Dynamic Remarketing ad settings for Display campaign by adwords api?

2018-04-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Thank you for sharing the screenshots. We usually handle concerns in 
English language. From what I understand, you're looking to setup the 
Display Network only campaigns, Marketing objectives through the API. If 
that's the case, it is not possible to do so through the API. You will have 
to setup them from the AdWords UI. 

Let me know if you have any other questions. 

Regards,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/ac716b9c-2ce4-420d-9c6d-7a624512e364%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get account budget

2018-04-05 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello,

I totally understand how sad that is. To implement this as a feature in the 
API would take a lot of work, which is why you have not seen any progress 
on this. We get a lot of feature requests, and we often have to choose the 
ones that are requested the most. It's helpful to hear from people like you 
to know that there are other people who would want this feature. 

I have never met anyone who parses the web interface. I have met people who 
download the invoices and parse that. Another things that some people do is 
that they look at the budget on the campaign and tell people how much 
budget remains on each of the campaigns instead of on the account. That is 
another possible solution.

Regards,
Nadine, AdWords API Team

On Thursday, April 5, 2018 at 2:17:41 AM UTC-4, kislo...@gmail.com wrote:
>
> Can I fine-tune how to send letters to the e-mail about the amount of the 
> remaining balance (budget)?
>
> среда, 4 апреля 2018 г., 17:13:55 UTC+3 пользователь Nadine Sundquist 
> (AdWords API Team) написал:
>>
>> Greetings!
>>
>> Thanks for taking the time to try that out. I'm sorry to hear that it 
>> didn't match exactly what you needed. I appreciate the screenshots. That's 
>> really helpful. In order to get what you're asking for, you would need the 
>> BudgetOrderService 
>> .
>>  
>> However, there's a catch. It's only supported in the API if you have 
>> consolidated billing set up. Otherwise, that information can't be retrieved 
>> through the API. I've already put in a feature request to make this 
>> supported for all other kinds of billing in the future because I think that 
>> would be helpful.There isn't a date as to when something like that would be 
>> available.
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Wednesday, April 4, 2018 at 4:50:06 AM UTC-4, kisl...@gmail.com wrote:
>>>
>>> Hello, thanks for answer
>>>
>>> We tried to use the "Budget Performance Report", but this is not what we 
>>> need. This method returns the budget from the "Shared Budget"
>>>
>>> Url interface: 
>>> https://adwords.google.com/aw/sharedbudgets?ocid=254362058&__c=8977077242=0&__u=6415393025
>>> Screen: http://take.ms/yCCkQ
>>>
>>> But we have a task to receive a budget from the section "Billing & 
>>> payments" -> "Account budgets"
>>> Url: 
>>> https://adwords.google.com/aw/billing/budgets?ocid=254362058=433291332&__c=8977077242=0&__u=6415393025
>>> Screen: http://take.ms/BW4g9
>>>
>>> We want to get the "Budget ammount" field (104$ on screenshot)
>>>
>>> How can I get this field? 
>>>
>>> вторник, 13 февраля 2018 г., 1:55:36 UTC+3 пользователь Nadine Sundquist 
>>> (AdWords API Team) написал:

 Hello,

 Could you do me a huge favor in the future? When you notice that a 
 thread is much older, could you start a new thread and just reference the 
 old forum post with a link? That makes it much easier in case the 
 questions 
 are a little different. In your case, you do have a few different 
 questions. In order to save you a bit of time, I won't ask you to start a 
 new thread this time, but I'll just answer it here. 

 1) any news about this question?
 We took this question offline and worked with the user to determine if 
 they were qualified to use the BudgetOrderSerivce. In order to even be 
 considered, your whole account structure needs to be set up for 
 consolidated 
 billing . 

 2)  i see budget in adwords interface, but i have guest (not manager) 
 account. How get budget by  API  via budgetOrderService?
 The BudgetOrderService is a whitelisted service, so you would have to 
 have a manager account set up with consolidated billing. There are more 
 details about how all of this works in our Budget Order Service guide 
 . 
 It sounds like in your case that you're not set up for that.

 3) it would be logical,  if i can see budget in interface (from 
 browser) , then I should be able to read it by api 
 You do have other options for getting information about your budget. 
 For example, you can use the Budget Performance Report 
 
  to 
 retrieve most of the data that you see in the browser. 

 4)  maybe exist some other api methods to get budget or  something 
 similar  money  param, like money limit, etc?
 For your situation, I think the best place would be to look at 
 reporting 
 
  such 
 as the Budget Performance Report 
 .
  
 There are many 

Re: CustomerService CUSTOMER_NOT_FOUND error

2018-04-05 Thread Oksana Sulyma
Thanks Josh, I've just replied privately.

On Thursday, April 5, 2018 at 4:15:58 PM UTC+3, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Oksana,
>
> We're still trying to track this one down. Do you happen to have an 
> example of a request where you encountered this error within the last 5 
> days? If so, could you *Reply privately to author* on this post and 
> provide me with the following?
>
>1. The date and time of the request, including timezone
>2. The user whose OAuth credentials were used for the request
>3. The client customer IDs you expected to receive for that user
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, March 13, 2018 at 9:53:29 AM UTC-4, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi,
>>
>> The engineering team is looking into this in more detail, and I hope to 
>> have an update soon. I'll post back here once that happens.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Monday, March 12, 2018 at 8:17:14 AM UTC-4, Oksana Sulyma wrote:
>>>
>>> Hi guys, bumping this thread as mentioned issue still exist. We had 
>>> correspondence in private mode, please let me know if there are any ideas 
>>> why we might get this error.. Thanks!
>>>
>>> On Friday, January 19, 2018 at 6:46:58 PM UTC+2, Bharani Cherukuri 
>>> (AdWords API Team) wrote:

 Hello Okasana, 

 The CUSTOMER_NOT_FOUND 
 
  error 
 is received when the ID specified in the request header does not exist. I 
 see that you're using the CustomerService.getCustomers() 
 ,
  
 which will return all the customers directly accessible by the user 
 authenticating the call. If the account specified is a new account, it is 
 recommended that you wait a few minutes after the account is created 
 before 
 issuing requests against it. Could you please recheck the credentials used 
 if they belong to the valid AdWords account user and try the request 
 again? 
 If you continue to have an issue with this, could you share us the email 
 address used to authenticate the API call? Please use *Reply privately 
 to author* option to provide the details. 

 Regards,
 Bharani, AdWords API Team

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/bb1d1fc8-9985-4328-a017-11b8f1c9d946%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerService CUSTOMER_NOT_FOUND error

2018-04-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Oksana,

We're still trying to track this one down. Do you happen to have an example 
of a request where you encountered this error within the last 5 days? If 
so, could you *Reply privately to author* on this post and provide me with 
the following?

   1. The date and time of the request, including timezone
   2. The user whose OAuth credentials were used for the request
   3. The client customer IDs you expected to receive for that user

Thanks,
Josh, AdWords API Team

On Tuesday, March 13, 2018 at 9:53:29 AM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> The engineering team is looking into this in more detail, and I hope to 
> have an update soon. I'll post back here once that happens.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, March 12, 2018 at 8:17:14 AM UTC-4, Oksana Sulyma wrote:
>>
>> Hi guys, bumping this thread as mentioned issue still exist. We had 
>> correspondence in private mode, please let me know if there are any ideas 
>> why we might get this error.. Thanks!
>>
>> On Friday, January 19, 2018 at 6:46:58 PM UTC+2, Bharani Cherukuri 
>> (AdWords API Team) wrote:
>>>
>>> Hello Okasana, 
>>>
>>> The CUSTOMER_NOT_FOUND 
>>> 
>>>  error 
>>> is received when the ID specified in the request header does not exist. I 
>>> see that you're using the CustomerService.getCustomers() 
>>> ,
>>>  
>>> which will return all the customers directly accessible by the user 
>>> authenticating the call. If the account specified is a new account, it is 
>>> recommended that you wait a few minutes after the account is created before 
>>> issuing requests against it. Could you please recheck the credentials used 
>>> if they belong to the valid AdWords account user and try the request again? 
>>> If you continue to have an issue with this, could you share us the email 
>>> address used to authenticate the API call? Please use *Reply privately 
>>> to author* option to provide the details. 
>>>
>>> Regards,
>>> Bharani, AdWords API Team
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/2e6cb5b0-5dc3-42c0-977a-4cc6c64d4bbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CampaignSharedSetOperation inconsistency

2018-04-05 Thread Jiri S
Hi,

I have created 3 negative keyword lists (SharedSets) in our MCC account and 
now I'm trying to apply it to all campaigns in sub-accounts. Each SharedSet 
has exactly one keyword in it at the moment. 
After all operations succeeded I've noticed that SharedSets are applied to 
different amount of campaigns with significant differences among those 
SharedSets. There were not campaigns created 
meanwhile. CampaignSharedSetOperations were sent in multiple batches, but 
all batches succeeded.

My question are
- Is it possible that some SharedSets were not applied because we're 
reaching limit 10.000 keywords per campaign?
- Why I haven't received any errors back if some associations were not 
successful?

Cheers,
Jiri 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/3c899cbb-c6f4-4d88-96c4-0521809905a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ManagedCustomerService Returns Empty Result

2018-04-05 Thread Normunds Vilcins
(public answer with obfuscated sensitive information)

The account I am testing with has two managed accounts linked to it. It 
should (and has in the past) return both for the specified request. 
However, even if the second account has some problem, the original one is 
clearly a managed account, since I created it and am the only one who has 
access to it. Or am I misunderstanding something here?

Anyway, this is what I get with DEBUG level enabled for logging:

[2018-04-05 08:54:16,481 - googleads.soap - INFO] Request made: Service: 
"ManagedCustomerService" Method: "get" URL: 
"https://adwords.google.com/api/adwords/mcm/v201802/ManagedCustomerService;

[2018-04-05 08:54:16,481 - googleads.soap - DEBUG] Outgoing request: {
'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8', 
'authorization': 'REDACTED'}
http://schemas.xmlsoap.org/soap/envelope/;>
  
https://adwords.google.com/api/adwords/mcm/v201802;>
  https://adwords.google.com/api/adwords/cm/v201802;>481XXX120<
/ns1:clientCustomerId>
  https://adwords.google.com/api/adwords/
cm/v201802">GPaXXXyw
  https://adwords.google.com/api/adwords/cm/v201802;>unknown 
(AwApi-Python, googleads/11.0.0, Python/3.6.0, zeep)
  https://adwords.google.com/api/adwords/cm/v201802;>false
  https://adwords.google.com/api/adwords/
cm/v201802">false

  
  
https://adwords.google.com/api/adwords/mcm/v201802;>
  
https://adwords.google.com/api/adwords/cm/v201802;>Name
https://adwords.google.com/api/adwords/cm/
v201802">CustomerId
CanManageClients
https://adwords.google.com/api/adwords/cm/v201802;>
  0
  100

  

  


[2018-04-05 08:54:16,481 - zeep.transports - DEBUG] HTTP Post to https://
adwords.google.com/api/adwords/mcm/v201802/ManagedCustomerService:

http://schemas.xmlsoap.org/soap/envelope/;>

https://adwords.google.com/api/adwords/mcm/v201802;>
https://adwords.google.com/api/adwords/cm/v201802;>481XXX120

https://adwords.google.com/api/adwords/cm/v201802
">GPaXXXyw

https://adwords.google.com/api/adwords/cm/v201802;>unknown 
(AwApi-Python, googleads/11.0.0, Python/3.6.0, zeep)

https://adwords.google.com/api/adwords/cm/v201802
">false

false




https://adwords.google.com/api/adwords/mcm/v201802;>

Name

https://adwords.google.com/api/adwords/cm/
v201802">CustomerId

CanManageClients

https://adwords.google.com/api/adwords/cm/
v201802">
0
100






[2018-04-05 08:54:17,222 - zeep.transports - DEBUG] HTTP Response from 
https://adwords.google.com/api/adwords/mcm/v201802/ManagedCustomerService 
(status: 200):
http://schemas.xmlsoap.org/soap/envelope/;>

https://adwords.google.com/api/adwords/mcm/v201802;
xmlns="https://adwords.google.com/api/adwords/cm/v201802;>
00056916XXX01d944
ManagedCustomerService
get
1
181



https://adwords.google.com/api/adwords/cm/v201802;
xmlns:ns2="https://adwords.google.com/api/adwords/mcm/v201802;>

0
ManagedCustomerPage





[2018-04-05 08:54:17,223 - googleads.soap - DEBUG] Incoming response:
http://schemas.xmlsoap.org/soap/envelope/;>
  
https://adwords.google.com/api/adwords/mcm/v201802; xmlns=
"https://adwords.google.com/api/adwords/cm/v201802;>
  00056916XXX01d944
  ManagedCustomerService
  get
  1
  181

  
  
https://adwords.google.com/api/adwords/cm/
v201802" xmlns:ns2="https://adwords.google.com/api/adwords/mcm/v201802;>
  
0
ManagedCustomerPage
  

  









On Wednesday, April 4, 2018 at 11:34:06 PM UTC+3, Bharani Cherukuri 
(AdWords API Team) wrote:
>
> Hello, 
>
> To get the client accounts under a manager account, you will need to make 
> sure that the client customer Id in the request header is set to the 
> manager account. If this does not fix your issue, could you please enable 
> logging by setting the level as 'DEBUG' and share the SOAP logs including 
> the header so that I can take a look? You could use *reply privately to 
> author *while sharing the logs. You may refer to this guide 
> 
>  on 
> how the sample logs look like.
>
> Regards,
> Bharani, AdWords API Team
>
> On Wednesday, April 4, 2018 at 1:36:00 PM UTC-4, Normunds Vilcins wrote:
>>
>> Hi!
>>
>>
>> We are fetching the list of managed customers like this:
>>
>> managed_customer_service = self._client.GetService(
>> 'ManagedCustomerService', 

Re: I'm get error about AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED when used BudgetService

2018-04-05 Thread วรวุฒิ บุญตัน
I'm temporary fix by following this open issue.

https://github.com/googleads/googleads-dotnet-lib/issues/160

IMO We both the same problem it should be related to request header.


On Wednesday, 4 April 2018 21:56:52 UTC+7, Dhanya Sundararaju (AdWords API 
Team) wrote:
>
> Hi,
>
> Could you please reply back with complete SOAP request and response of any 
> one failed request so that we can take a closer look?
>
> Regards,
> Dhanya, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/a4c63199-ed89-4910-bc30-a9932e9871e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get account budget

2018-04-05 Thread kislovpb
Can I fine-tune how to send letters to the e-mail about the amount of the 
remaining balance (budget)?

среда, 4 апреля 2018 г., 17:13:55 UTC+3 пользователь Nadine Sundquist 
(AdWords API Team) написал:
>
> Greetings!
>
> Thanks for taking the time to try that out. I'm sorry to hear that it 
> didn't match exactly what you needed. I appreciate the screenshots. That's 
> really helpful. In order to get what you're asking for, you would need the 
> BudgetOrderService 
> .
>  
> However, there's a catch. It's only supported in the API if you have 
> consolidated billing set up. Otherwise, that information can't be retrieved 
> through the API. I've already put in a feature request to make this 
> supported for all other kinds of billing in the future because I think that 
> would be helpful.There isn't a date as to when something like that would be 
> available.
>
> Best,
> Nadine, AdWords API Team
>
> On Wednesday, April 4, 2018 at 4:50:06 AM UTC-4, kisl...@gmail.com 
>  wrote:
>>
>> Hello, thanks for answer
>>
>> We tried to use the "Budget Performance Report", but this is not what we 
>> need. This method returns the budget from the "Shared Budget"
>>
>> Url interface: 
>> https://adwords.google.com/aw/sharedbudgets?ocid=254362058&__c=8977077242=0&__u=6415393025
>> Screen: http://take.ms/yCCkQ
>>
>> But we have a task to receive a budget from the section "Billing & 
>> payments" -> "Account budgets"
>> Url: 
>> https://adwords.google.com/aw/billing/budgets?ocid=254362058=433291332&__c=8977077242=0&__u=6415393025
>> Screen: http://take.ms/BW4g9
>>
>> We want to get the "Budget ammount" field (104$ on screenshot)
>>
>> How can I get this field? 
>>
>> вторник, 13 февраля 2018 г., 1:55:36 UTC+3 пользователь Nadine Sundquist 
>> (AdWords API Team) написал:
>>>
>>> Hello,
>>>
>>> Could you do me a huge favor in the future? When you notice that a 
>>> thread is much older, could you start a new thread and just reference the 
>>> old forum post with a link? That makes it much easier in case the questions 
>>> are a little different. In your case, you do have a few different 
>>> questions. In order to save you a bit of time, I won't ask you to start a 
>>> new thread this time, but I'll just answer it here. 
>>>
>>> 1) any news about this question?
>>> We took this question offline and worked with the user to determine if 
>>> they were qualified to use the BudgetOrderSerivce. In order to even be 
>>> considered, your whole account structure needs to be set up for 
>>> consolidated 
>>> billing . 
>>>
>>> 2)  i see budget in adwords interface, but i have guest (not manager) 
>>> account. How get budget by  API  via budgetOrderService?
>>> The BudgetOrderService is a whitelisted service, so you would have to 
>>> have a manager account set up with consolidated billing. There are more 
>>> details about how all of this works in our Budget Order Service guide 
>>> . 
>>> It sounds like in your case that you're not set up for that.
>>>
>>> 3) it would be logical,  if i can see budget in interface (from browser) 
>>> , then I should be able to read it by api 
>>> You do have other options for getting information about your budget. For 
>>> example, you can use the Budget Performance Report 
>>> 
>>>  to 
>>> retrieve most of the data that you see in the browser. 
>>>
>>> 4)  maybe exist some other api methods to get budget or  something 
>>> similar  money  param, like money limit, etc?
>>> For your situation, I think the best place would be to look at reporting 
>>> 
>>>  such 
>>> as the Budget Performance Report 
>>> .
>>>  
>>> There are many different kinds of reports 
>>>  that 
>>> can link that to where your budget is being used.
>>>
>>> Please give that a try to see if that works for you.
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Monday, February 12, 2018 at 3:01:31 PM UTC-5, kisl...@gmail.com 
>>> wrote:

 UP

 1) any news about this question?

 2)  i see budget in adwords interface, but i have guest (not manager) 
 account. How get budget by  API  via budgetOrderService?

 3) it would be logical,  if i can see budget in interface (from 
 browser) , then I should be able to read it by api 

 4)  maybe exist some other api methods to get budget or  something 
 similar  money  param, like money limit, etc?

 четверг, 19 января 2017 г., 6:35:33 UTC+3 пользователь 泉正太 написал:
>
> Hello,
>
> Thank you 

Re: How to get account budget

2018-04-05 Thread kislovpb
Hi,

This is very sad. Comrade 泉 正 太 asked about this opportunity more than a 
year ago.

It's not very clear how to work with this?

Do we need to parse the web interface in order to get and understand the 
balance that remains?

среда, 4 апреля 2018 г., 17:13:55 UTC+3 пользователь Nadine Sundquist 
(AdWords API Team) написал:
>
> Greetings!
>
> Thanks for taking the time to try that out. I'm sorry to hear that it 
> didn't match exactly what you needed. I appreciate the screenshots. That's 
> really helpful. In order to get what you're asking for, you would need the 
> BudgetOrderService 
> .
>  
> However, there's a catch. It's only supported in the API if you have 
> consolidated billing set up. Otherwise, that information can't be retrieved 
> through the API. I've already put in a feature request to make this 
> supported for all other kinds of billing in the future because I think that 
> would be helpful.There isn't a date as to when something like that would be 
> available.
>
> Best,
> Nadine, AdWords API Team
>
> On Wednesday, April 4, 2018 at 4:50:06 AM UTC-4, kisl...@gmail.com 
>  wrote:
>>
>> Hello, thanks for answer
>>
>> We tried to use the "Budget Performance Report", but this is not what we 
>> need. This method returns the budget from the "Shared Budget"
>>
>> Url interface: 
>> https://adwords.google.com/aw/sharedbudgets?ocid=254362058&__c=8977077242=0&__u=6415393025
>> Screen: http://take.ms/yCCkQ
>>
>> But we have a task to receive a budget from the section "Billing & 
>> payments" -> "Account budgets"
>> Url: 
>> https://adwords.google.com/aw/billing/budgets?ocid=254362058=433291332&__c=8977077242=0&__u=6415393025
>> Screen: http://take.ms/BW4g9
>>
>> We want to get the "Budget ammount" field (104$ on screenshot)
>>
>> How can I get this field? 
>>
>> вторник, 13 февраля 2018 г., 1:55:36 UTC+3 пользователь Nadine Sundquist 
>> (AdWords API Team) написал:
>>>
>>> Hello,
>>>
>>> Could you do me a huge favor in the future? When you notice that a 
>>> thread is much older, could you start a new thread and just reference the 
>>> old forum post with a link? That makes it much easier in case the questions 
>>> are a little different. In your case, you do have a few different 
>>> questions. In order to save you a bit of time, I won't ask you to start a 
>>> new thread this time, but I'll just answer it here. 
>>>
>>> 1) any news about this question?
>>> We took this question offline and worked with the user to determine if 
>>> they were qualified to use the BudgetOrderSerivce. In order to even be 
>>> considered, your whole account structure needs to be set up for 
>>> consolidated 
>>> billing . 
>>>
>>> 2)  i see budget in adwords interface, but i have guest (not manager) 
>>> account. How get budget by  API  via budgetOrderService?
>>> The BudgetOrderService is a whitelisted service, so you would have to 
>>> have a manager account set up with consolidated billing. There are more 
>>> details about how all of this works in our Budget Order Service guide 
>>> . 
>>> It sounds like in your case that you're not set up for that.
>>>
>>> 3) it would be logical,  if i can see budget in interface (from browser) 
>>> , then I should be able to read it by api 
>>> You do have other options for getting information about your budget. For 
>>> example, you can use the Budget Performance Report 
>>> 
>>>  to 
>>> retrieve most of the data that you see in the browser. 
>>>
>>> 4)  maybe exist some other api methods to get budget or  something 
>>> similar  money  param, like money limit, etc?
>>> For your situation, I think the best place would be to look at reporting 
>>> 
>>>  such 
>>> as the Budget Performance Report 
>>> .
>>>  
>>> There are many different kinds of reports 
>>>  that 
>>> can link that to where your budget is being used.
>>>
>>> Please give that a try to see if that works for you.
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Monday, February 12, 2018 at 3:01:31 PM UTC-5, kisl...@gmail.com 
>>> wrote:

 UP

 1) any news about this question?

 2)  i see budget in adwords interface, but i have guest (not manager) 
 account. How get budget by  API  via budgetOrderService?

 3) it would be logical,  if i can see budget in interface (from 
 browser) , then I should be able to read it by api 

 4)  maybe exist some other api methods to get budget or  something 
 similar  money  param, like money