Jump to content

[SOLVED] Google analytics API and urlencode()


elgoog

Recommended Posts

In the filtering section you have to pass through !=, >, < etc in the encoded formats

 

http://code.google.com/apis/analytics/docs/gdata/gdataReference.html#filtering

 

 

However in PHP

<? echo urlencode("!="); ?>

 

 

 

This generates  %21%3D  as the endoded format, however in the google docs it needs to be !%3D

 

Are there any functions available to encode an URL in the format google requires?

 

Thanks in Advance

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.