AdWords API Re: AdParam

2010-03-17 Thread AdWords API Advisor
Hi,

I just tried this using the PHP client library and it worked fine.

  $adParam2 = new AdParam($adGroupId, $keywordId, '£40', 2);

My PHP file is saved as UTF-8, so the pound sign is automatically
being encoded correctly.  If you are working in another encoding can
specify the unicode code point entity of the character and use the
html_entity_decode() method to convert it.

  $adParam2 = new AdParam($adGroupId, $keywordId,
html_entity_decode('#x00A3;40', ENT_NOQUOTES, 'UTF-8'), 2);

Best,
- Eric

On Mar 16, 5:06 am, Andy andyrussel...@googlemail.com wrote:
 Well,
 I'm trying to post using the php adwords api from Google.
 When trying to post a £ sign i get the error:

 xa3...' is not a valid utf-8 string

 So, the only ones I can post is pound; or £.
 But even then im not sure how they will come out when the advert is
 displayed...

 On Mar 4, 12:03 pm, Kemal dis...@gmail.com wrote:



  It could be that the system would allow for symbols w/ only certain
  type of encoding (I'm guessing UTF-8) and not others (like 8859-1)

  Just a thought.

  Cheers!
  Kemal

  On Mar 4, 3:20 am, AdWords API Advisor adwordsapiadvi...@google.com
  wrote:

   Hi Andy,

   I was able to send the unencoded pound sign successfully in my
   request.  Do you have the SOAP XML request and response that
   demonstrates this problem?

   Best,
   - Eric Koleda, AdWords API Team

   On Mar 3, 7:04 am, Andy andyrussel...@googlemail.com wrote:

Hi,
I am having trouble posting a GBP £ sign as the currency symbol for an
ad paramater.

If i try to send the HTML encoded character pound; i get a error
responce of:
operations[0].operand.insertionText; trigger:'pound;230',

If i try to send a non encoded £ sign i get the following:
SOAP-ERROR: Encoding: string '\xa3...' is not a valid utf-8 string in

The dollar sign posts ok, but im in the UK and its not too useful. ;-)

Is this a known problem or am i missing something here..?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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: AdParam

2010-03-16 Thread Andy
Well,
I'm trying to post using the php adwords api from Google.
When trying to post a £ sign i get the error:

xa3...' is not a valid utf-8 string

So, the only ones I can post is pound; or £.
But even then im not sure how they will come out when the advert is
displayed...





On Mar 4, 12:03 pm, Kemal dis...@gmail.com wrote:
 It could be that the system would allow for symbols w/ only certain
 type of encoding (I'm guessing UTF-8) and not others (like 8859-1)

 Just a thought.

 Cheers!
 Kemal

 On Mar 4, 3:20 am, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:

  Hi Andy,

  I was able to send the unencoded pound sign successfully in my
  request.  Do you have the SOAP XML request and response that
  demonstrates this problem?

  Best,
  - Eric Koleda, AdWords API Team

  On Mar 3, 7:04 am, Andy andyrussel...@googlemail.com wrote:

   Hi,
   I am having trouble posting a GBP £ sign as the currency symbol for an
   ad paramater.

   If i try to send the HTML encoded character pound; i get a error
   responce of:
   operations[0].operand.insertionText; trigger:'pound;230',

   If i try to send a non encoded £ sign i get the following:
   SOAP-ERROR: Encoding: string '\xa3...' is not a valid utf-8 string in

   The dollar sign posts ok, but im in the UK and its not too useful. ;-)

   Is this a known problem or am i missing something here..?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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: AdParam

2010-03-04 Thread Kemal
It could be that the system would allow for symbols w/ only certain
type of encoding (I'm guessing UTF-8) and not others (like 8859-1)

Just a thought.

Cheers!
Kemal

On Mar 4, 3:20 am, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Andy,

 I was able to send the unencoded pound sign successfully in my
 request.  Do you have the SOAP XML request and response that
 demonstrates this problem?

 Best,
 - Eric Koleda, AdWords API Team

 On Mar 3, 7:04 am, Andy andyrussel...@googlemail.com wrote:



  Hi,
  I am having trouble posting a GBP £ sign as the currency symbol for an
  ad paramater.

  If i try to send the HTML encoded character pound; i get a error
  responce of:
  operations[0].operand.insertionText; trigger:'pound;230',

  If i try to send a non encoded £ sign i get the following:
  SOAP-ERROR: Encoding: string '\xa3...' is not a valid utf-8 string in

  The dollar sign posts ok, but im in the UK and its not too useful. ;-)

  Is this a known problem or am i missing something here..?

