Re: LocationExtension

2010-10-11 Thread AdWords API Advisor
Hi Javeed,

Please see my response on your existing thread:

  
http://groups.google.com/group/adwords-api/browse_thread/thread/56610b0ce6d8e91f/

Best,
- Eric Koleda, AdWords API Team

On Oct 8, 2:16 am, Syed Javeed  wrote:
> hi,
>
>     I have got confused when i read documentation about LocationExtension.
>
>  Example for LocationExtension
>
>  When i search with a keyword on google search, and check the result
> on
>  Google Maps, I will be getting the search location on map with a pop
>  up window. This pop up windows will shows the Address and phone
> number
>  (Is this the address and phone number which i can set using
>  LocationExtension from CampaignAdExtensionService).
>
>  Is the above scenario is right ?
>
>  Example for AdExtensionOverrideService
>
>  Can we change the existing LocationExtension for any Ad with new
>  address and Phone number by using AdExtensionOverrideService.
>
>  If the am wrong, then please tell me. How can i change the address
> and
>  phone number which pops up when i search a keyword on Google Maps.
>
> And also i want to know, is it possible to add Logos or Icon to the Ad
> when it shows in Google Map. Am using V200909 API version.  If yes how?
>
> Please reply me for both the questions.
>
>  thanking you,
>
>  Javeed

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: LocationExtension in v201003 - can we now use iconMediaId and imageMediaId?

2010-08-22 Thread veseo
Hi,

thanks for the answer, we will implement MediaService.

On Aug 20, 7:16 pm, AdWords API Advisor 
wrote:
> Hi,
>
> The limitation in v200909 was that it wasn't possible to retrieve the
> media IDs, but v201003 introduced the MediaService, which allows you
> to upload images and query your existing images and retrieve their
> IDs.
>
>  http://code.google.com/apis/adwords/v2009/docs/reference/MediaService...
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Aug 19, 4:20 am, veseo  wrote:
>
>
>
> > I remember asking how to use iconMediaId and imageMediaId when
> > mutating a LocationExtension back when only 200909 was available and
> > the answer was that the API still didn't support  manipulating these
> > properties and the only way to use them was through the Adwords
> > interface. My question is - does 201003 support this now and if yes,
> > how can we get the "long"s that are expected by the API? Thanks in
> > advance

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: LocationExtension in v201003 - can we now use iconMediaId and imageMediaId?

2010-08-20 Thread AdWords API Advisor
Hi,

The limitation in v200909 was that it wasn't possible to retrieve the
media IDs, but v201003 introduced the MediaService, which allows you
to upload images and query your existing images and retrieve their
IDs.

  http://code.google.com/apis/adwords/v2009/docs/reference/MediaService.html

Best,
- Eric Koleda, AdWords API Team

On Aug 19, 4:20 am, veseo  wrote:
> I remember asking how to use iconMediaId and imageMediaId when
> mutating a LocationExtension back when only 200909 was available and
> the answer was that the API still didn't support  manipulating these
> properties and the only way to use them was through the Adwords
> interface. My question is - does 201003 support this now and if yes,
> how can we get the "long"s that are expected by the API? Thanks in
> advance

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


AdWords API Re: LocationExtension fields

2010-01-20 Thread veseo
Hi,

Thanks for the detailed information :)

On Jan 19, 7:07 pm, AdWords API Advisor 
wrote:
> Hi,
>
> You are correct, using the API only you can't upload new images or
> icons.  Unfortunately the ID's of the standard icons aren't available,
> but if you convert an existing LBA to a location extension you should
> be able to read this field with the API and determine the value.
>
> Best,
> - Eric
>
> On Jan 18, 4:12 am, veseo  wrote:
>
> > Hi,
>
> > so, using only the API, we could not use iconMediaId and imageMediaId?
> > Do thesefieldsaccept null values, because the documentation says it
> > expects xsd:long but, at least the sandbox, accepts strings too? Can
> > we use some default icons, like these from the LBA businessImage and
> > if yes - where can I get the list of the ids (I guess it's not
> > Standart_1 to _17 like LBA, as the documentation says it's expecting
> > xsd:long)?
>
> > On Jan 15, 5:04 pm, AdWords API Advisor 
> > wrote:
>
> > > Hi,
>
> > > To address your questions:
>
> > > 1) Location extensions in v2009 support custom icons that are uploaded
> > > to the AdWords server, referred to by these IDs.  Unfortunately the
> > > API doesn't yet support the ability to upload these images, and it
> > > currently must be done through the AdWords web interface.
> > > 2) Same as above, correlating to the LBA businessImage field.
> > > 3) A CampaignAdExtension is for adding LocationExtensions at the
> > > campaign level, which will apply to all ads within the campaign.  The
> > > AdExtensionOverrideService is for assigning a specific
> > > LocationExtension to be used exclusively for an ad.  More information
> > > on these services and how to use them can be found on the AdWords API
> > > Blog:
>
> > >  http://adwordsapi.blogspot.com/2009/12/discover-v2009-location-extens...
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > On Jan 14, 4:37 am, veseo  wrote:
>
> > > > Any help, please?
>
> > > > On Jan 12, 6:18 pm, veseo  wrote:
>
> > > > > Hello,
>
> > > > > I am implementing the CampaignAdExtensionService and got to the point
> > > > > where I must send the LocationExtension object, where I ran into some
> > > > > problems:
>
> > > > > 1) What is the iconMediaId field? I would guess that uses the same
> > > > > icons from LocalBusinessAds (v13 
> > > > > -http://code.google.com/apis/adwords/docs/developer/LocalBusinessAd.html
> > > > > ) but there the values are strings (Standart_1 to _17), while
> > > > > LocationExtension expects xsd:long? What are the possible values?
> > > > > 2) Similar question - what is the imageMediaId field? The
> > > > > documentation says nothing specific about it.
> > > > > 3) What is the difference between CampaignAdExtensionService and
> > > > > AdExtensionOverrideService ?
>
> > > > > P.S. I am shocked how unclear and, honestly, unfinished is the v2009
> > > > > documentation, especially compared to the nearly perfect v13 (and
> > > > > below) ones. This, combined with the total rework of the API and the
> > > > > close deadline (you stop v13 support somewhere in April 2010, right?)
> > > > > makes everything a small nightmare. I am sure I am not alone in
> > > > > that...
>
> > > > > Thanks in advance for the information.
-- 
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-...@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.




