I'll provide an example in case that clarifies things. So the question is
if I can submit this:
param1=ab{ifpe:c}
Here, if the click occurs on a PE ad, I get 'param1=abc' back, otherwise
'param1=ab'.
Thanks,
Hans
On Thursday, August 30, 2012 8:07:57 PM UTC-7, HK wrote:
>
> Hi,
>
> Does anyo
Hi,
No ProductExtensions can't be added via the API yet.
Best,
-David Torres - AdWords API Team
On Monday, August 27, 2012 11:16:32 AM UTC-4, Glyph wrote:
>
> The docs for 201206 make it appear that you can add ProductAdExtension to
> a campaign via the campaignextension server.
> Can anyone c
Hi,
No it is not possible to upgrade OAuth1.0a token to OAuth2. Unfortunately
you'll have to require users authorization to get OAuth2 tokens.
Best,
-David Torres - AdWords API Team
On Tuesday, August 28, 2012 12:44:36 PM UTC-4, Chirag wrote:
>
> Hello ,
> I have almost 10 accounts whose verif
Hi,
You are right that is currently the only way to do it via the API.
Best,
-David Torres - AdWords API Team
On Tuesday, August 28, 2012 11:45:09 AM UTC-4, rkk wrote:
>
> Hi,
>
> What is the best way to find out whether given campaign is opted for
> Product Listing Ads?
> Shall I iterate thro
Hi Thomas,
This is on purpose, the customersyncservice will report only the changes at
the highest granularity level - this case the ad group change - within the
given a date time range.
Best,
-David Torres - AdWords API Team
On Tuesday, August 28, 2012 8:04:03 AM UTC-4, Thomas wrote:
>
> Hel
Hi,
The keywords performance report is only suitable for search campaigns,
though you should be able to get a special 300 keyword id in them for
display campaign that basically summarizes all stats for display keywords.
Best,
-David Torres - AdWords API Team
On Tuesday, August 28, 2012 12
Hi Greg,
Some of those blanks are also for verticals, I'm investigating with me team
to figure out why they are not been reported.
Best,
-David
On Tuesday, August 28, 2012 4:09:01 PM UTC-4, GregT wrote:
>
> Hi, David.
>
> Here's the report definition XML:
>
> AdGroupIdAdGroupNameAverageCpcCamp
Maybe I should read the documentation properly first :-) I just found a
note on the above page confirming the issue:
>> Note: The DateRangeTypes ALL_TIME and CUSTOM_DATE are *NOT* supported.
We started migrating our code to using AWQL as it results in much less
code, fewer bugs and easier maint
Hi,
I'm not sure what is needed for the RMF for the dev. key for adwords API -
regarding *ConverstionTrackerService* ?
If I understand correctly the API allows me to generate the snipplet of
code to be inserted to the HTML pages (like in AddConversion.java)
so what do I need to demonstrate the
Thanks. The offset value I get for a city like 'Sydney' is something like
7200. I'll get my developer to look into this class in more details to
see if we can work it out.
On Friday, August 31, 2012 1:47:44 PM UTC+1, Stefan Podkowinski wrote:
>
> Why not just use the java.util.TimeZone cla
Hello,
i have a web application in which i use the adwords api to communicate with
my adwords account.
Is it possible to communicate through the adwords api with adwords scripts?
For example to import parameters with adwords api to adwords scripts to
have a dynamic javascript with placeholders
Why not just use the java.util.TimeZone class to calculate the gmt offset?
TimeZone timeZoneDE = TimeZone.getTimeZone("Europe/London");
int utcoffset = timeZoneDE.getRawOffset();
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.
Any person can help me ?
On Tuesday, August 28, 2012 9:29:49 AM UTC-4, Jonathan Doire wrote:
>
> I send request at adwords api v201206.Webservice is
> CampaignCriterionService. Some data for CampaignCriterion is empty with
> v201206. I try with api v201109 and it don't return empty data.
>
> SOA
I have found lots of websites advising about Adwords API and best practices,
*But there's no one page example of how to use Adwords API in the world.*
I don't understand Why it has to be so difficult and non-friendly.
Adwords API documents are terrible.
Adwords API, .NET client is not working pro
Erik,
Have you tried defining the array on a separate line and passing it in?
Try this:
$keyword='Adidas'
$keywords=array($keyword);
then in the constructor : new Predicate('KeywordText', 'CONTAINS',
$keywords);
I mostly use the Java client library, but this should work.
--
=~=~=~=~=~=~=~=~=
Thanks Jason. I actually just wrote a question about timezones not being
available via ConstantDataService!
However, the POSIX mapping in my particular case will map *Europe/London*to
*London* and not *(GMT+00:00) London*, so even that won't help. I need to
be able to get the GMT offset of th
I'd like to programmatically get the full list of currencies and timezones
listed here:
https://developers.google.com/adwords/api/docs/appendix/currencycodes
https://developers.google.com/adwords/api/docs/appendix/timezones
The *ConstantDataService *allows me to get most of the System Codes, but
Unfortunately the timezone offset is not available from the api, probably
due to timezone offsets being subject to change outside control of Google.
You can map from the "POSIX" timezone name to the textual name component
returned in the report by using the data from the table on this page:
htt
Welcome to the community!
What you are seeing is referred to as an AdParam. This specific example is
a keyword insertion AdParam. When the ad is served, the keyword will be
used to replace the token {keyword:partnos}. If the keyword does not fit,
or for any reason cannot be inserted into the ad
Thanks for your response. I'm using adhoc reports v201206.
I tried getting the Account report for various clients to try and make
sense of this ID. It seems to me that the AccountId is simply your
internal ID by which you identify an account (very much like CampaignId,
AdgroupId, etc.).
So I
Right, that would make sense. Thanks for the answer.
Tjeerd
On Friday, August 31, 2012 12:17:57 PM UTC+2, Oliver wrote:
>
> They are not supposed to match. A keyword in the KWPR could have
> triggered search queries that don't get listed in the SQPR.
>
> Not every search query gets listed in
They are not supposed to match. A keyword in the KWPR could have
triggered search queries that don't get listed in the SQPR.
Not every search query gets listed in the SQPR. You can see these
scenarios in the web interface when you look at search queries and scroll
down to the bottom of the
I have generated a SEARCH_QUERY_PERFORMANCE_REPORT (SQPR) as well as a
KEYWORDS_PERFORMANCE_REPORT (KWPR).
In both reports, I have deleted all data except for a single KeywordId. My
problem is, that the Impressions from the SQPR do not match with the
Impressions in the KWPR.
I have fiddled a
Hi guys,
I have never used Adwords for an ecommerce site before.
I have inherited an Adwords account that targets many different products in
the advert using {keyword:partnos} instead of hardcoding the advert.
I am presuming that the partnos is a variable setup in the adwords account,
but I can
Hi Oliver,
Which version of the report are you using? Do you have an example report
definition?
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Thursday, 30 August 2012 22:37:07 UTC+5:30, Oliver wrote:
>
> The Account report has 2 ID fields; AccountId and ExternalCustomerId.
>
> ExternalCustom
Hi,
As Oliver mentioned, 1 micro is 1-millionth of the fundamental currency. If
your account is in USD, then 1USD = 100 micros.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Thursday, 30 August 2012 20:40:29 UTC+5:30, spetz wrote:
>
> Hey there, I am new in that AdWords API network.
>
>
26 matches
Mail list logo