Re: Identify Adwords Express campaigns uniquely

2018-02-14 Thread Christian
Thanks Peter, we'll have a try with that.

On Wednesday, February 14, 2018 at 6:40:26 AM UTC+1, Peter Oliquino wrote:
>
> Hi Christian,
>
> Using the CampaignService.get(), you should use the 
> AdvertisingChannelSubType 
> 
>  field 
> instead (SEARCH_EXPRESS, DISPLAY_EXPRESS) as the EXPRESS value is currently 
> only available via the AdvertisingChannelType 
> 
>  field 
> of the Campaign Performance Report. Let me know if this helps.
>
> Best regards,
> Peter
> AdWords API Team
>

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

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


Re: Identify Adwords Express campaigns uniquely

2018-02-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Christian,

Using the CampaignService.get(), you should use the 
AdvertisingChannelSubType 

 field 
instead (SEARCH_EXPRESS, DISPLAY_EXPRESS) as the EXPRESS value is currently 
only available via the AdvertisingChannelType 

 field 
of the Campaign Performance Report. Let me know if this helps.

Best regards,
Peter
AdWords API Team

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

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


Re: Identify Adwords Express campaigns uniquely

2018-02-13 Thread Christian
Hi,

we have a similar problem. We use the CampaignService to retrieve campaign 
information and there the advertisingChannelType is set to "UNKNOWN" for 
Express campaigns. In fact the API docs 
(https://developers.google.com/adwords/api/docs/reference/v201710/CampaignService.AdvertisingChannelType)
 
do not mention the type "EXPRESS" which is mentioned in the linked blog 
post. Is the correct channel type only provided in reports?

Best,
Christian

On Thursday, February 1, 2018 at 9:56:50 AM UTC+1, Peter Oliquino wrote:
>
> Hi,
>
> I'm also from the AdWords API team and I'll be providing support for now. 
> For retrieving AdWords Express campaign information, you may refer to the 
> steps mentioned by Sreelakhsmi on how to get them. The *blog post* should 
> provide the details on how to achieve this and you can also use the 
> CampaignService.get() 
> 
>  if 
> you do not wish to use the Campaign Performance Report.
>
> Should there be any issues, feel free to write back.
>
> Best regards,
> Peter
> AdWords API Team
>

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

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


Re: Identify Adwords Express campaigns uniquely

2018-02-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

I'm also from the AdWords API team and I'll be providing support for now. 
For retrieving AdWords Express campaign information, you may refer to the 
steps mentioned by Sreelakhsmi on how to get them. The *blog post* should 
provide the details on how to achieve this and you can also use the 
CampaignService.get() 

 if 
you do not wish to use the Campaign Performance Report.

Should there be any issues, feel free to write back.

Best regards,
Peter
AdWords API Team

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

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


Re: Identify Adwords Express campaigns uniquely

2018-01-31 Thread Team Jellyfish
Hi,
Thanx for your help.
We are getting all campaigns (campaign related to adwords and AdWords 
Express) when we make call to get all campaign under an Adwords account.
But, In that not able to identify campaigns related to AdWords Express. Is 
there any way so that we can identify Campaigns over there?
Or We need to use campaign performance report to identify campaigns related 
to AdWords Express.?
Please suggest me a way so that We can identify Express campaigns without 
using campaign performance report.


On Wednesday, 31 January 2018 15:15:40 UTC+5:30, Team Jellyfish wrote:
>
> Hi,
> Can we identify Adwords Express campaigns using API uniquely?
> How can we filter out adwords express related campaigns from adwords 
> campaign.
> Please help me.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/01b9df06-eefd-4c48-b78b-7218e8e21f1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Identify Adwords Express campaigns uniquely

2018-01-31 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

The blog post 

 about 
AdWords Express Campaigns explains how you can differentiate AdWords 
Express campaigns in the Campaign Performance Report 
.
 
The AdvertisingChannelType 

 / AdvertisingChannelSubType 

 on 
campaigns before migration will be SEARCH / SEARCH_EXPRESS or DISPLAY / 
DISPLAY_EXPRESS. The AdvertisingChannelType / AdvertisingChannelSubType on 
campaigns after migration will be EXPRESS / UNKNOWN. Please let me know if 
you have any additional questions.

Thanks,
Sreelakshmi, AdWords API Team

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

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


Identify Adwords Express campaigns uniquely

2018-01-31 Thread Team Jellyfish
Hi,
Can we identify Adwords Express campaigns using API uniquely?
How can we filter out adwords express related campaigns from adwords 
campaign.
Please help me.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1097a938-44c6-4618-af15-7cd90d5f03d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.