Re: Changing FeedItemDevicePreference from mobile to none for enhanced sitelink adextensions

2013-09-24 Thread Jay

>
> Hi Takeshi,
>

Thanks for your help. I was directly setting a null in 
setDevicePreference() which is wrong. It is working perfectly now.


Best Regards,
Jay




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Changing FeedItemDevicePreference from mobile to none for enhanced sitelink adextensions

2013-09-24 Thread Takeshi Hagikura (AdWords API Team)
Hi Jay,

Apologies for responding it late, I'm able to update the devicePreference 
by sending devicePreference as null.

like this xml.


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  
http://schemas.xmlsoap.org/soap/actor/next"; 
soapenv:mustUnderstand="0" 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201306";>
  https://adwords.google.com/api/adwords/cm/v201306";>**
  ***
  
  INSERT_COMPANY_NAME (AwApi-Java/8.12.1, Axis/1.4, 
Java/1.7.0-google-v5, legacy)
  false
  false

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

  1968
  80088
  

  

  
  
[24 Sep 2013 19:06:07,808 - DEBUG]

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

  https://adwords.google.com/api/adwords/cm/v201306";>
0004e71e490b44a80a4219492008
FeedItemService
mutate
0
100
  


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

  FeedItemReturnValue
  
1968
80088
ACTIVE
20131010 101010 Asia/Tokyo
20131110 101010 Asia/Tokyo

  1
  http://code.google/


  2
  
http://code.google.com/p/google-api-adwords-java/wiki/NoClientLibrary


  
MONDAY
4
FIFTEEN
7
FORTY_FIVE
  
  
MONDAY
8
FIFTEEN
20
FORTY_FIVE
  

  

  

  



Or the code snippet for Java is like this.

FeedItem feedItem = new FeedItem();
feedItem.setFeedId(feedId);
feedItem.setFeedItemId(feedItemId);
FeedItemDevicePreference feedItemDevicePreference = new 
FeedItemDevicePreference();
feedItemDevicePreference.setDevicePreference(null);
feedItem.setDevicePreference(feedItemDevicePreference);

FeedItemOperation operation = new FeedItemOperation();
operation.setOperand(feedItem);
operation.setOperator(Operator.SET);


Can you please try that?

Best,
- Takeshi, AdWords API Team

On Wednesday, September 18, 2013 10:11:53 AM UTC+9, Jay wrote:
>
> Hi Takeshi,
>
> Thanks for taking the time to review our issue. We are still experiencing 
> this today, enclosed is the most recent soaplog from a few minutes ago. 
> Scenario is the same where we have an AdExtension on AdWords with mobile 
> preference checked, and we could not remove it.
>
>
> Best Regards,
> Jay
>
> In message: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance";>
>  
>   http://schemas.xmlsoap.org/soap/actor/next"; soapenv:mustUnderstand="0" 
> xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201302";>
>.
>..
>..
>.
>false
>false
>   
>  
>  
>   https://adwords.google.com/api/adwords/cm/v201302";>
>
> SET
> 
>  1161248
>  21426248
>  0101 00
>  0101 00
>  
>   1
>   desantura.ru
>  
>  
>   2
>   
> http://img.mediaplex.com/ad/ck?{copy:mprid}&{copy:mpl}&secrid={creative}&senetid={ifsearch:search}{ifcontent:content}-sitelink&mpro=http://www.desantura.ru
> 
>  
> 
>
>   
>  
> 
> = Out message: http://schemas.xmlsoap.org/soap/envelope/";> xmlns="https://adwords.google.com/api/adwords/cm/v201302";>0004e69e04c5be200ae77d4a4334FeedItemServicemutate11590  
> xmlns="https://adwords.google.com/api/adwords/cm/v201302
> ">FeedItemReturnValue116124821426248ACTIVE1
> desantura.ru
> 2
> http://img.mediaplex.com/ad/ck?{copy:mprid}&{copy:mpl}&secrid={creative}&senetid={ifsearch:search}{ifcontent:content}-sitelink&mpro=http://www.desantura.ru
> 30001
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

Re: Changing FeedItemDevicePreference from mobile to none for enhanced sitelink adextensions

2013-09-17 Thread Jay
Hi Takeshi,

Thanks for taking the time to review our issue. We are still experiencing 
this today, enclosed is the most recent soaplog from a few minutes ago. 
Scenario is the same where we have an AdExtension on AdWords with mobile 
preference checked, and we could not remove it.


Best Regards,
Jay

In message: http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 
  http://schemas.xmlsoap.org/soap/actor/next"; 
soapenv:mustUnderstand="0" 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201302";>
   .
   ..
   ..
   .
   false
   false
  
 
 
  https://adwords.google.com/api/adwords/cm/v201302";>
   
SET

 1161248
 21426248
 0101 00
 0101 00
 
  1
  desantura.ru
 
 
  2
  
http://img.mediaplex.com/ad/ck?{copy:mprid}&{copy:mpl}&secrid={creative}&senetid={ifsearch:search}{ifcontent:content}-sitelink&mpro=http://www.desantura.ru
 

   
  
 