AdWords API Re: LocationExtension fields

2010-01-19 Thread AdWords API Advisor
Hi,

You are correct, using the API only you can't upload new images or
icons.  Unfortunately the ID's of the standard icons aren't available,
but if you convert an existing LBA to a location extension you should
be able to read this field with the API and determine the value.

Best,
- Eric

On Jan 18, 4:12 am, veseo  wrote:
> Hi,
>
> so, using only the API, we could not use iconMediaId and imageMediaId?
> Do these fields accept null values, because the documentation says it
> expects xsd:long but, at least the sandbox, accepts strings too? Can
> we use some default icons, like these from the LBA businessImage and
> if yes - where can I get the list of the ids (I guess it's not
> Standart_1 to _17 like LBA, as the documentation says it's expecting
> xsd:long)?
>
> On Jan 15, 5:04 pm, AdWords API Advisor 
> wrote:
>
>
>
> > Hi,
>
> > To address your questions:
>
> > 1) Location extensions in v2009 support custom icons that are uploaded
> > to the AdWords server, referred to by these IDs.  Unfortunately the
> > API doesn't yet support the ability to upload these images, and it
> > currently must be done through the AdWords web interface.
> > 2) Same as above, correlating to the LBA businessImage field.
> > 3) A CampaignAdExtension is for adding LocationExtensions at the
> > campaign level, which will apply to all ads within the campaign.  The
> > AdExtensionOverrideService is for assigning a specific
> > LocationExtension to be used exclusively for an ad.  More information
> > on these services and how to use them can be found on the AdWords API
> > Blog:
>
> >  http://adwordsapi.blogspot.com/2009/12/discover-v2009-location-extens...
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On Jan 14, 4:37 am, veseo  wrote:
>
> > > Any help, please?
>
> > > On Jan 12, 6:18 pm, veseo  wrote:
>
> > > > Hello,
>
> > > > I am implementing the CampaignAdExtensionService and got to the point
> > > > where I must send the LocationExtension object, where I ran into some
> > > > problems:
>
> > > > 1) What is the iconMediaId field? I would guess that uses the same
> > > > icons from LocalBusinessAds (v13 
> > > > -http://code.google.com/apis/adwords/docs/developer/LocalBusinessAd.html
> > > > ) but there the values are strings (Standart_1 to _17), while
> > > > LocationExtension expects xsd:long? What are the possible values?
> > > > 2) Similar question - what is the imageMediaId field? The
> > > > documentation says nothing specific about it.
> > > > 3) What is the difference between CampaignAdExtensionService and
> > > > AdExtensionOverrideService ?
>
> > > > P.S. I am shocked how unclear and, honestly, unfinished is the v2009
> > > > documentation, especially compared to the nearly perfect v13 (and
> > > > below) ones. This, combined with the total rework of the API and the
> > > > close deadline (you stop v13 support somewhere in April 2010, right?)
> > > > makes everything a small nightmare. I am sure I am not alone in
> > > > that...
>
> > > > Thanks in advance for the information.
-- 
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-...@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.




AdWords API Re: LocationExtension fields

2010-01-18 Thread veseo
Hi,

so, using only the API, we could not use iconMediaId and imageMediaId?
Do these fields accept null values, because the documentation says it
expects xsd:long but, at least the sandbox, accepts strings too? Can
we use some default icons, like these from the LBA businessImage and
if yes - where can I get the list of the ids (I guess it's not
Standart_1 to _17 like LBA, as the documentation says it's expecting
xsd:long)?

