using v13 on .net.
--
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,
Hi,
I'm getting multiple rows for the same adgroupID/CriterionID in a
daily criterion performance report requested via the API. I'm pretty
sure this wasn't happening before, but is definitely happening now.
It appears to happen when the adgroup CPA changes for an adgroup whose
campaign has convers
In a few hours ago, i created a new report with all of my clients
through API, and some clients return the correct values from budget,
but the almost part of then return EMPTY.
Can you see what happen for me? I need this information to make some
actions on my system. I don't see any differences b
Hi Eric,
ok. I tried the following:
private static final String email = "i...@larseggert.de";
private static final String password = "MY_PASS";
private static final String clientEmail = "i...@larseggert.de";
private static final String useragent = "orange-s
I am using the v200906 AdGroupCriterionService via dot net lib 4.1.0
to return 'biddable' criterion (keywords). How do i get to the keyword
details in property AdGroupCriterionPage.entries.criterion when it
does not form part of its attributes?
I want to extract keyword data I need to display to
Hi,
I have two accounts setup for adwords. I am trying to fetch the
creative structure report. This is failing with the issue of
The following columns are not supported by the Report Type Structure :
[BusinessName, BusinessAddress]
I have checked with both of the accounts, the setting seems to be
This is the code that I'm using to make the call. You will not see any
specific XML handling code because I'm using WCF and it hides all the
SOAP/XML logic.
string auth = GetAuthToken(email, password);
SoapHeader header = new SoapHeader();
header.authToken = auth;