-- 
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: AdParam

2010-03-03 Thread AdWords API Advisor
Hi Andy,

I was able to send the unencoded pound sign successfully in my
request.  Do you have the SOAP XML request and response that
demonstrates this problem?

Best,
- Eric Koleda, AdWords API Team

On Mar 3, 7:04 am, Andy andyrussel...@googlemail.com wrote:
 Hi,
 I am having trouble posting a GBP £ sign as the currency symbol for an
 ad paramater.

 If i try to send the HTML encoded character pound; i get a error
 responce of:
 operations[0].operand.insertionText; trigger:'pound;230',

 If i try to send a non encoded £ sign i get the following:
 SOAP-ERROR: Encoding: string '\xa3...' is not a valid utf-8 string in

 The dollar sign posts ok, but im in the UK and its not too useful. ;-)

 Is this a known problem or am i missing something here..?

-- 
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: AdParam greater than 1000

2010-02-11 Thread Peer Jakobsen (AdWords API Guru)
This is a known issue. Check out this thread for the details:
http://groups.google.com/group/adwords-api/browse_thread/thread/4845ba0260c3394d/fc24ed8aacf22b85?lnk=gstq=adparam#fc24ed8aacf22b85

-- 
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: AdParam Enhancement Request

2010-01-06 Thread Ales Sturala
I completely agree with joel. I was disappointed when I found out how
AdParams really work. Setting adparam values on keywords instead of
ads makes the whole process very difficult and NOT useful at all. I
wish to set AdParam values per ad, that way I can use different
AdParam values for different ads, now we cannot do it.
The only advantage now is that different keywords can give different
AdParam values to an ad, but frankly, can any AdWords engineer give me
an example when this is useful?
Unfortunatelly, the whole process now is very difficult to integrate
into our system.

Ales

On Jan 6, 3:34 pm, joel joel.patt...@gmail.com wrote:
 I was all excited to use the new AdParam service, but then I learned
 that parameters are set at the Ad + Keyword level. Since our AdGroups
 are already tightly-structured and contain similar keyword, I really
 just want the dynamic parameters to apply to all keywords in the
 AdGroup and to be able to set them by just specifying the Ad. It's
 significantly more complex to query for all Keywords in the AdGroup
 and construct additional parameter objects for each combination.  Can
 you please relax this restriction and allow Parameters to be Ad-
 specific, with an optional override at the Keyword + Ad level?

 Thanks,

 Joel
-- 
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: AdParam Enhancement Request

2010-01-06 Thread AdWords API Advisor
Hi,

Thank you for the feedback, we always appreciate hearing how
developers are using the API.  I will pass along your concerns to the
AdParamService team.  If you haven't already, I would encourage you to
read the following blog posts for more information about this service:

  
http://adwordsapi.blogspot.com/2009/11/more-dynamic-ads-with-ad-parameters.html

  
http://adwordsapi.blogspot.com/2009/11/discover-v2009-setting-ad-parameters.html

Best,
- Eric Koleda, AdWords API Team

On Jan 6, 9:10 am, Ales Sturala stur...@gmail.com wrote:
 I completely agree with joel. I was disappointed when I found out how
 AdParams really work. Setting adparam values on keywords instead of
 ads makes the whole process very difficult and NOT useful at all. I
 wish to set AdParam values per ad, that way I can use different
 AdParam values for different ads, now we cannot do it.
 The only advantage now is that different keywords can give different
 AdParam values to an ad, but frankly, can any AdWords engineer give me
 an example when this is useful?
 Unfortunatelly, the whole process now is very difficult to integrate
 into our system.

 Ales

 On Jan 6, 3:34 pm, joel joel.patt...@gmail.com wrote:



  I was all excited to use the new AdParam service, but then I learned
  that parameters are set at the Ad + Keyword level. Since our AdGroups
  are already tightly-structured and contain similar keyword, I really
  just want the dynamic parameters to apply to all keywords in the
  AdGroup and to be able to set them by just specifying the Ad. It's
  significantly more complex to query for all Keywords in the AdGroup
  and construct additional parameter objects for each combination.  Can
  you please relax this restriction and allow Parameters to be Ad-
  specific, with an optional override at the Keyword + Ad level?

  Thanks,

  Joel
-- 
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.