On Jan 15, 5:04 pm, AdWords API Advisor 
wrote:
> Hi,
>
> To address your questions:
>
> 1) Location extensions in v2009 support custom icons that are uploaded
> to the AdWords server, referred to by these IDs.  Unfortunately the
> API doesn't yet support the ability to upload these images, and it
> currently must be done through the AdWords web interface.
> 2) Same as above, correlating to the LBA businessImage field.
> 3) A CampaignAdExtension is for adding LocationExtensions at the
> campaign level, which will apply to all ads within the campaign.  The
> AdExtensionOverrideService is for assigning a specific
> LocationExtension to be used exclusively for an ad.  More information
> on these services and how to use them can be found on the AdWords API
> Blog:
>
>  http://adwordsapi.blogspot.com/2009/12/discover-v2009-location-extens...
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jan 14, 4:37 am, veseo  wrote:
>
> > Any help, please?
>
> > On Jan 12, 6:18 pm, veseo  wrote:
>
> > > Hello,
>
> > > I am implementing the CampaignAdExtensionService and got to the point
> > > where I must send the LocationExtension object, where I ran into some
> > > problems:
>
> > > 1) What is the iconMediaId field? I would guess that uses the same
> > > icons from LocalBusinessAds (v13 
> > > -http://code.google.com/apis/adwords/docs/developer/LocalBusinessAd.html
> > > ) but there the values are strings (Standart_1 to _17), while
> > > LocationExtension expects xsd:long? What are the possible values?
> > > 2) Similar question - what is the imageMediaId field? The
> > > documentation says nothing specific about it.
> > > 3) What is the difference between CampaignAdExtensionService and
> > > AdExtensionOverrideService ?
>
> > > P.S. I am shocked how unclear and, honestly, unfinished is the v2009
> > > documentation, especially compared to the nearly perfect v13 (and
> > > below) ones. This, combined with the total rework of the API and the
> > > close deadline (you stop v13 support somewhere in April 2010, right?)
> > > makes everything a small nightmare. I am sure I am not alone in
> > > that...
>
> > > Thanks in advance for the information.
-- 
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-...@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.




AdWords API Re: LocationExtension fields

2010-01-15 Thread AdWords API Advisor
Hi,

To address your questions:

1) Location extensions in v2009 support custom icons that are uploaded
to the AdWords server, referred to by these IDs.  Unfortunately the
API doesn't yet support the ability to upload these images, and it
currently must be done through the AdWords web interface.
2) Same as above, correlating to the LBA businessImage field.
3) A CampaignAdExtension is for adding LocationExtensions at the
campaign level, which will apply to all ads within the campaign.  The
AdExtensionOverrideService is for assigning a specific
LocationExtension to be used exclusively for an ad.  More information
on these services and how to use them can be found on the AdWords API
Blog:

  http://adwordsapi.blogspot.com/2009/12/discover-v2009-location-extensions.html

Best,
- Eric Koleda, AdWords API Team

On Jan 14, 4:37 am, veseo  wrote:
> Any help, please?
>
> On Jan 12, 6:18 pm, veseo  wrote:
>
>
>
> > Hello,
>
> > I am implementing the CampaignAdExtensionService and got to the point
> > where I must send the LocationExtension object, where I ran into some
> > problems:
>
> > 1) What is the iconMediaId field? I would guess that uses the same
> > icons from LocalBusinessAds (v13 
> > -http://code.google.com/apis/adwords/docs/developer/LocalBusinessAd.html
> > ) but there the values are strings (Standart_1 to _17), while
> > LocationExtension expects xsd:long? What are the possible values?
> > 2) Similar question - what is the imageMediaId field? The
> > documentation says nothing specific about it.
> > 3) What is the difference between CampaignAdExtensionService and
> > AdExtensionOverrideService ?
>
> > P.S. I am shocked how unclear and, honestly, unfinished is the v2009
> > documentation, especially compared to the nearly perfect v13 (and
> > below) ones. This, combined with the total rework of the API and the
> > close deadline (you stop v13 support somewhere in April 2010, right?)
> > makes everything a small nightmare. I am sure I am not alone in
> > that...
>
> > Thanks in advance for the information.
-- 
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-...@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.




AdWords API Re: LocationExtension fields

2010-01-14 Thread veseo
Any help, please?

On Jan 12, 6:18 pm, veseo  wrote:
> Hello,
>
> I am implementing the CampaignAdExtensionService and got to the point
> where I must send the LocationExtension object, where I ran into some
> problems:
>
> 1) What is the iconMediaId field? I would guess that uses the same
> icons from LocalBusinessAds (v13 
> -http://code.google.com/apis/adwords/docs/developer/LocalBusinessAd.html
> ) but there the values are strings (Standart_1 to _17), while
> LocationExtension expects xsd:long? What are the possible values?
> 2) Similar question - what is the imageMediaId field? The
> documentation says nothing specific about it.
> 3) What is the difference between CampaignAdExtensionService and
> AdExtensionOverrideService ?
>
> P.S. I am shocked how unclear and, honestly, unfinished is the v2009
> documentation, especially compared to the nearly perfect v13 (and
> below) ones. This, combined with the total rework of the API and the
> close deadline (you stop v13 support somewhere in April 2010, right?)
> makes everything a small nightmare. I am sure I am not alone in
> that...
>
> Thanks in advance for the information.
-- 
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-...@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.