Re: Creating default audiences (userlists) using API

2016-09-30 Thread Alexey Terekhov
I am not sure but most likely it's not allowed to specify pagetype for sequence of page visits. That is if current pagetype is cart then it doesn't make sense to specify that it doesn't equal purchase because it's not current event - it might or might not happen in the future. And AdWords doesn

Re: Creating default audiences (userlists) using API

2016-09-28 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Alexey, My guess would be to have a rule that says pagetype equals cart AND pagetype not equals purchase. This would mean users that have things in their carts but did not purchase the items. To be sure, I would ask the AdWords Community Forum

Re: Creating default audiences (userlists) using API

2016-09-27 Thread Alexey Terekhov
Thanks for the links, Anthony. But still our primary purpose is to create standard audiences using API. I've mentioned dynamic ads configuration in UI only because it triggered creating these audiences (or at least it seemed so). Now we have come up with an idea to create these audiences manual

Re: Creating default audiences (userlists) using API

2016-09-27 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Alexey, Unfortunately, there is no way to create custom parameters for your remarketing tag via the API. You will need to create them through the UI . You can find your remarketing tag from the RemarketingSettings

Re: Creating default audiences (userlists) using API

2016-09-27 Thread Alexey Terekhov
Hi Anthony, We need to create Display campaigns - in AdWords we can set up dynamic ads (dynamic remarketing) for them too. As far as I know remarketing tag is created automatically when account is created. But for dynamic remarketing we need additional script with google_tag_params:

Re: Creating default audiences (userlists) using API

2016-09-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Alexey, In order to create a campaign with dynamic ad settings, you will need to create a Search campaign and configure the DynamicSearchAdsSetting in the settings

Creating default audiences (userlists) using API

2016-09-26 Thread Alexey Terekhov
Hi all! We use the latest API version - v201607. When creating a new AdWords campaign using web interface it's possible to configure dynamic ad settings - this will automatically create 6 default audiences ('Searchers', 'Past converters', etc.). And we'd like to copy this behaviour using API -