Pull Stats from MCC

2019-01-22 Thread Tom
Hi,

Unlike scrips, is it possible to pull reports at an MCC level?

I'd like to automate the daily spend checker so pull cost by all accounts 
into a spreadsheet on daily basis for yesterday's spend.

Many thanks,
Tom

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/26526d51-e64a-41b6-9965-96054505daa4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Invalid Mobile App Id - INVALID_MOBILE_APP

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi,

I would like to confirm from my end if the workaround you tried is indeed
correct. For me to further check, could you provide the complete report
definition you used to generate the Automatic Placement Report as well as
your clientCustomerId so I could check those mobile app IDs with the team?
You may reply via *Reply privately to author*.

Regards,
Luis
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/19/19 04:16:35 ppcdevelo...@mineeds.com wrote:

I found a workaround :
if you submit them with a prefix of 1- (for iOS) and 2- (for Android) then
the API call returns successfully.

AdWords returns this:
mobileapp::10002-ca-app-pub-3605354403339561

 and if you call AdWords back with the same app ID like below to either
target or exclude this particular app, you'll get invalid app ID error.
mobileapp::10002-ca-app-pub-3605354403339561

But...if you append the platform id like below it works:
mobileapp::2-10002-ca-app-pub-3605354403339561

So in my code, I have a special case handling for mobileapp IDs that start
with 10002 or 10001, then replace it with 2-10002 and for 10001, replace it
with 1-10001.

Automatic Placement reports also return app ID's with 3- where 3-
identifies Windows mobile apps. However, I found that these cannot be
excluded or specifically targeted. So not sure why Google is giving us the
traffic, but yet we're unable to control anything about windows apps :
can't pause them, can't add them to exclude list, can't specifically target
them, can't adjust bids programmatically, etc...That seems like a very
strange business practice to me.

But the above workaround fixed my problem for iOS and Android apps.


On Friday, January 18, 2019 at 4:25:56 PM UTC, Dorian Kind wrote:

FWIW, I also reached out to the group back in 2017 about this sort of
placements, and was told that

"[...] these IDs may continue to appear in placement reports for a time
while we continue to work on cleaning up the old data. However, the invalid
IDs do not actually affect your targeting, and they should always come back
with no stats because of this."


If I understand OP correctly, not only do they still appear in the
placement reports, they also accumulate stats now. I'd also like to
understand how we can exclude these (AdMob?) placements.

Best,
Dorian


On Friday, 18 January 2019 16:02:00 UTC+1, PPC Developer wrote:

Hi Luis,

I'm well aware of the format for both iOS and Android. However, these
mobile application IDs are returned by AdWords via a call to get Automatic
Placement Performance report.. So basically, adwords is telling me that
these are the mobile apps that are giving us a lot of clicks. It's not me
trying to construct my own app ID. These are coming back from the API call
to adwords. And when I try to add these to exclusion lists via
NegativeCampaignCriteria, the API returns an error complaining about the
app ID format. So, it's basically AdWords returning these.

I saw another post related to this, https://groups.google.
com/forum/#!searchin/adwords-api/INVALID_MOBILE_APP%7Csort:
date/adwords-api/WUvX2wjhz6U/Xn_x7wdMBgAJ

But, what's the solution?

On Friday, January 18, 2019 at 8:22:08 AM UTC, googleadsapi-forumadvisor
wrote:

Hi,

The format of the app ID that you used was invalid which triggers
the CriterionError.INVALID_MOBILE_APP error. A well formed app ID for
AdWords API would be "1-476943146" for iOS and "2-com.labpixies.colordrips"
for Android. You may check this guide
  
for

details. I would suggest to correct those app ID then retry your request
again.

Let me know if you still encounter any error after doing my suggestion.

Thanks and regards,
Luis
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a
short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey


Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
On 01/18/19 12:06:25 ppcdev...@mineeds.com wrote:

I'm getting mobile application ID(s) via the API, and trying to add as
negative or biddable criterion to another ad group. In doing so, I get
exceptions:

[CriterionError.INVALID_MOBILE_APP @  
operations[103].oper

googleads 15.0.2 has requirement PyYAML<5.0,>=4.2b1, but you'll have pyyaml 3.13 which is incompatible.

2019-01-22 Thread rishit
Hi,


While upgrading to the latest version via pip I am running into the 
following warning: googleads 15.0.2 has requirement PyYAML<5.0,>=4.2b1, but 
you'll have pyyaml 3.13 which is incompatible. This is weird considering 
the latest stable version of PyYAML is 3.13 
(https://pyyaml.org/wiki/PyYAML).

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/da95fbe3-7149-4358-a790-4e1235c55145%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Call Only Ads has data missing through Ad Performance Report

2019-01-22 Thread cv
Hi,

I have downloaded report AD_PERFORMANCE_REPORT for Call only ad adtype.
But AD_PERFORMANCE_REPORT has Headline1 Headline2 is coming as -- but in 
real UI there is values.

I am not getting those values through API again Headline 1 and Headline 2.

Is this feature not available through API?

Thanks,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/33a170f6-1e64-41ae-9fe3-68761ca8abbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ManagedCustomerService is not returning all the accounts

2019-01-22 Thread cv
Hello,

I was using ManagedCustomerService to get all the accounts under Adwords.
UI has so many accounts but API is returning only one account.

Is there anything limited to API?

Thanks,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/637a74bd-ac52-40af-9ca6-8bce991394b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How I find it ------user location report

2019-01-22 Thread 朱梦君


[image: 965afab6ffd3470c24b56b56bb9e27e.png]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1cfc726b-bee7-407e-aef8-c6bfc0d42fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Are we eligible for API?

2019-01-22 Thread Milan
Hi,

I am not completely sure about API access, so I decided to ask a question.

We (small company) want to create an internal tool that should get the 
keywords and the number of searches from Google Ads API. Our idea is that 
in the future, we may use this tool for potential clients and suggestions 
about keywords, landing pages, etc.

All access to API will be kept only for our company.

As I have some doubts on RMF 
, could 
someone tell me are we eligible for API?

Thanks in advance,
Milan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f4070962-e801-498b-b0cf-377257f035cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Add Youtube Channel to Excuded Placements

2019-01-22 Thread Robert
Hi,

is it possible to add a youtube channel to the exclueded placements on 
campaign level?

I tried with this code and php api, but received an error. 

My code is adopted to an example 
from https://developers.google.com/adwords/api/docs/samples/php/targeting

function addnegativeplacement($adWordsServices, $session, 
$campaignId,$channelid) {

$campaignCriterionService = $adWordsServices->get($session, 
CampaignCriterionService::class);


$campaignCriteria = [];
$operations = [];
foreach ($campaignCriteria as $campaignCriterion) {
  $operation = new CampaignCriterionOperation($session);
  $operation->setOperator(Operator::ADD);
  $operation->setOperand($campaignCriterion);
  $operations[] = $operation;
}


// Add a negative campaign criterion.
$negativePlacement = new YouTubeChannel($session);
$negativePlacement->setchannelId("$channelid");

//$negativePlacement->setCriterionType(PlacementMatchType::YOUTUBE_CHANNEL);
$negativeCriterion = new NegativeCampaignCriterion();
$negativeCriterion->setCampaignId($campaignId);
$negativeCriterion->setCriterion($negativePlacement);


$operation = new CampaignCriterionOperation();
$operation->setOperator(Operator::ADD);
$operation->setOperand($negativeCriterion);
$operations[] = $operation;


$result = $campaignCriterionService->mutate($operations);


// Print out some information about added campaign criteria.
foreach ($result->getValue() as $campaignCriterion) {
  printf(
  "%s with ID %d and type '%s' was added as negative placement.\n",
  $placementdomain,
  $campaignCriterion->getCriterion()->getId(),
  $campaignCriterion->getCriterion()->getType());
}
}

 addnegativeplacement(new 
AdWordsServices(),$session,$campaignId,$channelid);


I receive the following error:

PHP Fatal error:  Uncaught exception 
'Google\AdsApi\AdWords\v201809\cm\ApiException' with message 
'[OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT @ 
operations[0]]'

Can you help me with this please?

Best,
Robert

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8d02c567-eceb-4359-a68a-2d6f5ce25a2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Getting video from UAC through API

2019-01-22 Thread Stories Games
Hello everyone!

How i can get video from Universal App Campaign through API, where 
Impression > 100 etc.

Thank You.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4bb1c7cc-78df-426a-a31a-b68e3a4aa2be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Policy violations / Grants / Express

2019-01-22 Thread Edward Hibbert
We have a Google Ads Grant account.  For the last few months, it has been 
deactivated for policy violations.  We are stuck in a loop of:

   - We contact support
   - They review the account, say it's fine, and reactivate it
   - It gets deactivated the next day
   - They escalate it to a higher level of support
   - They say good news!  It's fixed
   - It gets deactivated the next day

The best guess reason for this is that the account makes reference to Yahoo 
Groups in some way, because some of the communities for this charity used 
to be hosted there.  We cannot find any current reference to Yahoo in the 
ads.

If this was a classic Ads account, then I could try to use the API to 
download all the details I could find, and pore over them to see if I could 
spot the violation myself.  But although it was an Ads account years back, 
it's now an Express account, and so far as I'm aware you can't access 
Express via the API.  Is that correct?

Edward

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cf4d1566-52d9-433f-9f0f-cf7678519787%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Shopping ads, Dynamic Remarketing Disapproved or invalid

2019-01-22 Thread Mikael Cardoso
Hi, my name is Mikael, my team and i were developing an API which will 
comunicate with goolge using MCA.

we started our tests a few days ago and now we are trying to send a new 
Item but we always got the same 2 erros:

Shopping ads: Disapproved or invalid
Dynamic Remarketing: Disapproved or invalid

There is also an error "Unclaimed website" but i guess it is "normal" since 
we "testing".



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1e1f5dcb-802f-4aa9-8494-d3031320928b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Ads Exclude/Ip Block API in PHP

2019-01-22 Thread rajit bansal
even adwords api will do if google ads one is in progress

On Thursday, 10 January 2019 04:41:52 UTC+5:30, Teja Makani wrote:
>
> Hello Rajit,
>
> Could you please confirm whether you are referring to the Google Ads API 
> Beta ? In 
> such case you could use Campaign Criterion.ip_block.ip_address 
> 
>  field 
> to add the IPs to block. As the API is evolving and at this point of time 
> we do not have any samples and documentation for this. I will update my 
> team on this concern and let you know once I have more information.
>
> Regards,
> Sai Teja, AdWords API Team
>
> On Wednesday, January 9, 2019 at 1:28:36 PM UTC-5, rajit bansal wrote:
>>
>> I needed API to block certain IPs, which i can use to block fraudent 
>> clicks on the go to avoid going damage once a VPN or bad ip is detected.
>> I tried searching a lot but all i got was about adwords api not google 
>> ads api . 
>> Please help with link and example
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f8b6ac51-1eb9-4ad3-8d45-268e615f7b22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


BatchJobProcessingError.INTERNAL_ERROR when sending a large batch job

2019-01-22 Thread Guy Halperin
Hello,

I am getting InternalError when trying to create 11~ ad groups in one 
batch job,
It finishes uploading using the IncrementalUploader and then when I poll 
the status I get Cancelled with the error

Job ID for example is: 990904380

Thanks,
Guy.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/69887099-8fa1-4045-b940-c44a55a5b24c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CAMPAIGN_LOCATION_TARGET_REPORT clicks value doesn't include the clicks from youtube videos

2019-01-22 Thread Vision
CAMPAIGN_LOCATION_TARGET_REPORT clicks value doesn't include the clicks 
from youtube videos

SELECT Date,Id,Impressions,Clicks FROM CAMPAIGN_LOCATION_TARGET_REPORT 
DURING ..

for example:
Google search  clicks:100
Google Display Network clicks:200
YouTube Videos:clicks 50

the clicks value from the API is 300 (Google search + Google Display 
Network), is this normal? how can I get the clicks from youtube videos? 
thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5eab230d-ce8b-4182-94f8-bc9094a3e343%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Slow audience list data populating

2019-01-22 Thread ivan . kharybin
Hello everyone!

I'm having problem with slow audience list data updating. 
I've created new audience list via API and uploaded around 2000 customer 
records as described here. 

 
It was done around 02+0300 on Monday. Since then this audience has had 
status "Populating..." in web interface. Isn't it a bit too long? In future 
I'll need to upload audiences with millions of records and update them on 
daily basis; I'm afraid if Google can handle this.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8ff875ef-be54-46d3-bcd8-91df449a0b68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: About "display values" of "CONNECTED_TV" when get "Account Performance Report" via AdWords API

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi,

Sorry for the delayed response. The expected display value for CONNECTED_TV
is "Devices streaming video content to TV screens".

Cheers,
Josh, AdWords API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/03/19 15:11:23 googleadsapi-forumadvi...@google.com wrote:

Hi,

I'm looking into what the display value will be and will let you know as
soon as I have that info. Note that starting on January 8, you'll be able
to get the display value from *ReportDefinitionService* in the
ReportDefinitionField.EnumValuePair.enumDisplayValue
  
field

as well.

Thanks,
Josh, AdWords API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/03/19 05:40:52 pn...@lockon-vn.com wrote:

Dear Adwords API team,

When I get "Account Performance Report" via AdWords API, I have a question:

*- What's "display values" of "CONNECTED_TV" ?*

Thank AdWords API team so much.


** Ref image as below:*

[image: display_name_conntect_tv.png]



--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f22d226a-c7a2-49ca-a74d-9c902c8a4597%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

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


Problem with API method content/v2/

2019-01-22 Thread roistat . artemov . d


We send request https://www.googleapis.com/content/v2/
Request:

{
   "entries":[
  {
 "batchId":0,
 "merchantId":122581929,
 "method":"GET",
 "productId":21146
  },
  {
 "batchId":1,
 "merchantId":122581929,
 "method":"GET",
 "productId":21169
  }
   ]
}

Responce:

{
 "error": {
  "errors": [
   {
"domain": "content.ContentErrorDomain",
"reason": "auth/account_access_denied",
"message": "User cannot access account 122581929"
   }
  ],
  "code": 401,
  "message": "User cannot access account 122581929"
 }
}

Access to account 122581929 is issued (mail of the same administrator, mail 
olyakarmel...@gmail.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/425a93d9-5ae8-4dcc-bf25-902334767646%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Problem with trackingTemplate for SEARCH_DYNAMIC_ADS

2019-01-22 Thread roistat . artemov . d
We set up a tracking template for an ad, an ad group, and a campaign of 
type SEARCH_DYNAMIC_ADS. But when you click on ads, the tracking template 
is not added to the URL.

The problem is reproduced only for SEARCH_DYNAMIC_ADS. For all other ad 
types, the tracking template works correctly.

Example of tracking template
{lpurl}?roistat=google6_{network}_{adgroupid}_{creative}_{keyword}&
roistat_referrer={placement}&roistat_pos={adposition}


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f68691eb-d26a-49d5-800c-dac569b86665%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Impressions far too high (code included)

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi,

Could you please confirm if you are referring test key as test developer
token? If yes, please note that with the test developer token you will only
be able to make the API call against the test account. If you are looking
to use the OAuth credentials of test account against the production
account, then you will need to add the email address (which you have
created the OAuth credentials) as the admin user in the production account.
To add the user please refer to this
 Help Center
article.

Thanks,
Milind, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/18/19 17:34:48 desmondcon...@gmail.com wrote:

I am using a test account so I guess this makes sense now.
Is it possible to use the test key against a production client customer id
to get real data for impressions?

On Thursday, January 17, 2019 at 10:48:04 PM UTC, googleadsapi-forumadvisor
wrote:

Hello Des,

Could you please confirm are you running the code against the client
customer id of the production or test account? Please note that when you
are using test accounts
,
the TrafficEstimatorService will return dummy data. For more information
please refer to this

 document.

Thanks,
Milind, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a
short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey


Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/365ce2df-7e21-4d79-b5f9-25aa80a2cb97%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

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


RE: Call Only Ads has data missing through Ad Performance Report

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Chirag,

I was able to replicate the issue on my end. I'm checking this internally
with the team. I will keep you posted on the updates.

Thanks,
Bharani, AdWords API Team

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


RE: CAMPAIGN_LOCATION_TARGET_REPORT clicks value doesn't include the clicks from youtube videos

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello,

The Campaign Location Target Report
  
will

include the Clicks from the Locations tab in the UI. Could you please share
your client customer Id using the reply privately to author option, so I
can take a look and address your concern?

Thanks,
Bharani, AdWords API Team

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


Error [RequiredError.REQUIRED @ operations[0].operand.rules[0].ruleOperands[0].rule, RequiredError.REQUIRED @ operations[0].operand.rules[0].ruleOperands[1].rule] while creating logical user list usin

2019-01-22 Thread The DiMaAg
Hi Team,

I am trying to add a logical user list in one of my client account.

I use the attached python script for the same.

I get the following SOAP request generated at run-time:

INFO:googleads.soap:Request made: Service: "AdwordsUserListService" Method: 
"mutate" URL: 
"https://adwords.google.com/api/adwords/rm/v201809/AdwordsUserListService";
DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type': 
'text/xml; charset=utf-8', 'authorization': 'REDACTED'}
http://schemas.xmlsoap.org/soap/envelope/";>
  
https://adwords.google.com/api/adwords/rm/v201809";>
  https://adwords.google.com/api/adwords/cm/v201809";>1191454216
  https://adwords.google.com/api/adwords/cm/v201809";>
  https://adwords.google.com/api/adwords/cm/v201809";>unknown 
(AwApi-Python, googleads/14.1.0, Python/2.7.12, zeep)
  https://adwords.google.com/api/adwords/cm/v201809";>false
  https://adwords.google.com/api/adwords/cm/v201809";>false

  
  
https://adwords.google.com/api/adwords/rm/v201809";>
  
https://adwords.google.com/api/adwords/cm/v201809";>ADD
http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="ns0:LogicalUserList">
  userlist_logical_samir
  logical user list
  
ANY

  
753510197
  


  
753510200
  

  

  

  


I get the following error upon processing the request:

[RequiredError.REQUIRED @ 
operations[0].operand.rules[0].ruleOperands[0].rule, RequiredError.REQUIRED 
@ operations[0].operand.rules[0].ruleOperands[1].rule]

Can you please help me understand the issue?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1a3f9445-cfaa-4749-9957-efbf4410cea1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
import sys
import ast
import pandas as pd
import calendar
from datetime import date
from datetime import datetime
from datetime import timedelta
from googleads import adwords
import ast
import logging 

def main(client):
	logging.basicConfig(filename='example.log',level=logging.DEBUG)
	client_customer_account = sys.argv[1]
 	client.SetClientCustomerId(client_customer_account)
	# Initialize appropriate service.
 	adwords_user_list_service = client.GetService('AdwordsUserListService', version='v201809')
	logical_rule_k = {
		'operator': 'ANY',
		'ruleOperands': [
			{'UserList': {
'xsi_type': 'ExpressionRuleUserList',
'id': 753510197
}	
			},
			{'UserList': {
'xsi_type': 'ExpressionRuleUserList',
'id': 753510200
}
			}
		]	
	}
	operations = [
		{
			'operator': 'ADD',	
			'operand': {
'xsi_type': 'LogicalUserList',
'name': 'userlist_logical_samir',
'description': 'logical user list',
'rules': [logical_rule_k]
			}
		}  
	]
	# Submit the operations.
	user_lists = adwords_user_list_service.mutate(operations)

	# Display results.
	for user_list in user_lists['value']:
		print (('User list added with ID %d, name "%s", status "%s", list type'
		' "%s", accountUserListStatus "%s", description "%s".') %
		(user_list['id'], user_list['name'],
		user_list['status'], user_list['listType'],
		user_list['accountUserListStatus'], user_list['description']))

if __name__ == '__main__':
	# Initialize client object.
	adwords_client = adwords.AdWordsClient.LoadFromStorage()
	main(adwords_client)


RE: How I find it ------user location report

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello,

In this support channel we will discuss technical questions related to
AdWords API. If you are trying to fetch the User location report via API,
it is not possible. Universal app campaigns only supports the reports
mentioned here
.
Please let me know if you if you have any other questions or if your
question is different.

Regards,
Sai Teja, AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Pull Stats from MCC

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Tom,

In AdWords API, you can run the ParallelReportDownload

.java

to get the reports for all accounts which are directly under a manager
account in multiple parallel threads. Samples in other languages can be
found here .
Let me know if you have any further questions.

Thanks,
Milind, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: googleads 15.0.2 has requirement PyYAML<5.0,>=4.2b1, but you'll have pyyaml 3.13 which is incompatible.

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Rishit,

The update of PyYAML dependency to >=4.2b1 in google's Python Client
Library 15.0.2
 is
for https://nvd.nist.gov/vuln/detail/CVE-2017-18342. If you have more
questions about the client library, could you please report on the Python
library's issue tracker
? The library
owner is better equipped to address such issues.

Thanks,
Sreelakshmi, AdWords API Team

On 01/18/19 19:14:24 ris...@pocketgems.com wrote:

Hi,


While upgrading to the latest version via pip I am running into the
following warning: googleads 15.0.2 has requirement PyYAML<5.0,>=4.2b1, but
you'll have pyyaml 3.13 which is incompatible. This is weird considering
the latest stable version of PyYAML is 3.13 (https://pyyaml.org/wiki/PyYAML
).

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/da95fbe3-7149-4358-a790-4e1235c55145%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

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


RE: BatchJobProcessingError.INTERNAL_ERROR when sending a large batch job

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello,

 Are you still facing this issue? I see that your batch job is quite large.
However, if there are no other batch jobs running against that account the
size of the batch job should most likely not be an issue. Please note that
there is a limit

on the size of active batch jobs an account can have which is 1 GB per
account. To be sure, you could try with a smaller batch job and see if that
is working for you. If you are still facing failures, would you be able to
enable the SOAP logs and share the logs of your upload operation? If you
need steps to enable logging, please check the README file of the client
library 
that you are using.

Also, please make sure that all the ad groups are not being added in a
single campaign as there is a limit of 20,000 ad groups per campaign. You
could check this help center article
 for more
details on the system limits.

Thanks,
Sreelakshmi, AdWords API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/21/19 19:43:02 guy.halperi...@gmail.com wrote:

Hello,

I am getting InternalError when trying to create 11~ ad groups in one
batch job,
It finishes uploading using the IncrementalUploader and then when I poll
the status I get Cancelled with the error

Job ID for example is: 990904380

Thanks,
Guy.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/69887099-8fa1-4045-b940-c44a55a5b24c%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

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


RE: Policy violations / Grants / Express

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Edward,

You should be able to make API calls on Express accounts. For example, you
can run the Campaign Performance Report
  
to

pull up campaign stats. Sample code in Java is available here
.
For other programming languages, please refer here
.

Regards,
Dhanya, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: ManagedCustomerService is not returning all the accounts

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Chirag,

If you are passing the client customer id of the manager account in the
request header, it should return the account hierarchy under that manager
account. You can refer to this sample Java code here
.
Samples in other languages can be found here
, Could you
please share the request and response logs so that I can troubleshoot the
issue? You can use 'Reply privately to author' while responding.

Thanks,
Milind, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Add Youtube Channel to Excuded Placements

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Robert,

I was able to exclude a YoutubeChannel at campaign level using
CampaignCriterionService. Below is the SOAP request:


https://adwords.google.com/api/adwords/cm/v201809";>

ADD
https://adwords.google.com/api/adwords/cm/v201809";
xsi:type="ns2:NegativeCampaignCriterion">
*

*







Please give it a try and let me know if you have any further questions.

Regards,
Dhanya, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Google Ads Exclude/Ip Block API in PHP

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Rajit,

Using the GoogleAdsAPI
 you could use
the CampaignCriteriaonService

and set the CampaignCriterion

to negative to exclude (true) the criterion and can add IpBlockInfo

to exclude the IP's from your targeting. You could use the code sample
AddCampaignTargetingCriteria.java

and follow the same pattern to exclude the IP's. Code samples in other
languages can be found here
.

You would be able to exclude IP's using AdWords API

as well. You have to use CampaignCriterionService

and set the NegativeCampaignCriterion

to
IpBlock
.
please let me know if you have any further questions. You could use the
code sample AddCampaignTargetingCriteria.java

and follow the same pattern to exclude the IP's. Code samples in other
languages can be found here
.


Regards,
Sai Teja, AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Getting video from UAC through API

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello,

You need to fetch the UniversalAppCampaignSetting

using the CampaignService

and use youtubeVideoMediaIds

and then you could use the MediaService

to get the details of the corresponding Video asset. The stats like
impression at an asset level is not available via API. Via UI, you need to
go to the UAC campaign -> Campaign -> AD ASSETS to see the stats likes
impressions and clicks of you Ad assets. Please let me know if you have any
further questions.

Regards,
Sai Teja, AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Slow audience list data populating

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Ivan,

If you uploaded the user list a couple of hours ago and seeing the
Populating status via UI then it is expected. It takes 6 to 12 hours for a
list to be populated with members, so you'll most likely see an "In
Progress" status (on the Google Ads UI) if you upload to an audience list
more frequently than once every 12 hours. To know more about customer match
considerations please refer this guide

.

If the problem persists please share the SOAP logs(request and response
)
of the upload operation performed without redacting any data. You could
refer this guide

to enable logging for Java client library, for other client libraries
please refer here
. You could
use reply privately to the author option while sharign the information
requested.

Regards,
Sai Teja, AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Problem with API method content/v2/

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Dmitry,

In this support channel we will answer technical questions related to  
AdWords

API
.
Looks like your concern is related to the Content API for Shopping
. You
could post your concern on their form
.
If you have any concerns related to AdWords API please elaborate, I am
happy to help.

Regards,
Sai Teja, AdWords API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Shopping ads, Dynamic Remarketing Disapproved or invalid

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello,

Looks like you are looking for the Shopping API. In this forum we only
support questions related to AdWords API. I would recommend to post your
question on the Shopping API forum
.
If you have any questions related to AdWords API, please let me know so
that I can assist you further.

Thanks,
Milind, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


AdGroup Negative Placements Performance Report??

2019-01-22 Thread Han Vo
Hi there,
I wonder if this report is available. I am looking to pull a report that 
would contain the information of Negative Placement of an AdGroup, and 
would have all of the information of the Exclusion items such as 
for YouTubeChannel (channelId) or MobileApplication (appId), and domain name

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f2dcdd10-8475-496e-9f7b-7d5953d8d3b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdGroup Negative Placements Performance Report??

2019-01-22 Thread Han Vo
Apologize! 

I meant the regular placement reports. I would like to see what channel, 
mobile app my ads were showed on. 
Thanks

On Tuesday, January 22, 2019 at 5:00:54 PM UTC-5, Han Vo wrote:
>
> Hi there,
> I wonder if this report is available. I am looking to pull a report that 
> would contain the information of Negative Placement of an AdGroup, and 
> would have all of the information of the Exclusion items such as 
> for YouTubeChannel (channelId) or MobileApplication (appId), and domain name
>
> Thanks
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2005e175-b54e-4749-9a16-53fefd97517a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Calls mismatch

2019-01-22 Thread Kunal Patankar
Hi,

I am working on API based call reporting.

Using the Ads API I derive the following data:

· CAMPAIGN_PERFORMANCE_REPORT

o   Total calls using total conversions where "ConversionTypeName" is "Calls 
from Ad"

· CALL_METRICS_CALL_DETAILS_REPORT

o   Total calls using count ALL where "CallStatus" is "Received"

I end up getting more calls using "CALL_METRICS_CALL_DETAILS_REPORT".

What am I missing?


Mit freundlichen Grüßen,

Kunal Patankar
Senior Lead Consultant
Phone  +49 89 99 01 64 - 173
Mobile +49 152 0911 9014
Fax +49 89 99 01 64 - 499
Skype

Neumarkter Str. 61, 81673 München, Deutschland
www.TIEKinetix.com / 
www.FLOWpartnerautomation.com


Geschäftsführer: Erik Jan Hengstmengel, Christian Seidl, Jan Birger Sundelin
Handelsregister: Amtsgericht München, HRB 119498
[http://go.tiekinetix.com/l/68332/2016-05-26/4fdpn7/68332/74368/Email__TIEKinetix_logo.png]




  
[http://go.tiekinetix.com/l/68332/2016-05-26/4fdpn1/68332/74362/Email___TIEKinetix_facebook.png]
   
[http://go.tiekinetix.com/l/68332/2016-05-26/4fdpn9/68332/74370/Email___TIEKinetix_twitter.png]
   
[http://go.tiekinetix.com/l/68332/2016-05-26/4fdpn5/68332/74366/Email___TIEKinetix_linkedin.png]
   
[http://go.tiekinetix.com/l/68332/2016-05-26/4fdpn3/68332/74364/Email___TIEKinetix_googleplus.png]
   
[http://go.tiekinetix.com/l/68332/2016-05-26/4fdpnc/68332/74372/Email___TIEKinetix_xing.png]
 



[http://go.tiekinetix.com/email_signature_banner_dach]

Dieses Email und dessen Inhalt unterliegt unserem Gewährleistungs- und 
Haftungsausschluss 
http://tiekinetix.com/privacy-policy.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/435bd816399b47d0a96af318ed8c3484%40PtxCRPvMBX01.tiekinetix.org.
For more options, visit https://groups.google.com/d/optout.


CustomerSyncService giving different change numbers than the Change History in Google Ads interface

2019-01-22 Thread sam
Hello,

A part of our software makes use of the CustomerSyncService to determine 
how many changes have been made to various ad accounts. We have noticed 
that many of the sums of changes don't match the number in the Google Ads 
interface (Change History report) over the same time period. For example, 
the CustomerSyncService will give a list of ads that were changed on a 
certain day whereas the Change History report in Google Ads reports 0 
changes for that day. Are there any criteria that would cause the 
SyncService to report a change in an ad and not report it in the Change 
History report? Is there any way to fetch the same number of changes as 
displayed in the change history report?

Thanks,
Sam

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/788f43dc-e574-45e2-ac1f-4123d70d1a91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How I find it ------user location report

2019-01-22 Thread 朱梦君
I want to get the user's real location through the API. Is there any way?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/40cf9161-ea03-43d9-84fd-2a7d396f603b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: CustomerSyncService giving different change numbers than the Change History in Google Ads interface

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Sam,

The CustomerSyncService
  
does

not return a detailed result of the changes as this will only show campaign
and account based changes. This service is not 100% equivalent to the
Change History feature in the Google Ads UI. The Change History returns a
more detailed result of all the changes made in an account. You may refer
to this guide about Change History
 for more
details.

Regards,
Dannison
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/22/19 23:05:33 s...@makeitbloom.com wrote:

Hello,

A part of our software makes use of the CustomerSyncService to determine
how many changes have been made to various ad accounts. We have noticed
that many of the sums of changes don't match the number in the Google Ads
interface (Change History report) over the same time period. For example,
the CustomerSyncService will give a list of ads that were changed on a
certain day whereas the Change History report in Google Ads reports 0
changes for that day. Are there any criteria that would cause the
SyncService to report a change in an ad and not report it in the Change
History report? Is there any way to fetch the same number of changes as
displayed in the change history report?

Thanks,
Sam

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/788f43dc-e574-45e2-ac1f-4123d70d1a91%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

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


RE: AdGroup Negative Placements Performance Report??

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Han,

You may use the Automatic Placements Performance Report

which includes all statistics aggregated at the placement level. This type
of report is the equivalent of *WHERE ADS SHOWED* report in Google Ads UI
(see this guide
  
for

mapping of reports to Google Ads UI). Then, you may use the Domain
  
field

attribute to determine which placement (URL/mobile app ID) where the
impression was shown.

Let me know if this is what you are looking for.

Thanks and regards,
Luis
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/23/19 06:03:25 h...@netsertive.com wrote:

Apologize!

I meant the regular placement reports. I would like to see what channel,
mobile app my ads were showed on.
Thanks

On Tuesday, January 22, 2019 at 5:00:54 PM UTC-5, Han Vo wrote:

Hi there,
I wonder if this report is available. I am looking to pull a report that
would contain the information of Negative Placement of an AdGroup, and
would have all of the information of the Exclusion items such as
for YouTubeChannel (channelId) or MobileApplication (appId), and domain name

Thanks

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2005e175-b54e-4749-9a16-53fefd97517a%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

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


Re: ManagedCustomerService is not returning all the accounts

2019-01-22 Thread cv
Hi,

No I am not passing any of the customer ID. I am using example 
GetAccountHierarchy.php to test it out.

Please check private reply for SOAP logs.

Thanks,



On Wednesday, 23 January 2019 02:28:48 UTC+5:30, googleadsapi-forumadvisor 
wrote:
>
> Hi Chirag,
>
> If you are passing the client customer id of the manager account in the 
> request header, it should return the account hierarchy under that manager 
> account. You can refer to this sample Java code here 
> .
>  
> Samples in other languages can be found here 
> , Could 
> you please share the request and response logs so that I can troubleshoot 
> the issue? You can use 'Reply privately to author' while responding. 
>
> Thanks,
> Milind, AdWords API Team
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cd5b32d5-523a-4477-bf0e-87cc65e4747a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Calls mismatch

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Kunal,

To further investigate this, could you provide the complete report
definition
  
you

used to generate both the report types that you mentioned as well as your
clientCustomerId? Please reply via *Reply privately to author*.

Thanks and regards,
Luis
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/22/19 23:01:28 kunal.patan...@tiekinetix.com wrote:

Hi,



I am working on API based call reporting.



Using the Ads API I derive the following data:

· CAMPAIGN_PERFORMANCE_REPORT

o   Total calls using total conversions where “ConversionTypeName” is
“Calls from Ad”

· CALL_METRICS_CALL_DETAILS_REPORT

o   Total calls using count ALL where “CallStatus” is “Received”



I end up getting more calls using “CALL_METRICS_CALL_DETAILS_REPORT”.



What am I missing?





Mit freundlichen Grüßen,

Kunal Patankar
Senior Lead Consultant

Phone  +49 89 99 01 64 – 173

Mobile +49 152 0911 9014
Fax +49 89 99 01 64 – 499
Skype

Neumarkter Str. 61, 81673 München, Deutschland
www.TIEKinetix.com  /
www.FLOWpartnerautomation.com 



Geschäftsführer: Erik Jan Hengstmengel, Christian Seidl, Jan Birger Sundelin
Handelsregister: Amtsgericht München, HRB 119498

[image:
http://go.tiekinetix.com/l/68332/2016-05-26/4fdpn7/68332/74368/Email__TIEKinetix_logo.png]





  [image:
http://go.tiekinetix.com/l/68332/2016-05-26/4fdpn1/68332/74362/Email___TIEKinetix_facebook.png]
 [image:
http://go.tiekinetix.com/l/68332/2016-05-26/4fdpn9/68332/74370/Email___TIEKinetix_twitter.png]
 [image:
http://go.tiekinetix.com/l/68332/2016-05-26/4fdpn5/68332/74366/Email___TIEKinetix_linkedin.png]
 [image:
http://go.tiekinetix.com/l/68332/2016-05-26/4fdpn3/68332/74364/Email___TIEKinetix_googleplus.png]
 [image:
http://go.tiekinetix.com/l/68332/2016-05-26/4fdpnc/68332/74372/Email___TIEKinetix_xing.png]


[image: Line]

[image: http://go.tiekinetix.com/email_signature_banner_dach]


Dieses Email und dessen Inhalt unterliegt unserem Gewährleistungs- und
Haftungsausschluss http://tiekinetix.com/privacy-policy
.





--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/435bd816399b47d0a96af318ed8c3484%40PtxCRPvMBX01.tiekinetix.org

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/180mj5g08rhm5400784sp0x68mjecpi68o30c1g68q3

RE: Error [RequiredError.REQUIRED @ operations[0].operand.rules[0].ruleOperands[0].rule, RequiredError.REQUIRED @ operations[0].operand.rules[0].ruleOperands[1].rule] while creating logical user list

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi,

Thank you for the details you've provided. Based on your code, it appears
that you are not setting up the rule properly. Kindly refer to the Python  
sample

code
  
as

a reference.

Let me know if you have further clarifications.

Thanks,
Kevin
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/22/19 19:32:33 thedimaa...@gmail.com wrote:

Hi Team,

I am trying to add a logical user list in one of my client account.

I use the attached python script for the same.

I get the following SOAP request generated at run-time:

INFO:googleads.soap:Request made: Service: "AdwordsUserListService" Method:
"mutate" URL: "
https://adwords.google.com/api/adwords/rm/v201809/AdwordsUserListService";
DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type':
'text/xml; charset=utf-8', 'authorization': 'REDACTED'}
http://schemas.xmlsoap.org/soap/envelope/
">
  
https://adwords.google.com/api/adwords/rm/v201809";>
  https://adwords.google.com/api/adwords/cm/v201809
">1191454216
  https://adwords.google.com/api/adwords/cm/v201809
">
  https://adwords.google.com/api/adwords/cm/v201809";>unknown (AwApi-Python,
googleads/14.1.0, Python/2.7.12, zeep)
  https://adwords.google.com/api/adwords/cm/v201809";>false
  https://adwords.google.com/api/adwords/cm/v201809
">false

  
  
https://adwords.google.com/api/adwords/rm/v201809
">
  
https://adwords.google.com/api/adwords/cm/v201809";>ADD
http://www.w3.org/2001/XMLSchema-instance";
xsi:type="ns0:LogicalUserList">
  userlist_logical_samir
  logical user list
  
ANY

  
753510197
  


  
753510200
  

  

  

  


I get the following error upon processing the request:

[RequiredError.REQUIRED @
operations[0].operand.rules[0].ruleOperands[0].rule, RequiredError.REQUIRED
@ operations[0].operand.rules[0].ruleOperands[1].rule]

Can you please help me understand the issue?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1a3f9445-cfaa-4749-9957-efbf4410cea1%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

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