Audience report on campaign and ad group level.

2017-03-24 Thread ZoreMio
Hello, 

I have audience lists assigned to ad group level and to campaign level. 

When i download report via API and add columns  AdGroupId and AdGroupName I 
get audiences which are assigned on ad group level only. Audiences which 
are on campaign level does not exist in that report. 

When I remove AdGroupId and AdGroupName  fields I get audiences which 
assigned only on campaign level, but not in ad group level. Should not it 
be aggregated per campaign level ? 

When I download data via ad words UI I get data from both levels. Reports 
contain lists that are applied to campaign OR to ad group. If the are on 
campaign level, then ad group column is just empty.


What should I do If I want all data in one report (like in ad words UI) ?  

I use now AUDIENCE_PERFORMANCE_REPORT   with fields:
- AccountDescriptiveName
- ExternalCustomerId
- Device
- Date
- CampaignName
- CampaignId
- AdGroupId
- AdGroupName
- Id
- Criteria
- UserListName
- AveragePosition
- Impressions
- Clicks
- Cost
- AllConversions
- AllConversionValue
- CrossDeviceConversions

Where state:
- AdGroupStatus IN [ENABLED, PAUSED, REMOVED]
- CampaignStatus IN [ENABLED, PAUSED, REMOVED]
- Status IN [ENABLED, PAUSED, REMOVED]

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/79dec39e-4d5a-4761-9ba0-747f2d429745%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error Ad Group Does not exist, but it exist.

2017-03-10 Thread ZoreMio
Hey, 

Yes I use BatchJobService but I only updating keyword bid value, so my 
campaigns is already created and ad group and keywords also. Does this help 
for me (for performance also) if one batch  of operations will be from one 
campaign ? or for example for 10 campaigns but ordered by campaign, da 
group id ? 


Thank you for answer, I will send to you SOAP log. 

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/25c1e1df-a0cb-4b09-97ff-b061e7273f0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error Ad Group Does not exist, but it exist.

2017-03-10 Thread ZoreMio
Is this possible if I send 10k operations and one of them fails, then all 
operations will be rejected ? 

2017 m. kovas 10 d., penktadienis 10:08:20 UTC+2, ZoreMio rašė:
>
>
> Hello, 
>
> I uploading bids to keywords and for some requests I have got an error: 
>
> EntityNotFound.INVALID_ID
> operations[97022].operand.adGroupId
>
>
> Problem is that this ad group exist and ad group ID is good. 
>
>
> Where I should search a problem about this ? 
>
> Thank you ! 
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cbfab657-c924-42ae-b70c-403e0801a88b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Error Ad Group Does not exist, but it exist.

2017-03-10 Thread ZoreMio

Hello, 

I uploading bids to keywords and for some requests I have got an error: 

EntityNotFound.INVALID_ID
operations[97022].operand.adGroupId


Problem is that this ad group exist and ad group ID is good. 


Where I should search a problem about this ? 

Thank you ! 

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/045e309e-9d3d-4bd6-9cc8-dc25eed75457%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is there a better way to Pause all Campaigns at once in emergency case

2017-03-10 Thread ZoreMio
Thank you for answer ! 

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1d0cc21f-c7a4-4573-b69e-aed1d635117f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is there a better way to Pause all Campaigns at once in emergency case

2017-03-06 Thread ZoreMio
Hello, 

I need to find a solution, how to pause all campaigns as fast as possible. 

My scenario

1) Download all campaigns per all MCC sub accounts.
2) Create operations to set label and set status paused.
3) Upload them all back via Incremental batch Job. 

same with enable them back (only labeled).

Any suggestion to do this better ? Because there are more than 200 accounts 
each with ~2k campaigns.

etc: 

Pause and download not per MCC sub accounts but per MCC master account   ? 

In UI I can set manually faster than via API, because you can select all 
enabled campaigns, set label for them and then pause. you can work with all 
campaigns at once. But I need to do this automatically. 

Best,
Mio

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/593a51a4-d73c-480e-a0bb-f42f525a63d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Audience Performance Report VS Clicks performance Report

2016-11-10 Thread ZoreMio

Hello, 

I need to join Audience Performance report vs Clicks performance report 
but: 


Clicks performance report has: user list i*d *
https://developers.google.com/adwords/api/docs/appendix/reports/click-performance-report#userlistid

Audience Performance report has only: user list *name*
https://developers.google.com/adwords/api/docs/appendix/reports/audience-performance-report#userlistname

Its impossible to join id vs name :) Could you suggest me something ? 

Or only way i can join these is date, account id, campaign id, ad group id 
? 


Thank you for help !!

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ef806aaf-e9c6-439e-a5a0-a7834cc7411c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: we changed that Other conversions do not appear in conversions and afterwards it not appear in report at all

2016-10-10 Thread ZoreMio
Wow, thank you so much :) 

I have searched in documentation, but unsuccessfully ! Thank you :) 

2016 m. spalis 10 d., pirmadienis 14:38:30 UTC+3, ZoreMio rašė:
>
>
> Hello,
>
> Can you help me please ? 
>
>
> I changed that "other conversions" do not appear in "conversions" anymore. 
> It is very strange that in the report downloaded from api "Other 
> Conversions" field are all 0. 
>
> other conversions types are in there (lead, sales). 
>
>
> When i download report from UI, all the values is in there.
>
>
> Whats wrong is there ? nothing other was changed... 
>
>
> Maybe API needs some setting ? 
>
>
> Best,
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6a213753-b14a-4374-965e-815c2c2a5ec9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


we changed that Other conversions do not appear in conversions and afterwards it not appear in report at all

2016-10-10 Thread ZoreMio

Hello,

Can you help me please ? 


I changed that "other conversions" do not appear in "conversions" anymore. 
It is very strange that in the report downloaded from api "Other 
Conversions" field are all 0. 

other conversions types are in there (lead, sales). 


When i download report from UI, all the values is in there.


Whats wrong is there ? nothing other was changed... 


Maybe API needs some setting ? 


Best,

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dbc5d9be-8eb7-4dbf-ba03-748a2e44343d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.