= Out message: http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201302";>0004e69e04c5be200ae77d4a4334FeedItemServicemutate11590https://adwords.google.com/api/adwords/cm/v201302";>FeedItemReturnValue116124821426248ACTIVE1desantura.ru2http://img.mediaplex.com/ad/ck?{copy:mprid}&{copy:mpl}&secrid={creative}&senetid={ifsearch:search}{ifcontent:content}-sitelink&mpro=http://www.desantura.ru30001


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Changing FeedItemDevicePreference from mobile to none for enhanced sitelink adextensions

2013-09-17 Thread Takeshi Hagikura (AdWords API Team)
Hi Jay,

Are you still experiencing the issue?

If so, can you please share your latest request/response xml logs that are 
facing the issue?

Best,
- Takeshi, AdWords API Team

On Friday, September 13, 2013 6:31:24 AM UTC+9, Jay wrote:
>
> We are actually still experiencing this bug today. To change device 
> preference away from MOBILE, we simply set a NULL into the data object, but 
> that still fails to change the preference from MOBILE to NONE. 
>
> Any help would be appreciated.
>
> -Jay
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Changing FeedItemDevicePreference from mobile to none for enhanced sitelink adextensions

2013-09-12 Thread Jay
We are actually still experiencing this bug today. To change device 
preference away from MOBILE, we simply set a NULL into the data object, but 
that still fails to change the preference from MOBILE to NONE. 

Any help would be appreciated.

-Jay

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Changing FeedItemDevicePreference from mobile to none for enhanced sitelink adextensions

2013-09-11 Thread Jay
Hi Folks,

As of today 9/11, we noticed that we can again remove mobile preference 
from feeditems. Thank you for fixing this.

Jeff

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Changing FeedItemDevicePreference from mobile to none for enhanced sitelink adextensions

2013-09-11 Thread Jay


On Monday, September 9, 2013 3:59:06 PM UTC-7, Jay wrote:
>
> Hi Folks,
>
> I ran into a little problem trying to change an existing enhanced 
> sitelink's device preference from "MOBILE" to none using 
> FeedItemDevicePreference.  Here is my soap log with request and reply. As I 
> clear out the FeedItemDevicePreference with a null, the results from the 
> "set" operation shows that sitelink's FeedItemDevicePreference is still 
> "MOBILE"
>
> Any help would be most appreciated. 
>
> In message: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance";>
>  
>   http://schemas.xmlsoap.org/soap/actor/next"; soapenv:mustUnderstand="0" 
> xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201302";>
>.
>...
>
>...
>false
>false
>   
>  
>  
>   https://adwords.google.com/api/adwords/cm/v201302";>
>
> SET
> 
>  1161248
>  18468968
>  20130923 00
>  
>   1
>   Jeff Modified Again Test
>  
>  
>   2
>   
> http://mimg.test.lala.com/ad/ck?{copy:mprid}&{copy:mpl}&secrid={creative}&senetid={ifsearch:search}{ifcontent:content}-sitelink&mpro=http://www.url.com
> 
>  
> 
>
>   
>  
> 
> = Out message: http://schemas.xmlsoap.org/soap/envelope/";> xmlns="https://adwords.google.com/api/adwords/cm/v201302";>0004e5fb0e250dc00ae7a7854825FeedItemServicemutate13320  
> xmlns="https://adwords.google.com/api/adwords/cm/v201302";>FeedItemReturnValue116124818468968ACTIVE20130923
>  
> 00 
> America/Los_Angeles1Jeff
>  
> Modified Again 
> Test2
> http://mimg.test.lala.com/ad/ck?{copy:mprid}&{copy:mpl}&secrid={creative}&senetid={ifsearch:search}{ifcontent:content}-sitelink&mpro=http://www.url.com
> 30001
>
> Cheers,
> Jeff
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Changing FeedItemDevicePreference from mobile to none for enhanced sitelink adextensions

2013-09-09 Thread Jay
Hi Folks,

I ran into a little problem trying to change an existing enhanced 
sitelink's device preference from "MOBILE" to none using 
FeedItemDevicePreference.  Here is my soap log with request and reply. As I 
clear out the FeedItemDevicePreference with a null, the results from the 
"set" operation shows that sitelink's FeedItemDevicePreference is still 
"MOBILE"

Any help would be most appreciated. 

In message: http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 
  http://schemas.xmlsoap.org/soap/actor/next"; 
soapenv:mustUnderstand="0" 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201302";>
   .
   ...
   
   ...
   false
   false
  
 
 
  https://adwords.google.com/api/adwords/cm/v201302";>
   
SET

 1161248
 18468968
 20130923 00
 
  1
  Jeff Modified Again Test
 
 
  2
  
http://mimg.test.lala.com/ad/ck?{copy:mprid}&{copy:mpl}&secrid={creative}&senetid={ifsearch:search}{ifcontent:content}-sitelink&mpro=http://www.url.com
 

   
  
 

= Out message: http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201302";>0004e5fb0e250dc00ae7a7854825FeedItemServicemutate13320https://adwords.google.com/api/adwords/cm/v201302";>FeedItemReturnValue116124818468968ACTIVE20130923
 
00 
America/Los_Angeles1Jeff
 
Modified Again 
Test2http://mimg.test.lala.com/ad/ck?{copy:mprid}&{copy:mpl}&secrid={creative}&senetid={ifsearch:search}{ifcontent:content}-sitelink&mpro=http://www.url.com30001

Cheers,
Jeff

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.